<!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>[202826] trunk</title>
</head>
<body>

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

<h3>Log Message</h3>
<pre>[Sierra] Rebaseline tests to use un-mocked system font metrics
https://bugs.webkit.org/show_bug.cgi?id=159311
&lt;rdar://problem/24138411&gt;

Reviewed in person by Alexey Proskuryakov.

Tools:

Stop mocking the system font on Sierra.


* DumpRenderTree/mac/DumpRenderTree.mm:
(setDefaultsToConsistentValuesForTesting):
* WebKitTestRunner/InjectedBundle/mac/InjectedBundleMac.mm:
(WTR::InjectedBundle::platformInitialize):

LayoutTests:


* platform/mac-elcapitan/accessibility/aria-readonly-expected.txt: Copied from LayoutTests/platform/mac/accessibility/aria-readonly-expected.txt.
* platform/mac-elcapitan/accessibility/form-control-value-settable-expected.txt: Copied from LayoutTests/platform/mac/accessibility/form-control-value-settable-expected.txt.
* platform/mac-elcapitan/compositing/contents-opaque/control-layer-expected.txt: Copied from LayoutTests/platform/mac/compositing/contents-opaque/control-layer-expected.txt.
* platform/mac-elcapitan/css3/selectors3/html/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.txt.
* platform/mac-elcapitan/css3/selectors3/html/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt.
* platform/mac-elcapitan/css3/selectors3/html/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt.
* platform/mac-elcapitan/css3/selectors3/html/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.txt.
* platform/mac-elcapitan/css3/selectors3/html/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt.
* platform/mac-elcapitan/css3/selectors3/html/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt.
* platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.txt.
* platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt.
* platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt.
* platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.txt.
* platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt.
* platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt.
* platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.txt.
* platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt.
* platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt.
* platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-64-expected.txt.
* platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt.
* platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt.
* platform/mac-elcapitan/editing/input/caret-at-the-edge-of-input-expected.txt: Copied from LayoutTests/platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt.
* platform/mac-elcapitan/editing/input/reveal-caret-of-multiline-input-expected.txt: Copied from LayoutTests/platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt.
* platform/mac-elcapitan/editing/inserting/4960120-1-expected.txt: Copied from LayoutTests/platform/mac/editing/inserting/4960120-1-expected.txt.
* platform/mac-elcapitan/editing/inserting/before-after-input-element-expected.txt: Copied from LayoutTests/platform/mac/editing/inserting/before-after-input-element-expected.txt.
* platform/mac-elcapitan/editing/mac/spelling/autocorrection-at-beginning-of-word-1-expected.txt: Added.
* platform/mac-elcapitan/editing/mac/spelling/autocorrection-at-beginning-of-word-2-expected.txt: Added.
* platform/mac-elcapitan/editing/mac/spelling/delete-autocorrected-word-2-expected.txt: Copied from LayoutTests/editing/mac/spelling/delete-autocorrected-word-2-expected.txt.
* platform/mac-elcapitan/editing/pasteboard/4641033-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/4641033-expected.txt.
* platform/mac-elcapitan/editing/pasteboard/4806874-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/4806874-expected.txt.
* platform/mac-elcapitan/editing/pasteboard/4944770-1-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/4944770-1-expected.txt.
* platform/mac-elcapitan/editing/pasteboard/4944770-2-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/4944770-2-expected.txt.
* platform/mac-elcapitan/editing/pasteboard/drop-text-without-selection-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt.
* platform/mac-elcapitan/editing/pasteboard/input-field-1-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/input-field-1-expected.txt.
* platform/mac-elcapitan/editing/pasteboard/pasting-tabs-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/pasting-tabs-expected.txt.
* platform/mac-elcapitan/editing/selection/3690703-2-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690703-2-expected.txt.
* platform/mac-elcapitan/editing/selection/3690703-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690703-expected.txt.
* platform/mac-elcapitan/editing/selection/3690719-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690719-expected.txt.
* platform/mac-elcapitan/editing/selection/4397952-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/4397952-expected.txt.
* platform/mac-elcapitan/editing/selection/4895428-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/4895428-3-expected.txt.
* platform/mac-elcapitan/editing/selection/4975120-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/4975120-expected.txt.
* platform/mac-elcapitan/editing/selection/5240265-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/5240265-expected.txt.
* platform/mac-elcapitan/editing/selection/drag-select-1-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/drag-select-1-expected.txt.
* platform/mac-elcapitan/editing/selection/replaced-boundaries-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.txt.
* platform/mac-elcapitan/editing/selection/select-across-readonly-input-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-3-expected.txt.
* platform/mac-elcapitan/editing/selection/select-box-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-box-expected.txt.
* platform/mac-elcapitan/editing/selection/select-element-paragraph-boundary-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-element-paragraph-boundary-expected.txt.
* platform/mac-elcapitan/editing/selection/select-from-textfield-outwards-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-from-textfield-outwards-expected.txt.
* platform/mac-elcapitan/editing/selection/selection-button-text-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/selection-button-text-expected.txt.
* platform/mac-elcapitan/fast/attachment/attachment-label-highlight-expected.txt: Copied from LayoutTests/platform/mac/fast/attachment/attachment-label-highlight-expected.txt.
* platform/mac-elcapitan/fast/attachment/attachment-progress-expected.txt: Copied from LayoutTests/platform/mac/fast/attachment/attachment-progress-expected.txt.
* platform/mac-elcapitan/fast/attachment/attachment-select-on-click-expected.txt: Copied from LayoutTests/platform/mac/fast/attachment/attachment-select-on-click-expected.txt.
* platform/mac-elcapitan/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.txt: Copied from LayoutTests/platform/mac/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.txt.
* platform/mac-elcapitan/fast/attachment/attachment-subtitle-expected.txt: Copied from LayoutTests/platform/mac/fast/attachment/attachment-subtitle-expected.txt.
* platform/mac-elcapitan/fast/block/float/float-avoidance-expected.txt: Copied from LayoutTests/platform/mac/fast/block/float/float-avoidance-expected.txt.
* platform/mac-elcapitan/fast/block/margin-collapse/103-expected.txt: Copied from LayoutTests/platform/mac/fast/block/margin-collapse/103-expected.txt.
* platform/mac-elcapitan/fast/block/positioning/inline-block-relposition-expected.txt: Copied from LayoutTests/platform/mac/fast/block/positioning/inline-block-relposition-expected.txt.
* platform/mac-elcapitan/fast/css/continuationCrash-expected.txt: Copied from LayoutTests/platform/mac/fast/css/continuationCrash-expected.txt.
* platform/mac-elcapitan/fast/css/focus-ring-exists-for-search-field-expected.txt: Copied from LayoutTests/platform/mac/fast/css/focus-ring-exists-for-search-field-expected.txt.
* platform/mac-elcapitan/fast/css/line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/css/line-height-expected.txt.
* platform/mac-elcapitan/fast/css/margin-top-bottom-dynamic-expected.txt: Copied from LayoutTests/platform/mac/fast/css/margin-top-bottom-dynamic-expected.txt.
* platform/mac-elcapitan/fast/css/text-overflow-input-expected.txt: Copied from LayoutTests/platform/mac/fast/css/text-overflow-input-expected.txt.
* platform/mac-elcapitan/fast/css/text-transform-select-expected.txt: Copied from LayoutTests/platform/mac/fast/css/text-transform-select-expected.txt.
* platform/mac-elcapitan/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt.
* platform/mac-elcapitan/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt.
* platform/mac-elcapitan/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt.
* platform/mac-elcapitan/fast/dom/isindex-001-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/isindex-001-expected.txt.
* platform/mac-elcapitan/fast/dom/isindex-002-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/isindex-002-expected.txt.
* platform/mac-elcapitan/fast/dynamic/008-expected.txt: Copied from LayoutTests/platform/mac/fast/dynamic/008-expected.txt.
* platform/mac-elcapitan/fast/dynamic/positioned-movement-with-positioned-children-expected.txt: Copied from LayoutTests/platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.txt.
* platform/mac-elcapitan/fast/events/context-no-deselect-expected.txt: Copied from LayoutTests/platform/mac/fast/events/context-no-deselect-expected.txt.
* platform/mac-elcapitan/fast/events/shadow-event-path-2-expected.txt: Copied from LayoutTests/platform/mac/fast/events/shadow-event-path-2-expected.txt.
* platform/mac-elcapitan/fast/forms/001-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/001-expected.txt.
* platform/mac-elcapitan/fast/forms/004-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/004-expected.txt.
* platform/mac-elcapitan/fast/forms/auto-fill-button/input-auto-fill-button-expected.txt: Added.
* platform/mac-elcapitan/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.txt: Added.
* platform/mac-elcapitan/fast/forms/basic-buttons-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-buttons-expected.txt.
* platform/mac-elcapitan/fast/forms/basic-inputs-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-inputs-expected.txt.
* platform/mac-elcapitan/fast/forms/basic-selects-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-selects-expected.txt.
* platform/mac-elcapitan/fast/forms/basic-textareas-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-expected.txt.
* platform/mac-elcapitan/fast/forms/basic-textareas-quirks-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-quirks-expected.txt.
* platform/mac-elcapitan/fast/forms/blankbuttons-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/blankbuttons-expected.txt.
* platform/mac-elcapitan/fast/forms/box-shadow-override-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/box-shadow-override-expected.txt.
* platform/mac-elcapitan/fast/forms/button-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-align-expected.txt.
* platform/mac-elcapitan/fast/forms/button-cannot-be-nested-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-cannot-be-nested-expected.txt.
* platform/mac-elcapitan/fast/forms/button-default-title-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-default-title-expected.txt.
* platform/mac-elcapitan/fast/forms/button-generated-content-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-generated-content-expected.txt.
* platform/mac-elcapitan/fast/forms/button-positioned-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-positioned-expected.txt.
* platform/mac-elcapitan/fast/forms/button-sizes-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-sizes-expected.txt.
* platform/mac-elcapitan/fast/forms/button-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-style-color-expected.txt.
* platform/mac-elcapitan/fast/forms/button-table-styles-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-table-styles-expected.txt.
* platform/mac-elcapitan/fast/forms/button-text-transform-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-text-transform-expected.txt.
* platform/mac-elcapitan/fast/forms/button-white-space-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-white-space-expected.txt.
* platform/mac-elcapitan/fast/forms/control-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-clip-expected.txt.
* platform/mac-elcapitan/fast/forms/control-clip-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-clip-overflow-expected.txt.
* platform/mac-elcapitan/fast/forms/control-restrict-line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-restrict-line-height-expected.txt.
* platform/mac-elcapitan/fast/forms/disabled-select-change-index-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/disabled-select-change-index-expected.txt.
* platform/mac-elcapitan/fast/forms/encoding-test-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/encoding-test-expected.txt.
* platform/mac-elcapitan/fast/forms/fieldset-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/fieldset-align-expected.txt.
* platform/mac-elcapitan/fast/forms/file/file-input-direction-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/file/file-input-direction-expected.txt.
* platform/mac-elcapitan/fast/forms/file/file-input-disabled-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/file/file-input-disabled-expected.txt.
* platform/mac-elcapitan/fast/forms/file/input-file-re-render-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/file/input-file-re-render-expected.txt.
* platform/mac-elcapitan/fast/forms/floating-textfield-relayout-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/floating-textfield-relayout-expected.txt.
* platform/mac-elcapitan/fast/forms/form-element-geometry-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.txt.
* platform/mac-elcapitan/fast/forms/hidden-listbox-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/hidden-listbox-expected.txt.
* platform/mac-elcapitan/fast/forms/input-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-align-expected.txt.
* platform/mac-elcapitan/fast/forms/input-appearance-bkcolor-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-bkcolor-expected.txt.
* platform/mac-elcapitan/fast/forms/input-appearance-default-bkcolor-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt.
* platform/mac-elcapitan/fast/forms/input-appearance-disabled-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-disabled-expected.txt.
* platform/mac-elcapitan/fast/forms/input-appearance-focus-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-focus-expected.txt.
* platform/mac-elcapitan/fast/forms/input-appearance-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-height-expected.txt.
* platform/mac-elcapitan/fast/forms/input-appearance-preventDefault-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-expected.txt.
* platform/mac-elcapitan/fast/forms/input-appearance-readonly-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-readonly-expected.txt.
* platform/mac-elcapitan/fast/forms/input-appearance-selection-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-selection-expected.txt.
* platform/mac-elcapitan/fast/forms/input-appearance-spinbutton-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt.
* platform/mac-elcapitan/fast/forms/input-appearance-spinbutton-up-expected.txt: Added.
* platform/mac-elcapitan/fast/forms/input-appearance-visibility-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-visibility-expected.txt.
* platform/mac-elcapitan/fast/forms/input-appearance-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-width-expected.txt.
* platform/mac-elcapitan/fast/forms/input-baseline-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-baseline-expected.txt.
* platform/mac-elcapitan/fast/forms/input-button-sizes-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-button-sizes-expected.txt.
* platform/mac-elcapitan/fast/forms/input-disabled-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-disabled-color-expected.txt.
* platform/mac-elcapitan/fast/forms/input-double-click-selection-gap-bug-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt.
* platform/mac-elcapitan/fast/forms/input-field-text-truncated-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-field-text-truncated-expected.txt.
* platform/mac-elcapitan/fast/forms/input-first-letter-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-first-letter-expected.txt.
* platform/mac-elcapitan/fast/forms/input-placeholder-visibility-1-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt.
* platform/mac-elcapitan/fast/forms/input-placeholder-visibility-3-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt.
* platform/mac-elcapitan/fast/forms/input-readonly-autoscroll-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-autoscroll-expected.txt.
* platform/mac-elcapitan/fast/forms/input-readonly-dimmed-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-dimmed-expected.txt.
* platform/mac-elcapitan/fast/forms/input-readonly-empty-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-empty-expected.txt.
* platform/mac-elcapitan/fast/forms/input-spaces-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-spaces-expected.txt.
* platform/mac-elcapitan/fast/forms/input-table-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-table-expected.txt.
* platform/mac-elcapitan/fast/forms/input-text-click-inside-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-inside-expected.txt.
* platform/mac-elcapitan/fast/forms/input-text-click-outside-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-outside-expected.txt.
* platform/mac-elcapitan/fast/forms/input-text-double-click-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-double-click-expected.txt.
* platform/mac-elcapitan/fast/forms/input-text-drag-down-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-drag-down-expected.txt.
* platform/mac-elcapitan/fast/forms/input-text-option-delete-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-option-delete-expected.txt.
* platform/mac-elcapitan/fast/forms/input-text-scroll-left-on-blur-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt.
* platform/mac-elcapitan/fast/forms/input-text-self-emptying-click-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-self-emptying-click-expected.txt.
* platform/mac-elcapitan/fast/forms/input-text-word-wrap-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-word-wrap-expected.txt.
* platform/mac-elcapitan/fast/forms/input-value-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-value-expected.txt.
* platform/mac-elcapitan/fast/forms/input-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-width-expected.txt.
* platform/mac-elcapitan/fast/forms/listbox-bidi-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-bidi-align-expected.txt.
* platform/mac-elcapitan/fast/forms/listbox-scrollbar-incremental-load-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-scrollbar-incremental-load-expected.txt.
* platform/mac-elcapitan/fast/forms/listbox-width-change-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-width-change-expected.txt.
* platform/mac-elcapitan/fast/forms/menulist-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-clip-expected.txt.
* platform/mac-elcapitan/fast/forms/menulist-deselect-update-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-deselect-update-expected.txt.
* platform/mac-elcapitan/fast/forms/menulist-narrow-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-narrow-width-expected.txt.
* platform/mac-elcapitan/fast/forms/menulist-no-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-no-overflow-expected.txt.
* platform/mac-elcapitan/fast/forms/menulist-restrict-line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-restrict-line-height-expected.txt.
* platform/mac-elcapitan/fast/forms/menulist-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-style-color-expected.txt.
* platform/mac-elcapitan/fast/forms/menulist-width-change-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-width-change-expected.txt.
* platform/mac-elcapitan/fast/forms/minWidthPercent-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/minWidthPercent-expected.txt.
* platform/mac-elcapitan/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-rtl-expected.txt.
* platform/mac-elcapitan/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt.
* platform/mac-elcapitan/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt.
* platform/mac-elcapitan/fast/forms/option-script-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/option-script-expected.txt.
* platform/mac-elcapitan/fast/forms/option-strip-whitespace-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/option-strip-whitespace-expected.txt.
* platform/mac-elcapitan/fast/forms/option-text-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/option-text-clip-expected.txt.
* platform/mac-elcapitan/fast/forms/placeholder-position-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/placeholder-position-expected.txt.
* platform/mac-elcapitan/fast/forms/placeholder-pseudo-style-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/placeholder-pseudo-style-expected.txt.
* platform/mac-elcapitan/fast/forms/plaintext-mode-2-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/plaintext-mode-2-expected.txt.
* platform/mac-elcapitan/fast/forms/search-cancel-button-style-sharing-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt.
* platform/mac-elcapitan/fast/forms/search-display-none-cancel-button-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-display-none-cancel-button-expected.txt.
* platform/mac-elcapitan/fast/forms/search-input-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-input-rtl-expected.txt.
* platform/mac-elcapitan/fast/forms/search-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-rtl-expected.txt.
* platform/mac-elcapitan/fast/forms/search-styled-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-styled-expected.txt.
* platform/mac-elcapitan/fast/forms/search-vertical-alignment-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-vertical-alignment-expected.txt.
* platform/mac-elcapitan/fast/forms/search/search-padding-cancel-results-buttons-expected.txt: Added.
* platform/mac-elcapitan/fast/forms/search/search-size-with-decorations-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search/search-size-with-decorations-expected.txt.
* platform/mac-elcapitan/fast/forms/searchfield-heights-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/searchfield-heights-expected.txt.
* platform/mac-elcapitan/fast/forms/select-background-none-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-background-none-expected.txt.
* platform/mac-elcapitan/fast/forms/select-baseline-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-baseline-expected.txt.
* platform/mac-elcapitan/fast/forms/select-block-background-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-block-background-expected.txt.
* platform/mac-elcapitan/fast/forms/select-change-listbox-size-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-change-listbox-size-expected.txt.
* platform/mac-elcapitan/fast/forms/select-change-listbox-to-popup-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt.
* platform/mac-elcapitan/fast/forms/select-change-popup-to-listbox-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-change-popup-to-listbox-expected.txt.
* platform/mac-elcapitan/fast/forms/select-dirty-parent-pref-widths-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.txt.
* platform/mac-elcapitan/fast/forms/select-disabled-appearance-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-disabled-appearance-expected.txt.
* platform/mac-elcapitan/fast/forms/select-empty-option-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-empty-option-height-expected.txt.
* platform/mac-elcapitan/fast/forms/select-initial-position-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-initial-position-expected.txt.
* platform/mac-elcapitan/fast/forms/select-item-background-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-item-background-clip-expected.txt.
* platform/mac-elcapitan/fast/forms/select-list-box-with-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-list-box-with-height-expected.txt.
* platform/mac-elcapitan/fast/forms/select-listbox-multiple-no-focusring-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.txt.
* platform/mac-elcapitan/fast/forms/select-non-native-rendering-direction-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-non-native-rendering-direction-expected.txt.
* platform/mac-elcapitan/fast/forms/select-overflow-scroll-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-overflow-scroll-expected.txt.
* platform/mac-elcapitan/fast/forms/select-overflow-scroll-inherited-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-overflow-scroll-inherited-expected.txt.
* platform/mac-elcapitan/fast/forms/select-selected-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-selected-expected.txt.
* platform/mac-elcapitan/fast/forms/select-style-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-style-expected.txt.
* platform/mac-elcapitan/fast/forms/select-writing-direction-natural-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-writing-direction-natural-expected.txt.
* platform/mac-elcapitan/fast/forms/select/optgroup-rendering-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select/optgroup-rendering-expected.txt.
* platform/mac-elcapitan/fast/forms/stuff-on-my-optgroup-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/stuff-on-my-optgroup-expected.txt.
* platform/mac-elcapitan/fast/forms/tabbing-input-iframe-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/tabbing-input-iframe-expected.txt.
* platform/mac-elcapitan/fast/forms/text-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/text-style-color-expected.txt.
* platform/mac-elcapitan/fast/forms/textAreaLineHeight-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textAreaLineHeight-expected.txt.
* platform/mac-elcapitan/fast/forms/textarea-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-align-expected.txt.
* platform/mac-elcapitan/fast/forms/textarea-placeholder-pseudo-style-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt.
* platform/mac-elcapitan/fast/forms/textarea-placeholder-visibility-1-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt.
* platform/mac-elcapitan/fast/forms/textarea-placeholder-visibility-2-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt.
* platform/mac-elcapitan/fast/forms/textarea-scroll-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-scroll-height-expected.txt.
* platform/mac-elcapitan/fast/forms/textarea-scrollbar-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-scrollbar-expected.txt.
* platform/mac-elcapitan/fast/forms/textarea-scrolled-type-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-scrolled-type-expected.txt.
* platform/mac-elcapitan/fast/forms/textarea-setinnerhtml-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-setinnerhtml-expected.txt.
* platform/mac-elcapitan/fast/forms/textfield-focus-ring-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-focus-ring-expected.txt.
* platform/mac-elcapitan/fast/forms/textfield-outline-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-outline-expected.txt.
* platform/mac-elcapitan/fast/forms/textfield-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-overflow-expected.txt.
* platform/mac-elcapitan/fast/forms/validation-message-appearance-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/validation-message-appearance-expected.txt.
* platform/mac-elcapitan/fast/forms/visual-hebrew-text-field-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/visual-hebrew-text-field-expected.txt.
* platform/mac-elcapitan/fast/frames/take-focus-from-iframe-expected.txt: Copied from LayoutTests/platform/mac/fast/frames/take-focus-from-iframe-expected.txt.
* platform/mac-elcapitan/fast/hidpi/resize-corner-hidpi-expected.txt: Copied from LayoutTests/platform/mac/fast/hidpi/resize-corner-hidpi-expected.txt.
* platform/mac-elcapitan/fast/html/details-no-summary4-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-no-summary4-expected.txt.
* platform/mac-elcapitan/fast/html/details-open-javascript-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open-javascript-expected.txt.
* platform/mac-elcapitan/fast/html/details-open2-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open2-expected.txt.
* platform/mac-elcapitan/fast/html/details-open4-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open4-expected.txt.
* platform/mac-elcapitan/fast/html/keygen-expected.txt: Copied from LayoutTests/platform/mac/fast/html/keygen-expected.txt.
* platform/mac-elcapitan/fast/lists/dynamic-marker-crash-expected.txt: Copied from LayoutTests/platform/mac/fast/lists/dynamic-marker-crash-expected.txt.
* platform/mac-elcapitan/fast/overflow/overflow-x-y-expected.txt: Copied from LayoutTests/platform/mac/fast/overflow/overflow-x-y-expected.txt.
* platform/mac-elcapitan/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt.
* platform/mac-elcapitan/fast/overflow/scrollRevealButton-expected.txt: Copied from LayoutTests/platform/mac/fast/overflow/scrollRevealButton-expected.txt.
* platform/mac-elcapitan/fast/parser/document-write-option-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/document-write-option-expected.txt.
* platform/mac-elcapitan/fast/parser/entity-comment-in-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/entity-comment-in-textarea-expected.txt.
* platform/mac-elcapitan/fast/parser/open-comment-in-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/open-comment-in-textarea-expected.txt.
* platform/mac-elcapitan/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt.
* platform/mac-elcapitan/fast/repaint/search-field-cancel-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/search-field-cancel-expected.txt.
* platform/mac-elcapitan/fast/repaint/subtree-root-skipped-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/subtree-root-skipped-expected.txt.
* platform/mac-elcapitan/fast/replaced/replaced-breaking-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-expected.txt.
* platform/mac-elcapitan/fast/replaced/replaced-breaking-mixture-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt.
* platform/mac-elcapitan/fast/replaced/width100percent-button-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/width100percent-button-expected.txt.
* platform/mac-elcapitan/fast/replaced/width100percent-menulist-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/width100percent-menulist-expected.txt.
* platform/mac-elcapitan/fast/replaced/width100percent-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/width100percent-textarea-expected.txt.
* platform/mac-elcapitan/fast/selectors/064-expected.txt: Copied from LayoutTests/platform/mac/fast/selectors/064-expected.txt.
* platform/mac-elcapitan/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt: Copied from LayoutTests/platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt.
* platform/mac-elcapitan/fast/table/003-expected.txt: Copied from LayoutTests/platform/mac/fast/table/003-expected.txt.
* platform/mac-elcapitan/fast/table/append-cells2-expected.txt: Copied from LayoutTests/platform/mac/fast/table/append-cells2-expected.txt.
* platform/mac-elcapitan/fast/table/colspanMinWidth-expected.txt: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-expected.txt.
* platform/mac-elcapitan/fast/table/colspanMinWidth-vertical-expected.txt: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-vertical-expected.txt.
* platform/mac-elcapitan/fast/table/remove-td-display-none-expected.txt: Copied from LayoutTests/platform/mac/fast/table/remove-td-display-none-expected.txt.
* platform/mac-elcapitan/fast/table/spanOverlapRepaint-expected.txt: Copied from LayoutTests/platform/mac/fast/table/spanOverlapRepaint-expected.txt.
* platform/mac-elcapitan/fast/table/text-field-baseline-expected.txt: Copied from LayoutTests/platform/mac/fast/table/text-field-baseline-expected.txt.
* platform/mac-elcapitan/fast/text/backslash-to-yen-sign-euc-expected.txt: Copied from LayoutTests/platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt.
* platform/mac-elcapitan/fast/text/drawBidiText-expected.txt: Copied from LayoutTests/platform/mac/fast/text/drawBidiText-expected.txt.
* platform/mac-elcapitan/fast/text/international/hindi-spacing-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/hindi-spacing-expected.txt.
* platform/mac-elcapitan/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt.
* platform/mac-elcapitan/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt.
* platform/mac-elcapitan/fast/text/textIteratorNilRenderer-expected.txt: Copied from LayoutTests/platform/mac/fast/text/textIteratorNilRenderer-expected.txt.
* platform/mac-elcapitan/fast/text/trak-optimizeLegibility-expected.txt: Added.
* platform/mac-elcapitan/fast/transforms/transformed-focused-text-input-expected.txt: Copied from LayoutTests/platform/mac/fast/transforms/transformed-focused-text-input-expected.txt.
* platform/mac-elcapitan/http/tests/navigation/javascriptlink-frames-expected.txt: Copied from LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt.
* platform/mac-elcapitan/media/controls-after-reload-expected.txt: Copied from LayoutTests/platform/mac/media/controls-after-reload-expected.txt.
* platform/mac-elcapitan/media/controls-styling-expected.txt: Renamed from LayoutTests/platform/mac-yosemite/media/controls-styling-expected.txt.
* platform/mac-elcapitan/media/media-document-audio-repaint-expected.txt: Copied from LayoutTests/platform/mac/media/media-document-audio-repaint-expected.txt.
* platform/mac-elcapitan/plugins/mouse-click-plugin-clears-selection-expected.txt: Copied from LayoutTests/platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt.
* platform/mac-elcapitan/scrollbars/key-window-not-first-responder-expected.txt: Copied from LayoutTests/platform/mac/scrollbars/key-window-not-first-responder-expected.txt.
* platform/mac-elcapitan/svg/custom/inline-svg-in-xhtml-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt.
* platform/mac-elcapitan/svg/hixie/mixed/003-expected.txt: Copied from LayoutTests/platform/mac/svg/hixie/mixed/003-expected.txt.
* platform/mac-elcapitan/tables/mozilla/bugs/bug1188-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1188-expected.txt.
* platform/mac-elcapitan/tables/mozilla/bugs/bug12384-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug12384-expected.txt.
* platform/mac-elcapitan/tables/mozilla/bugs/bug138725-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug138725-expected.txt.
* platform/mac-elcapitan/tables/mozilla/bugs/bug18359-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug18359-expected.txt.
* platform/mac-elcapitan/tables/mozilla/bugs/bug194024-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug194024-expected.txt.
* platform/mac-elcapitan/tables/mozilla/bugs/bug24200-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug24200-expected.txt.
* platform/mac-elcapitan/tables/mozilla/bugs/bug2479-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt.
* platform/mac-elcapitan/tables/mozilla/bugs/bug2479-3-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt.
* platform/mac-elcapitan/tables/mozilla/bugs/bug2479-4-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt.
* platform/mac-elcapitan/tables/mozilla/bugs/bug26178-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug26178-expected.txt.
* platform/mac-elcapitan/tables/mozilla/bugs/bug28928-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug28928-expected.txt.
* platform/mac-elcapitan/tables/mozilla/bugs/bug29326-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug29326-expected.txt.
* platform/mac-elcapitan/tables/mozilla/bugs/bug30559-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug30559-expected.txt.
* platform/mac-elcapitan/tables/mozilla/bugs/bug30692-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug30692-expected.txt.
* platform/mac-elcapitan/tables/mozilla/bugs/bug33855-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug33855-expected.txt.
* platform/mac-elcapitan/tables/mozilla/bugs/bug39209-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug39209-expected.txt.
* platform/mac-elcapitan/tables/mozilla/bugs/bug4382-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4382-expected.txt.
* platform/mac-elcapitan/tables/mozilla/bugs/bug4429-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4429-expected.txt.
* platform/mac-elcapitan/tables/mozilla/bugs/bug4527-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4527-expected.txt.
* platform/mac-elcapitan/tables/mozilla/bugs/bug46368-1-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt.
* platform/mac-elcapitan/tables/mozilla/bugs/bug46368-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt.
* platform/mac-elcapitan/tables/mozilla/bugs/bug51037-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug51037-expected.txt.
* platform/mac-elcapitan/tables/mozilla/bugs/bug51727-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug51727-expected.txt.
* platform/mac-elcapitan/tables/mozilla/bugs/bug52505-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug52505-expected.txt.
* platform/mac-elcapitan/tables/mozilla/bugs/bug52506-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug52506-expected.txt.
* platform/mac-elcapitan/tables/mozilla/bugs/bug55545-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug55545-expected.txt.
* platform/mac-elcapitan/tables/mozilla/bugs/bug59354-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug59354-expected.txt.
* platform/mac-elcapitan/tables/mozilla/bugs/bug68912-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug68912-expected.txt.
* platform/mac-elcapitan/tables/mozilla/bugs/bug7342-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.txt.
* platform/mac-elcapitan/tables/mozilla/bugs/bug96334-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.txt.
* platform/mac-elcapitan/tables/mozilla/bugs/bug99948-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug99948-expected.txt.
* platform/mac-elcapitan/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt.
* platform/mac-elcapitan/tables/mozilla/core/margins-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/core/margins-expected.txt.
* platform/mac-elcapitan/tables/mozilla/dom/tableDom-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/dom/tableDom-expected.txt.
* platform/mac-elcapitan/tables/mozilla/other/move_row-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/other/move_row-expected.txt.
* platform/mac-elcapitan/tables/mozilla_expected_failures/bugs/bug1725-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt.
* platform/mac-elcapitan/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt.
* platform/mac-elcapitan/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt.
* platform/mac-elcapitan/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt.
* platform/mac-elcapitan/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt.
* platform/mac-elcapitan/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt.
* platform/mac-elcapitan/transforms/2d/zoom-menulist-expected.txt: Copied from LayoutTests/platform/mac/transforms/2d/zoom-menulist-expected.txt.
* platform/mac-elcapitan/transforms/3d/general/perspective-non-layer-expected.txt: Copied from LayoutTests/platform/mac/transforms/3d/general/perspective-non-layer-expected.txt.
* platform/mac/accessibility/aria-readonly-expected.txt:
* platform/mac/accessibility/form-control-value-settable-expected.txt:
* platform/mac/compositing/contents-opaque/control-layer-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-19b-expected.png:
* platform/mac/css3/selectors3/html/css3-modsel-19b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-23-expected.png:
* platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-24-expected.png:
* platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-64-expected.png:
* platform/mac/css3/selectors3/html/css3-modsel-64-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-68-expected.png:
* platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-69-expected.png:
* platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
* platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.png:
* platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.png:
* platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.png:
* platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.png:
* platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.png:
* platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.png:
* platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-23-expected.png:
* platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-24-expected.png:
* platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-64-expected.png:
* platform/mac/css3/selectors3/xml/css3-modsel-64-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-68-expected.png:
* platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-69-expected.png:
* platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt:
* platform/mac/editing/input/caret-at-the-edge-of-input-expected.png:
* platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt:
* platform/mac/editing/input/reveal-caret-of-multiline-input-expected.png:
* platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt:
* platform/mac/editing/inserting/4960120-1-expected.png:
* platform/mac/editing/inserting/4960120-1-expected.txt:
* platform/mac/editing/inserting/before-after-input-element-expected.png:
* platform/mac/editing/inserting/before-after-input-element-expected.txt:
* platform/mac/editing/mac/spelling/autocorrection-at-beginning-of-word-1-expected.png: Added.
* platform/mac/editing/mac/spelling/autocorrection-at-beginning-of-word-1-expected.txt: Added.
* platform/mac/editing/mac/spelling/autocorrection-at-beginning-of-word-2-expected.png: Added.
* platform/mac/editing/mac/spelling/autocorrection-at-beginning-of-word-2-expected.txt: Added.
* platform/mac/editing/mac/spelling/delete-autocorrected-word-2-expected.png: Added.
* platform/mac/editing/mac/spelling/delete-autocorrected-word-2-expected.txt: Renamed from LayoutTests/editing/mac/spelling/delete-autocorrected-word-2-expected.txt.
* platform/mac/editing/pasteboard/4641033-expected.png:
* platform/mac/editing/pasteboard/4641033-expected.txt:
* platform/mac/editing/pasteboard/4806874-expected.png:
* platform/mac/editing/pasteboard/4806874-expected.txt:
* platform/mac/editing/pasteboard/4944770-1-expected.png:
* platform/mac/editing/pasteboard/4944770-1-expected.txt:
* platform/mac/editing/pasteboard/4944770-2-expected.png:
* platform/mac/editing/pasteboard/4944770-2-expected.txt:
* platform/mac/editing/pasteboard/drop-text-without-selection-expected.png:
* platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt:
* platform/mac/editing/pasteboard/input-field-1-expected.png:
* platform/mac/editing/pasteboard/input-field-1-expected.txt:
* platform/mac/editing/pasteboard/pasting-tabs-expected.png:
* platform/mac/editing/pasteboard/pasting-tabs-expected.txt:
* platform/mac/editing/selection/3690703-2-expected.png:
* platform/mac/editing/selection/3690703-2-expected.txt:
* platform/mac/editing/selection/3690703-expected.png:
* platform/mac/editing/selection/3690703-expected.txt:
* platform/mac/editing/selection/3690719-expected.png:
* platform/mac/editing/selection/3690719-expected.txt:
* platform/mac/editing/selection/4397952-expected.png:
* platform/mac/editing/selection/4397952-expected.txt:
* platform/mac/editing/selection/4895428-3-expected.png:
* platform/mac/editing/selection/4895428-3-expected.txt:
* platform/mac/editing/selection/4975120-expected.png:
* platform/mac/editing/selection/4975120-expected.txt:
* platform/mac/editing/selection/5240265-expected.png:
* platform/mac/editing/selection/5240265-expected.txt:
* platform/mac/editing/selection/drag-select-1-expected.png:
* platform/mac/editing/selection/drag-select-1-expected.txt:
* platform/mac/editing/selection/replaced-boundaries-3-expected.png:
* platform/mac/editing/selection/replaced-boundaries-3-expected.txt:
* platform/mac/editing/selection/select-across-readonly-input-3-expected.png:
* platform/mac/editing/selection/select-across-readonly-input-3-expected.txt:
* platform/mac/editing/selection/select-box-expected.png:
* platform/mac/editing/selection/select-box-expected.txt:
* platform/mac/editing/selection/select-element-paragraph-boundary-expected.png:
* platform/mac/editing/selection/select-element-paragraph-boundary-expected.txt:
* platform/mac/editing/selection/select-from-textfield-outwards-expected.png:
* platform/mac/editing/selection/select-from-textfield-outwards-expected.txt:
* platform/mac/editing/selection/selection-button-text-expected.png:
* platform/mac/editing/selection/selection-button-text-expected.txt:
* platform/mac/fast/attachment/attachment-label-highlight-expected.png:
* platform/mac/fast/attachment/attachment-label-highlight-expected.txt:
* platform/mac/fast/attachment/attachment-progress-expected.png:
* platform/mac/fast/attachment/attachment-progress-expected.txt:
* platform/mac/fast/attachment/attachment-select-on-click-expected.png:
* platform/mac/fast/attachment/attachment-select-on-click-expected.txt:
* platform/mac/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.png:
* platform/mac/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.txt:
* platform/mac/fast/attachment/attachment-subtitle-expected.png:
* platform/mac/fast/attachment/attachment-subtitle-expected.txt:
* platform/mac/fast/block/float/float-avoidance-expected.png:
* platform/mac/fast/block/float/float-avoidance-expected.txt:
* platform/mac/fast/block/margin-collapse/103-expected.png:
* platform/mac/fast/block/margin-collapse/103-expected.txt:
* platform/mac/fast/block/positioning/inline-block-relposition-expected.png:
* platform/mac/fast/block/positioning/inline-block-relposition-expected.txt:
* platform/mac/fast/css/continuationCrash-expected.png:
* platform/mac/fast/css/continuationCrash-expected.txt:
* platform/mac/fast/css/focus-ring-exists-for-search-field-expected.png:
* platform/mac/fast/css/focus-ring-exists-for-search-field-expected.txt:
* platform/mac/fast/css/line-height-expected.png:
* platform/mac/fast/css/line-height-expected.txt:
* platform/mac/fast/css/margin-top-bottom-dynamic-expected.png:
* platform/mac/fast/css/margin-top-bottom-dynamic-expected.txt:
* platform/mac/fast/css/text-overflow-input-expected.png:
* platform/mac/fast/css/text-overflow-input-expected.txt:
* platform/mac/fast/css/text-transform-select-expected.png:
* platform/mac/fast/css/text-transform-select-expected.txt:
* platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
* platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
* platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
* platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
* platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
* platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
* platform/mac/fast/dom/isindex-001-expected.png:
* platform/mac/fast/dom/isindex-001-expected.txt:
* platform/mac/fast/dom/isindex-002-expected.png:
* platform/mac/fast/dom/isindex-002-expected.txt:
* platform/mac/fast/dynamic/008-expected.png:
* platform/mac/fast/dynamic/008-expected.txt:
* platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.png:
* platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.txt:
* platform/mac/fast/events/context-no-deselect-expected.png:
* platform/mac/fast/events/context-no-deselect-expected.txt:
* platform/mac/fast/events/shadow-event-path-2-expected.txt:
* platform/mac/fast/forms/001-expected.png:
* platform/mac/fast/forms/001-expected.txt:
* platform/mac/fast/forms/004-expected.png:
* platform/mac/fast/forms/004-expected.txt:
* platform/mac/fast/forms/auto-fill-button/input-auto-fill-button-expected.png: Added.
* platform/mac/fast/forms/auto-fill-button/input-auto-fill-button-expected.txt: Added.
* platform/mac/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.png: Added.
* platform/mac/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.txt: Added.
* platform/mac/fast/forms/basic-buttons-expected.png:
* platform/mac/fast/forms/basic-buttons-expected.txt:
* platform/mac/fast/forms/basic-inputs-expected.png:
* platform/mac/fast/forms/basic-inputs-expected.txt:
* platform/mac/fast/forms/basic-selects-expected.png:
* platform/mac/fast/forms/basic-selects-expected.txt:
* platform/mac/fast/forms/basic-textareas-expected.png:
* platform/mac/fast/forms/basic-textareas-expected.txt:
* platform/mac/fast/forms/basic-textareas-quirks-expected.png:
* platform/mac/fast/forms/basic-textareas-quirks-expected.txt:
* platform/mac/fast/forms/blankbuttons-expected.png:
* platform/mac/fast/forms/blankbuttons-expected.txt:
* platform/mac/fast/forms/box-shadow-override-expected.png:
* platform/mac/fast/forms/box-shadow-override-expected.txt:
* platform/mac/fast/forms/button-align-expected.png:
* platform/mac/fast/forms/button-align-expected.txt:
* platform/mac/fast/forms/button-cannot-be-nested-expected.png:
* platform/mac/fast/forms/button-cannot-be-nested-expected.txt:
* platform/mac/fast/forms/button-default-title-expected.png:
* platform/mac/fast/forms/button-default-title-expected.txt:
* platform/mac/fast/forms/button-generated-content-expected.png:
* platform/mac/fast/forms/button-generated-content-expected.txt:
* platform/mac/fast/forms/button-positioned-expected.png:
* platform/mac/fast/forms/button-positioned-expected.txt:
* platform/mac/fast/forms/button-sizes-expected.png:
* platform/mac/fast/forms/button-sizes-expected.txt:
* platform/mac/fast/forms/button-style-color-expected.png:
* platform/mac/fast/forms/button-style-color-expected.txt:
* platform/mac/fast/forms/button-table-styles-expected.png:
* platform/mac/fast/forms/button-table-styles-expected.txt:
* platform/mac/fast/forms/button-text-transform-expected.png:
* platform/mac/fast/forms/button-text-transform-expected.txt:
* platform/mac/fast/forms/button-white-space-expected.png:
* platform/mac/fast/forms/button-white-space-expected.txt:
* platform/mac/fast/forms/control-clip-expected.png:
* platform/mac/fast/forms/control-clip-expected.txt:
* platform/mac/fast/forms/control-clip-overflow-expected.png:
* platform/mac/fast/forms/control-clip-overflow-expected.txt:
* platform/mac/fast/forms/control-restrict-line-height-expected.png:
* platform/mac/fast/forms/control-restrict-line-height-expected.txt:
* platform/mac/fast/forms/disabled-select-change-index-expected.png:
* platform/mac/fast/forms/disabled-select-change-index-expected.txt:
* platform/mac/fast/forms/encoding-test-expected.png:
* platform/mac/fast/forms/encoding-test-expected.txt:
* platform/mac/fast/forms/fieldset-align-expected.png:
* platform/mac/fast/forms/fieldset-align-expected.txt:
* platform/mac/fast/forms/file/file-input-direction-expected.png:
* platform/mac/fast/forms/file/file-input-direction-expected.txt:
* platform/mac/fast/forms/file/file-input-disabled-expected.png:
* platform/mac/fast/forms/file/file-input-disabled-expected.txt:
* platform/mac/fast/forms/file/input-file-re-render-expected.txt:
* platform/mac/fast/forms/floating-textfield-relayout-expected.png:
* platform/mac/fast/forms/floating-textfield-relayout-expected.txt:
* platform/mac/fast/forms/form-element-geometry-expected.png:
* platform/mac/fast/forms/form-element-geometry-expected.txt:
* platform/mac/fast/forms/hidden-listbox-expected.png:
* platform/mac/fast/forms/hidden-listbox-expected.txt:
* platform/mac/fast/forms/input-align-expected.png:
* platform/mac/fast/forms/input-align-expected.txt:
* platform/mac/fast/forms/input-appearance-bkcolor-expected.png:
* platform/mac/fast/forms/input-appearance-bkcolor-expected.txt:
* platform/mac/fast/forms/input-appearance-default-bkcolor-expected.png:
* platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt:
* platform/mac/fast/forms/input-appearance-disabled-expected.png:
* platform/mac/fast/forms/input-appearance-disabled-expected.txt:
* platform/mac/fast/forms/input-appearance-focus-expected.png:
* platform/mac/fast/forms/input-appearance-focus-expected.txt:
* platform/mac/fast/forms/input-appearance-height-expected.png:
* platform/mac/fast/forms/input-appearance-height-expected.txt:
* platform/mac/fast/forms/input-appearance-preventDefault-expected.png:
* platform/mac/fast/forms/input-appearance-preventDefault-expected.txt:
* platform/mac/fast/forms/input-appearance-readonly-expected.png:
* platform/mac/fast/forms/input-appearance-readonly-expected.txt:
* platform/mac/fast/forms/input-appearance-selection-expected.png:
* platform/mac/fast/forms/input-appearance-selection-expected.txt:
* platform/mac/fast/forms/input-appearance-spinbutton-expected.png: Added.
* platform/mac/fast/forms/input-appearance-spinbutton-expected.txt:
* platform/mac/fast/forms/input-appearance-spinbutton-up-expected.png: Added.
* platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt: Added.
* platform/mac/fast/forms/input-appearance-visibility-expected.png:
* platform/mac/fast/forms/input-appearance-visibility-expected.txt:
* platform/mac/fast/forms/input-appearance-width-expected.png:
* platform/mac/fast/forms/input-appearance-width-expected.txt:
* platform/mac/fast/forms/input-baseline-expected.png:
* platform/mac/fast/forms/input-baseline-expected.txt:
* platform/mac/fast/forms/input-button-sizes-expected.png:
* platform/mac/fast/forms/input-button-sizes-expected.txt:
* platform/mac/fast/forms/input-disabled-color-expected.png:
* platform/mac/fast/forms/input-disabled-color-expected.txt:
* platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.png:
* platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt:
* platform/mac/fast/forms/input-field-text-truncated-expected.png:
* platform/mac/fast/forms/input-field-text-truncated-expected.txt:
* platform/mac/fast/forms/input-first-letter-expected.png:
* platform/mac/fast/forms/input-first-letter-expected.txt:
* platform/mac/fast/forms/input-placeholder-visibility-1-expected.png:
* platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt:
* platform/mac/fast/forms/input-placeholder-visibility-3-expected.png:
* platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt:
* platform/mac/fast/forms/input-readonly-autoscroll-expected.png:
* platform/mac/fast/forms/input-readonly-autoscroll-expected.txt:
* platform/mac/fast/forms/input-readonly-dimmed-expected.png:
* platform/mac/fast/forms/input-readonly-dimmed-expected.txt:
* platform/mac/fast/forms/input-readonly-empty-expected.png:
* platform/mac/fast/forms/input-readonly-empty-expected.txt:
* platform/mac/fast/forms/input-spaces-expected.png:
* platform/mac/fast/forms/input-spaces-expected.txt:
* platform/mac/fast/forms/input-table-expected.png:
* platform/mac/fast/forms/input-table-expected.txt:
* platform/mac/fast/forms/input-text-click-inside-expected.png:
* platform/mac/fast/forms/input-text-click-inside-expected.txt:
* platform/mac/fast/forms/input-text-click-outside-expected.png:
* platform/mac/fast/forms/input-text-click-outside-expected.txt:
* platform/mac/fast/forms/input-text-double-click-expected.png:
* platform/mac/fast/forms/input-text-double-click-expected.txt:
* platform/mac/fast/forms/input-text-drag-down-expected.png:
* platform/mac/fast/forms/input-text-drag-down-expected.txt:
* platform/mac/fast/forms/input-text-option-delete-expected.png:
* platform/mac/fast/forms/input-text-option-delete-expected.txt:
* platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.png:
* platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
* platform/mac/fast/forms/input-text-self-emptying-click-expected.png:
* platform/mac/fast/forms/input-text-self-emptying-click-expected.txt:
* platform/mac/fast/forms/input-text-word-wrap-expected.png:
* platform/mac/fast/forms/input-text-word-wrap-expected.txt:
* platform/mac/fast/forms/input-value-expected.png:
* platform/mac/fast/forms/input-value-expected.txt:
* platform/mac/fast/forms/input-width-expected.png:
* platform/mac/fast/forms/input-width-expected.txt:
* platform/mac/fast/forms/listbox-bidi-align-expected.png:
* platform/mac/fast/forms/listbox-bidi-align-expected.txt:
* platform/mac/fast/forms/listbox-scrollbar-incremental-load-expected.png:
* platform/mac/fast/forms/listbox-scrollbar-incremental-load-expected.txt:
* platform/mac/fast/forms/listbox-width-change-expected.png:
* platform/mac/fast/forms/listbox-width-change-expected.txt:
* platform/mac/fast/forms/menulist-clip-expected.png:
* platform/mac/fast/forms/menulist-clip-expected.txt:
* platform/mac/fast/forms/menulist-deselect-update-expected.png:
* platform/mac/fast/forms/menulist-deselect-update-expected.txt:
* platform/mac/fast/forms/menulist-narrow-width-expected.png:
* platform/mac/fast/forms/menulist-narrow-width-expected.txt:
* platform/mac/fast/forms/menulist-no-overflow-expected.png:
* platform/mac/fast/forms/menulist-no-overflow-expected.txt:
* platform/mac/fast/forms/menulist-restrict-line-height-expected.png:
* platform/mac/fast/forms/menulist-restrict-line-height-expected.txt:
* platform/mac/fast/forms/menulist-style-color-expected.png:
* platform/mac/fast/forms/menulist-style-color-expected.txt:
* platform/mac/fast/forms/menulist-width-change-expected.png:
* platform/mac/fast/forms/menulist-width-change-expected.txt:
* platform/mac/fast/forms/minWidthPercent-expected.png:
* platform/mac/fast/forms/minWidthPercent-expected.txt:
* platform/mac/fast/forms/number/number-appearance-rtl-expected.png:
* platform/mac/fast/forms/number/number-appearance-rtl-expected.txt:
* platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png:
* platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
* platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.png:
* platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt:
* platform/mac/fast/forms/option-script-expected.png:
* platform/mac/fast/forms/option-script-expected.txt:
* platform/mac/fast/forms/option-strip-whitespace-expected.png:
* platform/mac/fast/forms/option-strip-whitespace-expected.txt:
* platform/mac/fast/forms/option-text-clip-expected.png:
* platform/mac/fast/forms/option-text-clip-expected.txt:
* platform/mac/fast/forms/placeholder-position-expected.png:
* platform/mac/fast/forms/placeholder-position-expected.txt:
* platform/mac/fast/forms/placeholder-pseudo-style-expected.png:
* platform/mac/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/mac/fast/forms/plaintext-mode-2-expected.png:
* platform/mac/fast/forms/plaintext-mode-2-expected.txt:
* platform/mac/fast/forms/search-cancel-button-style-sharing-expected.png:
* platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt:
* platform/mac/fast/forms/search-display-none-cancel-button-expected.png:
* platform/mac/fast/forms/search-display-none-cancel-button-expected.txt:
* platform/mac/fast/forms/search-input-rtl-expected.png: Added.
* platform/mac/fast/forms/search-input-rtl-expected.txt:
* platform/mac/fast/forms/search-rtl-expected.png:
* platform/mac/fast/forms/search-rtl-expected.txt:
* platform/mac/fast/forms/search-styled-expected.png:
* platform/mac/fast/forms/search-styled-expected.txt:
* platform/mac/fast/forms/search-vertical-alignment-expected.png:
* platform/mac/fast/forms/search-vertical-alignment-expected.txt:
* platform/mac/fast/forms/search/search-padding-cancel-results-buttons-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-setinnerhtml-expected.png.
* platform/mac/fast/forms/search/search-padding-cancel-results-buttons-expected.txt: Added.
* platform/mac/fast/forms/search/search-size-with-decorations-expected.png:
* platform/mac/fast/forms/search/search-size-with-decorations-expected.txt:
* platform/mac/fast/forms/searchfield-heights-expected.png:
* platform/mac/fast/forms/searchfield-heights-expected.txt:
* platform/mac/fast/forms/select-background-none-expected.png:
* platform/mac/fast/forms/select-background-none-expected.txt:
* platform/mac/fast/forms/select-baseline-expected.png:
* platform/mac/fast/forms/select-baseline-expected.txt:
* platform/mac/fast/forms/select-block-background-expected.png:
* platform/mac/fast/forms/select-block-background-expected.txt:
* platform/mac/fast/forms/select-change-listbox-size-expected.png:
* platform/mac/fast/forms/select-change-listbox-size-expected.txt:
* platform/mac/fast/forms/select-change-listbox-to-popup-expected.png:
* platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt:
* platform/mac/fast/forms/select-change-popup-to-listbox-expected.png:
* platform/mac/fast/forms/select-change-popup-to-listbox-expected.txt:
* platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.png:
* platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.txt:
* platform/mac/fast/forms/select-disabled-appearance-expected.png:
* platform/mac/fast/forms/select-disabled-appearance-expected.txt:
* platform/mac/fast/forms/select-empty-option-height-expected.png:
* platform/mac/fast/forms/select-empty-option-height-expected.txt:
* platform/mac/fast/forms/select-initial-position-expected.png:
* platform/mac/fast/forms/select-initial-position-expected.txt:
* platform/mac/fast/forms/select-item-background-clip-expected.png:
* platform/mac/fast/forms/select-item-background-clip-expected.txt:
* platform/mac/fast/forms/select-list-box-with-height-expected.png:
* platform/mac/fast/forms/select-list-box-with-height-expected.txt:
* platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.png:
* platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.txt:
* platform/mac/fast/forms/select-non-native-rendering-direction-expected.png:
* platform/mac/fast/forms/select-non-native-rendering-direction-expected.txt:
* platform/mac/fast/forms/select-overflow-scroll-expected.png:
* platform/mac/fast/forms/select-overflow-scroll-expected.txt:
* platform/mac/fast/forms/select-overflow-scroll-inherited-expected.png:
* platform/mac/fast/forms/select-overflow-scroll-inherited-expected.txt:
* platform/mac/fast/forms/select-selected-expected.png:
* platform/mac/fast/forms/select-selected-expected.txt:
* platform/mac/fast/forms/select-style-expected.png:
* platform/mac/fast/forms/select-style-expected.txt:
* platform/mac/fast/forms/select-writing-direction-natural-expected.png:
* platform/mac/fast/forms/select-writing-direction-natural-expected.txt:
* platform/mac/fast/forms/select/optgroup-rendering-expected.png:
* platform/mac/fast/forms/select/optgroup-rendering-expected.txt:
* platform/mac/fast/forms/stuff-on-my-optgroup-expected.png:
* platform/mac/fast/forms/stuff-on-my-optgroup-expected.txt:
* platform/mac/fast/forms/tabbing-input-iframe-expected.png:
* platform/mac/fast/forms/tabbing-input-iframe-expected.txt:
* platform/mac/fast/forms/text-style-color-expected.png:
* platform/mac/fast/forms/text-style-color-expected.txt:
* platform/mac/fast/forms/textAreaLineHeight-expected.png:
* platform/mac/fast/forms/textAreaLineHeight-expected.txt:
* platform/mac/fast/forms/textarea-align-expected.png:
* platform/mac/fast/forms/textarea-align-expected.txt:
* platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.png:
* platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
* platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.png:
* platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt:
* platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.png:
* platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt:
* platform/mac/fast/forms/textarea-scroll-height-expected.png:
* platform/mac/fast/forms/textarea-scroll-height-expected.txt:
* platform/mac/fast/forms/textarea-scrollbar-expected.png:
* platform/mac/fast/forms/textarea-scrollbar-expected.txt:
* platform/mac/fast/forms/textarea-scrolled-type-expected.png:
* platform/mac/fast/forms/textarea-scrolled-type-expected.txt:
* platform/mac/fast/forms/textarea-setinnerhtml-expected.png:
* platform/mac/fast/forms/textarea-setinnerhtml-expected.txt:
* platform/mac/fast/forms/textfield-focus-ring-expected.png:
* platform/mac/fast/forms/textfield-focus-ring-expected.txt:
* platform/mac/fast/forms/textfield-outline-expected.png:
* platform/mac/fast/forms/textfield-outline-expected.txt:
* platform/mac/fast/forms/textfield-overflow-expected.png:
* platform/mac/fast/forms/textfield-overflow-expected.txt:
* platform/mac/fast/forms/validation-message-appearance-expected.png:
* platform/mac/fast/forms/validation-message-appearance-expected.txt:
* platform/mac/fast/forms/visual-hebrew-text-field-expected.png:
* platform/mac/fast/forms/visual-hebrew-text-field-expected.txt:
* platform/mac/fast/frames/take-focus-from-iframe-expected.png:
* platform/mac/fast/frames/take-focus-from-iframe-expected.txt:
* platform/mac/fast/hidpi/resize-corner-hidpi-expected.png:
* platform/mac/fast/hidpi/resize-corner-hidpi-expected.txt:
* platform/mac/fast/html/details-no-summary4-expected.png:
* platform/mac/fast/html/details-no-summary4-expected.txt:
* platform/mac/fast/html/details-open-javascript-expected.png:
* platform/mac/fast/html/details-open-javascript-expected.txt:
* platform/mac/fast/html/details-open2-expected.png:
* platform/mac/fast/html/details-open2-expected.txt:
* platform/mac/fast/html/details-open4-expected.png:
* platform/mac/fast/html/details-open4-expected.txt:
* platform/mac/fast/html/keygen-expected.png:
* platform/mac/fast/html/keygen-expected.txt:
* platform/mac/fast/lists/dynamic-marker-crash-expected.png:
* platform/mac/fast/lists/dynamic-marker-crash-expected.txt:
* platform/mac/fast/overflow/overflow-x-y-expected.png:
* platform/mac/fast/overflow/overflow-x-y-expected.txt:
* platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
* platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
* platform/mac/fast/overflow/scrollRevealButton-expected.png:
* platform/mac/fast/overflow/scrollRevealButton-expected.txt:
* platform/mac/fast/parser/document-write-option-expected.png:
* platform/mac/fast/parser/document-write-option-expected.txt:
* platform/mac/fast/parser/entity-comment-in-textarea-expected.png:
* platform/mac/fast/parser/entity-comment-in-textarea-expected.txt:
* platform/mac/fast/parser/open-comment-in-textarea-expected.png:
* platform/mac/fast/parser/open-comment-in-textarea-expected.txt:
* platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
* platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
* platform/mac/fast/repaint/search-field-cancel-expected.png:
* platform/mac/fast/repaint/search-field-cancel-expected.txt:
* platform/mac/fast/repaint/subtree-root-skipped-expected.png:
* platform/mac/fast/repaint/subtree-root-skipped-expected.txt:
* platform/mac/fast/replaced/replaced-breaking-expected.png:
* platform/mac/fast/replaced/replaced-breaking-expected.txt:
* platform/mac/fast/replaced/replaced-breaking-mixture-expected.png:
* platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt:
* platform/mac/fast/replaced/width100percent-button-expected.png:
* platform/mac/fast/replaced/width100percent-button-expected.txt:
* platform/mac/fast/replaced/width100percent-menulist-expected.png:
* platform/mac/fast/replaced/width100percent-menulist-expected.txt:
* platform/mac/fast/replaced/width100percent-textarea-expected.png:
* platform/mac/fast/replaced/width100percent-textarea-expected.txt:
* platform/mac/fast/selectors/064-expected.png:
* platform/mac/fast/selectors/064-expected.txt:
* platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.png:
* platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt:
* platform/mac/fast/table/003-expected.png:
* platform/mac/fast/table/003-expected.txt:
* platform/mac/fast/table/append-cells2-expected.png:
* platform/mac/fast/table/append-cells2-expected.txt:
* platform/mac/fast/table/colspanMinWidth-expected.png:
* platform/mac/fast/table/colspanMinWidth-expected.txt:
* platform/mac/fast/table/colspanMinWidth-vertical-expected.png:
* platform/mac/fast/table/colspanMinWidth-vertical-expected.txt:
* platform/mac/fast/table/remove-td-display-none-expected.png:
* platform/mac/fast/table/remove-td-display-none-expected.txt:
* platform/mac/fast/table/spanOverlapRepaint-expected.png:
* platform/mac/fast/table/spanOverlapRepaint-expected.txt:
* platform/mac/fast/table/text-field-baseline-expected.png:
* platform/mac/fast/table/text-field-baseline-expected.txt:
* platform/mac/fast/text/backslash-to-yen-sign-euc-expected.png:
* platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt:
* platform/mac/fast/text/drawBidiText-expected.png:
* platform/mac/fast/text/drawBidiText-expected.txt:
* platform/mac/fast/text/international/hindi-spacing-expected.png:
* platform/mac/fast/text/international/hindi-spacing-expected.txt:
* platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png:
* platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt:
* platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
* platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
* platform/mac/fast/text/textIteratorNilRenderer-expected.png:
* platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
* platform/mac/fast/text/trak-optimizeLegibility-expected.txt: Added.
* platform/mac/fast/transforms/transformed-focused-text-input-expected.png:
* platform/mac/fast/transforms/transformed-focused-text-input-expected.txt:
* platform/mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.
* platform/mac/http/tests/navigation/javascriptlink-frames-expected.png:
* platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/mac/media/controls-after-reload-expected.png:
* platform/mac/media/controls-after-reload-expected.txt:
* platform/mac/media/controls-styling-expected.png:
* platform/mac/media/controls-styling-expected.txt:
* platform/mac/media/media-document-audio-repaint-expected.png:
* platform/mac/media/media-document-audio-repaint-expected.txt:
* platform/mac/media/video-controls-rendering-expected.png: Added.
* platform/mac/media/video-controls-rendering-expected.txt:
* platform/mac/media/video-display-toggle-expected.png: Added.
* platform/mac/media/video-display-toggle-expected.txt:
* platform/mac/media/video-no-audio-expected.png: Added.
* platform/mac/media/video-no-audio-expected.txt:
* platform/mac/media/video-volume-slider-expected.png: Added.
* platform/mac/media/video-volume-slider-expected.txt:
* platform/mac/plugins/mouse-click-plugin-clears-selection-expected.png: Added.
* platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt:
* platform/mac/scrollbars/key-window-not-first-responder-expected.txt:
* platform/mac/svg/custom/inline-svg-in-xhtml-expected.png:
* platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
* platform/mac/svg/hixie/mixed/003-expected.png:
* platform/mac/svg/hixie/mixed/003-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1188-expected.png:
* platform/mac/tables/mozilla/bugs/bug1188-expected.txt:
* platform/mac/tables/mozilla/bugs/bug12384-expected.png:
* platform/mac/tables/mozilla/bugs/bug12384-expected.txt:
* platform/mac/tables/mozilla/bugs/bug138725-expected.png:
* platform/mac/tables/mozilla/bugs/bug138725-expected.txt:
* platform/mac/tables/mozilla/bugs/bug18359-expected.png:
* platform/mac/tables/mozilla/bugs/bug18359-expected.txt:
* platform/mac/tables/mozilla/bugs/bug194024-expected.png:
* platform/mac/tables/mozilla/bugs/bug194024-expected.txt:
* platform/mac/tables/mozilla/bugs/bug24200-expected.png:
* platform/mac/tables/mozilla/bugs/bug24200-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2479-2-expected.png:
* platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2479-3-expected.png:
* platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2479-4-expected.png:
* platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt:
* platform/mac/tables/mozilla/bugs/bug26178-expected.png:
* platform/mac/tables/mozilla/bugs/bug26178-expected.txt:
* platform/mac/tables/mozilla/bugs/bug28928-expected.png:
* platform/mac/tables/mozilla/bugs/bug28928-expected.txt:
* platform/mac/tables/mozilla/bugs/bug29326-expected.png:
* platform/mac/tables/mozilla/bugs/bug29326-expected.txt:
* platform/mac/tables/mozilla/bugs/bug30559-expected.png:
* platform/mac/tables/mozilla/bugs/bug30559-expected.txt:
* platform/mac/tables/mozilla/bugs/bug30692-expected.png:
* platform/mac/tables/mozilla/bugs/bug30692-expected.txt:
* platform/mac/tables/mozilla/bugs/bug33855-expected.png:
* platform/mac/tables/mozilla/bugs/bug33855-expected.txt:
* platform/mac/tables/mozilla/bugs/bug39209-expected.png:
* platform/mac/tables/mozilla/bugs/bug39209-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4382-expected.png:
* platform/mac/tables/mozilla/bugs/bug4382-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4429-expected.png:
* platform/mac/tables/mozilla/bugs/bug4429-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4527-expected.png:
* platform/mac/tables/mozilla/bugs/bug4527-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46368-1-expected.png:
* platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46368-2-expected.png:
* platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug51037-expected.png:
* platform/mac/tables/mozilla/bugs/bug51037-expected.txt:
* platform/mac/tables/mozilla/bugs/bug51727-expected.png:
* platform/mac/tables/mozilla/bugs/bug51727-expected.txt:
* platform/mac/tables/mozilla/bugs/bug52505-expected.png:
* platform/mac/tables/mozilla/bugs/bug52505-expected.txt:
* platform/mac/tables/mozilla/bugs/bug52506-expected.png:
* platform/mac/tables/mozilla/bugs/bug52506-expected.txt:
* platform/mac/tables/mozilla/bugs/bug55545-expected.png:
* platform/mac/tables/mozilla/bugs/bug55545-expected.txt:
* platform/mac/tables/mozilla/bugs/bug59354-expected.png:
* platform/mac/tables/mozilla/bugs/bug59354-expected.txt:
* platform/mac/tables/mozilla/bugs/bug68912-expected.png:
* platform/mac/tables/mozilla/bugs/bug68912-expected.txt:
* platform/mac/tables/mozilla/bugs/bug7342-expected.png:
* platform/mac/tables/mozilla/bugs/bug7342-expected.txt:
* platform/mac/tables/mozilla/bugs/bug96334-expected.png:
* platform/mac/tables/mozilla/bugs/bug96334-expected.txt:
* platform/mac/tables/mozilla/bugs/bug99948-expected.png:
* platform/mac/tables/mozilla/bugs/bug99948-expected.txt:
* platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
* platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
* platform/mac/tables/mozilla/core/margins-expected.png:
* platform/mac/tables/mozilla/core/margins-expected.txt:
* platform/mac/tables/mozilla/dom/tableDom-expected.png:
* platform/mac/tables/mozilla/dom/tableDom-expected.txt:
* platform/mac/tables/mozilla/other/move_row-expected.png:
* platform/mac/tables/mozilla/other/move_row-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
* platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
* platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
* platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
* platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
* platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
* platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
* platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
* platform/mac/transforms/2d/zoom-menulist-expected.png:
* platform/mac/transforms/2d/zoom-menulist-expected.txt:
* platform/mac/transforms/3d/general/perspective-non-layer-expected.png:
* platform/mac/transforms/3d/general/perspective-non-layer-expected.txt:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformmacaccessibilityariareadonlyexpectedtxt">trunk/LayoutTests/platform/mac/accessibility/aria-readonly-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacaccessibilityformcontrolvaluesettableexpectedtxt">trunk/LayoutTests/platform/mac/accessibility/form-control-value-settable-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccompositingcontentsopaquecontrollayerexpectedtxt">trunk/LayoutTests/platform/mac/compositing/contents-opaque/control-layer-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel19bexpectedpng">trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel19bexpectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel23expectedpng">trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel23expectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel24expectedpng">trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel24expectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel64expectedpng">trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel64expectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel68expectedpng">trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel68expectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel69expectedpng">trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel69expectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel19bexpectedpng">trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel19bexpectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel23expectedpng">trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel23expectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel24expectedpng">trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel24expectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel64expectedpng">trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel64expectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel68expectedpng">trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel68expectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel69expectedpng">trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel69expectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel19bexpectedpng">trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel19bexpectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel23expectedpng">trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-23-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel23expectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel24expectedpng">trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-24-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel24expectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel64expectedpng">trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-64-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel64expectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-64-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel68expectedpng">trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-68-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel68expectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel69expectedpng">trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-69-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel69expectedtxt">trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditinginputcaretattheedgeofinputexpectedpng">trunk/LayoutTests/platform/mac/editing/input/caret-at-the-edge-of-input-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditinginputcaretattheedgeofinputexpectedtxt">trunk/LayoutTests/platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditinginputrevealcaretofmultilineinputexpectedpng">trunk/LayoutTests/platform/mac/editing/input/reveal-caret-of-multiline-input-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditinginputrevealcaretofmultilineinputexpectedtxt">trunk/LayoutTests/platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditinginserting49601201expectedpng">trunk/LayoutTests/platform/mac/editing/inserting/4960120-1-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditinginserting49601201expectedtxt">trunk/LayoutTests/platform/mac/editing/inserting/4960120-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditinginsertingbeforeafterinputelementexpectedpng">trunk/LayoutTests/platform/mac/editing/inserting/before-after-input-element-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditinginsertingbeforeafterinputelementexpectedtxt">trunk/LayoutTests/platform/mac/editing/inserting/before-after-input-element-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingpasteboard4641033expectedpng">trunk/LayoutTests/platform/mac/editing/pasteboard/4641033-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingpasteboard4641033expectedtxt">trunk/LayoutTests/platform/mac/editing/pasteboard/4641033-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingpasteboard4806874expectedpng">trunk/LayoutTests/platform/mac/editing/pasteboard/4806874-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingpasteboard4806874expectedtxt">trunk/LayoutTests/platform/mac/editing/pasteboard/4806874-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingpasteboard49447701expectedpng">trunk/LayoutTests/platform/mac/editing/pasteboard/4944770-1-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingpasteboard49447701expectedtxt">trunk/LayoutTests/platform/mac/editing/pasteboard/4944770-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingpasteboard49447702expectedpng">trunk/LayoutTests/platform/mac/editing/pasteboard/4944770-2-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingpasteboard49447702expectedtxt">trunk/LayoutTests/platform/mac/editing/pasteboard/4944770-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingpasteboarddroptextwithoutselectionexpectedpng">trunk/LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingpasteboarddroptextwithoutselectionexpectedtxt">trunk/LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingpasteboardinputfield1expectedpng">trunk/LayoutTests/platform/mac/editing/pasteboard/input-field-1-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingpasteboardinputfield1expectedtxt">trunk/LayoutTests/platform/mac/editing/pasteboard/input-field-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingpasteboardpastingtabsexpectedpng">trunk/LayoutTests/platform/mac/editing/pasteboard/pasting-tabs-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingpasteboardpastingtabsexpectedtxt">trunk/LayoutTests/platform/mac/editing/pasteboard/pasting-tabs-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselection36907032expectedpng">trunk/LayoutTests/platform/mac/editing/selection/3690703-2-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselection36907032expectedtxt">trunk/LayoutTests/platform/mac/editing/selection/3690703-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselection3690703expectedpng">trunk/LayoutTests/platform/mac/editing/selection/3690703-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselection3690703expectedtxt">trunk/LayoutTests/platform/mac/editing/selection/3690703-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselection3690719expectedpng">trunk/LayoutTests/platform/mac/editing/selection/3690719-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselection3690719expectedtxt">trunk/LayoutTests/platform/mac/editing/selection/3690719-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselection4397952expectedpng">trunk/LayoutTests/platform/mac/editing/selection/4397952-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselection4397952expectedtxt">trunk/LayoutTests/platform/mac/editing/selection/4397952-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselection48954283expectedpng">trunk/LayoutTests/platform/mac/editing/selection/4895428-3-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselection48954283expectedtxt">trunk/LayoutTests/platform/mac/editing/selection/4895428-3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselection4975120expectedpng">trunk/LayoutTests/platform/mac/editing/selection/4975120-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselection4975120expectedtxt">trunk/LayoutTests/platform/mac/editing/selection/4975120-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselection5240265expectedpng">trunk/LayoutTests/platform/mac/editing/selection/5240265-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselection5240265expectedtxt">trunk/LayoutTests/platform/mac/editing/selection/5240265-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselectiondragselect1expectedpng">trunk/LayoutTests/platform/mac/editing/selection/drag-select-1-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselectiondragselect1expectedtxt">trunk/LayoutTests/platform/mac/editing/selection/drag-select-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselectionreplacedboundaries3expectedpng">trunk/LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselectionreplacedboundaries3expectedtxt">trunk/LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselectionselectacrossreadonlyinput3expectedpng">trunk/LayoutTests/platform/mac/editing/selection/select-across-readonly-input-3-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselectionselectacrossreadonlyinput3expectedtxt">trunk/LayoutTests/platform/mac/editing/selection/select-across-readonly-input-3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselectionselectboxexpectedpng">trunk/LayoutTests/platform/mac/editing/selection/select-box-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselectionselectboxexpectedtxt">trunk/LayoutTests/platform/mac/editing/selection/select-box-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselectionselectelementparagraphboundaryexpectedpng">trunk/LayoutTests/platform/mac/editing/selection/select-element-paragraph-boundary-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselectionselectelementparagraphboundaryexpectedtxt">trunk/LayoutTests/platform/mac/editing/selection/select-element-paragraph-boundary-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselectionselectfromtextfieldoutwardsexpectedpng">trunk/LayoutTests/platform/mac/editing/selection/select-from-textfield-outwards-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselectionselectfromtextfieldoutwardsexpectedtxt">trunk/LayoutTests/platform/mac/editing/selection/select-from-textfield-outwards-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselectionselectionbuttontextexpectedpng">trunk/LayoutTests/platform/mac/editing/selection/selection-button-text-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselectionselectionbuttontextexpectedtxt">trunk/LayoutTests/platform/mac/editing/selection/selection-button-text-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastattachmentattachmentlabelhighlightexpectedpng">trunk/LayoutTests/platform/mac/fast/attachment/attachment-label-highlight-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastattachmentattachmentlabelhighlightexpectedtxt">trunk/LayoutTests/platform/mac/fast/attachment/attachment-label-highlight-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastattachmentattachmentprogressexpectedpng">trunk/LayoutTests/platform/mac/fast/attachment/attachment-progress-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastattachmentattachmentprogressexpectedtxt">trunk/LayoutTests/platform/mac/fast/attachment/attachment-progress-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastattachmentattachmentselectonclickexpectedpng">trunk/LayoutTests/platform/mac/fast/attachment/attachment-select-on-click-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastattachmentattachmentselectonclickexpectedtxt">trunk/LayoutTests/platform/mac/fast/attachment/attachment-select-on-click-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastattachmentattachmentselectonclickinsideuserselectallexpectedpng">trunk/LayoutTests/platform/mac/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastattachmentattachmentselectonclickinsideuserselectallexpectedtxt">trunk/LayoutTests/platform/mac/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastattachmentattachmentsubtitleexpectedpng">trunk/LayoutTests/platform/mac/fast/attachment/attachment-subtitle-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastattachmentattachmentsubtitleexpectedtxt">trunk/LayoutTests/platform/mac/fast/attachment/attachment-subtitle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockfloatfloatavoidanceexpectedpng">trunk/LayoutTests/platform/mac/fast/block/float/float-avoidance-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockfloatfloatavoidanceexpectedtxt">trunk/LayoutTests/platform/mac/fast/block/float/float-avoidance-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapse103expectedpng">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/103-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockmargincollapse103expectedtxt">trunk/LayoutTests/platform/mac/fast/block/margin-collapse/103-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockpositioninginlineblockrelpositionexpectedpng">trunk/LayoutTests/platform/mac/fast/block/positioning/inline-block-relposition-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockpositioninginlineblockrelpositionexpectedtxt">trunk/LayoutTests/platform/mac/fast/block/positioning/inline-block-relposition-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcsscontinuationCrashexpectedpng">trunk/LayoutTests/platform/mac/fast/css/continuationCrash-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcsscontinuationCrashexpectedtxt">trunk/LayoutTests/platform/mac/fast/css/continuationCrash-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcssfocusringexistsforsearchfieldexpectedpng">trunk/LayoutTests/platform/mac/fast/css/focus-ring-exists-for-search-field-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcssfocusringexistsforsearchfieldexpectedtxt">trunk/LayoutTests/platform/mac/fast/css/focus-ring-exists-for-search-field-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcsslineheightexpectedpng">trunk/LayoutTests/platform/mac/fast/css/line-height-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcsslineheightexpectedtxt">trunk/LayoutTests/platform/mac/fast/css/line-height-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcssmargintopbottomdynamicexpectedpng">trunk/LayoutTests/platform/mac/fast/css/margin-top-bottom-dynamic-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcssmargintopbottomdynamicexpectedtxt">trunk/LayoutTests/platform/mac/fast/css/margin-top-bottom-dynamic-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcsstextoverflowinputexpectedpng">trunk/LayoutTests/platform/mac/fast/css/text-overflow-input-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcsstextoverflowinputexpectedtxt">trunk/LayoutTests/platform/mac/fast/css/text-overflow-input-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcsstexttransformselectexpectedpng">trunk/LayoutTests/platform/mac/fast/css/text-transform-select-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcsstexttransformselectexpectedtxt">trunk/LayoutTests/platform/mac/fast/css/text-transform-select-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastdomHTMLInputElementinputimagealttextexpectedpng">trunk/LayoutTests/platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastdomHTMLInputElementinputimagealttextexpectedtxt">trunk/LayoutTests/platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastdomHTMLTableColElementresizetableusingcolwidthexpectedpng">trunk/LayoutTests/platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastdomHTMLTableColElementresizetableusingcolwidthexpectedtxt">trunk/LayoutTests/platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastdomHTMLTextAreaElementresettextareaexpectedpng">trunk/LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastdomHTMLTextAreaElementresettextareaexpectedtxt">trunk/LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastdomisindex001expectedpng">trunk/LayoutTests/platform/mac/fast/dom/isindex-001-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastdomisindex001expectedtxt">trunk/LayoutTests/platform/mac/fast/dom/isindex-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastdomisindex002expectedpng">trunk/LayoutTests/platform/mac/fast/dom/isindex-002-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastdomisindex002expectedtxt">trunk/LayoutTests/platform/mac/fast/dom/isindex-002-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastdynamic008expectedpng">trunk/LayoutTests/platform/mac/fast/dynamic/008-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastdynamic008expectedtxt">trunk/LayoutTests/platform/mac/fast/dynamic/008-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastdynamicpositionedmovementwithpositionedchildrenexpectedpng">trunk/LayoutTests/platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastdynamicpositionedmovementwithpositionedchildrenexpectedtxt">trunk/LayoutTests/platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasteventscontextnodeselectexpectedpng">trunk/LayoutTests/platform/mac/fast/events/context-no-deselect-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasteventscontextnodeselectexpectedtxt">trunk/LayoutTests/platform/mac/fast/events/context-no-deselect-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasteventsshadoweventpath2expectedtxt">trunk/LayoutTests/platform/mac/fast/events/shadow-event-path-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastforms001expectedpng">trunk/LayoutTests/platform/mac/fast/forms/001-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastforms001expectedtxt">trunk/LayoutTests/platform/mac/fast/forms/001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastforms004expectedpng">trunk/LayoutTests/platform/mac/fast/forms/004-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastforms004expectedtxt">trunk/LayoutTests/platform/mac/fast/forms/004-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsbasicbuttonsexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/basic-buttons-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsbasicbuttonsexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/basic-buttons-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsbasicinputsexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/basic-inputs-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsbasicinputsexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/basic-inputs-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsbasicselectsexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/basic-selects-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsbasicselectsexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/basic-selects-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsbasictextareasexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/basic-textareas-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsbasictextareasexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/basic-textareas-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsbasictextareasquirksexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/basic-textareas-quirks-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsbasictextareasquirksexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/basic-textareas-quirks-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsblankbuttonsexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/blankbuttons-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsblankbuttonsexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/blankbuttons-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsboxshadowoverrideexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/box-shadow-override-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsboxshadowoverrideexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/box-shadow-override-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsbuttonalignexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/button-align-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsbuttonalignexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/button-align-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsbuttoncannotbenestedexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/button-cannot-be-nested-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsbuttoncannotbenestedexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/button-cannot-be-nested-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsbuttondefaulttitleexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/button-default-title-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsbuttondefaulttitleexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/button-default-title-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsbuttongeneratedcontentexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/button-generated-content-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsbuttongeneratedcontentexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/button-generated-content-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsbuttonpositionedexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/button-positioned-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsbuttonpositionedexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/button-positioned-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsbuttonsizesexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/button-sizes-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsbuttonsizesexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/button-sizes-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsbuttonstylecolorexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/button-style-color-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsbuttonstylecolorexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/button-style-color-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsbuttontablestylesexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/button-table-styles-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsbuttontablestylesexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/button-table-styles-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsbuttontexttransformexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/button-text-transform-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsbuttontexttransformexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/button-text-transform-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsbuttonwhitespaceexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/button-white-space-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsbuttonwhitespaceexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/button-white-space-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformscontrolclipexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/control-clip-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformscontrolclipexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/control-clip-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformscontrolclipoverflowexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/control-clip-overflow-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformscontrolclipoverflowexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/control-clip-overflow-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformscontrolrestrictlineheightexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/control-restrict-line-height-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformscontrolrestrictlineheightexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/control-restrict-line-height-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsdisabledselectchangeindexexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/disabled-select-change-index-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsdisabledselectchangeindexexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/disabled-select-change-index-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsencodingtestexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/encoding-test-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsencodingtestexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/encoding-test-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsfieldsetalignexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/fieldset-align-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsfieldsetalignexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/fieldset-align-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsfilefileinputdirectionexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/file/file-input-direction-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsfilefileinputdirectionexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/file/file-input-direction-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsfilefileinputdisabledexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/file/file-input-disabled-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsfilefileinputdisabledexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/file/file-input-disabled-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsfileinputfilererenderexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/file/input-file-re-render-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsfloatingtextfieldrelayoutexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/floating-textfield-relayout-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsfloatingtextfieldrelayoutexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/floating-textfield-relayout-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsformelementgeometryexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsformelementgeometryexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformshiddenlistboxexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/hidden-listbox-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformshiddenlistboxexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/hidden-listbox-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputalignexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/input-align-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputalignexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-align-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputappearancebkcolorexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/input-appearance-bkcolor-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputappearancebkcolorexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-appearance-bkcolor-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputappearancedefaultbkcolorexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/input-appearance-default-bkcolor-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputappearancedefaultbkcolorexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputappearancedisabledexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/input-appearance-disabled-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputappearancedisabledexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-appearance-disabled-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputappearancefocusexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/input-appearance-focus-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputappearancefocusexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-appearance-focus-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputappearanceheightexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/input-appearance-height-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputappearanceheightexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-appearance-height-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputappearancepreventDefaultexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputappearancepreventDefaultexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputappearancereadonlyexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/input-appearance-readonly-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputappearancereadonlyexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-appearance-readonly-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputappearanceselectionexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/input-appearance-selection-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputappearanceselectionexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-appearance-selection-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputappearancespinbuttonexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputappearancevisibilityexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/input-appearance-visibility-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputappearancevisibilityexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-appearance-visibility-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputappearancewidthexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/input-appearance-width-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputappearancewidthexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-appearance-width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputbaselineexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/input-baseline-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputbaselineexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputbuttonsizesexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/input-button-sizes-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputbuttonsizesexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-button-sizes-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputdisabledcolorexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/input-disabled-color-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputdisabledcolorexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-disabled-color-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputdoubleclickselectiongapbugexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputdoubleclickselectiongapbugexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputfieldtexttruncatedexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/input-field-text-truncated-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputfieldtexttruncatedexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-field-text-truncated-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputfirstletterexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/input-first-letter-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputfirstletterexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-first-letter-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputplaceholdervisibility1expectedpng">trunk/LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-1-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputplaceholdervisibility1expectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputplaceholdervisibility3expectedpng">trunk/LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-3-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputplaceholdervisibility3expectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputreadonlyautoscrollexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/input-readonly-autoscroll-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputreadonlyautoscrollexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-readonly-autoscroll-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputreadonlydimmedexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/input-readonly-dimmed-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputreadonlydimmedexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-readonly-dimmed-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputreadonlyemptyexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/input-readonly-empty-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputreadonlyemptyexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-readonly-empty-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputspacesexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/input-spaces-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputspacesexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-spaces-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputtableexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/input-table-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputtableexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputtextclickinsideexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/input-text-click-inside-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputtextclickinsideexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-text-click-inside-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputtextclickoutsideexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/input-text-click-outside-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputtextclickoutsideexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-text-click-outside-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputtextdoubleclickexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/input-text-double-click-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputtextdoubleclickexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-text-double-click-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputtextdragdownexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/input-text-drag-down-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputtextdragdownexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-text-drag-down-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputtextoptiondeleteexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/input-text-option-delete-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputtextoptiondeleteexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-text-option-delete-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputtextscrollleftonblurexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputtextscrollleftonblurexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputtextselfemptyingclickexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/input-text-self-emptying-click-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputtextselfemptyingclickexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-text-self-emptying-click-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputtextwordwrapexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/input-text-word-wrap-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputtextwordwrapexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-text-word-wrap-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputvalueexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/input-value-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputvalueexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-value-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputwidthexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/input-width-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputwidthexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformslistboxbidialignexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/listbox-bidi-align-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformslistboxbidialignexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/listbox-bidi-align-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformslistboxscrollbarincrementalloadexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/listbox-scrollbar-incremental-load-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformslistboxscrollbarincrementalloadexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/listbox-scrollbar-incremental-load-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformslistboxwidthchangeexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/listbox-width-change-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformslistboxwidthchangeexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/listbox-width-change-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsmenulistclipexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/menulist-clip-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsmenulistclipexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/menulist-clip-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsmenulistdeselectupdateexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/menulist-deselect-update-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsmenulistdeselectupdateexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/menulist-deselect-update-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsmenulistnarrowwidthexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/menulist-narrow-width-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsmenulistnarrowwidthexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/menulist-narrow-width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsmenulistnooverflowexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/menulist-no-overflow-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsmenulistnooverflowexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/menulist-no-overflow-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsmenulistrestrictlineheightexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/menulist-restrict-line-height-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsmenulistrestrictlineheightexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/menulist-restrict-line-height-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsmenuliststylecolorexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/menulist-style-color-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsmenuliststylecolorexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/menulist-style-color-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsmenulistwidthchangeexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/menulist-width-change-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsmenulistwidthchangeexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/menulist-width-change-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsminWidthPercentexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/minWidthPercent-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsminWidthPercentexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/minWidthPercent-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsnumbernumberappearancertlexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/number/number-appearance-rtl-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsnumbernumberappearancertlexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/number/number-appearance-rtl-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsnumbernumberappearancespinbuttondisabledreadonlyexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsnumbernumberappearancespinbuttondisabledreadonlyexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsnumbernumberappearancespinbuttonlayerexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsnumbernumberappearancespinbuttonlayerexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsoptionscriptexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/option-script-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsoptionscriptexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/option-script-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsoptionstripwhitespaceexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/option-strip-whitespace-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsoptionstripwhitespaceexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/option-strip-whitespace-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsoptiontextclipexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/option-text-clip-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsoptiontextclipexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/option-text-clip-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsplaceholderpositionexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/placeholder-position-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsplaceholderpositionexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/placeholder-position-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsplaceholderpseudostyleexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/placeholder-pseudo-style-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsplaceholderpseudostyleexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/placeholder-pseudo-style-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsplaintextmode2expectedpng">trunk/LayoutTests/platform/mac/fast/forms/plaintext-mode-2-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsplaintextmode2expectedtxt">trunk/LayoutTests/platform/mac/fast/forms/plaintext-mode-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformssearchsearchsizewithdecorationsexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/search/search-size-with-decorations-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformssearchsearchsizewithdecorationsexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/search/search-size-with-decorations-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformssearchcancelbuttonstylesharingexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/search-cancel-button-style-sharing-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformssearchcancelbuttonstylesharingexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformssearchdisplaynonecancelbuttonexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/search-display-none-cancel-button-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformssearchdisplaynonecancelbuttonexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/search-display-none-cancel-button-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformssearchinputrtlexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/search-input-rtl-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformssearchrtlexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/search-rtl-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformssearchrtlexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/search-rtl-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformssearchstyledexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/search-styled-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformssearchstyledexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/search-styled-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformssearchverticalalignmentexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/search-vertical-alignment-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformssearchverticalalignmentexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/search-vertical-alignment-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformssearchfieldheightsexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/searchfield-heights-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformssearchfieldheightsexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/searchfield-heights-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectoptgrouprenderingexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/select/optgroup-rendering-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectoptgrouprenderingexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/select/optgroup-rendering-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectbackgroundnoneexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/select-background-none-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectbackgroundnoneexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/select-background-none-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectbaselineexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/select-baseline-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectbaselineexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/select-baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectblockbackgroundexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/select-block-background-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectblockbackgroundexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/select-block-background-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectchangelistboxsizeexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/select-change-listbox-size-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectchangelistboxsizeexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/select-change-listbox-size-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectchangelistboxtopopupexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/select-change-listbox-to-popup-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectchangelistboxtopopupexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectchangepopuptolistboxexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/select-change-popup-to-listbox-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectchangepopuptolistboxexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/select-change-popup-to-listbox-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectdirtyparentprefwidthsexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectdirtyparentprefwidthsexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectdisabledappearanceexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/select-disabled-appearance-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectdisabledappearanceexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/select-disabled-appearance-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectemptyoptionheightexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/select-empty-option-height-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectemptyoptionheightexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/select-empty-option-height-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectinitialpositionexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/select-initial-position-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectinitialpositionexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/select-initial-position-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectitembackgroundclipexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/select-item-background-clip-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectitembackgroundclipexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/select-item-background-clip-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectlistboxwithheightexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/select-list-box-with-height-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectlistboxwithheightexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/select-list-box-with-height-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectlistboxmultiplenofocusringexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectlistboxmultiplenofocusringexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectnonnativerenderingdirectionexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/select-non-native-rendering-direction-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectnonnativerenderingdirectionexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/select-non-native-rendering-direction-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectoverflowscrollexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/select-overflow-scroll-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectoverflowscrollexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/select-overflow-scroll-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectoverflowscrollinheritedexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/select-overflow-scroll-inherited-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectoverflowscrollinheritedexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/select-overflow-scroll-inherited-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectselectedexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/select-selected-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectselectedexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/select-selected-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectstyleexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/select-style-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectstyleexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/select-style-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectwritingdirectionnaturalexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/select-writing-direction-natural-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsselectwritingdirectionnaturalexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/select-writing-direction-natural-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsstuffonmyoptgroupexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/stuff-on-my-optgroup-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsstuffonmyoptgroupexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/stuff-on-my-optgroup-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformstabbinginputiframeexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/tabbing-input-iframe-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformstabbinginputiframeexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/tabbing-input-iframe-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformstextstylecolorexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/text-style-color-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformstextstylecolorexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/text-style-color-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformstextAreaLineHeightexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/textAreaLineHeight-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformstextAreaLineHeightexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/textAreaLineHeight-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformstextareaalignexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/textarea-align-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformstextareaalignexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/textarea-align-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformstextareaplaceholderpseudostyleexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformstextareaplaceholderpseudostyleexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformstextareaplaceholdervisibility1expectedpng">trunk/LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformstextareaplaceholdervisibility1expectedtxt">trunk/LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformstextareaplaceholdervisibility2expectedpng">trunk/LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformstextareaplaceholdervisibility2expectedtxt">trunk/LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformstextareascrollheightexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/textarea-scroll-height-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformstextareascrollheightexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/textarea-scroll-height-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformstextareascrollbarexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/textarea-scrollbar-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformstextareascrollbarexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/textarea-scrollbar-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformstextareascrolledtypeexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/textarea-scrolled-type-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformstextareascrolledtypeexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/textarea-scrolled-type-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformstextareasetinnerhtmlexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/textarea-setinnerhtml-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformstextareasetinnerhtmlexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/textarea-setinnerhtml-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformstextfieldfocusringexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/textfield-focus-ring-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformstextfieldfocusringexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/textfield-focus-ring-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformstextfieldoutlineexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/textfield-outline-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformstextfieldoutlineexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/textfield-outline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformstextfieldoverflowexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/textfield-overflow-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformstextfieldoverflowexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/textfield-overflow-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsvalidationmessageappearanceexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/validation-message-appearance-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsvalidationmessageappearanceexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/validation-message-appearance-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsvisualhebrewtextfieldexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/visual-hebrew-text-field-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsvisualhebrewtextfieldexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/visual-hebrew-text-field-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastframestakefocusfromiframeexpectedpng">trunk/LayoutTests/platform/mac/fast/frames/take-focus-from-iframe-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastframestakefocusfromiframeexpectedtxt">trunk/LayoutTests/platform/mac/fast/frames/take-focus-from-iframe-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasthidpiresizecornerhidpiexpectedpng">trunk/LayoutTests/platform/mac/fast/hidpi/resize-corner-hidpi-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasthidpiresizecornerhidpiexpectedtxt">trunk/LayoutTests/platform/mac/fast/hidpi/resize-corner-hidpi-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasthtmldetailsnosummary4expectedpng">trunk/LayoutTests/platform/mac/fast/html/details-no-summary4-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasthtmldetailsnosummary4expectedtxt">trunk/LayoutTests/platform/mac/fast/html/details-no-summary4-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasthtmldetailsopenjavascriptexpectedpng">trunk/LayoutTests/platform/mac/fast/html/details-open-javascript-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasthtmldetailsopenjavascriptexpectedtxt">trunk/LayoutTests/platform/mac/fast/html/details-open-javascript-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasthtmldetailsopen2expectedpng">trunk/LayoutTests/platform/mac/fast/html/details-open2-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasthtmldetailsopen2expectedtxt">trunk/LayoutTests/platform/mac/fast/html/details-open2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasthtmldetailsopen4expectedpng">trunk/LayoutTests/platform/mac/fast/html/details-open4-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasthtmldetailsopen4expectedtxt">trunk/LayoutTests/platform/mac/fast/html/details-open4-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasthtmlkeygenexpectedpng">trunk/LayoutTests/platform/mac/fast/html/keygen-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasthtmlkeygenexpectedtxt">trunk/LayoutTests/platform/mac/fast/html/keygen-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastlistsdynamicmarkercrashexpectedpng">trunk/LayoutTests/platform/mac/fast/lists/dynamic-marker-crash-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastlistsdynamicmarkercrashexpectedtxt">trunk/LayoutTests/platform/mac/fast/lists/dynamic-marker-crash-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastoverflowoverflowxyexpectedpng">trunk/LayoutTests/platform/mac/fast/overflow/overflow-x-y-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastoverflowoverflowxyexpectedtxt">trunk/LayoutTests/platform/mac/fast/overflow/overflow-x-y-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastoverflowscrollnestedpositionedlayerinoverflowexpectedpng">trunk/LayoutTests/platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastoverflowscrollnestedpositionedlayerinoverflowexpectedtxt">trunk/LayoutTests/platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastoverflowscrollRevealButtonexpectedpng">trunk/LayoutTests/platform/mac/fast/overflow/scrollRevealButton-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastoverflowscrollRevealButtonexpectedtxt">trunk/LayoutTests/platform/mac/fast/overflow/scrollRevealButton-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastparserdocumentwriteoptionexpectedpng">trunk/LayoutTests/platform/mac/fast/parser/document-write-option-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastparserdocumentwriteoptionexpectedtxt">trunk/LayoutTests/platform/mac/fast/parser/document-write-option-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastparserentitycommentintextareaexpectedpng">trunk/LayoutTests/platform/mac/fast/parser/entity-comment-in-textarea-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastparserentitycommentintextareaexpectedtxt">trunk/LayoutTests/platform/mac/fast/parser/entity-comment-in-textarea-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastparseropencommentintextareaexpectedpng">trunk/LayoutTests/platform/mac/fast/parser/open-comment-in-textarea-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastparseropencommentintextareaexpectedtxt">trunk/LayoutTests/platform/mac/fast/parser/open-comment-in-textarea-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepaintrendererdestructionbyinvalidateSelectioncrashexpectedpng">trunk/LayoutTests/platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepaintrendererdestructionbyinvalidateSelectioncrashexpectedtxt">trunk/LayoutTests/platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepaintsearchfieldcancelexpectedpng">trunk/LayoutTests/platform/mac/fast/repaint/search-field-cancel-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepaintsearchfieldcancelexpectedtxt">trunk/LayoutTests/platform/mac/fast/repaint/search-field-cancel-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepaintsubtreerootskippedexpectedpng">trunk/LayoutTests/platform/mac/fast/repaint/subtree-root-skipped-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepaintsubtreerootskippedexpectedtxt">trunk/LayoutTests/platform/mac/fast/repaint/subtree-root-skipped-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastreplacedreplacedbreakingexpectedpng">trunk/LayoutTests/platform/mac/fast/replaced/replaced-breaking-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastreplacedreplacedbreakingexpectedtxt">trunk/LayoutTests/platform/mac/fast/replaced/replaced-breaking-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastreplacedreplacedbreakingmixtureexpectedpng">trunk/LayoutTests/platform/mac/fast/replaced/replaced-breaking-mixture-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastreplacedreplacedbreakingmixtureexpectedtxt">trunk/LayoutTests/platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastreplacedwidth100percentbuttonexpectedpng">trunk/LayoutTests/platform/mac/fast/replaced/width100percent-button-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastreplacedwidth100percentbuttonexpectedtxt">trunk/LayoutTests/platform/mac/fast/replaced/width100percent-button-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastreplacedwidth100percentmenulistexpectedpng">trunk/LayoutTests/platform/mac/fast/replaced/width100percent-menulist-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastreplacedwidth100percentmenulistexpectedtxt">trunk/LayoutTests/platform/mac/fast/replaced/width100percent-menulist-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastreplacedwidth100percenttextareaexpectedpng">trunk/LayoutTests/platform/mac/fast/replaced/width100percent-textarea-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastreplacedwidth100percenttextareaexpectedtxt">trunk/LayoutTests/platform/mac/fast/replaced/width100percent-textarea-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastselectors064expectedpng">trunk/LayoutTests/platform/mac/fast/selectors/064-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastselectors064expectedtxt">trunk/LayoutTests/platform/mac/fast/selectors/064-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastspatialnavigationsnavmultipleselectfocusringexpectedpng">trunk/LayoutTests/platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastspatialnavigationsnavmultipleselectfocusringexpectedtxt">trunk/LayoutTests/platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttable003expectedpng">trunk/LayoutTests/platform/mac/fast/table/003-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttable003expectedtxt">trunk/LayoutTests/platform/mac/fast/table/003-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttableappendcells2expectedpng">trunk/LayoutTests/platform/mac/fast/table/append-cells2-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttableappendcells2expectedtxt">trunk/LayoutTests/platform/mac/fast/table/append-cells2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablecolspanMinWidthexpectedpng">trunk/LayoutTests/platform/mac/fast/table/colspanMinWidth-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablecolspanMinWidthexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/colspanMinWidth-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablecolspanMinWidthverticalexpectedpng">trunk/LayoutTests/platform/mac/fast/table/colspanMinWidth-vertical-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablecolspanMinWidthverticalexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/colspanMinWidth-vertical-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttableremovetddisplaynoneexpectedpng">trunk/LayoutTests/platform/mac/fast/table/remove-td-display-none-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttableremovetddisplaynoneexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/remove-td-display-none-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablespanOverlapRepaintexpectedpng">trunk/LayoutTests/platform/mac/fast/table/spanOverlapRepaint-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablespanOverlapRepaintexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/spanOverlapRepaint-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttabletextfieldbaselineexpectedpng">trunk/LayoutTests/platform/mac/fast/table/text-field-baseline-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttabletextfieldbaselineexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/text-field-baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextbackslashtoyensigneucexpectedpng">trunk/LayoutTests/platform/mac/fast/text/backslash-to-yen-sign-euc-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextbackslashtoyensigneucexpectedtxt">trunk/LayoutTests/platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextdrawBidiTextexpectedpng">trunk/LayoutTests/platform/mac/fast/text/drawBidiText-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextdrawBidiTextexpectedtxt">trunk/LayoutTests/platform/mac/fast/text/drawBidiText-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextinternationalhindispacingexpectedpng">trunk/LayoutTests/platform/mac/fast/text/international/hindi-spacing-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextinternationalhindispacingexpectedtxt">trunk/LayoutTests/platform/mac/fast/text/international/hindi-spacing-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextinternationalpopupbuttontextalignmentanddirectionexpectedpng">trunk/LayoutTests/platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextinternationalpopupbuttontextalignmentanddirectionexpectedtxt">trunk/LayoutTests/platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextinternationalunicodebidiplaintextintextareaexpectedpng">trunk/LayoutTests/platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextinternationalunicodebidiplaintextintextareaexpectedtxt">trunk/LayoutTests/platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttexttextIteratorNilRendererexpectedpng">trunk/LayoutTests/platform/mac/fast/text/textIteratorNilRenderer-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttexttextIteratorNilRendererexpectedtxt">trunk/LayoutTests/platform/mac/fast/text/textIteratorNilRenderer-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttransformstransformedfocusedtextinputexpectedpng">trunk/LayoutTests/platform/mac/fast/transforms/transformed-focused-text-input-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttransformstransformedfocusedtextinputexpectedtxt">trunk/LayoutTests/platform/mac/fast/transforms/transformed-focused-text-input-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmachttptestsnavigationjavascriptlinkframesexpectedpng">trunk/LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmachttptestsnavigationjavascriptlinkframesexpectedtxt">trunk/LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacmediacontrolsafterreloadexpectedpng">trunk/LayoutTests/platform/mac/media/controls-after-reload-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacmediacontrolsafterreloadexpectedtxt">trunk/LayoutTests/platform/mac/media/controls-after-reload-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacmediacontrolsstylingexpectedpng">trunk/LayoutTests/platform/mac/media/controls-styling-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacmediacontrolsstylingexpectedtxt">trunk/LayoutTests/platform/mac/media/controls-styling-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacmediamediadocumentaudiorepaintexpectedpng">trunk/LayoutTests/platform/mac/media/media-document-audio-repaint-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacmediamediadocumentaudiorepaintexpectedtxt">trunk/LayoutTests/platform/mac/media/media-document-audio-repaint-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacmediavideocontrolsrenderingexpectedtxt">trunk/LayoutTests/platform/mac/media/video-controls-rendering-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacmediavideodisplaytoggleexpectedtxt">trunk/LayoutTests/platform/mac/media/video-display-toggle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacmediavideonoaudioexpectedtxt">trunk/LayoutTests/platform/mac/media/video-no-audio-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacmediavideovolumesliderexpectedtxt">trunk/LayoutTests/platform/mac/media/video-volume-slider-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacpluginsmouseclickpluginclearsselectionexpectedtxt">trunk/LayoutTests/platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacscrollbarskeywindownotfirstresponderexpectedtxt">trunk/LayoutTests/platform/mac/scrollbars/key-window-not-first-responder-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacsvgcustominlinesvginxhtmlexpectedpng">trunk/LayoutTests/platform/mac/svg/custom/inline-svg-in-xhtml-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacsvgcustominlinesvginxhtmlexpectedtxt">trunk/LayoutTests/platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacsvghixiemixed003expectedpng">trunk/LayoutTests/platform/mac/svg/hixie/mixed/003-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacsvghixiemixed003expectedtxt">trunk/LayoutTests/platform/mac/svg/hixie/mixed/003-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug1188expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1188-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug1188expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1188-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug12384expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug12384-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug12384expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug12384-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug138725expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug138725-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug138725expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug138725-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug18359expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug18359-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug18359expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug18359-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug194024expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug194024-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug194024expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug194024-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug24200expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug24200-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug24200expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug24200-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug24792expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-2-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug24792expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug24793expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug24793expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug24794expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-4-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug24794expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug26178expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug26178-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug26178expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug26178-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug28928expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug28928-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug28928expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug28928-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug29326expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug29326-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug29326expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug29326-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug30559expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug30559-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug30559expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug30559-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug30692expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug30692-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug30692expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug30692-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug33855expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug33855-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug33855expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug33855-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug39209expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug39209-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug39209expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug39209-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug4382expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4382-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug4382expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4382-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug4429expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4429-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug4429expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4429-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug4527expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4527-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug4527expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4527-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug463681expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-1-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug463681expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug463682expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-2-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug463682expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug51037expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug51037-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug51037expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug51037-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug51727expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug51727-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug51727expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug51727-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug52505expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug52505-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug52505expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug52505-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug52506expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug52506-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug52506expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug52506-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug55545expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug55545-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug55545expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug55545-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug59354expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug59354-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug59354expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug59354-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug68912expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug68912-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug68912expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug68912-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug7342expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug7342expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug96334expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug96334expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug99948expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug99948-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug99948expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug99948-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillacollapsing_bordersbug412624expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillacollapsing_bordersbug412624expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillacoremarginsexpectedpng">trunk/LayoutTests/platform/mac/tables/mozilla/core/margins-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillacoremarginsexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/core/margins-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilladomtableDomexpectedpng">trunk/LayoutTests/platform/mac/tables/mozilla/dom/tableDom-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilladomtableDomexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/dom/tableDom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillaothermove_rowexpectedpng">trunk/LayoutTests/platform/mac/tables/mozilla/other/move_row-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillaothermove_rowexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/other/move_row-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug1725expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug1725expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug24795expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug24795expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug584022expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug584022expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug926471expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug926471expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failurescollapsing_bordersbug412625expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failurescollapsing_bordersbug412625expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failurescollapsing_bordersbug412626expectedpng">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failurescollapsing_bordersbug412626expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactransforms2dzoommenulistexpectedpng">trunk/LayoutTests/platform/mac/transforms/2d/zoom-menulist-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactransforms2dzoommenulistexpectedtxt">trunk/LayoutTests/platform/mac/transforms/2d/zoom-menulist-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactransforms3dgeneralperspectivenonlayerexpectedpng">trunk/LayoutTests/platform/mac/transforms/3d/general/perspective-non-layer-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmactransforms3dgeneralperspectivenonlayerexpectedtxt">trunk/LayoutTests/platform/mac/transforms/3d/general/perspective-non-layer-expected.txt</a></li>
<li><a href="#trunkToolsChangeLog">trunk/Tools/ChangeLog</a></li>
<li><a href="#trunkToolsDumpRenderTreemacDumpRenderTreemm">trunk/Tools/DumpRenderTree/mac/DumpRenderTree.mm</a></li>
<li><a href="#trunkToolsWebKitTestRunnerInjectedBundlemacInjectedBundleMacmm">trunk/Tools/WebKitTestRunner/InjectedBundle/mac/InjectedBundleMac.mm</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li>trunk/LayoutTests/platform/mac/editing/mac/</li>
<li>trunk/LayoutTests/platform/mac/editing/mac/spelling/</li>
<li><a href="#trunkLayoutTestsplatformmaceditingmacspellingautocorrectionatbeginningofword1expectedpng">trunk/LayoutTests/platform/mac/editing/mac/spelling/autocorrection-at-beginning-of-word-1-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingmacspellingautocorrectionatbeginningofword1expectedtxt">trunk/LayoutTests/platform/mac/editing/mac/spelling/autocorrection-at-beginning-of-word-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingmacspellingautocorrectionatbeginningofword2expectedpng">trunk/LayoutTests/platform/mac/editing/mac/spelling/autocorrection-at-beginning-of-word-2-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingmacspellingautocorrectionatbeginningofword2expectedtxt">trunk/LayoutTests/platform/mac/editing/mac/spelling/autocorrection-at-beginning-of-word-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingmacspellingdeleteautocorrectedword2expectedpng">trunk/LayoutTests/platform/mac/editing/mac/spelling/delete-autocorrected-word-2-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingmacspellingdeleteautocorrectedword2expectedtxt">trunk/LayoutTests/platform/mac/editing/mac/spelling/delete-autocorrected-word-2-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac/fast/forms/auto-fill-button/</li>
<li><a href="#trunkLayoutTestsplatformmacfastformsautofillbuttoninputautofillbuttonexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/auto-fill-button/input-auto-fill-button-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsautofillbuttoninputautofillbuttonexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/auto-fill-button/input-auto-fill-button-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsautofillbuttoninputcontactsautofillbuttonexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsautofillbuttoninputcontactsautofillbuttonexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputappearancespinbuttonexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputappearancespinbuttonupexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputappearancespinbuttonupexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformssearchsearchpaddingcancelresultsbuttonsexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/search/search-padding-cancel-results-buttons-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformssearchsearchpaddingcancelresultsbuttonsexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/search/search-padding-cancel-results-buttons-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformssearchinputrtlexpectedpng">trunk/LayoutTests/platform/mac/fast/forms/search-input-rtl-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttexttrakoptimizeLegibilityexpectedtxt">trunk/LayoutTests/platform/mac/fast/text/trak-optimizeLegibility-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmachttptestsmediavideobufferedrangecontainscurrentTimeexpectedpng">trunk/LayoutTests/platform/mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacmediavideocontrolsrenderingexpectedpng">trunk/LayoutTests/platform/mac/media/video-controls-rendering-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacmediavideodisplaytoggleexpectedpng">trunk/LayoutTests/platform/mac/media/video-display-toggle-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacmediavideonoaudioexpectedpng">trunk/LayoutTests/platform/mac/media/video-no-audio-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacmediavideovolumesliderexpectedpng">trunk/LayoutTests/platform/mac/media/video-volume-slider-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacpluginsmouseclickpluginclearsselectionexpectedpng">trunk/LayoutTests/platform/mac/plugins/mouse-click-plugin-clears-selection-expected.png</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/accessibility/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanaccessibilityariareadonlyexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/accessibility/aria-readonly-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanaccessibilityformcontrolvaluesettableexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/accessibility/form-control-value-settable-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/compositing/contents-opaque/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitancompositingcontentsopaquecontrollayerexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/compositing/contents-opaque/control-layer-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/css3/</li>
<li>trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/</li>
<li>trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/html/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitancss3selectors3htmlcss3modsel19bexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/html/css3-modsel-19b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitancss3selectors3htmlcss3modsel23expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/html/css3-modsel-23-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitancss3selectors3htmlcss3modsel24expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/html/css3-modsel-24-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitancss3selectors3htmlcss3modsel64expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/html/css3-modsel-64-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitancss3selectors3htmlcss3modsel68expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/html/css3-modsel-68-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitancss3selectors3htmlcss3modsel69expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/html/css3-modsel-69-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xhtml/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitancss3selectors3xhtmlcss3modsel19bexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-19b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitancss3selectors3xhtmlcss3modsel23expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-23-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitancss3selectors3xhtmlcss3modsel24expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-24-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitancss3selectors3xhtmlcss3modsel64expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-64-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitancss3selectors3xhtmlcss3modsel68expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-68-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitancss3selectors3xhtmlcss3modsel69expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-69-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xml/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitancss3selectors3xmlcss3modsel19bexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-19b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitancss3selectors3xmlcss3modsel23expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-23-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitancss3selectors3xmlcss3modsel24expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-24-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitancss3selectors3xmlcss3modsel64expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-64-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitancss3selectors3xmlcss3modsel68expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-68-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitancss3selectors3xmlcss3modsel69expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-69-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/editing/</li>
<li>trunk/LayoutTests/platform/mac-elcapitan/editing/input/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitaneditinginputcaretattheedgeofinputexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/editing/input/caret-at-the-edge-of-input-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitaneditinginputrevealcaretofmultilineinputexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/editing/input/reveal-caret-of-multiline-input-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/editing/inserting/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitaneditinginserting49601201expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/editing/inserting/4960120-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitaneditinginsertingbeforeafterinputelementexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/editing/inserting/before-after-input-element-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/editing/mac/</li>
<li>trunk/LayoutTests/platform/mac-elcapitan/editing/mac/spelling/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitaneditingmacspellingautocorrectionatbeginningofword1expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/editing/mac/spelling/autocorrection-at-beginning-of-word-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitaneditingmacspellingautocorrectionatbeginningofword2expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/editing/mac/spelling/autocorrection-at-beginning-of-word-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitaneditingmacspellingdeleteautocorrectedword2expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/editing/mac/spelling/delete-autocorrected-word-2-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/editing/pasteboard/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitaneditingpasteboard4641033expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/editing/pasteboard/4641033-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitaneditingpasteboard4806874expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/editing/pasteboard/4806874-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitaneditingpasteboard49447701expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/editing/pasteboard/4944770-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitaneditingpasteboard49447702expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/editing/pasteboard/4944770-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitaneditingpasteboarddroptextwithoutselectionexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/editing/pasteboard/drop-text-without-selection-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitaneditingpasteboardinputfield1expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/editing/pasteboard/input-field-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitaneditingpasteboardpastingtabsexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/editing/pasteboard/pasting-tabs-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/editing/selection/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitaneditingselection36907032expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/editing/selection/3690703-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitaneditingselection3690703expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/editing/selection/3690703-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitaneditingselection3690719expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/editing/selection/3690719-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitaneditingselection4397952expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/editing/selection/4397952-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitaneditingselection48954283expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/editing/selection/4895428-3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitaneditingselection4975120expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/editing/selection/4975120-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitaneditingselection5240265expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/editing/selection/5240265-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitaneditingselectiondragselect1expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/editing/selection/drag-select-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitaneditingselectionreplacedboundaries3expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/editing/selection/replaced-boundaries-3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitaneditingselectionselectacrossreadonlyinput3expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/editing/selection/select-across-readonly-input-3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitaneditingselectionselectboxexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/editing/selection/select-box-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitaneditingselectionselectelementparagraphboundaryexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/editing/selection/select-element-paragraph-boundary-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitaneditingselectionselectfromtextfieldoutwardsexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/editing/selection/select-from-textfield-outwards-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitaneditingselectionselectionbuttontextexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/editing/selection/selection-button-text-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/fast/attachment/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastattachmentattachmentlabelhighlightexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/attachment/attachment-label-highlight-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastattachmentattachmentprogressexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/attachment/attachment-progress-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastattachmentattachmentselectonclickexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/attachment/attachment-select-on-click-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastattachmentattachmentselectonclickinsideuserselectallexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastattachmentattachmentsubtitleexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/attachment/attachment-subtitle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastblockfloatfloatavoidanceexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/block/float/float-avoidance-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/fast/block/margin-collapse/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastblockmargincollapse103expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/block/margin-collapse/103-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/fast/block/positioning/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastblockpositioninginlineblockrelpositionexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/block/positioning/inline-block-relposition-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/fast/css/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastcsscontinuationCrashexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/css/continuationCrash-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastcssfocusringexistsforsearchfieldexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/css/focus-ring-exists-for-search-field-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastcsslineheightexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/css/line-height-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastcssmargintopbottomdynamicexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/css/margin-top-bottom-dynamic-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastcsstextoverflowinputexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/css/text-overflow-input-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastcsstexttransformselectexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/css/text-transform-select-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/fast/dom/</li>
<li>trunk/LayoutTests/platform/mac-elcapitan/fast/dom/HTMLInputElement/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastdomHTMLInputElementinputimagealttextexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/fast/dom/HTMLTableColElement/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastdomHTMLTableColElementresizetableusingcolwidthexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/fast/dom/HTMLTextAreaElement/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastdomHTMLTextAreaElementresettextareaexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastdomisindex001expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/dom/isindex-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastdomisindex002expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/dom/isindex-002-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/fast/dynamic/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastdynamic008expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/dynamic/008-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastdynamicpositionedmovementwithpositionedchildrenexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/dynamic/positioned-movement-with-positioned-children-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/fast/events/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfasteventscontextnodeselectexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/events/context-no-deselect-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfasteventsshadoweventpath2expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/events/shadow-event-path-2-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/fast/forms/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastforms001expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastforms004expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/004-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/fast/forms/auto-fill-button/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsautofillbuttoninputautofillbuttonexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/auto-fill-button/input-auto-fill-button-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsautofillbuttoninputcontactsautofillbuttonexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsbasicbuttonsexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/basic-buttons-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsbasicinputsexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/basic-inputs-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsbasicselectsexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/basic-selects-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsbasictextareasexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/basic-textareas-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsbasictextareasquirksexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/basic-textareas-quirks-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsblankbuttonsexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/blankbuttons-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsboxshadowoverrideexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/box-shadow-override-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsbuttonalignexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-align-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsbuttoncannotbenestedexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-cannot-be-nested-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsbuttondefaulttitleexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-default-title-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsbuttongeneratedcontentexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-generated-content-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsbuttonpositionedexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-positioned-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsbuttonsizesexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-sizes-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsbuttonstylecolorexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-style-color-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsbuttontablestylesexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-table-styles-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsbuttontexttransformexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-text-transform-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsbuttonwhitespaceexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-white-space-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformscontrolclipexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/control-clip-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformscontrolclipoverflowexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/control-clip-overflow-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformscontrolrestrictlineheightexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/control-restrict-line-height-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsdisabledselectchangeindexexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/disabled-select-change-index-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsencodingtestexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/encoding-test-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsfieldsetalignexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/fieldset-align-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/fast/forms/file/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsfilefileinputdirectionexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/file/file-input-direction-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsfilefileinputdisabledexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/file/file-input-disabled-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsfileinputfilererenderexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/file/input-file-re-render-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsfloatingtextfieldrelayoutexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/floating-textfield-relayout-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsformelementgeometryexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/form-element-geometry-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformshiddenlistboxexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/hidden-listbox-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsinputalignexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-align-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsinputappearancebkcolorexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-bkcolor-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsinputappearancedefaultbkcolorexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-default-bkcolor-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsinputappearancedisabledexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-disabled-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsinputappearancefocusexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-focus-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsinputappearanceheightexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-height-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsinputappearancepreventDefaultexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-preventDefault-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsinputappearancereadonlyexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-readonly-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsinputappearanceselectionexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-selection-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsinputappearancespinbuttonexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-spinbutton-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsinputappearancespinbuttonupexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-spinbutton-up-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsinputappearancevisibilityexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-visibility-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsinputappearancewidthexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsinputbaselineexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsinputbuttonsizesexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-button-sizes-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsinputdisabledcolorexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-disabled-color-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsinputdoubleclickselectiongapbugexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-double-click-selection-gap-bug-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsinputfieldtexttruncatedexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-field-text-truncated-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsinputfirstletterexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-first-letter-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsinputplaceholdervisibility1expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-placeholder-visibility-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsinputplaceholdervisibility3expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-placeholder-visibility-3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsinputreadonlyautoscrollexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-readonly-autoscroll-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsinputreadonlydimmedexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-readonly-dimmed-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsinputreadonlyemptyexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-readonly-empty-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsinputspacesexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-spaces-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsinputtableexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsinputtextclickinsideexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-text-click-inside-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsinputtextclickoutsideexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-text-click-outside-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsinputtextdoubleclickexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-text-double-click-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsinputtextdragdownexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-text-drag-down-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsinputtextoptiondeleteexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-text-option-delete-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsinputtextscrollleftonblurexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-text-scroll-left-on-blur-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsinputtextselfemptyingclickexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-text-self-emptying-click-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsinputtextwordwrapexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-text-word-wrap-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsinputvalueexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-value-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsinputwidthexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformslistboxbidialignexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/listbox-bidi-align-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformslistboxscrollbarincrementalloadexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/listbox-scrollbar-incremental-load-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformslistboxwidthchangeexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/listbox-width-change-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsmenulistclipexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/menulist-clip-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsmenulistdeselectupdateexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/menulist-deselect-update-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsmenulistnarrowwidthexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/menulist-narrow-width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsmenulistnooverflowexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/menulist-no-overflow-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsmenulistrestrictlineheightexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/menulist-restrict-line-height-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsmenuliststylecolorexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/menulist-style-color-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsmenulistwidthchangeexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/menulist-width-change-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsminWidthPercentexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/minWidthPercent-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/fast/forms/number/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsnumbernumberappearancertlexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/number/number-appearance-rtl-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsnumbernumberappearancespinbuttondisabledreadonlyexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsnumbernumberappearancespinbuttonlayerexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/number/number-appearance-spinbutton-layer-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsoptionscriptexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/option-script-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsoptionstripwhitespaceexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/option-strip-whitespace-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsoptiontextclipexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/option-text-clip-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsplaceholderpositionexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/placeholder-position-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsplaceholderpseudostyleexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/placeholder-pseudo-style-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsplaintextmode2expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/plaintext-mode-2-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/fast/forms/search/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformssearchsearchpaddingcancelresultsbuttonsexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/search/search-padding-cancel-results-buttons-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformssearchsearchsizewithdecorationsexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/search/search-size-with-decorations-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformssearchcancelbuttonstylesharingexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/search-cancel-button-style-sharing-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformssearchdisplaynonecancelbuttonexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/search-display-none-cancel-button-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformssearchinputrtlexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/search-input-rtl-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformssearchrtlexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/search-rtl-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformssearchstyledexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/search-styled-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformssearchverticalalignmentexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/search-vertical-alignment-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformssearchfieldheightsexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/searchfield-heights-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsselectoptgrouprenderingexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select/optgroup-rendering-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsselectbackgroundnoneexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-background-none-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsselectbaselineexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsselectblockbackgroundexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-block-background-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsselectchangelistboxsizeexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-change-listbox-size-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsselectchangelistboxtopopupexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-change-listbox-to-popup-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsselectchangepopuptolistboxexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-change-popup-to-listbox-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsselectdirtyparentprefwidthsexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-dirty-parent-pref-widths-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsselectdisabledappearanceexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-disabled-appearance-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsselectemptyoptionheightexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-empty-option-height-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsselectinitialpositionexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-initial-position-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsselectitembackgroundclipexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-item-background-clip-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsselectlistboxwithheightexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-list-box-with-height-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsselectlistboxmultiplenofocusringexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-listbox-multiple-no-focusring-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsselectnonnativerenderingdirectionexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-non-native-rendering-direction-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsselectoverflowscrollexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-overflow-scroll-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsselectoverflowscrollinheritedexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-overflow-scroll-inherited-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsselectselectedexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-selected-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsselectstyleexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-style-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsselectwritingdirectionnaturalexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-writing-direction-natural-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsstuffonmyoptgroupexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/stuff-on-my-optgroup-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformstabbinginputiframeexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/tabbing-input-iframe-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformstextstylecolorexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/text-style-color-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformstextAreaLineHeightexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textAreaLineHeight-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformstextareaalignexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textarea-align-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformstextareaplaceholderpseudostyleexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textarea-placeholder-pseudo-style-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformstextareaplaceholdervisibility1expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textarea-placeholder-visibility-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformstextareaplaceholdervisibility2expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textarea-placeholder-visibility-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformstextareascrollheightexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textarea-scroll-height-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformstextareascrollbarexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textarea-scrollbar-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformstextareascrolledtypeexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textarea-scrolled-type-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformstextareasetinnerhtmlexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textarea-setinnerhtml-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformstextfieldfocusringexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textfield-focus-ring-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformstextfieldoutlineexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textfield-outline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformstextfieldoverflowexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textfield-overflow-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsvalidationmessageappearanceexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/validation-message-appearance-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastformsvisualhebrewtextfieldexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/forms/visual-hebrew-text-field-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/fast/frames/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastframestakefocusfromiframeexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/frames/take-focus-from-iframe-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/fast/hidpi/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfasthidpiresizecornerhidpiexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/hidpi/resize-corner-hidpi-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/fast/html/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfasthtmldetailsnosummary4expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/html/details-no-summary4-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfasthtmldetailsopenjavascriptexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/html/details-open-javascript-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfasthtmldetailsopen2expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/html/details-open2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfasthtmldetailsopen4expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/html/details-open4-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfasthtmlkeygenexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/html/keygen-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/fast/lists/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastlistsdynamicmarkercrashexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/lists/dynamic-marker-crash-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastoverflowoverflowxyexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/overflow/overflow-x-y-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastoverflowscrollnestedpositionedlayerinoverflowexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastoverflowscrollRevealButtonexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/overflow/scrollRevealButton-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/fast/parser/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastparserdocumentwriteoptionexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/parser/document-write-option-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastparserentitycommentintextareaexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/parser/entity-comment-in-textarea-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastparseropencommentintextareaexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/parser/open-comment-in-textarea-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/fast/repaint/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastrepaintrendererdestructionbyinvalidateSelectioncrashexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastrepaintsearchfieldcancelexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/repaint/search-field-cancel-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastrepaintsubtreerootskippedexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/repaint/subtree-root-skipped-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/fast/replaced/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastreplacedreplacedbreakingexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/replaced/replaced-breaking-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastreplacedreplacedbreakingmixtureexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/replaced/replaced-breaking-mixture-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastreplacedwidth100percentbuttonexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/replaced/width100percent-button-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastreplacedwidth100percentmenulistexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/replaced/width100percent-menulist-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastreplacedwidth100percenttextareaexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/replaced/width100percent-textarea-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/fast/selectors/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastselectors064expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/selectors/064-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/fast/spatial-navigation/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfastspatialnavigationsnavmultipleselectfocusringexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/fast/table/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfasttable003expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/table/003-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfasttableappendcells2expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/table/append-cells2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfasttablecolspanMinWidthexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/table/colspanMinWidth-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfasttablecolspanMinWidthverticalexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/table/colspanMinWidth-vertical-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfasttableremovetddisplaynoneexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/table/remove-td-display-none-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfasttablespanOverlapRepaintexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/table/spanOverlapRepaint-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfasttabletextfieldbaselineexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/table/text-field-baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfasttextbackslashtoyensigneucexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/text/backslash-to-yen-sign-euc-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfasttextdrawBidiTextexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/text/drawBidiText-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/fast/text/international/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfasttextinternationalhindispacingexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/text/international/hindi-spacing-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfasttextinternationalpopupbuttontextalignmentanddirectionexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfasttextinternationalunicodebidiplaintextintextareaexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfasttexttextIteratorNilRendererexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/text/textIteratorNilRenderer-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfasttexttrakoptimizeLegibilityexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/text/trak-optimizeLegibility-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/fast/transforms/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfasttransformstransformedfocusedtextinputexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/transforms/transformed-focused-text-input-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/http/tests/navigation/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanhttptestsnavigationjavascriptlinkframesexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/http/tests/navigation/javascriptlink-frames-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanmediacontrolsafterreloadexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/media/controls-after-reload-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanmediacontrolsstylingexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/media/controls-styling-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanmediamediadocumentaudiorepaintexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/media/media-document-audio-repaint-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/platform/</li>
<li>trunk/LayoutTests/platform/mac-elcapitan/platform/mac/</li>
<li>trunk/LayoutTests/platform/mac-elcapitan/platform/mac/scrollbars/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanplatformmacscrollbarskeywindownotfirstresponderexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/platform/mac/scrollbars/key-window-not-first-responder-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/plugins/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanpluginsmouseclickpluginclearsselectionexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/plugins/mouse-click-plugin-clears-selection-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/svg/</li>
<li>trunk/LayoutTests/platform/mac-elcapitan/svg/custom/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitansvgcustominlinesvginxhtmlexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/svg/custom/inline-svg-in-xhtml-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/svg/hixie/</li>
<li>trunk/LayoutTests/platform/mac-elcapitan/svg/hixie/mixed/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitansvghixiemixed003expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/svg/hixie/mixed/003-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/tables/</li>
<li>trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/</li>
<li>trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug1188expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug1188-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug12384expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug12384-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug138725expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug138725-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug18359expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug18359-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug194024expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug194024-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug24200expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug24200-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug24792expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug2479-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug24793expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug2479-3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug24794expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug2479-4-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug26178expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug26178-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug28928expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug28928-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug29326expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug29326-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug30559expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug30559-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug30692expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug30692-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug33855expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug33855-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug39209expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug39209-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug4382expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug4382-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug4429expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug4429-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug4527expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug4527-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug463681expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug46368-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug463682expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug46368-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug51037expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug51037-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug51727expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug51727-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug52505expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug52505-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug52506expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug52506-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug55545expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug55545-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug59354expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug59354-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug68912expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug68912-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug7342expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug7342-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug96334expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug96334-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug99948expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug99948-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/collapsing_borders/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozillacollapsing_bordersbug412624expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/collapsing_borders/bug41262-4-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/core/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozillacoremarginsexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/core/margins-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/dom/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozilladomtableDomexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/dom/tableDom-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/other/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozillaothermove_rowexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/other/move_row-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla_expected_failures/</li>
<li>trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla_expected_failures/bugs/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozilla_expected_failuresbugsbug1725expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla_expected_failures/bugs/bug1725-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozilla_expected_failuresbugsbug24795expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozilla_expected_failuresbugsbug584022expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozilla_expected_failuresbugsbug926471expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla_expected_failures/collapsing_borders/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozilla_expected_failurescollapsing_bordersbug412625expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantablesmozilla_expected_failurescollapsing_bordersbug412626expectedtxt">trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/transforms/</li>
<li>trunk/LayoutTests/platform/mac-elcapitan/transforms/2d/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantransforms2dzoommenulistexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/transforms/2d/zoom-menulist-expected.txt</a></li>
<li>trunk/LayoutTests/platform/mac-elcapitan/transforms/3d/</li>
<li>trunk/LayoutTests/platform/mac-elcapitan/transforms/3d/general/</li>
<li><a href="#trunkLayoutTestsplatformmacelcapitantransforms3dgeneralperspectivenonlayerexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/transforms/3d/general/perspective-non-layer-expected.txt</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkLayoutTestseditingmacspellingdeleteautocorrectedword2expectedtxt">trunk/LayoutTests/editing/mac/spelling/delete-autocorrected-word-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacyosemitemediacontrolsstylingexpectedtxt">trunk/LayoutTests/platform/mac-yosemite/media/controls-styling-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/ChangeLog        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -1,3 +1,905 @@
</span><ins>+2016-07-05  Myles C. Maxfield  &lt;mmaxfield@apple.com&gt;
+
+        [Sierra] Rebaseline tests to use un-mocked system font metrics
+        https://bugs.webkit.org/show_bug.cgi?id=159311
+        &lt;rdar://problem/24138411&gt;
+
+        Reviewed in person by Alexey Proskuryakov.
+
+        * platform/mac-elcapitan/accessibility/aria-readonly-expected.txt: Copied from LayoutTests/platform/mac/accessibility/aria-readonly-expected.txt.
+        * platform/mac-elcapitan/accessibility/form-control-value-settable-expected.txt: Copied from LayoutTests/platform/mac/accessibility/form-control-value-settable-expected.txt.
+        * platform/mac-elcapitan/compositing/contents-opaque/control-layer-expected.txt: Copied from LayoutTests/platform/mac/compositing/contents-opaque/control-layer-expected.txt.
+        * platform/mac-elcapitan/css3/selectors3/html/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.txt.
+        * platform/mac-elcapitan/css3/selectors3/html/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt.
+        * platform/mac-elcapitan/css3/selectors3/html/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt.
+        * platform/mac-elcapitan/css3/selectors3/html/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.txt.
+        * platform/mac-elcapitan/css3/selectors3/html/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt.
+        * platform/mac-elcapitan/css3/selectors3/html/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt.
+        * platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.txt.
+        * platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt.
+        * platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt.
+        * platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.txt.
+        * platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt.
+        * platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt.
+        * platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.txt.
+        * platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt.
+        * platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt.
+        * platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-64-expected.txt.
+        * platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt.
+        * platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt.
+        * platform/mac-elcapitan/editing/input/caret-at-the-edge-of-input-expected.txt: Copied from LayoutTests/platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt.
+        * platform/mac-elcapitan/editing/input/reveal-caret-of-multiline-input-expected.txt: Copied from LayoutTests/platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt.
+        * platform/mac-elcapitan/editing/inserting/4960120-1-expected.txt: Copied from LayoutTests/platform/mac/editing/inserting/4960120-1-expected.txt.
+        * platform/mac-elcapitan/editing/inserting/before-after-input-element-expected.txt: Copied from LayoutTests/platform/mac/editing/inserting/before-after-input-element-expected.txt.
+        * platform/mac-elcapitan/editing/mac/spelling/autocorrection-at-beginning-of-word-1-expected.txt: Added.
+        * platform/mac-elcapitan/editing/mac/spelling/autocorrection-at-beginning-of-word-2-expected.txt: Added.
+        * platform/mac-elcapitan/editing/mac/spelling/delete-autocorrected-word-2-expected.txt: Copied from LayoutTests/editing/mac/spelling/delete-autocorrected-word-2-expected.txt.
+        * platform/mac-elcapitan/editing/pasteboard/4641033-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/4641033-expected.txt.
+        * platform/mac-elcapitan/editing/pasteboard/4806874-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/4806874-expected.txt.
+        * platform/mac-elcapitan/editing/pasteboard/4944770-1-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/4944770-1-expected.txt.
+        * platform/mac-elcapitan/editing/pasteboard/4944770-2-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/4944770-2-expected.txt.
+        * platform/mac-elcapitan/editing/pasteboard/drop-text-without-selection-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt.
+        * platform/mac-elcapitan/editing/pasteboard/input-field-1-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/input-field-1-expected.txt.
+        * platform/mac-elcapitan/editing/pasteboard/pasting-tabs-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/pasting-tabs-expected.txt.
+        * platform/mac-elcapitan/editing/selection/3690703-2-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690703-2-expected.txt.
+        * platform/mac-elcapitan/editing/selection/3690703-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690703-expected.txt.
+        * platform/mac-elcapitan/editing/selection/3690719-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690719-expected.txt.
+        * platform/mac-elcapitan/editing/selection/4397952-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/4397952-expected.txt.
+        * platform/mac-elcapitan/editing/selection/4895428-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/4895428-3-expected.txt.
+        * platform/mac-elcapitan/editing/selection/4975120-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/4975120-expected.txt.
+        * platform/mac-elcapitan/editing/selection/5240265-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/5240265-expected.txt.
+        * platform/mac-elcapitan/editing/selection/drag-select-1-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/drag-select-1-expected.txt.
+        * platform/mac-elcapitan/editing/selection/replaced-boundaries-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.txt.
+        * platform/mac-elcapitan/editing/selection/select-across-readonly-input-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-3-expected.txt.
+        * platform/mac-elcapitan/editing/selection/select-box-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-box-expected.txt.
+        * platform/mac-elcapitan/editing/selection/select-element-paragraph-boundary-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-element-paragraph-boundary-expected.txt.
+        * platform/mac-elcapitan/editing/selection/select-from-textfield-outwards-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-from-textfield-outwards-expected.txt.
+        * platform/mac-elcapitan/editing/selection/selection-button-text-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/selection-button-text-expected.txt.
+        * platform/mac-elcapitan/fast/attachment/attachment-label-highlight-expected.txt: Copied from LayoutTests/platform/mac/fast/attachment/attachment-label-highlight-expected.txt.
+        * platform/mac-elcapitan/fast/attachment/attachment-progress-expected.txt: Copied from LayoutTests/platform/mac/fast/attachment/attachment-progress-expected.txt.
+        * platform/mac-elcapitan/fast/attachment/attachment-select-on-click-expected.txt: Copied from LayoutTests/platform/mac/fast/attachment/attachment-select-on-click-expected.txt.
+        * platform/mac-elcapitan/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.txt: Copied from LayoutTests/platform/mac/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.txt.
+        * platform/mac-elcapitan/fast/attachment/attachment-subtitle-expected.txt: Copied from LayoutTests/platform/mac/fast/attachment/attachment-subtitle-expected.txt.
+        * platform/mac-elcapitan/fast/block/float/float-avoidance-expected.txt: Copied from LayoutTests/platform/mac/fast/block/float/float-avoidance-expected.txt.
+        * platform/mac-elcapitan/fast/block/margin-collapse/103-expected.txt: Copied from LayoutTests/platform/mac/fast/block/margin-collapse/103-expected.txt.
+        * platform/mac-elcapitan/fast/block/positioning/inline-block-relposition-expected.txt: Copied from LayoutTests/platform/mac/fast/block/positioning/inline-block-relposition-expected.txt.
+        * platform/mac-elcapitan/fast/css/continuationCrash-expected.txt: Copied from LayoutTests/platform/mac/fast/css/continuationCrash-expected.txt.
+        * platform/mac-elcapitan/fast/css/focus-ring-exists-for-search-field-expected.txt: Copied from LayoutTests/platform/mac/fast/css/focus-ring-exists-for-search-field-expected.txt.
+        * platform/mac-elcapitan/fast/css/line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/css/line-height-expected.txt.
+        * platform/mac-elcapitan/fast/css/margin-top-bottom-dynamic-expected.txt: Copied from LayoutTests/platform/mac/fast/css/margin-top-bottom-dynamic-expected.txt.
+        * platform/mac-elcapitan/fast/css/text-overflow-input-expected.txt: Copied from LayoutTests/platform/mac/fast/css/text-overflow-input-expected.txt.
+        * platform/mac-elcapitan/fast/css/text-transform-select-expected.txt: Copied from LayoutTests/platform/mac/fast/css/text-transform-select-expected.txt.
+        * platform/mac-elcapitan/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt.
+        * platform/mac-elcapitan/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt.
+        * platform/mac-elcapitan/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt.
+        * platform/mac-elcapitan/fast/dom/isindex-001-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/isindex-001-expected.txt.
+        * platform/mac-elcapitan/fast/dom/isindex-002-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/isindex-002-expected.txt.
+        * platform/mac-elcapitan/fast/dynamic/008-expected.txt: Copied from LayoutTests/platform/mac/fast/dynamic/008-expected.txt.
+        * platform/mac-elcapitan/fast/dynamic/positioned-movement-with-positioned-children-expected.txt: Copied from LayoutTests/platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.txt.
+        * platform/mac-elcapitan/fast/events/context-no-deselect-expected.txt: Copied from LayoutTests/platform/mac/fast/events/context-no-deselect-expected.txt.
+        * platform/mac-elcapitan/fast/events/shadow-event-path-2-expected.txt: Copied from LayoutTests/platform/mac/fast/events/shadow-event-path-2-expected.txt.
+        * platform/mac-elcapitan/fast/forms/001-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/001-expected.txt.
+        * platform/mac-elcapitan/fast/forms/004-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/004-expected.txt.
+        * platform/mac-elcapitan/fast/forms/auto-fill-button/input-auto-fill-button-expected.txt: Added.
+        * platform/mac-elcapitan/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.txt: Added.
+        * platform/mac-elcapitan/fast/forms/basic-buttons-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-buttons-expected.txt.
+        * platform/mac-elcapitan/fast/forms/basic-inputs-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-inputs-expected.txt.
+        * platform/mac-elcapitan/fast/forms/basic-selects-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-selects-expected.txt.
+        * platform/mac-elcapitan/fast/forms/basic-textareas-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-expected.txt.
+        * platform/mac-elcapitan/fast/forms/basic-textareas-quirks-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-quirks-expected.txt.
+        * platform/mac-elcapitan/fast/forms/blankbuttons-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/blankbuttons-expected.txt.
+        * platform/mac-elcapitan/fast/forms/box-shadow-override-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/box-shadow-override-expected.txt.
+        * platform/mac-elcapitan/fast/forms/button-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-align-expected.txt.
+        * platform/mac-elcapitan/fast/forms/button-cannot-be-nested-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-cannot-be-nested-expected.txt.
+        * platform/mac-elcapitan/fast/forms/button-default-title-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-default-title-expected.txt.
+        * platform/mac-elcapitan/fast/forms/button-generated-content-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-generated-content-expected.txt.
+        * platform/mac-elcapitan/fast/forms/button-positioned-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-positioned-expected.txt.
+        * platform/mac-elcapitan/fast/forms/button-sizes-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-sizes-expected.txt.
+        * platform/mac-elcapitan/fast/forms/button-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-style-color-expected.txt.
+        * platform/mac-elcapitan/fast/forms/button-table-styles-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-table-styles-expected.txt.
+        * platform/mac-elcapitan/fast/forms/button-text-transform-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-text-transform-expected.txt.
+        * platform/mac-elcapitan/fast/forms/button-white-space-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-white-space-expected.txt.
+        * platform/mac-elcapitan/fast/forms/control-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-clip-expected.txt.
+        * platform/mac-elcapitan/fast/forms/control-clip-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-clip-overflow-expected.txt.
+        * platform/mac-elcapitan/fast/forms/control-restrict-line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-restrict-line-height-expected.txt.
+        * platform/mac-elcapitan/fast/forms/disabled-select-change-index-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/disabled-select-change-index-expected.txt.
+        * platform/mac-elcapitan/fast/forms/encoding-test-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/encoding-test-expected.txt.
+        * platform/mac-elcapitan/fast/forms/fieldset-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/fieldset-align-expected.txt.
+        * platform/mac-elcapitan/fast/forms/file/file-input-direction-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/file/file-input-direction-expected.txt.
+        * platform/mac-elcapitan/fast/forms/file/file-input-disabled-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/file/file-input-disabled-expected.txt.
+        * platform/mac-elcapitan/fast/forms/file/input-file-re-render-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/file/input-file-re-render-expected.txt.
+        * platform/mac-elcapitan/fast/forms/floating-textfield-relayout-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/floating-textfield-relayout-expected.txt.
+        * platform/mac-elcapitan/fast/forms/form-element-geometry-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.txt.
+        * platform/mac-elcapitan/fast/forms/hidden-listbox-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/hidden-listbox-expected.txt.
+        * platform/mac-elcapitan/fast/forms/input-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-align-expected.txt.
+        * platform/mac-elcapitan/fast/forms/input-appearance-bkcolor-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-bkcolor-expected.txt.
+        * platform/mac-elcapitan/fast/forms/input-appearance-default-bkcolor-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt.
+        * platform/mac-elcapitan/fast/forms/input-appearance-disabled-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-disabled-expected.txt.
+        * platform/mac-elcapitan/fast/forms/input-appearance-focus-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-focus-expected.txt.
+        * platform/mac-elcapitan/fast/forms/input-appearance-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-height-expected.txt.
+        * platform/mac-elcapitan/fast/forms/input-appearance-preventDefault-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-expected.txt.
+        * platform/mac-elcapitan/fast/forms/input-appearance-readonly-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-readonly-expected.txt.
+        * platform/mac-elcapitan/fast/forms/input-appearance-selection-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-selection-expected.txt.
+        * platform/mac-elcapitan/fast/forms/input-appearance-spinbutton-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt.
+        * platform/mac-elcapitan/fast/forms/input-appearance-spinbutton-up-expected.txt: Added.
+        * platform/mac-elcapitan/fast/forms/input-appearance-visibility-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-visibility-expected.txt.
+        * platform/mac-elcapitan/fast/forms/input-appearance-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-width-expected.txt.
+        * platform/mac-elcapitan/fast/forms/input-baseline-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-baseline-expected.txt.
+        * platform/mac-elcapitan/fast/forms/input-button-sizes-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-button-sizes-expected.txt.
+        * platform/mac-elcapitan/fast/forms/input-disabled-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-disabled-color-expected.txt.
+        * platform/mac-elcapitan/fast/forms/input-double-click-selection-gap-bug-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt.
+        * platform/mac-elcapitan/fast/forms/input-field-text-truncated-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-field-text-truncated-expected.txt.
+        * platform/mac-elcapitan/fast/forms/input-first-letter-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-first-letter-expected.txt.
+        * platform/mac-elcapitan/fast/forms/input-placeholder-visibility-1-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt.
+        * platform/mac-elcapitan/fast/forms/input-placeholder-visibility-3-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt.
+        * platform/mac-elcapitan/fast/forms/input-readonly-autoscroll-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-autoscroll-expected.txt.
+        * platform/mac-elcapitan/fast/forms/input-readonly-dimmed-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-dimmed-expected.txt.
+        * platform/mac-elcapitan/fast/forms/input-readonly-empty-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-empty-expected.txt.
+        * platform/mac-elcapitan/fast/forms/input-spaces-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-spaces-expected.txt.
+        * platform/mac-elcapitan/fast/forms/input-table-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-table-expected.txt.
+        * platform/mac-elcapitan/fast/forms/input-text-click-inside-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-inside-expected.txt.
+        * platform/mac-elcapitan/fast/forms/input-text-click-outside-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-outside-expected.txt.
+        * platform/mac-elcapitan/fast/forms/input-text-double-click-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-double-click-expected.txt.
+        * platform/mac-elcapitan/fast/forms/input-text-drag-down-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-drag-down-expected.txt.
+        * platform/mac-elcapitan/fast/forms/input-text-option-delete-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-option-delete-expected.txt.
+        * platform/mac-elcapitan/fast/forms/input-text-scroll-left-on-blur-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt.
+        * platform/mac-elcapitan/fast/forms/input-text-self-emptying-click-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-self-emptying-click-expected.txt.
+        * platform/mac-elcapitan/fast/forms/input-text-word-wrap-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-word-wrap-expected.txt.
+        * platform/mac-elcapitan/fast/forms/input-value-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-value-expected.txt.
+        * platform/mac-elcapitan/fast/forms/input-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-width-expected.txt.
+        * platform/mac-elcapitan/fast/forms/listbox-bidi-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-bidi-align-expected.txt.
+        * platform/mac-elcapitan/fast/forms/listbox-scrollbar-incremental-load-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-scrollbar-incremental-load-expected.txt.
+        * platform/mac-elcapitan/fast/forms/listbox-width-change-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-width-change-expected.txt.
+        * platform/mac-elcapitan/fast/forms/menulist-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-clip-expected.txt.
+        * platform/mac-elcapitan/fast/forms/menulist-deselect-update-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-deselect-update-expected.txt.
+        * platform/mac-elcapitan/fast/forms/menulist-narrow-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-narrow-width-expected.txt.
+        * platform/mac-elcapitan/fast/forms/menulist-no-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-no-overflow-expected.txt.
+        * platform/mac-elcapitan/fast/forms/menulist-restrict-line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-restrict-line-height-expected.txt.
+        * platform/mac-elcapitan/fast/forms/menulist-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-style-color-expected.txt.
+        * platform/mac-elcapitan/fast/forms/menulist-width-change-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-width-change-expected.txt.
+        * platform/mac-elcapitan/fast/forms/minWidthPercent-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/minWidthPercent-expected.txt.
+        * platform/mac-elcapitan/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-rtl-expected.txt.
+        * platform/mac-elcapitan/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt.
+        * platform/mac-elcapitan/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt.
+        * platform/mac-elcapitan/fast/forms/option-script-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/option-script-expected.txt.
+        * platform/mac-elcapitan/fast/forms/option-strip-whitespace-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/option-strip-whitespace-expected.txt.
+        * platform/mac-elcapitan/fast/forms/option-text-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/option-text-clip-expected.txt.
+        * platform/mac-elcapitan/fast/forms/placeholder-position-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/placeholder-position-expected.txt.
+        * platform/mac-elcapitan/fast/forms/placeholder-pseudo-style-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/placeholder-pseudo-style-expected.txt.
+        * platform/mac-elcapitan/fast/forms/plaintext-mode-2-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/plaintext-mode-2-expected.txt.
+        * platform/mac-elcapitan/fast/forms/search-cancel-button-style-sharing-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt.
+        * platform/mac-elcapitan/fast/forms/search-display-none-cancel-button-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-display-none-cancel-button-expected.txt.
+        * platform/mac-elcapitan/fast/forms/search-input-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-input-rtl-expected.txt.
+        * platform/mac-elcapitan/fast/forms/search-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-rtl-expected.txt.
+        * platform/mac-elcapitan/fast/forms/search-styled-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-styled-expected.txt.
+        * platform/mac-elcapitan/fast/forms/search-vertical-alignment-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-vertical-alignment-expected.txt.
+        * platform/mac-elcapitan/fast/forms/search/search-padding-cancel-results-buttons-expected.txt: Added.
+        * platform/mac-elcapitan/fast/forms/search/search-size-with-decorations-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search/search-size-with-decorations-expected.txt.
+        * platform/mac-elcapitan/fast/forms/searchfield-heights-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/searchfield-heights-expected.txt.
+        * platform/mac-elcapitan/fast/forms/select-background-none-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-background-none-expected.txt.
+        * platform/mac-elcapitan/fast/forms/select-baseline-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-baseline-expected.txt.
+        * platform/mac-elcapitan/fast/forms/select-block-background-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-block-background-expected.txt.
+        * platform/mac-elcapitan/fast/forms/select-change-listbox-size-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-change-listbox-size-expected.txt.
+        * platform/mac-elcapitan/fast/forms/select-change-listbox-to-popup-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt.
+        * platform/mac-elcapitan/fast/forms/select-change-popup-to-listbox-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-change-popup-to-listbox-expected.txt.
+        * platform/mac-elcapitan/fast/forms/select-dirty-parent-pref-widths-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.txt.
+        * platform/mac-elcapitan/fast/forms/select-disabled-appearance-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-disabled-appearance-expected.txt.
+        * platform/mac-elcapitan/fast/forms/select-empty-option-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-empty-option-height-expected.txt.
+        * platform/mac-elcapitan/fast/forms/select-initial-position-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-initial-position-expected.txt.
+        * platform/mac-elcapitan/fast/forms/select-item-background-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-item-background-clip-expected.txt.
+        * platform/mac-elcapitan/fast/forms/select-list-box-with-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-list-box-with-height-expected.txt.
+        * platform/mac-elcapitan/fast/forms/select-listbox-multiple-no-focusring-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.txt.
+        * platform/mac-elcapitan/fast/forms/select-non-native-rendering-direction-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-non-native-rendering-direction-expected.txt.
+        * platform/mac-elcapitan/fast/forms/select-overflow-scroll-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-overflow-scroll-expected.txt.
+        * platform/mac-elcapitan/fast/forms/select-overflow-scroll-inherited-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-overflow-scroll-inherited-expected.txt.
+        * platform/mac-elcapitan/fast/forms/select-selected-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-selected-expected.txt.
+        * platform/mac-elcapitan/fast/forms/select-style-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-style-expected.txt.
+        * platform/mac-elcapitan/fast/forms/select-writing-direction-natural-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-writing-direction-natural-expected.txt.
+        * platform/mac-elcapitan/fast/forms/select/optgroup-rendering-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select/optgroup-rendering-expected.txt.
+        * platform/mac-elcapitan/fast/forms/stuff-on-my-optgroup-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/stuff-on-my-optgroup-expected.txt.
+        * platform/mac-elcapitan/fast/forms/tabbing-input-iframe-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/tabbing-input-iframe-expected.txt.
+        * platform/mac-elcapitan/fast/forms/text-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/text-style-color-expected.txt.
+        * platform/mac-elcapitan/fast/forms/textAreaLineHeight-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textAreaLineHeight-expected.txt.
+        * platform/mac-elcapitan/fast/forms/textarea-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-align-expected.txt.
+        * platform/mac-elcapitan/fast/forms/textarea-placeholder-pseudo-style-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt.
+        * platform/mac-elcapitan/fast/forms/textarea-placeholder-visibility-1-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt.
+        * platform/mac-elcapitan/fast/forms/textarea-placeholder-visibility-2-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt.
+        * platform/mac-elcapitan/fast/forms/textarea-scroll-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-scroll-height-expected.txt.
+        * platform/mac-elcapitan/fast/forms/textarea-scrollbar-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-scrollbar-expected.txt.
+        * platform/mac-elcapitan/fast/forms/textarea-scrolled-type-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-scrolled-type-expected.txt.
+        * platform/mac-elcapitan/fast/forms/textarea-setinnerhtml-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-setinnerhtml-expected.txt.
+        * platform/mac-elcapitan/fast/forms/textfield-focus-ring-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-focus-ring-expected.txt.
+        * platform/mac-elcapitan/fast/forms/textfield-outline-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-outline-expected.txt.
+        * platform/mac-elcapitan/fast/forms/textfield-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-overflow-expected.txt.
+        * platform/mac-elcapitan/fast/forms/validation-message-appearance-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/validation-message-appearance-expected.txt.
+        * platform/mac-elcapitan/fast/forms/visual-hebrew-text-field-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/visual-hebrew-text-field-expected.txt.
+        * platform/mac-elcapitan/fast/frames/take-focus-from-iframe-expected.txt: Copied from LayoutTests/platform/mac/fast/frames/take-focus-from-iframe-expected.txt.
+        * platform/mac-elcapitan/fast/hidpi/resize-corner-hidpi-expected.txt: Copied from LayoutTests/platform/mac/fast/hidpi/resize-corner-hidpi-expected.txt.
+        * platform/mac-elcapitan/fast/html/details-no-summary4-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-no-summary4-expected.txt.
+        * platform/mac-elcapitan/fast/html/details-open-javascript-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open-javascript-expected.txt.
+        * platform/mac-elcapitan/fast/html/details-open2-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open2-expected.txt.
+        * platform/mac-elcapitan/fast/html/details-open4-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open4-expected.txt.
+        * platform/mac-elcapitan/fast/html/keygen-expected.txt: Copied from LayoutTests/platform/mac/fast/html/keygen-expected.txt.
+        * platform/mac-elcapitan/fast/lists/dynamic-marker-crash-expected.txt: Copied from LayoutTests/platform/mac/fast/lists/dynamic-marker-crash-expected.txt.
+        * platform/mac-elcapitan/fast/overflow/overflow-x-y-expected.txt: Copied from LayoutTests/platform/mac/fast/overflow/overflow-x-y-expected.txt.
+        * platform/mac-elcapitan/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt.
+        * platform/mac-elcapitan/fast/overflow/scrollRevealButton-expected.txt: Copied from LayoutTests/platform/mac/fast/overflow/scrollRevealButton-expected.txt.
+        * platform/mac-elcapitan/fast/parser/document-write-option-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/document-write-option-expected.txt.
+        * platform/mac-elcapitan/fast/parser/entity-comment-in-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/entity-comment-in-textarea-expected.txt.
+        * platform/mac-elcapitan/fast/parser/open-comment-in-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/open-comment-in-textarea-expected.txt.
+        * platform/mac-elcapitan/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt.
+        * platform/mac-elcapitan/fast/repaint/search-field-cancel-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/search-field-cancel-expected.txt.
+        * platform/mac-elcapitan/fast/repaint/subtree-root-skipped-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/subtree-root-skipped-expected.txt.
+        * platform/mac-elcapitan/fast/replaced/replaced-breaking-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-expected.txt.
+        * platform/mac-elcapitan/fast/replaced/replaced-breaking-mixture-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt.
+        * platform/mac-elcapitan/fast/replaced/width100percent-button-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/width100percent-button-expected.txt.
+        * platform/mac-elcapitan/fast/replaced/width100percent-menulist-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/width100percent-menulist-expected.txt.
+        * platform/mac-elcapitan/fast/replaced/width100percent-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/width100percent-textarea-expected.txt.
+        * platform/mac-elcapitan/fast/selectors/064-expected.txt: Copied from LayoutTests/platform/mac/fast/selectors/064-expected.txt.
+        * platform/mac-elcapitan/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt: Copied from LayoutTests/platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt.
+        * platform/mac-elcapitan/fast/table/003-expected.txt: Copied from LayoutTests/platform/mac/fast/table/003-expected.txt.
+        * platform/mac-elcapitan/fast/table/append-cells2-expected.txt: Copied from LayoutTests/platform/mac/fast/table/append-cells2-expected.txt.
+        * platform/mac-elcapitan/fast/table/colspanMinWidth-expected.txt: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-expected.txt.
+        * platform/mac-elcapitan/fast/table/colspanMinWidth-vertical-expected.txt: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-vertical-expected.txt.
+        * platform/mac-elcapitan/fast/table/remove-td-display-none-expected.txt: Copied from LayoutTests/platform/mac/fast/table/remove-td-display-none-expected.txt.
+        * platform/mac-elcapitan/fast/table/spanOverlapRepaint-expected.txt: Copied from LayoutTests/platform/mac/fast/table/spanOverlapRepaint-expected.txt.
+        * platform/mac-elcapitan/fast/table/text-field-baseline-expected.txt: Copied from LayoutTests/platform/mac/fast/table/text-field-baseline-expected.txt.
+        * platform/mac-elcapitan/fast/text/backslash-to-yen-sign-euc-expected.txt: Copied from LayoutTests/platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt.
+        * platform/mac-elcapitan/fast/text/drawBidiText-expected.txt: Copied from LayoutTests/platform/mac/fast/text/drawBidiText-expected.txt.
+        * platform/mac-elcapitan/fast/text/international/hindi-spacing-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/hindi-spacing-expected.txt.
+        * platform/mac-elcapitan/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt.
+        * platform/mac-elcapitan/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt.
+        * platform/mac-elcapitan/fast/text/textIteratorNilRenderer-expected.txt: Copied from LayoutTests/platform/mac/fast/text/textIteratorNilRenderer-expected.txt.
+        * platform/mac-elcapitan/fast/text/trak-optimizeLegibility-expected.txt: Added.
+        * platform/mac-elcapitan/fast/transforms/transformed-focused-text-input-expected.txt: Copied from LayoutTests/platform/mac/fast/transforms/transformed-focused-text-input-expected.txt.
+        * platform/mac-elcapitan/http/tests/navigation/javascriptlink-frames-expected.txt: Copied from LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt.
+        * platform/mac-elcapitan/media/controls-after-reload-expected.txt: Copied from LayoutTests/platform/mac/media/controls-after-reload-expected.txt.
+        * platform/mac-elcapitan/media/controls-styling-expected.txt: Renamed from LayoutTests/platform/mac-yosemite/media/controls-styling-expected.txt.
+        * platform/mac-elcapitan/media/media-document-audio-repaint-expected.txt: Copied from LayoutTests/platform/mac/media/media-document-audio-repaint-expected.txt.
+        * platform/mac-elcapitan/plugins/mouse-click-plugin-clears-selection-expected.txt: Copied from LayoutTests/platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt.
+        * platform/mac-elcapitan/scrollbars/key-window-not-first-responder-expected.txt: Copied from LayoutTests/platform/mac/scrollbars/key-window-not-first-responder-expected.txt.
+        * platform/mac-elcapitan/svg/custom/inline-svg-in-xhtml-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt.
+        * platform/mac-elcapitan/svg/hixie/mixed/003-expected.txt: Copied from LayoutTests/platform/mac/svg/hixie/mixed/003-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla/bugs/bug1188-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1188-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla/bugs/bug12384-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug12384-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla/bugs/bug138725-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug138725-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla/bugs/bug18359-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug18359-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla/bugs/bug194024-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug194024-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla/bugs/bug24200-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug24200-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla/bugs/bug2479-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla/bugs/bug2479-3-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla/bugs/bug2479-4-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla/bugs/bug26178-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug26178-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla/bugs/bug28928-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug28928-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla/bugs/bug29326-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug29326-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla/bugs/bug30559-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug30559-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla/bugs/bug30692-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug30692-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla/bugs/bug33855-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug33855-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla/bugs/bug39209-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug39209-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla/bugs/bug4382-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4382-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla/bugs/bug4429-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4429-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla/bugs/bug4527-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4527-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla/bugs/bug46368-1-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla/bugs/bug46368-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla/bugs/bug51037-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug51037-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla/bugs/bug51727-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug51727-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla/bugs/bug52505-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug52505-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla/bugs/bug52506-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug52506-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla/bugs/bug55545-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug55545-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla/bugs/bug59354-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug59354-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla/bugs/bug68912-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug68912-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla/bugs/bug7342-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla/bugs/bug96334-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla/bugs/bug99948-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug99948-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla/core/margins-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/core/margins-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla/dom/tableDom-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/dom/tableDom-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla/other/move_row-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/other/move_row-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla_expected_failures/bugs/bug1725-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt.
+        * platform/mac-elcapitan/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt.
+        * platform/mac-elcapitan/transforms/2d/zoom-menulist-expected.txt: Copied from LayoutTests/platform/mac/transforms/2d/zoom-menulist-expected.txt.
+        * platform/mac-elcapitan/transforms/3d/general/perspective-non-layer-expected.txt: Copied from LayoutTests/platform/mac/transforms/3d/general/perspective-non-layer-expected.txt.
+        * platform/mac/accessibility/aria-readonly-expected.txt:
+        * platform/mac/accessibility/form-control-value-settable-expected.txt:
+        * platform/mac/compositing/contents-opaque/control-layer-expected.txt:
+        * platform/mac/css3/selectors3/html/css3-modsel-19b-expected.png:
+        * platform/mac/css3/selectors3/html/css3-modsel-19b-expected.txt:
+        * platform/mac/css3/selectors3/html/css3-modsel-23-expected.png:
+        * platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt:
+        * platform/mac/css3/selectors3/html/css3-modsel-24-expected.png:
+        * platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt:
+        * platform/mac/css3/selectors3/html/css3-modsel-64-expected.png:
+        * platform/mac/css3/selectors3/html/css3-modsel-64-expected.txt:
+        * platform/mac/css3/selectors3/html/css3-modsel-68-expected.png:
+        * platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt:
+        * platform/mac/css3/selectors3/html/css3-modsel-69-expected.png:
+        * platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt:
+        * platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
+        * platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.txt:
+        * platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.png:
+        * platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
+        * platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.png:
+        * platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
+        * platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.png:
+        * platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.txt:
+        * platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.png:
+        * platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
+        * platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.png:
+        * platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
+        * platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.png:
+        * platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.txt:
+        * platform/mac/css3/selectors3/xml/css3-modsel-23-expected.png:
+        * platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt:
+        * platform/mac/css3/selectors3/xml/css3-modsel-24-expected.png:
+        * platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt:
+        * platform/mac/css3/selectors3/xml/css3-modsel-64-expected.png:
+        * platform/mac/css3/selectors3/xml/css3-modsel-64-expected.txt:
+        * platform/mac/css3/selectors3/xml/css3-modsel-68-expected.png:
+        * platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt:
+        * platform/mac/css3/selectors3/xml/css3-modsel-69-expected.png:
+        * platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt:
+        * platform/mac/editing/input/caret-at-the-edge-of-input-expected.png:
+        * platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt:
+        * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.png:
+        * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt:
+        * platform/mac/editing/inserting/4960120-1-expected.png:
+        * platform/mac/editing/inserting/4960120-1-expected.txt:
+        * platform/mac/editing/inserting/before-after-input-element-expected.png:
+        * platform/mac/editing/inserting/before-after-input-element-expected.txt:
+        * platform/mac/editing/mac/spelling/autocorrection-at-beginning-of-word-1-expected.png: Added.
+        * platform/mac/editing/mac/spelling/autocorrection-at-beginning-of-word-1-expected.txt: Added.
+        * platform/mac/editing/mac/spelling/autocorrection-at-beginning-of-word-2-expected.png: Added.
+        * platform/mac/editing/mac/spelling/autocorrection-at-beginning-of-word-2-expected.txt: Added.
+        * platform/mac/editing/mac/spelling/delete-autocorrected-word-2-expected.png: Added.
+        * platform/mac/editing/mac/spelling/delete-autocorrected-word-2-expected.txt: Renamed from LayoutTests/editing/mac/spelling/delete-autocorrected-word-2-expected.txt.
+        * platform/mac/editing/pasteboard/4641033-expected.png:
+        * platform/mac/editing/pasteboard/4641033-expected.txt:
+        * platform/mac/editing/pasteboard/4806874-expected.png:
+        * platform/mac/editing/pasteboard/4806874-expected.txt:
+        * platform/mac/editing/pasteboard/4944770-1-expected.png:
+        * platform/mac/editing/pasteboard/4944770-1-expected.txt:
+        * platform/mac/editing/pasteboard/4944770-2-expected.png:
+        * platform/mac/editing/pasteboard/4944770-2-expected.txt:
+        * platform/mac/editing/pasteboard/drop-text-without-selection-expected.png:
+        * platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt:
+        * platform/mac/editing/pasteboard/input-field-1-expected.png:
+        * platform/mac/editing/pasteboard/input-field-1-expected.txt:
+        * platform/mac/editing/pasteboard/pasting-tabs-expected.png:
+        * platform/mac/editing/pasteboard/pasting-tabs-expected.txt:
+        * platform/mac/editing/selection/3690703-2-expected.png:
+        * platform/mac/editing/selection/3690703-2-expected.txt:
+        * platform/mac/editing/selection/3690703-expected.png:
+        * platform/mac/editing/selection/3690703-expected.txt:
+        * platform/mac/editing/selection/3690719-expected.png:
+        * platform/mac/editing/selection/3690719-expected.txt:
+        * platform/mac/editing/selection/4397952-expected.png:
+        * platform/mac/editing/selection/4397952-expected.txt:
+        * platform/mac/editing/selection/4895428-3-expected.png:
+        * platform/mac/editing/selection/4895428-3-expected.txt:
+        * platform/mac/editing/selection/4975120-expected.png:
+        * platform/mac/editing/selection/4975120-expected.txt:
+        * platform/mac/editing/selection/5240265-expected.png:
+        * platform/mac/editing/selection/5240265-expected.txt:
+        * platform/mac/editing/selection/drag-select-1-expected.png:
+        * platform/mac/editing/selection/drag-select-1-expected.txt:
+        * platform/mac/editing/selection/replaced-boundaries-3-expected.png:
+        * platform/mac/editing/selection/replaced-boundaries-3-expected.txt:
+        * platform/mac/editing/selection/select-across-readonly-input-3-expected.png:
+        * platform/mac/editing/selection/select-across-readonly-input-3-expected.txt:
+        * platform/mac/editing/selection/select-box-expected.png:
+        * platform/mac/editing/selection/select-box-expected.txt:
+        * platform/mac/editing/selection/select-element-paragraph-boundary-expected.png:
+        * platform/mac/editing/selection/select-element-paragraph-boundary-expected.txt:
+        * platform/mac/editing/selection/select-from-textfield-outwards-expected.png:
+        * platform/mac/editing/selection/select-from-textfield-outwards-expected.txt:
+        * platform/mac/editing/selection/selection-button-text-expected.png:
+        * platform/mac/editing/selection/selection-button-text-expected.txt:
+        * platform/mac/fast/attachment/attachment-label-highlight-expected.png:
+        * platform/mac/fast/attachment/attachment-label-highlight-expected.txt:
+        * platform/mac/fast/attachment/attachment-progress-expected.png:
+        * platform/mac/fast/attachment/attachment-progress-expected.txt:
+        * platform/mac/fast/attachment/attachment-select-on-click-expected.png:
+        * platform/mac/fast/attachment/attachment-select-on-click-expected.txt:
+        * platform/mac/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.png:
+        * platform/mac/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.txt:
+        * platform/mac/fast/attachment/attachment-subtitle-expected.png:
+        * platform/mac/fast/attachment/attachment-subtitle-expected.txt:
+        * platform/mac/fast/block/float/float-avoidance-expected.png:
+        * platform/mac/fast/block/float/float-avoidance-expected.txt:
+        * platform/mac/fast/block/margin-collapse/103-expected.png:
+        * platform/mac/fast/block/margin-collapse/103-expected.txt:
+        * platform/mac/fast/block/positioning/inline-block-relposition-expected.png:
+        * platform/mac/fast/block/positioning/inline-block-relposition-expected.txt:
+        * platform/mac/fast/css/continuationCrash-expected.png:
+        * platform/mac/fast/css/continuationCrash-expected.txt:
+        * platform/mac/fast/css/focus-ring-exists-for-search-field-expected.png:
+        * platform/mac/fast/css/focus-ring-exists-for-search-field-expected.txt:
+        * platform/mac/fast/css/line-height-expected.png:
+        * platform/mac/fast/css/line-height-expected.txt:
+        * platform/mac/fast/css/margin-top-bottom-dynamic-expected.png:
+        * platform/mac/fast/css/margin-top-bottom-dynamic-expected.txt:
+        * platform/mac/fast/css/text-overflow-input-expected.png:
+        * platform/mac/fast/css/text-overflow-input-expected.txt:
+        * platform/mac/fast/css/text-transform-select-expected.png:
+        * platform/mac/fast/css/text-transform-select-expected.txt:
+        * platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
+        * platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
+        * platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
+        * platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
+        * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
+        * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
+        * platform/mac/fast/dom/isindex-001-expected.png:
+        * platform/mac/fast/dom/isindex-001-expected.txt:
+        * platform/mac/fast/dom/isindex-002-expected.png:
+        * platform/mac/fast/dom/isindex-002-expected.txt:
+        * platform/mac/fast/dynamic/008-expected.png:
+        * platform/mac/fast/dynamic/008-expected.txt:
+        * platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.png:
+        * platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.txt:
+        * platform/mac/fast/events/context-no-deselect-expected.png:
+        * platform/mac/fast/events/context-no-deselect-expected.txt:
+        * platform/mac/fast/events/shadow-event-path-2-expected.txt:
+        * platform/mac/fast/forms/001-expected.png:
+        * platform/mac/fast/forms/001-expected.txt:
+        * platform/mac/fast/forms/004-expected.png:
+        * platform/mac/fast/forms/004-expected.txt:
+        * platform/mac/fast/forms/auto-fill-button/input-auto-fill-button-expected.png: Added.
+        * platform/mac/fast/forms/auto-fill-button/input-auto-fill-button-expected.txt: Added.
+        * platform/mac/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.png: Added.
+        * platform/mac/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.txt: Added.
+        * platform/mac/fast/forms/basic-buttons-expected.png:
+        * platform/mac/fast/forms/basic-buttons-expected.txt:
+        * platform/mac/fast/forms/basic-inputs-expected.png:
+        * platform/mac/fast/forms/basic-inputs-expected.txt:
+        * platform/mac/fast/forms/basic-selects-expected.png:
+        * platform/mac/fast/forms/basic-selects-expected.txt:
+        * platform/mac/fast/forms/basic-textareas-expected.png:
+        * platform/mac/fast/forms/basic-textareas-expected.txt:
+        * platform/mac/fast/forms/basic-textareas-quirks-expected.png:
+        * platform/mac/fast/forms/basic-textareas-quirks-expected.txt:
+        * platform/mac/fast/forms/blankbuttons-expected.png:
+        * platform/mac/fast/forms/blankbuttons-expected.txt:
+        * platform/mac/fast/forms/box-shadow-override-expected.png:
+        * platform/mac/fast/forms/box-shadow-override-expected.txt:
+        * platform/mac/fast/forms/button-align-expected.png:
+        * platform/mac/fast/forms/button-align-expected.txt:
+        * platform/mac/fast/forms/button-cannot-be-nested-expected.png:
+        * platform/mac/fast/forms/button-cannot-be-nested-expected.txt:
+        * platform/mac/fast/forms/button-default-title-expected.png:
+        * platform/mac/fast/forms/button-default-title-expected.txt:
+        * platform/mac/fast/forms/button-generated-content-expected.png:
+        * platform/mac/fast/forms/button-generated-content-expected.txt:
+        * platform/mac/fast/forms/button-positioned-expected.png:
+        * platform/mac/fast/forms/button-positioned-expected.txt:
+        * platform/mac/fast/forms/button-sizes-expected.png:
+        * platform/mac/fast/forms/button-sizes-expected.txt:
+        * platform/mac/fast/forms/button-style-color-expected.png:
+        * platform/mac/fast/forms/button-style-color-expected.txt:
+        * platform/mac/fast/forms/button-table-styles-expected.png:
+        * platform/mac/fast/forms/button-table-styles-expected.txt:
+        * platform/mac/fast/forms/button-text-transform-expected.png:
+        * platform/mac/fast/forms/button-text-transform-expected.txt:
+        * platform/mac/fast/forms/button-white-space-expected.png:
+        * platform/mac/fast/forms/button-white-space-expected.txt:
+        * platform/mac/fast/forms/control-clip-expected.png:
+        * platform/mac/fast/forms/control-clip-expected.txt:
+        * platform/mac/fast/forms/control-clip-overflow-expected.png:
+        * platform/mac/fast/forms/control-clip-overflow-expected.txt:
+        * platform/mac/fast/forms/control-restrict-line-height-expected.png:
+        * platform/mac/fast/forms/control-restrict-line-height-expected.txt:
+        * platform/mac/fast/forms/disabled-select-change-index-expected.png:
+        * platform/mac/fast/forms/disabled-select-change-index-expected.txt:
+        * platform/mac/fast/forms/encoding-test-expected.png:
+        * platform/mac/fast/forms/encoding-test-expected.txt:
+        * platform/mac/fast/forms/fieldset-align-expected.png:
+        * platform/mac/fast/forms/fieldset-align-expected.txt:
+        * platform/mac/fast/forms/file/file-input-direction-expected.png:
+        * platform/mac/fast/forms/file/file-input-direction-expected.txt:
+        * platform/mac/fast/forms/file/file-input-disabled-expected.png:
+        * platform/mac/fast/forms/file/file-input-disabled-expected.txt:
+        * platform/mac/fast/forms/file/input-file-re-render-expected.txt:
+        * platform/mac/fast/forms/floating-textfield-relayout-expected.png:
+        * platform/mac/fast/forms/floating-textfield-relayout-expected.txt:
+        * platform/mac/fast/forms/form-element-geometry-expected.png:
+        * platform/mac/fast/forms/form-element-geometry-expected.txt:
+        * platform/mac/fast/forms/hidden-listbox-expected.png:
+        * platform/mac/fast/forms/hidden-listbox-expected.txt:
+        * platform/mac/fast/forms/input-align-expected.png:
+        * platform/mac/fast/forms/input-align-expected.txt:
+        * platform/mac/fast/forms/input-appearance-bkcolor-expected.png:
+        * platform/mac/fast/forms/input-appearance-bkcolor-expected.txt:
+        * platform/mac/fast/forms/input-appearance-default-bkcolor-expected.png:
+        * platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt:
+        * platform/mac/fast/forms/input-appearance-disabled-expected.png:
+        * platform/mac/fast/forms/input-appearance-disabled-expected.txt:
+        * platform/mac/fast/forms/input-appearance-focus-expected.png:
+        * platform/mac/fast/forms/input-appearance-focus-expected.txt:
+        * platform/mac/fast/forms/input-appearance-height-expected.png:
+        * platform/mac/fast/forms/input-appearance-height-expected.txt:
+        * platform/mac/fast/forms/input-appearance-preventDefault-expected.png:
+        * platform/mac/fast/forms/input-appearance-preventDefault-expected.txt:
+        * platform/mac/fast/forms/input-appearance-readonly-expected.png:
+        * platform/mac/fast/forms/input-appearance-readonly-expected.txt:
+        * platform/mac/fast/forms/input-appearance-selection-expected.png:
+        * platform/mac/fast/forms/input-appearance-selection-expected.txt:
+        * platform/mac/fast/forms/input-appearance-spinbutton-expected.png: Added.
+        * platform/mac/fast/forms/input-appearance-spinbutton-expected.txt:
+        * platform/mac/fast/forms/input-appearance-spinbutton-up-expected.png: Added.
+        * platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt: Added.
+        * platform/mac/fast/forms/input-appearance-visibility-expected.png:
+        * platform/mac/fast/forms/input-appearance-visibility-expected.txt:
+        * platform/mac/fast/forms/input-appearance-width-expected.png:
+        * platform/mac/fast/forms/input-appearance-width-expected.txt:
+        * platform/mac/fast/forms/input-baseline-expected.png:
+        * platform/mac/fast/forms/input-baseline-expected.txt:
+        * platform/mac/fast/forms/input-button-sizes-expected.png:
+        * platform/mac/fast/forms/input-button-sizes-expected.txt:
+        * platform/mac/fast/forms/input-disabled-color-expected.png:
+        * platform/mac/fast/forms/input-disabled-color-expected.txt:
+        * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.png:
+        * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt:
+        * platform/mac/fast/forms/input-field-text-truncated-expected.png:
+        * platform/mac/fast/forms/input-field-text-truncated-expected.txt:
+        * platform/mac/fast/forms/input-first-letter-expected.png:
+        * platform/mac/fast/forms/input-first-letter-expected.txt:
+        * platform/mac/fast/forms/input-placeholder-visibility-1-expected.png:
+        * platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt:
+        * platform/mac/fast/forms/input-placeholder-visibility-3-expected.png:
+        * platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt:
+        * platform/mac/fast/forms/input-readonly-autoscroll-expected.png:
+        * platform/mac/fast/forms/input-readonly-autoscroll-expected.txt:
+        * platform/mac/fast/forms/input-readonly-dimmed-expected.png:
+        * platform/mac/fast/forms/input-readonly-dimmed-expected.txt:
+        * platform/mac/fast/forms/input-readonly-empty-expected.png:
+        * platform/mac/fast/forms/input-readonly-empty-expected.txt:
+        * platform/mac/fast/forms/input-spaces-expected.png:
+        * platform/mac/fast/forms/input-spaces-expected.txt:
+        * platform/mac/fast/forms/input-table-expected.png:
+        * platform/mac/fast/forms/input-table-expected.txt:
+        * platform/mac/fast/forms/input-text-click-inside-expected.png:
+        * platform/mac/fast/forms/input-text-click-inside-expected.txt:
+        * platform/mac/fast/forms/input-text-click-outside-expected.png:
+        * platform/mac/fast/forms/input-text-click-outside-expected.txt:
+        * platform/mac/fast/forms/input-text-double-click-expected.png:
+        * platform/mac/fast/forms/input-text-double-click-expected.txt:
+        * platform/mac/fast/forms/input-text-drag-down-expected.png:
+        * platform/mac/fast/forms/input-text-drag-down-expected.txt:
+        * platform/mac/fast/forms/input-text-option-delete-expected.png:
+        * platform/mac/fast/forms/input-text-option-delete-expected.txt:
+        * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.png:
+        * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
+        * platform/mac/fast/forms/input-text-self-emptying-click-expected.png:
+        * platform/mac/fast/forms/input-text-self-emptying-click-expected.txt:
+        * platform/mac/fast/forms/input-text-word-wrap-expected.png:
+        * platform/mac/fast/forms/input-text-word-wrap-expected.txt:
+        * platform/mac/fast/forms/input-value-expected.png:
+        * platform/mac/fast/forms/input-value-expected.txt:
+        * platform/mac/fast/forms/input-width-expected.png:
+        * platform/mac/fast/forms/input-width-expected.txt:
+        * platform/mac/fast/forms/listbox-bidi-align-expected.png:
+        * platform/mac/fast/forms/listbox-bidi-align-expected.txt:
+        * platform/mac/fast/forms/listbox-scrollbar-incremental-load-expected.png:
+        * platform/mac/fast/forms/listbox-scrollbar-incremental-load-expected.txt:
+        * platform/mac/fast/forms/listbox-width-change-expected.png:
+        * platform/mac/fast/forms/listbox-width-change-expected.txt:
+        * platform/mac/fast/forms/menulist-clip-expected.png:
+        * platform/mac/fast/forms/menulist-clip-expected.txt:
+        * platform/mac/fast/forms/menulist-deselect-update-expected.png:
+        * platform/mac/fast/forms/menulist-deselect-update-expected.txt:
+        * platform/mac/fast/forms/menulist-narrow-width-expected.png:
+        * platform/mac/fast/forms/menulist-narrow-width-expected.txt:
+        * platform/mac/fast/forms/menulist-no-overflow-expected.png:
+        * platform/mac/fast/forms/menulist-no-overflow-expected.txt:
+        * platform/mac/fast/forms/menulist-restrict-line-height-expected.png:
+        * platform/mac/fast/forms/menulist-restrict-line-height-expected.txt:
+        * platform/mac/fast/forms/menulist-style-color-expected.png:
+        * platform/mac/fast/forms/menulist-style-color-expected.txt:
+        * platform/mac/fast/forms/menulist-width-change-expected.png:
+        * platform/mac/fast/forms/menulist-width-change-expected.txt:
+        * platform/mac/fast/forms/minWidthPercent-expected.png:
+        * platform/mac/fast/forms/minWidthPercent-expected.txt:
+        * platform/mac/fast/forms/number/number-appearance-rtl-expected.png:
+        * platform/mac/fast/forms/number/number-appearance-rtl-expected.txt:
+        * platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png:
+        * platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
+        * platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.png:
+        * platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt:
+        * platform/mac/fast/forms/option-script-expected.png:
+        * platform/mac/fast/forms/option-script-expected.txt:
+        * platform/mac/fast/forms/option-strip-whitespace-expected.png:
+        * platform/mac/fast/forms/option-strip-whitespace-expected.txt:
+        * platform/mac/fast/forms/option-text-clip-expected.png:
+        * platform/mac/fast/forms/option-text-clip-expected.txt:
+        * platform/mac/fast/forms/placeholder-position-expected.png:
+        * platform/mac/fast/forms/placeholder-position-expected.txt:
+        * platform/mac/fast/forms/placeholder-pseudo-style-expected.png:
+        * platform/mac/fast/forms/placeholder-pseudo-style-expected.txt:
+        * platform/mac/fast/forms/plaintext-mode-2-expected.png:
+        * platform/mac/fast/forms/plaintext-mode-2-expected.txt:
+        * platform/mac/fast/forms/search-cancel-button-style-sharing-expected.png:
+        * platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt:
+        * platform/mac/fast/forms/search-display-none-cancel-button-expected.png:
+        * platform/mac/fast/forms/search-display-none-cancel-button-expected.txt:
+        * platform/mac/fast/forms/search-input-rtl-expected.png: Added.
+        * platform/mac/fast/forms/search-input-rtl-expected.txt:
+        * platform/mac/fast/forms/search-rtl-expected.png:
+        * platform/mac/fast/forms/search-rtl-expected.txt:
+        * platform/mac/fast/forms/search-styled-expected.png:
+        * platform/mac/fast/forms/search-styled-expected.txt:
+        * platform/mac/fast/forms/search-vertical-alignment-expected.png:
+        * platform/mac/fast/forms/search-vertical-alignment-expected.txt:
+        * platform/mac/fast/forms/search/search-padding-cancel-results-buttons-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-setinnerhtml-expected.png.
+        * platform/mac/fast/forms/search/search-padding-cancel-results-buttons-expected.txt: Added.
+        * platform/mac/fast/forms/search/search-size-with-decorations-expected.png:
+        * platform/mac/fast/forms/search/search-size-with-decorations-expected.txt:
+        * platform/mac/fast/forms/searchfield-heights-expected.png:
+        * platform/mac/fast/forms/searchfield-heights-expected.txt:
+        * platform/mac/fast/forms/select-background-none-expected.png:
+        * platform/mac/fast/forms/select-background-none-expected.txt:
+        * platform/mac/fast/forms/select-baseline-expected.png:
+        * platform/mac/fast/forms/select-baseline-expected.txt:
+        * platform/mac/fast/forms/select-block-background-expected.png:
+        * platform/mac/fast/forms/select-block-background-expected.txt:
+        * platform/mac/fast/forms/select-change-listbox-size-expected.png:
+        * platform/mac/fast/forms/select-change-listbox-size-expected.txt:
+        * platform/mac/fast/forms/select-change-listbox-to-popup-expected.png:
+        * platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt:
+        * platform/mac/fast/forms/select-change-popup-to-listbox-expected.png:
+        * platform/mac/fast/forms/select-change-popup-to-listbox-expected.txt:
+        * platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.png:
+        * platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.txt:
+        * platform/mac/fast/forms/select-disabled-appearance-expected.png:
+        * platform/mac/fast/forms/select-disabled-appearance-expected.txt:
+        * platform/mac/fast/forms/select-empty-option-height-expected.png:
+        * platform/mac/fast/forms/select-empty-option-height-expected.txt:
+        * platform/mac/fast/forms/select-initial-position-expected.png:
+        * platform/mac/fast/forms/select-initial-position-expected.txt:
+        * platform/mac/fast/forms/select-item-background-clip-expected.png:
+        * platform/mac/fast/forms/select-item-background-clip-expected.txt:
+        * platform/mac/fast/forms/select-list-box-with-height-expected.png:
+        * platform/mac/fast/forms/select-list-box-with-height-expected.txt:
+        * platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.png:
+        * platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.txt:
+        * platform/mac/fast/forms/select-non-native-rendering-direction-expected.png:
+        * platform/mac/fast/forms/select-non-native-rendering-direction-expected.txt:
+        * platform/mac/fast/forms/select-overflow-scroll-expected.png:
+        * platform/mac/fast/forms/select-overflow-scroll-expected.txt:
+        * platform/mac/fast/forms/select-overflow-scroll-inherited-expected.png:
+        * platform/mac/fast/forms/select-overflow-scroll-inherited-expected.txt:
+        * platform/mac/fast/forms/select-selected-expected.png:
+        * platform/mac/fast/forms/select-selected-expected.txt:
+        * platform/mac/fast/forms/select-style-expected.png:
+        * platform/mac/fast/forms/select-style-expected.txt:
+        * platform/mac/fast/forms/select-writing-direction-natural-expected.png:
+        * platform/mac/fast/forms/select-writing-direction-natural-expected.txt:
+        * platform/mac/fast/forms/select/optgroup-rendering-expected.png:
+        * platform/mac/fast/forms/select/optgroup-rendering-expected.txt:
+        * platform/mac/fast/forms/stuff-on-my-optgroup-expected.png:
+        * platform/mac/fast/forms/stuff-on-my-optgroup-expected.txt:
+        * platform/mac/fast/forms/tabbing-input-iframe-expected.png:
+        * platform/mac/fast/forms/tabbing-input-iframe-expected.txt:
+        * platform/mac/fast/forms/text-style-color-expected.png:
+        * platform/mac/fast/forms/text-style-color-expected.txt:
+        * platform/mac/fast/forms/textAreaLineHeight-expected.png:
+        * platform/mac/fast/forms/textAreaLineHeight-expected.txt:
+        * platform/mac/fast/forms/textarea-align-expected.png:
+        * platform/mac/fast/forms/textarea-align-expected.txt:
+        * platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.png:
+        * platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
+        * platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.png:
+        * platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt:
+        * platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.png:
+        * platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt:
+        * platform/mac/fast/forms/textarea-scroll-height-expected.png:
+        * platform/mac/fast/forms/textarea-scroll-height-expected.txt:
+        * platform/mac/fast/forms/textarea-scrollbar-expected.png:
+        * platform/mac/fast/forms/textarea-scrollbar-expected.txt:
+        * platform/mac/fast/forms/textarea-scrolled-type-expected.png:
+        * platform/mac/fast/forms/textarea-scrolled-type-expected.txt:
+        * platform/mac/fast/forms/textarea-setinnerhtml-expected.png:
+        * platform/mac/fast/forms/textarea-setinnerhtml-expected.txt:
+        * platform/mac/fast/forms/textfield-focus-ring-expected.png:
+        * platform/mac/fast/forms/textfield-focus-ring-expected.txt:
+        * platform/mac/fast/forms/textfield-outline-expected.png:
+        * platform/mac/fast/forms/textfield-outline-expected.txt:
+        * platform/mac/fast/forms/textfield-overflow-expected.png:
+        * platform/mac/fast/forms/textfield-overflow-expected.txt:
+        * platform/mac/fast/forms/validation-message-appearance-expected.png:
+        * platform/mac/fast/forms/validation-message-appearance-expected.txt:
+        * platform/mac/fast/forms/visual-hebrew-text-field-expected.png:
+        * platform/mac/fast/forms/visual-hebrew-text-field-expected.txt:
+        * platform/mac/fast/frames/take-focus-from-iframe-expected.png:
+        * platform/mac/fast/frames/take-focus-from-iframe-expected.txt:
+        * platform/mac/fast/hidpi/resize-corner-hidpi-expected.png:
+        * platform/mac/fast/hidpi/resize-corner-hidpi-expected.txt:
+        * platform/mac/fast/html/details-no-summary4-expected.png:
+        * platform/mac/fast/html/details-no-summary4-expected.txt:
+        * platform/mac/fast/html/details-open-javascript-expected.png:
+        * platform/mac/fast/html/details-open-javascript-expected.txt:
+        * platform/mac/fast/html/details-open2-expected.png:
+        * platform/mac/fast/html/details-open2-expected.txt:
+        * platform/mac/fast/html/details-open4-expected.png:
+        * platform/mac/fast/html/details-open4-expected.txt:
+        * platform/mac/fast/html/keygen-expected.png:
+        * platform/mac/fast/html/keygen-expected.txt:
+        * platform/mac/fast/lists/dynamic-marker-crash-expected.png:
+        * platform/mac/fast/lists/dynamic-marker-crash-expected.txt:
+        * platform/mac/fast/overflow/overflow-x-y-expected.png:
+        * platform/mac/fast/overflow/overflow-x-y-expected.txt:
+        * platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
+        * platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
+        * platform/mac/fast/overflow/scrollRevealButton-expected.png:
+        * platform/mac/fast/overflow/scrollRevealButton-expected.txt:
+        * platform/mac/fast/parser/document-write-option-expected.png:
+        * platform/mac/fast/parser/document-write-option-expected.txt:
+        * platform/mac/fast/parser/entity-comment-in-textarea-expected.png:
+        * platform/mac/fast/parser/entity-comment-in-textarea-expected.txt:
+        * platform/mac/fast/parser/open-comment-in-textarea-expected.png:
+        * platform/mac/fast/parser/open-comment-in-textarea-expected.txt:
+        * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
+        * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
+        * platform/mac/fast/repaint/search-field-cancel-expected.png:
+        * platform/mac/fast/repaint/search-field-cancel-expected.txt:
+        * platform/mac/fast/repaint/subtree-root-skipped-expected.png:
+        * platform/mac/fast/repaint/subtree-root-skipped-expected.txt:
+        * platform/mac/fast/replaced/replaced-breaking-expected.png:
+        * platform/mac/fast/replaced/replaced-breaking-expected.txt:
+        * platform/mac/fast/replaced/replaced-breaking-mixture-expected.png:
+        * platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt:
+        * platform/mac/fast/replaced/width100percent-button-expected.png:
+        * platform/mac/fast/replaced/width100percent-button-expected.txt:
+        * platform/mac/fast/replaced/width100percent-menulist-expected.png:
+        * platform/mac/fast/replaced/width100percent-menulist-expected.txt:
+        * platform/mac/fast/replaced/width100percent-textarea-expected.png:
+        * platform/mac/fast/replaced/width100percent-textarea-expected.txt:
+        * platform/mac/fast/selectors/064-expected.png:
+        * platform/mac/fast/selectors/064-expected.txt:
+        * platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.png:
+        * platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt:
+        * platform/mac/fast/table/003-expected.png:
+        * platform/mac/fast/table/003-expected.txt:
+        * platform/mac/fast/table/append-cells2-expected.png:
+        * platform/mac/fast/table/append-cells2-expected.txt:
+        * platform/mac/fast/table/colspanMinWidth-expected.png:
+        * platform/mac/fast/table/colspanMinWidth-expected.txt:
+        * platform/mac/fast/table/colspanMinWidth-vertical-expected.png:
+        * platform/mac/fast/table/colspanMinWidth-vertical-expected.txt:
+        * platform/mac/fast/table/remove-td-display-none-expected.png:
+        * platform/mac/fast/table/remove-td-display-none-expected.txt:
+        * platform/mac/fast/table/spanOverlapRepaint-expected.png:
+        * platform/mac/fast/table/spanOverlapRepaint-expected.txt:
+        * platform/mac/fast/table/text-field-baseline-expected.png:
+        * platform/mac/fast/table/text-field-baseline-expected.txt:
+        * platform/mac/fast/text/backslash-to-yen-sign-euc-expected.png:
+        * platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt:
+        * platform/mac/fast/text/drawBidiText-expected.png:
+        * platform/mac/fast/text/drawBidiText-expected.txt:
+        * platform/mac/fast/text/international/hindi-spacing-expected.png:
+        * platform/mac/fast/text/international/hindi-spacing-expected.txt:
+        * platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png:
+        * platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt:
+        * platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
+        * platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
+        * platform/mac/fast/text/textIteratorNilRenderer-expected.png:
+        * platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
+        * platform/mac/fast/text/trak-optimizeLegibility-expected.txt: Added.
+        * platform/mac/fast/transforms/transformed-focused-text-input-expected.png:
+        * platform/mac/fast/transforms/transformed-focused-text-input-expected.txt:
+        * platform/mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.
+        * platform/mac/http/tests/navigation/javascriptlink-frames-expected.png:
+        * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
+        * platform/mac/media/controls-after-reload-expected.png:
+        * platform/mac/media/controls-after-reload-expected.txt:
+        * platform/mac/media/controls-styling-expected.png:
+        * platform/mac/media/controls-styling-expected.txt:
+        * platform/mac/media/media-document-audio-repaint-expected.png:
+        * platform/mac/media/media-document-audio-repaint-expected.txt:
+        * platform/mac/media/video-controls-rendering-expected.png: Added.
+        * platform/mac/media/video-controls-rendering-expected.txt:
+        * platform/mac/media/video-display-toggle-expected.png: Added.
+        * platform/mac/media/video-display-toggle-expected.txt:
+        * platform/mac/media/video-no-audio-expected.png: Added.
+        * platform/mac/media/video-no-audio-expected.txt:
+        * platform/mac/media/video-volume-slider-expected.png: Added.
+        * platform/mac/media/video-volume-slider-expected.txt:
+        * platform/mac/plugins/mouse-click-plugin-clears-selection-expected.png: Added.
+        * platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt:
+        * platform/mac/scrollbars/key-window-not-first-responder-expected.txt:
+        * platform/mac/svg/custom/inline-svg-in-xhtml-expected.png:
+        * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
+        * platform/mac/svg/hixie/mixed/003-expected.png:
+        * platform/mac/svg/hixie/mixed/003-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug1188-expected.png:
+        * platform/mac/tables/mozilla/bugs/bug1188-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug12384-expected.png:
+        * platform/mac/tables/mozilla/bugs/bug12384-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug138725-expected.png:
+        * platform/mac/tables/mozilla/bugs/bug138725-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug18359-expected.png:
+        * platform/mac/tables/mozilla/bugs/bug18359-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug194024-expected.png:
+        * platform/mac/tables/mozilla/bugs/bug194024-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug24200-expected.png:
+        * platform/mac/tables/mozilla/bugs/bug24200-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug2479-2-expected.png:
+        * platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug2479-3-expected.png:
+        * platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug2479-4-expected.png:
+        * platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug26178-expected.png:
+        * platform/mac/tables/mozilla/bugs/bug26178-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug28928-expected.png:
+        * platform/mac/tables/mozilla/bugs/bug28928-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug29326-expected.png:
+        * platform/mac/tables/mozilla/bugs/bug29326-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug30559-expected.png:
+        * platform/mac/tables/mozilla/bugs/bug30559-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug30692-expected.png:
+        * platform/mac/tables/mozilla/bugs/bug30692-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug33855-expected.png:
+        * platform/mac/tables/mozilla/bugs/bug33855-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug39209-expected.png:
+        * platform/mac/tables/mozilla/bugs/bug39209-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug4382-expected.png:
+        * platform/mac/tables/mozilla/bugs/bug4382-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug4429-expected.png:
+        * platform/mac/tables/mozilla/bugs/bug4429-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug4527-expected.png:
+        * platform/mac/tables/mozilla/bugs/bug4527-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug46368-1-expected.png:
+        * platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug46368-2-expected.png:
+        * platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug51037-expected.png:
+        * platform/mac/tables/mozilla/bugs/bug51037-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug51727-expected.png:
+        * platform/mac/tables/mozilla/bugs/bug51727-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug52505-expected.png:
+        * platform/mac/tables/mozilla/bugs/bug52505-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug52506-expected.png:
+        * platform/mac/tables/mozilla/bugs/bug52506-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug55545-expected.png:
+        * platform/mac/tables/mozilla/bugs/bug55545-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug59354-expected.png:
+        * platform/mac/tables/mozilla/bugs/bug59354-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug68912-expected.png:
+        * platform/mac/tables/mozilla/bugs/bug68912-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug7342-expected.png:
+        * platform/mac/tables/mozilla/bugs/bug7342-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug96334-expected.png:
+        * platform/mac/tables/mozilla/bugs/bug96334-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug99948-expected.png:
+        * platform/mac/tables/mozilla/bugs/bug99948-expected.txt:
+        * platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
+        * platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
+        * platform/mac/tables/mozilla/core/margins-expected.png:
+        * platform/mac/tables/mozilla/core/margins-expected.txt:
+        * platform/mac/tables/mozilla/dom/tableDom-expected.png:
+        * platform/mac/tables/mozilla/dom/tableDom-expected.txt:
+        * platform/mac/tables/mozilla/other/move_row-expected.png:
+        * platform/mac/tables/mozilla/other/move_row-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
+        * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
+        * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
+        * platform/mac/transforms/2d/zoom-menulist-expected.png:
+        * platform/mac/transforms/2d/zoom-menulist-expected.txt:
+        * platform/mac/transforms/3d/general/perspective-non-layer-expected.png:
+        * platform/mac/transforms/3d/general/perspective-non-layer-expected.txt:
+
</ins><span class="cx"> 2016-07-05  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         REGRESSION (r202529?) inspector/debugger/break-on-* tests are flaky
</span></span></pre></div>
<a id="trunkLayoutTestseditingmacspellingdeleteautocorrectedword2expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/editing/mac/spelling/delete-autocorrected-word-2-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/editing/mac/spelling/delete-autocorrected-word-2-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/editing/mac/spelling/delete-autocorrected-word-2-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -1,74 +0,0 @@
</span><del>-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 11 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 11 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 11 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 4 of #text &gt; DIV &gt; #document-fragment to 10 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: shouldInsertText:message replacingDOMRange:range from 4 of #text &gt; DIV &gt; #document-fragment to 10 of #text &gt; DIV &gt; #document-fragment givenAction:WebViewInsertActionTyped
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 11 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 4 of #text &gt; DIV &gt; #document-fragment to 10 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 11 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 4 of #text &gt; DIV &gt; #document-fragment to 10 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 4 of #text &gt; DIV &gt; #document-fragment to 4 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 11 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 12 of #text &gt; DIV &gt; #document-fragment
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 10 of #text &gt; DIV &gt; #document-fragment to 11 of #text &gt; DIV &gt; #document-fragment
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 9 of #text &gt; DIV &gt; #document-fragment to 10 of #text &gt; DIV &gt; #document-fragment
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 8 of #text &gt; DIV &gt; #document-fragment to 9 of #text &gt; DIV &gt; #document-fragment
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 7 of #text &gt; DIV &gt; #document-fragment to 8 of #text &gt; DIV &gt; #document-fragment
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 6 of #text &gt; DIV &gt; #document-fragment to 7 of #text &gt; DIV &gt; #document-fragment
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 5 of #text &gt; DIV &gt; #document-fragment to 6 of #text &gt; DIV &gt; #document-fragment
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 4 of #text &gt; DIV &gt; #document-fragment to 5 of #text &gt; DIV &gt; #document-fragment
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 4 of #text &gt; DIV &gt; #document-fragment to 4 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 11 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-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 784x36
-        RenderText {#text} at (0,0) size 744x36
-          text run at (0,0) width 744: &quot;The test verified that, after deleting an autocorrection, typing the same misspelled word at the same position will not&quot;
-          text run at (0,18) width 651: &quot;trigger autocorrection again. You should see the phrase \&quot;the mesage \&quot; with red underline on \&quot;mesage\&quot;&quot;
-      RenderBlock {P} at (0,52) size 784x54 [color=#008000]
-        RenderText {#text} at (0,0) size 784x54
-          text run at (0,0) width 784: &quot;Note, this test can fail due to user specific spell checking data. If the user has previously dismissed 'message' as the correct&quot;
-          text run at (0,18) width 747: &quot;spelling of 'mesage' several times, the spell checker will not provide 'notational' as a suggestion anymore. To fix this,&quot;
-          text run at (0,36) width 242: &quot;remove all files in ~/Library/Spelling.&quot;
-      RenderBlock (anonymous) at (0,122) size 784x140
-        RenderText {#text} at (0,0) size 0x0
-        RenderText {#text} at (0,0) size 0x0
-layer at (10,132) size 543x136 clip at (11,133) size 541x134
-  RenderTextControl {TEXTAREA} at (2,2) size 543x136 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 537x13
-      RenderText {#text} at (0,0) size 65x13
-        text run at (0,0) width 62: &quot;the mesage&quot;
-        text run at (61,0) width 4: &quot; &quot;
-caret: position 11 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 5 {TEXTAREA} of body
</del></span></pre></div>
<a id="trunkLayoutTestsplatformmacaccessibilityariareadonlyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/accessibility/aria-readonly-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/accessibility/aria-readonly-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/accessibility/aria-readonly-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-              
</del><ins>+             
</ins><span class="cx"> This tests that the readonly state of the AXValue property is correctly reported for native and non-native elements.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacaccessibilityformcontrolvaluesettableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/accessibility/form-control-value-settable-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/accessibility/form-control-value-settable-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/accessibility/form-control-value-settable-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -1,5 +1,5 @@
</span><del>-                
-                
</del><ins>+               
+               
</ins><span class="cx"> This tests whether AXValue is writable for various form controls.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccompositingcontentsopaquecontrollayerexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/compositing/contents-opaque/control-layer-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/compositing/contents-opaque/control-layer-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/compositing/contents-opaque/control-layer-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -10,7 +10,7 @@
</span><span class="cx">         (GraphicsLayer
</span><span class="cx">           (position 5.00 6.00)
</span><span class="cx">           (anchor 0.51 0.46)
</span><del>-          (bounds 128.00 28.00)
</del><ins>+          (bounds 126.00 28.00)
</ins><span class="cx">           (drawsContent 1)
</span><span class="cx">         )
</span><span class="cx">       )
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel19bexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel19bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -4,7 +4,7 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x54
</span><span class="cx">     RenderBody {BODY} at (8,16) size 784x22
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x22
</span><del>-        RenderButton {BUTTON} at (2,2) size 481x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-          RenderBlock (anonymous) at (8,2) size 465x13
-            RenderText {#text} at (0,0) size 465x13
-              text run at (0,0) width 465: &quot;Activating (e.g. holding the mouse button down on) this button should make it go green.&quot;
</del><ins>+        RenderButton {BUTTON} at (2,2) size 477x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 461x13
+            RenderText {#text} at (0,0) size 461x13
+              text run at (0,0) width 461: &quot;Activating (e.g. holding the mouse button down on) this button should make it go green.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel23expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel23expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -11,9 +11,9 @@
</span><span class="cx">         RenderText {#text} at (241,3) size 5x18
</span><span class="cx">           text run at (241,3) width 5: &quot; &quot;
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x0
</span><del>-        RenderTextControl {INPUT} at (2,28) size 241x19 [bgcolor=#00FF00] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {INPUT} at (2,28) size 258x19 [bgcolor=#00FF00] [border: (2px inset #000000)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,47) size 235x13
-  RenderBlock {DIV} at (3,3) size 235x13
-    RenderText {#text} at (0,0) size 233x13
-      text run at (0,0) width 233: &quot;a text area (enabled) with green background&quot;
</del><ins>+layer at (13,47) size 252x13
+  RenderBlock {DIV} at (3,3) size 252x13
+    RenderText {#text} at (0,0) size 232x13
+      text run at (0,0) width 232: &quot;a text area (enabled) with green background&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel24expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel24expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -11,9 +11,9 @@
</span><span class="cx">         RenderText {#text} at (244,3) size 5x18
</span><span class="cx">           text run at (244,3) width 5: &quot; &quot;
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x0
</span><del>-        RenderTextControl {INPUT} at (2,28) size 241x19 [bgcolor=#00FF00] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {INPUT} at (2,28) size 258x19 [bgcolor=#00FF00] [border: (2px inset #000000)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,47) size 235x13
-  RenderBlock {DIV} at (3,3) size 235x13 [color=#545454]
-    RenderText {#text} at (0,0) size 236x13
-      text run at (0,0) width 236: &quot;a text area (disabled) with green background&quot;
</del><ins>+layer at (13,47) size 252x13
+  RenderBlock {DIV} at (3,3) size 252x13 [color=#545454]
+    RenderText {#text} at (0,0) size 235x13
+      text run at (0,0) width 235: &quot;a text area (disabled) with green background&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel64expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel64expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -10,8 +10,8 @@
</span><span class="cx">               text run at (0,0) width 286: &quot;This text should turn green while it is active.&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderBlock {P} at (0,34) size 784x22 [color=#00FF00]
</span><del>-          RenderButton {BUTTON} at (2,2) size 249x18 [color=#000000] [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-            RenderBlock (anonymous) at (8,2) size 233x13
-              RenderText {#text} at (0,0) size 233x13
-                text run at (0,0) width 233: &quot;This text should turn green while it is active.&quot;
</del><ins>+          RenderButton {BUTTON} at (2,2) size 248x18 [color=#000000] [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+            RenderBlock (anonymous) at (8,2) size 232x13
+              RenderText {#text} at (0,0) size 232x13
+                text run at (0,0) width 232: &quot;This text should turn green while it is active.&quot;
</ins><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel68expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel68expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -11,9 +11,9 @@
</span><span class="cx">         RenderText {#text} at (244,3) size 5x18
</span><span class="cx">           text run at (244,3) width 5: &quot; &quot;
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x0
</span><del>-        RenderTextControl {INPUT} at (2,28) size 241x19 [bgcolor=#00FF00] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {INPUT} at (2,28) size 258x19 [bgcolor=#00FF00] [border: (2px inset #000000)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,47) size 235x13
-  RenderBlock {DIV} at (3,3) size 235x13 [color=#545454]
-    RenderText {#text} at (0,0) size 236x13
-      text run at (0,0) width 236: &quot;a text area (disabled) with green background&quot;
</del><ins>+layer at (13,47) size 252x13
+  RenderBlock {DIV} at (3,3) size 252x13 [color=#545454]
+    RenderText {#text} at (0,0) size 235x13
+      text run at (0,0) width 235: &quot;a text area (disabled) with green background&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel69expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel69expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -11,9 +11,9 @@
</span><span class="cx">         RenderText {#text} at (241,3) size 5x18
</span><span class="cx">           text run at (241,3) width 5: &quot; &quot;
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x0
</span><del>-        RenderTextControl {INPUT} at (2,28) size 241x19 [bgcolor=#00FF00] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {INPUT} at (2,28) size 258x19 [bgcolor=#00FF00] [border: (2px inset #000000)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,47) size 235x13
-  RenderBlock {DIV} at (3,3) size 235x13
-    RenderText {#text} at (0,0) size 233x13
-      text run at (0,0) width 233: &quot;a text area (enabled) with green background&quot;
</del><ins>+layer at (13,47) size 252x13
+  RenderBlock {DIV} at (3,3) size 252x13
+    RenderText {#text} at (0,0) size 232x13
+      text run at (0,0) width 232: &quot;a text area (enabled) with green background&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel19bexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel19bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -4,7 +4,7 @@
</span><span class="cx">   RenderBlock {html} at (0,0) size 800x54
</span><span class="cx">     RenderBody {body} at (8,16) size 784x22
</span><span class="cx">       RenderBlock {p} at (0,0) size 784x22
</span><del>-        RenderButton {button} at (2,2) size 481x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-          RenderBlock (anonymous) at (8,2) size 465x13
-            RenderText {#text} at (0,0) size 465x13
-              text run at (0,0) width 465: &quot;Activating (e.g. holding the mouse button down on) this button should make it go green.&quot;
</del><ins>+        RenderButton {button} at (2,2) size 477x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 461x13
+            RenderText {#text} at (0,0) size 461x13
+              text run at (0,0) width 461: &quot;Activating (e.g. holding the mouse button down on) this button should make it go green.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel23expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel23expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -11,9 +11,9 @@
</span><span class="cx">         RenderText {#text} at (241,3) size 5x18
</span><span class="cx">           text run at (241,3) width 5: &quot; &quot;
</span><span class="cx">         RenderBR {br} at (0,0) size 0x0
</span><del>-        RenderTextControl {input} at (2,28) size 241x19 [bgcolor=#00FF00] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {input} at (2,28) size 258x19 [bgcolor=#00FF00] [border: (2px inset #000000)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,47) size 235x13
-  RenderBlock {div} at (3,3) size 235x13
-    RenderText {#text} at (0,0) size 233x13
-      text run at (0,0) width 233: &quot;a text area (enabled) with green background&quot;
</del><ins>+layer at (13,47) size 252x13
+  RenderBlock {div} at (3,3) size 252x13
+    RenderText {#text} at (0,0) size 232x13
+      text run at (0,0) width 232: &quot;a text area (enabled) with green background&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel24expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel24expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -11,9 +11,9 @@
</span><span class="cx">         RenderText {#text} at (244,3) size 5x18
</span><span class="cx">           text run at (244,3) width 5: &quot; &quot;
</span><span class="cx">         RenderBR {br} at (0,0) size 0x0
</span><del>-        RenderTextControl {input} at (2,28) size 241x19 [bgcolor=#00FF00] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {input} at (2,28) size 258x19 [bgcolor=#00FF00] [border: (2px inset #000000)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,47) size 235x13
-  RenderBlock {div} at (3,3) size 235x13 [color=#545454]
-    RenderText {#text} at (0,0) size 236x13
-      text run at (0,0) width 236: &quot;a text area (disabled) with green background&quot;
</del><ins>+layer at (13,47) size 252x13
+  RenderBlock {div} at (3,3) size 252x13 [color=#545454]
+    RenderText {#text} at (0,0) size 235x13
+      text run at (0,0) width 235: &quot;a text area (disabled) with green background&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel64expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel64expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -10,8 +10,8 @@
</span><span class="cx">               text run at (0,0) width 286: &quot;This text should turn green while it is active.&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderBlock {p} at (0,34) size 784x22 [color=#00FF00]
</span><del>-          RenderButton {button} at (2,2) size 249x18 [color=#000000] [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-            RenderBlock (anonymous) at (8,2) size 233x13
-              RenderText {#text} at (0,0) size 233x13
-                text run at (0,0) width 233: &quot;This text should turn green while it is active.&quot;
</del><ins>+          RenderButton {button} at (2,2) size 248x18 [color=#000000] [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+            RenderBlock (anonymous) at (8,2) size 232x13
+              RenderText {#text} at (0,0) size 232x13
+                text run at (0,0) width 232: &quot;This text should turn green while it is active.&quot;
</ins><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel68expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel68expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -11,9 +11,9 @@
</span><span class="cx">         RenderText {#text} at (244,3) size 5x18
</span><span class="cx">           text run at (244,3) width 5: &quot; &quot;
</span><span class="cx">         RenderBR {br} at (0,0) size 0x0
</span><del>-        RenderTextControl {input} at (2,28) size 241x19 [bgcolor=#00FF00] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {input} at (2,28) size 258x19 [bgcolor=#00FF00] [border: (2px inset #000000)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,47) size 235x13
-  RenderBlock {div} at (3,3) size 235x13 [color=#545454]
-    RenderText {#text} at (0,0) size 236x13
-      text run at (0,0) width 236: &quot;a text area (disabled) with green background&quot;
</del><ins>+layer at (13,47) size 252x13
+  RenderBlock {div} at (3,3) size 252x13 [color=#545454]
+    RenderText {#text} at (0,0) size 235x13
+      text run at (0,0) width 235: &quot;a text area (disabled) with green background&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel69expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel69expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -11,9 +11,9 @@
</span><span class="cx">         RenderText {#text} at (241,3) size 5x18
</span><span class="cx">           text run at (241,3) width 5: &quot; &quot;
</span><span class="cx">         RenderBR {br} at (0,0) size 0x0
</span><del>-        RenderTextControl {input} at (2,28) size 241x19 [bgcolor=#00FF00] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {input} at (2,28) size 258x19 [bgcolor=#00FF00] [border: (2px inset #000000)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,47) size 235x13
-  RenderBlock {div} at (3,3) size 235x13
-    RenderText {#text} at (0,0) size 233x13
-      text run at (0,0) width 233: &quot;a text area (enabled) with green background&quot;
</del><ins>+layer at (13,47) size 252x13
+  RenderBlock {div} at (3,3) size 252x13
+    RenderText {#text} at (0,0) size 232x13
+      text run at (0,0) width 232: &quot;a text area (enabled) with green background&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel19bexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel19bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> layer at (0,0) size 800x54
</span><span class="cx">   RenderBlock {test} at (0,0) size 800x54
</span><span class="cx">     RenderBlock {p} at (0,16) size 800x22
</span><del>-      RenderButton {button} at (2,2) size 481x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-        RenderBlock (anonymous) at (8,2) size 465x13
-          RenderText {#text} at (0,0) size 465x13
-            text run at (0,0) width 465: &quot;Activating (e.g. holding the mouse button down on) this button should make it go green.&quot;
</del><ins>+      RenderButton {button} at (2,2) size 477x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,2) size 461x13
+          RenderText {#text} at (0,0) size 461x13
+            text run at (0,0) width 461: &quot;Activating (e.g. holding the mouse button down on) this button should make it go green.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel23expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-23-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel23expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -10,9 +10,9 @@
</span><span class="cx">       RenderText {#text} at (241,3) size 5x18
</span><span class="cx">         text run at (241,3) width 5: &quot; &quot;
</span><span class="cx">       RenderBR {br} at (0,0) size 0x0
</span><del>-      RenderTextControl {input} at (2,28) size 241x19 [bgcolor=#00FF00] [border: (2px inset #000000)]
</del><ins>+      RenderTextControl {input} at (2,28) size 258x19 [bgcolor=#00FF00] [border: (2px inset #000000)]
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (5,47) size 235x13
-  RenderBlock {div} at (3,3) size 235x13
-    RenderText {#text} at (0,0) size 233x13
-      text run at (0,0) width 233: &quot;a text area (enabled) with green background&quot;
</del><ins>+layer at (5,47) size 252x13
+  RenderBlock {div} at (3,3) size 252x13
+    RenderText {#text} at (0,0) size 232x13
+      text run at (0,0) width 232: &quot;a text area (enabled) with green background&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel24expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-24-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel24expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -10,9 +10,9 @@
</span><span class="cx">       RenderText {#text} at (244,3) size 5x18
</span><span class="cx">         text run at (244,3) width 5: &quot; &quot;
</span><span class="cx">       RenderBR {br} at (0,0) size 0x0
</span><del>-      RenderTextControl {input} at (2,28) size 241x19 [bgcolor=#00FF00] [border: (2px inset #000000)]
</del><ins>+      RenderTextControl {input} at (2,28) size 258x19 [bgcolor=#00FF00] [border: (2px inset #000000)]
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (5,47) size 235x13
-  RenderBlock {div} at (3,3) size 235x13 [color=#545454]
-    RenderText {#text} at (0,0) size 236x13
-      text run at (0,0) width 236: &quot;a text area (disabled) with green background&quot;
</del><ins>+layer at (5,47) size 252x13
+  RenderBlock {div} at (3,3) size 252x13 [color=#545454]
+    RenderText {#text} at (0,0) size 235x13
+      text run at (0,0) width 235: &quot;a text area (disabled) with green background&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel64expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-64-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel64expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-64-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-64-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-64-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -9,8 +9,8 @@
</span><span class="cx">             text run at (0,0) width 286: &quot;This text should turn green while it is active.&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {p} at (0,34) size 800x22 [color=#00FF00]
</span><del>-        RenderButton {button} at (2,2) size 249x18 [color=#000000] [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-          RenderBlock (anonymous) at (8,2) size 233x13
-            RenderText {#text} at (0,0) size 233x13
-              text run at (0,0) width 233: &quot;This text should turn green while it is active.&quot;
</del><ins>+        RenderButton {button} at (2,2) size 248x18 [color=#000000] [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 232x13
+            RenderText {#text} at (0,0) size 232x13
+              text run at (0,0) width 232: &quot;This text should turn green while it is active.&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel68expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-68-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel68expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -10,9 +10,9 @@
</span><span class="cx">       RenderText {#text} at (244,3) size 5x18
</span><span class="cx">         text run at (244,3) width 5: &quot; &quot;
</span><span class="cx">       RenderBR {br} at (0,0) size 0x0
</span><del>-      RenderTextControl {input} at (2,28) size 241x19 [bgcolor=#00FF00] [border: (2px inset #000000)]
</del><ins>+      RenderTextControl {input} at (2,28) size 258x19 [bgcolor=#00FF00] [border: (2px inset #000000)]
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (5,47) size 235x13
-  RenderBlock {div} at (3,3) size 235x13 [color=#545454]
-    RenderText {#text} at (0,0) size 236x13
-      text run at (0,0) width 236: &quot;a text area (disabled) with green background&quot;
</del><ins>+layer at (5,47) size 252x13
+  RenderBlock {div} at (3,3) size 252x13 [color=#545454]
+    RenderText {#text} at (0,0) size 235x13
+      text run at (0,0) width 235: &quot;a text area (disabled) with green background&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel69expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-69-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel69expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -10,9 +10,9 @@
</span><span class="cx">       RenderText {#text} at (241,3) size 5x18
</span><span class="cx">         text run at (241,3) width 5: &quot; &quot;
</span><span class="cx">       RenderBR {br} at (0,0) size 0x0
</span><del>-      RenderTextControl {input} at (2,28) size 241x19 [bgcolor=#00FF00] [border: (2px inset #000000)]
</del><ins>+      RenderTextControl {input} at (2,28) size 258x19 [bgcolor=#00FF00] [border: (2px inset #000000)]
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (5,47) size 235x13
-  RenderBlock {div} at (3,3) size 235x13
-    RenderText {#text} at (0,0) size 233x13
-      text run at (0,0) width 233: &quot;a text area (enabled) with green background&quot;
</del><ins>+layer at (5,47) size 252x13
+  RenderBlock {div} at (3,3) size 252x13
+    RenderText {#text} at (0,0) size 232x13
+      text run at (0,0) width 232: &quot;a text area (enabled) with green background&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditinginputcaretattheedgeofinputexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/editing/input/caret-at-the-edge-of-input-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditinginputcaretattheedgeofinputexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -7,11 +7,11 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 692x18
</span><span class="cx">           text run at (0,0) width 692: &quot;When the caret reaches the edge of the input box, on the next input if must jump to the center of the control.&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,18) size 784x23
</span><del>-        RenderTextControl {INPUT} at (2,2) size 72x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 76x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,31) size 65x13 scrollX 40 scrollWidth 275
-  RenderBlock {DIV} at (3,3) size 66x13
-    RenderText {#text} at (0,0) size 274x13
-      text run at (0,0) width 274: &quot;012345678901012345678901234567890123456789&quot;
</del><ins>+layer at (13,31) size 70x13 scrollX 40 scrollWidth 282
+  RenderBlock {DIV} at (3,3) size 70x13
+    RenderText {#text} at (0,0) size 282x13
+      text run at (0,0) width 282: &quot;012345678901012345678901234567890123456789&quot;
</ins><span class="cx"> caret: position 12 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 3 {INPUT} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditinginputrevealcaretofmultilineinputexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/editing/input/reveal-caret-of-multiline-input-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditinginputrevealcaretofmultilineinputexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -9,54 +9,54 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,18) size 784x144
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (10,28) size 87x136 clip at (11,29) size 70x134 scrollY 99 scrollHeight 420
-  RenderTextControl {TEXTAREA} at (2,2) size 87x136 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 66x416
-      RenderText {#text} at (0,0) size 21x403
</del><ins>+layer at (10,28) size 91x136 clip at (11,29) size 74x134 scrollY 99 scrollHeight 420
+  RenderTextControl {TEXTAREA} at (2,2) size 91x136 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 70x416
+      RenderText {#text} at (0,0) size 20x403
</ins><span class="cx">         text run at (0,0) width 14: &quot;00&quot;
</span><span class="cx">         text run at (13,0) width 1: &quot; &quot;
</span><del>-        text run at (0,13) width 14: &quot;01&quot;
-        text run at (13,13) width 1: &quot; &quot;
</del><ins>+        text run at (0,13) width 13: &quot;01&quot;
+        text run at (12,13) width 1: &quot; &quot;
</ins><span class="cx">         text run at (0,26) width 14: &quot;02&quot;
</span><span class="cx">         text run at (13,26) width 1: &quot; &quot;
</span><span class="cx">         text run at (0,39) width 14: &quot;03&quot;
</span><span class="cx">         text run at (13,39) width 1: &quot; &quot;
</span><del>-        text run at (0,52) width 14: &quot;04&quot;
-        text run at (13,52) width 1: &quot; &quot;
</del><ins>+        text run at (0,52) width 15: &quot;04&quot;
+        text run at (14,52) width 1: &quot; &quot;
</ins><span class="cx">         text run at (0,65) width 14: &quot;05&quot;
</span><span class="cx">         text run at (13,65) width 1: &quot; &quot;
</span><del>-        text run at (0,78) width 14: &quot;06&quot;
-        text run at (13,78) width 1: &quot; &quot;
</del><ins>+        text run at (0,78) width 15: &quot;06&quot;
+        text run at (14,78) width 1: &quot; &quot;
</ins><span class="cx">         text run at (0,91) width 14: &quot;07&quot;
</span><span class="cx">         text run at (13,91) width 1: &quot; &quot;
</span><del>-        text run at (0,104) width 14: &quot;08&quot;
-        text run at (13,104) width 1: &quot; &quot;
-        text run at (0,117) width 14: &quot;09&quot;
-        text run at (13,117) width 1: &quot; &quot;
-        text run at (0,130) width 14: &quot;10&quot;
-        text run at (13,130) width 1: &quot; &quot;
-        text run at (0,143) width 14: &quot;11&quot;
-        text run at (13,143) width 1: &quot; &quot;
-        text run at (0,156) width 21: &quot;&gt;12&quot;
-        text run at (20,156) width 1: &quot; &quot;
-        text run at (0,169) width 14: &quot;13&quot;
-        text run at (13,169) width 1: &quot; &quot;
-        text run at (0,182) width 14: &quot;14&quot;
-        text run at (13,182) width 1: &quot; &quot;
-        text run at (0,195) width 14: &quot;15&quot;
-        text run at (13,195) width 1: &quot; &quot;
-        text run at (0,208) width 14: &quot;16&quot;
-        text run at (13,208) width 1: &quot; &quot;
-        text run at (0,221) width 14: &quot;17&quot;
-        text run at (13,221) width 1: &quot; &quot;
-        text run at (0,234) width 14: &quot;18&quot;
-        text run at (13,234) width 1: &quot; &quot;
-        text run at (0,247) width 14: &quot;19&quot;
-        text run at (13,247) width 1: &quot; &quot;
</del><ins>+        text run at (0,104) width 15: &quot;08&quot;
+        text run at (14,104) width 1: &quot; &quot;
+        text run at (0,117) width 15: &quot;09&quot;
+        text run at (14,117) width 1: &quot; &quot;
+        text run at (0,130) width 13: &quot;10&quot;
+        text run at (12,130) width 1: &quot; &quot;
+        text run at (0,143) width 11: &quot;11&quot;
+        text run at (10,143) width 1: &quot; &quot;
+        text run at (0,156) width 20: &quot;&gt;12&quot;
+        text run at (19,156) width 1: &quot; &quot;
+        text run at (0,169) width 13: &quot;13&quot;
+        text run at (12,169) width 1: &quot; &quot;
+        text run at (0,182) width 13: &quot;14&quot;
+        text run at (12,182) width 1: &quot; &quot;
+        text run at (0,195) width 13: &quot;15&quot;
+        text run at (12,195) width 1: &quot; &quot;
+        text run at (0,208) width 13: &quot;16&quot;
+        text run at (12,208) width 1: &quot; &quot;
+        text run at (0,221) width 12: &quot;17&quot;
+        text run at (11,221) width 1: &quot; &quot;
+        text run at (0,234) width 13: &quot;18&quot;
+        text run at (12,234) width 1: &quot; &quot;
+        text run at (0,247) width 13: &quot;19&quot;
+        text run at (12,247) width 1: &quot; &quot;
</ins><span class="cx">         text run at (0,260) width 14: &quot;20&quot;
</span><span class="cx">         text run at (13,260) width 1: &quot; &quot;
</span><del>-        text run at (0,273) width 14: &quot;21&quot;
-        text run at (13,273) width 1: &quot; &quot;
</del><ins>+        text run at (0,273) width 12: &quot;21&quot;
+        text run at (11,273) width 1: &quot; &quot;
</ins><span class="cx">         text run at (0,286) width 14: &quot;22&quot;
</span><span class="cx">         text run at (13,286) width 1: &quot; &quot;
</span><span class="cx">         text run at (0,299) width 14: &quot;23&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditinginserting49601201expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/editing/inserting/4960120-1-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditinginserting49601201expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/inserting/4960120-1-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/inserting/4960120-1-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/editing/inserting/4960120-1-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -9,9 +9,9 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,34) size 784x36
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (10,44) size 152x32 clip at (11,45) size 150x30
-  RenderTextControl {TEXTAREA} at (2,2) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 146x26
</del><ins>+layer at (10,44) size 161x32 clip at (11,45) size 159x30
+  RenderTextControl {TEXTAREA} at (2,2) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 155x26
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x13
</span><span class="cx">         text run at (0,0) width 0: &quot; &quot;
</span><span class="cx">       RenderText {#text} at (0,13) size 0x13
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditinginsertingbeforeafterinputelementexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/editing/inserting/before-after-input-element-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditinginsertingbeforeafterinputelementexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/inserting/before-after-input-element-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/inserting/before-after-input-element-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/editing/inserting/before-after-input-element-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -19,9 +19,9 @@
</span><span class="cx">       RenderBlock {DIV} at (0,34) size 784x23
</span><span class="cx">         RenderText {#text} at (0,2) size 36x18
</span><span class="cx">           text run at (0,2) width 36: &quot;Hello&quot;
</span><del>-        RenderTextControl {INPUT} at (37,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderText {#text} at (175,2) size 41x18
-          text run at (175,2) width 41: &quot;World&quot;
-layer at (49,47) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+        RenderTextControl {INPUT} at (37,2) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (185,2) size 41x18
+          text run at (185,2) width 41: &quot;World&quot;
+layer at (49,47) size 140x13 backgroundClip at (49,47) size 139x13 clip at (49,47) size 139x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx"> caret: position 5 of child 2 {#text} of child 2 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingmacspellingautocorrectionatbeginningofword1expectedpng"></a>
<div class="binary"><h4>Added: trunk/LayoutTests/platform/mac/editing/mac/spelling/autocorrection-at-beginning-of-word-1-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Index: trunk/LayoutTests/platform/mac/editing/mac/spelling/autocorrection-at-beginning-of-word-1-expected.png
</span><span class="cx">===================================================================
</span><del>--- trunk/LayoutTests/platform/mac/editing/mac/spelling/autocorrection-at-beginning-of-word-1-expected.png        2016-07-05 18:36:21 UTC (rev 202825)
</del><ins>+++ trunk/LayoutTests/platform/mac/editing/mac/spelling/autocorrection-at-beginning-of-word-1-expected.png        2016-07-05 18:59:05 UTC (rev 202826)
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/mac/editing/mac/spelling/autocorrection-at-beginning-of-word-1-expected.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+image/png
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsplatformmaceditingmacspellingautocorrectionatbeginningofword1expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/mac/editing/mac/spelling/autocorrection-at-beginning-of-word-1-expected.txt (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/mac/spelling/autocorrection-at-beginning-of-word-1-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac/editing/mac/spelling/autocorrection-at-beginning-of-word-1-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,36 @@
</span><ins>+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 1 of #text &gt; DIV &gt; #document-fragment to 1 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 1 of #text &gt; DIV &gt; #document-fragment to 1 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV &gt; #document-fragment to 0 of DIV &gt; #document-fragment toDOMRange:range from 6 of #text &gt; DIV &gt; #document-fragment to 6 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 7 of #text &gt; DIV &gt; #document-fragment to 7 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 8 of #text &gt; DIV &gt; #document-fragment to 8 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+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 784x36
+        RenderText {#text} at (0,0) size 782x36
+          text run at (0,0) width 782: &quot;The test verified that autocorrection does not occur when user starts typing a word. You should see the phrase \&quot;mesage m\&quot;&quot;
+          text run at (0,18) width 203: &quot;with red underline on \&quot;mesage\&quot;&quot;
+      RenderBlock {P} at (0,52) size 784x54 [color=#008000]
+        RenderText {#text} at (0,0) size 784x54
+          text run at (0,0) width 784: &quot;Note, this test can fail due to user specific spell checking data. If the user has previously dismissed 'message' as the correct&quot;
+          text run at (0,18) width 747: &quot;spelling of 'mesage' several times, the spell checker will not provide 'notational' as a suggestion anymore. To fix this,&quot;
+          text run at (0,36) width 242: &quot;remove all files in ~/Library/Spelling.&quot;
+      RenderBlock (anonymous) at (0,122) size 784x140
+        RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+layer at (10,132) size 581x136 clip at (11,133) size 579x134
+  RenderTextControl {TEXTAREA} at (2,2) size 581x136 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 575x13
+      RenderText {#text} at (0,0) size 54x13
+        text run at (0,0) width 54: &quot;mesage m&quot;
+caret: position 8 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 5 {TEXTAREA} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingmacspellingautocorrectionatbeginningofword2expectedpng"></a>
<div class="binary"><h4>Added: trunk/LayoutTests/platform/mac/editing/mac/spelling/autocorrection-at-beginning-of-word-2-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Index: trunk/LayoutTests/platform/mac/editing/mac/spelling/autocorrection-at-beginning-of-word-2-expected.png
</span><span class="cx">===================================================================
</span><del>--- trunk/LayoutTests/platform/mac/editing/mac/spelling/autocorrection-at-beginning-of-word-2-expected.png        2016-07-05 18:36:21 UTC (rev 202825)
</del><ins>+++ trunk/LayoutTests/platform/mac/editing/mac/spelling/autocorrection-at-beginning-of-word-2-expected.png        2016-07-05 18:59:05 UTC (rev 202826)
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/mac/editing/mac/spelling/autocorrection-at-beginning-of-word-2-expected.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+image/png
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsplatformmaceditingmacspellingautocorrectionatbeginningofword2expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/mac/editing/mac/spelling/autocorrection-at-beginning-of-word-2-expected.txt (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/mac/spelling/autocorrection-at-beginning-of-word-2-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac/editing/mac/spelling/autocorrection-at-beginning-of-word-2-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,40 @@
</span><ins>+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 1 of #text &gt; DIV &gt; #document-fragment to 1 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 1 of #text &gt; DIV &gt; #document-fragment to 1 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV &gt; #document-fragment to 0 of DIV &gt; #document-fragment toDOMRange:range from 6 of #text &gt; DIV &gt; #document-fragment to 6 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 7 of #text &gt; DIV &gt; #document-fragment to 7 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 1 of #text &gt; DIV &gt; #document-fragment to 1 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+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 784x36
+        RenderText {#text} at (0,0) size 782x36
+          text run at (0,0) width 782: &quot;The test verified that autocorrection does not occur when user starts typing a word. You should see the phrase \&quot;mesage \\n\&quot;&quot;
+          text run at (0,18) width 203: &quot;with red underline on \&quot;mesage\&quot;&quot;
+      RenderBlock {P} at (0,52) size 784x54 [color=#008000]
+        RenderText {#text} at (0,0) size 784x54
+          text run at (0,0) width 784: &quot;Note, this test can fail due to user specific spell checking data. If the user has previously dismissed 'message' as the correct&quot;
+          text run at (0,18) width 747: &quot;spelling of 'mesage' several times, the spell checker will not provide 'notational' as a suggestion anymore. To fix this,&quot;
+          text run at (0,36) width 242: &quot;remove all files in ~/Library/Spelling.&quot;
+      RenderBlock (anonymous) at (0,122) size 784x140
+        RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+layer at (10,132) size 581x136 clip at (11,133) size 579x134
+  RenderTextControl {TEXTAREA} at (2,2) size 581x136 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 575x26
+      RenderText {#text} at (0,0) size 45x13
+        text run at (0,0) width 45: &quot;mesage &quot;
+      RenderText {#text} at (44,0) size 1x13
+        text run at (44,0) width 1: &quot; &quot;
+      RenderText {#text} at (0,13) size 0x13
+        text run at (0,13) width 0: &quot; &quot;
+caret: position 0 of child 2 {#text} of child 0 {DIV} of {#document-fragment} of child 5 {TEXTAREA} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingmacspellingdeleteautocorrectedword2expectedpng"></a>
<div class="binary"><h4>Added: trunk/LayoutTests/platform/mac/editing/mac/spelling/delete-autocorrected-word-2-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Index: trunk/LayoutTests/platform/mac/editing/mac/spelling/delete-autocorrected-word-2-expected.png
</span><span class="cx">===================================================================
</span><del>--- trunk/LayoutTests/platform/mac/editing/mac/spelling/delete-autocorrected-word-2-expected.png        2016-07-05 18:36:21 UTC (rev 202825)
</del><ins>+++ trunk/LayoutTests/platform/mac/editing/mac/spelling/delete-autocorrected-word-2-expected.png        2016-07-05 18:59:05 UTC (rev 202826)
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/mac/editing/mac/spelling/delete-autocorrected-word-2-expected.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+image/png
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsplatformmaceditingmacspellingdeleteautocorrectedword2expectedtxtfromrev202825trunkLayoutTestseditingmacspellingdeleteautocorrectedword2expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac/editing/mac/spelling/delete-autocorrected-word-2-expected.txt (from rev 202825, trunk/LayoutTests/editing/mac/spelling/delete-autocorrected-word-2-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/mac/spelling/delete-autocorrected-word-2-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac/editing/mac/spelling/delete-autocorrected-word-2-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,74 @@
</span><ins>+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 11 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 11 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 11 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 4 of #text &gt; DIV &gt; #document-fragment to 10 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: shouldInsertText:message replacingDOMRange:range from 4 of #text &gt; DIV &gt; #document-fragment to 10 of #text &gt; DIV &gt; #document-fragment givenAction:WebViewInsertActionTyped
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 11 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 4 of #text &gt; DIV &gt; #document-fragment to 10 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 11 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 4 of #text &gt; DIV &gt; #document-fragment to 10 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 4 of #text &gt; DIV &gt; #document-fragment to 4 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 11 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldDeleteDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 12 of #text &gt; DIV &gt; #document-fragment
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: shouldDeleteDOMRange:range from 10 of #text &gt; DIV &gt; #document-fragment to 11 of #text &gt; DIV &gt; #document-fragment
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: shouldDeleteDOMRange:range from 9 of #text &gt; DIV &gt; #document-fragment to 10 of #text &gt; DIV &gt; #document-fragment
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: shouldDeleteDOMRange:range from 8 of #text &gt; DIV &gt; #document-fragment to 9 of #text &gt; DIV &gt; #document-fragment
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: shouldDeleteDOMRange:range from 7 of #text &gt; DIV &gt; #document-fragment to 8 of #text &gt; DIV &gt; #document-fragment
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: shouldDeleteDOMRange:range from 6 of #text &gt; DIV &gt; #document-fragment to 7 of #text &gt; DIV &gt; #document-fragment
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: shouldDeleteDOMRange:range from 5 of #text &gt; DIV &gt; #document-fragment to 6 of #text &gt; DIV &gt; #document-fragment
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: shouldDeleteDOMRange:range from 4 of #text &gt; DIV &gt; #document-fragment to 5 of #text &gt; DIV &gt; #document-fragment
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 4 of #text &gt; DIV &gt; #document-fragment to 4 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 11 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+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 784x36
+        RenderText {#text} at (0,0) size 744x36
+          text run at (0,0) width 744: &quot;The test verified that, after deleting an autocorrection, typing the same misspelled word at the same position will not&quot;
+          text run at (0,18) width 651: &quot;trigger autocorrection again. You should see the phrase \&quot;the mesage \&quot; with red underline on \&quot;mesage\&quot;&quot;
+      RenderBlock {P} at (0,52) size 784x54 [color=#008000]
+        RenderText {#text} at (0,0) size 784x54
+          text run at (0,0) width 784: &quot;Note, this test can fail due to user specific spell checking data. If the user has previously dismissed 'message' as the correct&quot;
+          text run at (0,18) width 747: &quot;spelling of 'mesage' several times, the spell checker will not provide 'notational' as a suggestion anymore. To fix this,&quot;
+          text run at (0,36) width 242: &quot;remove all files in ~/Library/Spelling.&quot;
+      RenderBlock (anonymous) at (0,122) size 784x140
+        RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+layer at (10,132) size 581x136 clip at (11,133) size 579x134
+  RenderTextControl {TEXTAREA} at (2,2) size 581x136 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 575x13
+      RenderText {#text} at (0,0) size 65x13
+        text run at (0,0) width 62: &quot;the mesage&quot;
+        text run at (61,0) width 4: &quot; &quot;
+caret: position 11 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 5 {TEXTAREA} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingpasteboard4641033expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/editing/pasteboard/4641033-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingpasteboard4641033expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/pasteboard/4641033-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/pasteboard/4641033-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/editing/pasteboard/4641033-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -20,18 +20,18 @@
</span><span class="cx">         RenderImage {IMG} at (0,0) size 76x103
</span><span class="cx">         RenderText {#text} at (76,89) size 4x18
</span><span class="cx">           text run at (76,89) width 4: &quot; &quot;
</span><del>-        RenderMenuList {SELECT} at (82,90) size 52x18 [bgcolor=#FFFFFF]
-          RenderBlock (anonymous) at (0,0) size 52x18
-            RenderText at (8,2) size 7x13
-              text run at (8,2) width 7: &quot;1&quot;
</del><ins>+        RenderMenuList {SELECT} at (82,90) size 51x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 51x18
+            RenderText at (8,2) size 6x13
+              text run at (8,2) width 6: &quot;1&quot;
</ins><span class="cx">       RenderBlock (anonymous) at (0,162) size 784x110
</span><span class="cx">         RenderImage {IMG} at (0,0) size 76x103
</span><span class="cx">         RenderText {#text} at (76,89) size 4x18
</span><span class="cx">           text run at (76,89) width 4: &quot; &quot;
</span><del>-        RenderMenuList {SELECT} at (82,90) size 52x18 [bgcolor=#FFFFFF]
-          RenderBlock (anonymous) at (0,0) size 52x18
-            RenderText at (8,2) size 7x13
-              text run at (8,2) width 7: &quot;1&quot;
</del><ins>+        RenderMenuList {SELECT} at (82,90) size 51x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 51x18
+            RenderText at (8,2) size 6x13
+              text run at (8,2) width 6: &quot;1&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx"> caret: position 1 of child 2 {SELECT} of child 2 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingpasteboard4806874expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/editing/pasteboard/4806874-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingpasteboard4806874expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/pasteboard/4806874-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/pasteboard/4806874-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/editing/pasteboard/4806874-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -10,9 +10,9 @@
</span><span class="cx">       RenderBlock {DIV} at (0,34) size 784x23
</span><span class="cx">         RenderText {#text} at (0,2) size 36x18
</span><span class="cx">           text run at (0,2) width 36: &quot;Hello&quot;
</span><del>-        RenderTextControl {INPUT} at (37,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderText {#text} at (175,2) size 6x18
-          text run at (175,2) width 6: &quot;:&quot;
-layer at (49,47) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+        RenderTextControl {INPUT} at (37,2) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (185,2) size 5x18
+          text run at (185,2) width 5: &quot;:&quot;
+layer at (49,47) size 140x13 backgroundClip at (49,47) size 139x13 clip at (49,47) size 139x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx"> caret: position 1 of child 1 {INPUT} of child 2 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingpasteboard49447701expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/editing/pasteboard/4944770-1-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingpasteboard49447701expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/pasteboard/4944770-1-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/pasteboard/4944770-1-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/editing/pasteboard/4944770-1-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -13,13 +13,13 @@
</span><span class="cx">           text run at (0,1) width 22: &quot;foo&quot;
</span><span class="cx">         RenderMenuList {SELECT} at (23,2) size 39x18 [bgcolor=#FFFFFF]
</span><span class="cx">           RenderBlock (anonymous) at (0,0) size 38x18
</span><del>-            RenderText at (8,2) size 7x13
-              text run at (8,2) width 7: &quot;1&quot;
</del><ins>+            RenderText at (8,2) size 6x13
+              text run at (8,2) width 6: &quot;1&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,74) size 784x22
</span><span class="cx">         RenderText {#text} at (0,1) size 22x18
</span><span class="cx">           text run at (0,1) width 22: &quot;foo&quot;
</span><span class="cx">         RenderMenuList {SELECT} at (23,2) size 39x18 [bgcolor=#FFFFFF]
</span><span class="cx">           RenderBlock (anonymous) at (0,0) size 38x18
</span><del>-            RenderText at (8,2) size 7x13
-              text run at (8,2) width 7: &quot;1&quot;
</del><ins>+            RenderText at (8,2) size 6x13
+              text run at (8,2) width 6: &quot;1&quot;
</ins><span class="cx"> caret: position 3 of child 1 {SELECT} of child 4 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingpasteboard49447702expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/editing/pasteboard/4944770-2-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingpasteboard49447702expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/pasteboard/4944770-2-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/pasteboard/4944770-2-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/editing/pasteboard/4944770-2-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -11,15 +11,15 @@
</span><span class="cx">       RenderBlock {DIV} at (0,52) size 784x22
</span><span class="cx">         RenderMenuList {SELECT} at (2,2) size 38x18 [bgcolor=#FFFFFF]
</span><span class="cx">           RenderBlock (anonymous) at (0,0) size 38x18
</span><del>-            RenderText at (8,2) size 7x13
-              text run at (8,2) width 7: &quot;1&quot;
</del><ins>+            RenderText at (8,2) size 6x13
+              text run at (8,2) width 6: &quot;1&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,74) size 784x22
</span><span class="cx">         RenderText {#text} at (0,1) size 12x18
</span><span class="cx">           text run at (0,1) width 12: &quot;x &quot;
</span><span class="cx">         RenderMenuList {SELECT} at (14,2) size 38x18 [bgcolor=#FFFFFF]
</span><span class="cx">           RenderBlock (anonymous) at (0,0) size 38x18
</span><del>-            RenderText at (8,2) size 7x13
-              text run at (8,2) width 7: &quot;1&quot;
</del><ins>+            RenderText at (8,2) size 6x13
+              text run at (8,2) width 6: &quot;1&quot;
</ins><span class="cx">         RenderText {#text} at (54,1) size 12x18
</span><span class="cx">           text run at (54,1) width 12: &quot; x&quot;
</span><span class="cx"> caret: position 1 of child 2 {#text} of child 4 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingpasteboarddroptextwithoutselectionexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingpasteboarddroptextwithoutselectionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -27,17 +27,17 @@
</span><span class="cx">           text run at (486,0) width 181: &quot;no text is currently selected.&quot;
</span><span class="cx">       RenderBlock {HR} at (0,86) size 784x2 [border: (1px inset #000000)]
</span><span class="cx">       RenderBlock (anonymous) at (0,96) size 784x23
</span><del>-        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderText {#text} at (140,2) size 5x18
-          text run at (140,2) width 5: &quot; &quot;
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (149,2) size 5x18
+          text run at (149,2) width 5: &quot; &quot;
</ins><span class="cx">         RenderInline {A} at (0,0) size 167x18 [color=#0000EE]
</span><del>-          RenderText {#text} at (144,2) size 167x18
-            text run at (144,2) width 167: &quot;drop me into the text field&quot;
</del><ins>+          RenderText {#text} at (153,2) size 167x18
+            text run at (153,2) width 167: &quot;drop me into the text field&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,109) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 112x13
-      text run at (0,0) width 112: &quot;http://www.ibm.com/&quot;
</del><ins>+layer at (13,109) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 110x13
+      text run at (0,0) width 110: &quot;http://www.ibm.com/&quot;
</ins><span class="cx"> selection start: position 0 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 7 {INPUT} of body
</span><span class="cx"> selection end:   position 19 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 7 {INPUT} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingpasteboardinputfield1expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/editing/pasteboard/input-field-1-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingpasteboardinputfield1expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/pasteboard/input-field-1-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/pasteboard/input-field-1-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/editing/pasteboard/input-field-1-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -18,15 +18,15 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 240x18
</span><span class="cx">           text run at (0,0) width 240: &quot;This tests Copy/Paste of a input field.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,34) size 784x23
</span><del>-        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderTextControl {INPUT} at (142,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderTextControl {INPUT} at (151,2) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">       RenderBlock {UL} at (0,73) size 784x18
</span><span class="cx">         RenderListItem {LI} at (40,0) size 744x18
</span><span class="cx">           RenderListMarker at (-17,0) size 7x18: bullet
</span><span class="cx">           RenderText {#text} at (0,0) size 44x18
</span><span class="cx">             text run at (0,0) width 44: &quot;Passed&quot;
</span><del>-layer at (13,47) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (153,47) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (13,47) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (163,47) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx"> caret: position 1 of child 1 {INPUT} of child 2 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingpasteboardpastingtabsexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/editing/pasteboard/pasting-tabs-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingpasteboardpastingtabsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/pasteboard/pasting-tabs-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/pasteboard/pasting-tabs-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/editing/pasteboard/pasting-tabs-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -28,9 +28,9 @@
</span><span class="cx">             text run at (38,0) width 26: &quot;\x{9}&quot;
</span><span class="cx">         RenderText {#text} at (64,0) size 39x18
</span><span class="cx">           text run at (64,0) width 39: &quot;&lt;-Tab&quot;
</span><del>-layer at (10,62) size 152x32 clip at (11,63) size 150x30
-  RenderTextControl {TEXTAREA} at (2,2) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 146x13
-      RenderText {#text} at (0,0) size 85x13
-        text run at (0,0) width 85: &quot;Tab-&gt;\x{9}&lt;-Tab&quot;
</del><ins>+layer at (10,62) size 161x32 clip at (11,63) size 159x30
+  RenderTextControl {TEXTAREA} at (2,2) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 155x13
+      RenderText {#text} at (0,0) size 83x13
+        text run at (0,0) width 83: &quot;Tab-&gt;\x{9}&lt;-Tab&quot;
</ins><span class="cx"> caret: position 5 of child 2 {#text} of child 4 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselection36907032expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/3690703-2-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselection36907032expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/3690703-2-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/selection/3690703-2-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/editing/selection/3690703-2-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -74,24 +74,24 @@
</span><span class="cx">                       RenderInline {A} at (0,0) size 40x15 [color=#0000CC]
</span><span class="cx">                         RenderText {#text} at (311,4) size 40x15
</span><span class="cx">                           text run at (311,4) width 40: &quot;more \x{BB}&quot;
</span><del>-          RenderTable {TABLE} at (23,25) size 738x45
-            RenderTableSection {TBODY} at (0,0) size 737x45
-              RenderTableRow {TR} at (0,0) size 737x45
-                RenderTableCell {TD} at (0,13) size 185x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTable {TABLE} at (2,25) size 780x45
+            RenderTableSection {TBODY} at (0,0) size 780x45
+              RenderTableRow {TR} at (0,0) size 780x45
+                RenderTableCell {TD} at (0,13) size 193x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,1) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (184,0) size 369x45 [r=0 c=1 rs=1 cs=1]
-                  RenderTextControl {INPUT} at (2,2) size 365x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderBR {BR} at (368,16) size 1x0
-                  RenderButton {INPUT} at (80,25) size 95x18 [bgcolor=#C0C0C0]
-                    RenderBlock (anonymous) at (8,2) size 79x13
-                      RenderText at (0,0) size 79x13
-                        text run at (0,0) width 79: &quot;Google Search&quot;
-                  RenderButton {INPUT} at (178,25) size 110x18 [bgcolor=#C0C0C0]
-                    RenderBlock (anonymous) at (8,2) size 93x13
-                      RenderText at (0,0) size 93x13
-                        text run at (0,0) width 93: &quot;I'm Feeling Lucky&quot;
-                RenderTableCell {TD} at (552,0) size 185x39 [r=0 c=2 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (192,0) size 395x45 [r=0 c=1 rs=1 cs=1]
+                  RenderTextControl {INPUT} at (2,2) size 391x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (394,16) size 1x0
+                  RenderButton {INPUT} at (95,25) size 94x18 [bgcolor=#C0C0C0]
+                    RenderBlock (anonymous) at (8,2) size 77x13
+                      RenderText at (0,0) size 77x13
+                        text run at (0,0) width 77: &quot;Google Search&quot;
+                  RenderButton {INPUT} at (192,25) size 108x18 [bgcolor=#C0C0C0]
+                    RenderBlock (anonymous) at (8,2) size 91x13
+                      RenderText at (0,0) size 91x13
+                        text run at (0,0) width 91: &quot;I'm Feeling Lucky&quot;
+                RenderTableCell {TD} at (586,0) size 195x39 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                   RenderInline {FONT} at (0,0) size 76x39
</span><span class="cx">                     RenderText {#text} at (0,0) size 5x13
</span><span class="cx">                       text run at (0,0) width 5: &quot;  &quot;
</span><span class="lines">@@ -146,7 +146,7 @@
</span><span class="cx">           RenderInline {FONT} at (0,0) size 60x13
</span><span class="cx">             RenderText {#text} at (362,0) size 60x13
</span><span class="cx">               text run at (362,0) width 60: &quot;\x{A9}2005 Google&quot;
</span><del>-layer at (221,88) size 358x13
-  RenderBlock {DIV} at (3,3) size 359x13
</del><ins>+layer at (207,88) size 385x13
+  RenderBlock {DIV} at (3,3) size 385x13
</ins><span class="cx"> selection start: position 0 of child 3 {INPUT} of child 1 {TD} of child 0 {TR} of child 0 {TBODY} of child 2 {TABLE} of child 4 {DIV} of child 0 {CENTER} of body
</span><span class="cx"> selection end:   position 1 of child 2 {BR} of child 0 {FONT} of child 2 {TD} of child 0 {TR} of child 0 {TBODY} of child 2 {TABLE} of child 4 {DIV} of child 0 {CENTER} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselection3690703expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/3690703-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselection3690703expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/3690703-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/selection/3690703-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/editing/selection/3690703-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -76,24 +76,24 @@
</span><span class="cx">                       RenderInline {A} at (0,0) size 40x15 [color=#0000CC]
</span><span class="cx">                         RenderText {#text} at (311,4) size 40x15
</span><span class="cx">                           text run at (311,4) width 40: &quot;more \x{BB}&quot;
</span><del>-          RenderTable {TABLE} at (23,25) size 738x45
-            RenderTableSection {TBODY} at (0,0) size 737x45
-              RenderTableRow {TR} at (0,0) size 737x45
-                RenderTableCell {TD} at (0,13) size 185x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTable {TABLE} at (2,25) size 780x45
+            RenderTableSection {TBODY} at (0,0) size 780x45
+              RenderTableRow {TR} at (0,0) size 780x45
+                RenderTableCell {TD} at (0,13) size 193x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,1) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (184,0) size 369x45 [r=0 c=1 rs=1 cs=1]
-                  RenderTextControl {INPUT} at (2,2) size 365x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderBR {BR} at (368,16) size 1x0
-                  RenderButton {INPUT} at (80,25) size 95x18 [bgcolor=#C0C0C0]
-                    RenderBlock (anonymous) at (8,2) size 79x13
-                      RenderText at (0,0) size 79x13
-                        text run at (0,0) width 79: &quot;Google Search&quot;
-                  RenderButton {INPUT} at (178,25) size 110x18 [bgcolor=#C0C0C0]
-                    RenderBlock (anonymous) at (8,2) size 93x13
-                      RenderText at (0,0) size 93x13
-                        text run at (0,0) width 93: &quot;I'm Feeling Lucky&quot;
-                RenderTableCell {TD} at (552,0) size 185x39 [r=0 c=2 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (192,0) size 395x45 [r=0 c=1 rs=1 cs=1]
+                  RenderTextControl {INPUT} at (2,2) size 391x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (394,16) size 1x0
+                  RenderButton {INPUT} at (95,25) size 94x18 [bgcolor=#C0C0C0]
+                    RenderBlock (anonymous) at (8,2) size 77x13
+                      RenderText at (0,0) size 77x13
+                        text run at (0,0) width 77: &quot;Google Search&quot;
+                  RenderButton {INPUT} at (192,25) size 108x18 [bgcolor=#C0C0C0]
+                    RenderBlock (anonymous) at (8,2) size 91x13
+                      RenderText at (0,0) size 91x13
+                        text run at (0,0) width 91: &quot;I'm Feeling Lucky&quot;
+                RenderTableCell {TD} at (586,0) size 195x39 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                   RenderInline {FONT} at (0,0) size 76x39
</span><span class="cx">                     RenderText {#text} at (0,0) size 5x13
</span><span class="cx">                       text run at (0,0) width 5: &quot;  &quot;
</span><span class="lines">@@ -148,7 +148,7 @@
</span><span class="cx">           RenderInline {FONT} at (0,0) size 60x13
</span><span class="cx">             RenderText {#text} at (362,0) size 60x13
</span><span class="cx">               text run at (362,0) width 60: &quot;\x{A9}2005 Google&quot;
</span><del>-layer at (221,88) size 358x13
-  RenderBlock {DIV} at (3,3) size 359x13
</del><ins>+layer at (207,88) size 385x13
+  RenderBlock {DIV} at (3,3) size 385x13
</ins><span class="cx"> selection start: position 0 of child 1 {TABLE} of child 4 {DIV} of child 0 {CENTER} of body
</span><span class="cx"> selection end:   position 1 of child 3 {#text} of child 4 {FONT} of child 4 {DIV} of child 0 {CENTER} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselection3690719expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/3690719-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselection3690719expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/3690719-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/selection/3690719-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/editing/selection/3690719-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -68,24 +68,24 @@
</span><span class="cx">                       RenderInline {A} at (0,0) size 40x15 [color=#0000CC]
</span><span class="cx">                         RenderText {#text} at (311,4) size 40x15
</span><span class="cx">                           text run at (311,4) width 40: &quot;more \x{BB}&quot;
</span><del>-          RenderTable {TABLE} at (23,25) size 738x45
-            RenderTableSection {TBODY} at (0,0) size 737x45
-              RenderTableRow {TR} at (0,0) size 737x45
-                RenderTableCell {TD} at (0,13) size 185x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTable {TABLE} at (2,25) size 780x45
+            RenderTableSection {TBODY} at (0,0) size 780x45
+              RenderTableRow {TR} at (0,0) size 780x45
+                RenderTableCell {TD} at (0,13) size 193x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,1) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (184,0) size 369x45 [r=0 c=1 rs=1 cs=1]
-                  RenderTextControl {INPUT} at (2,2) size 365x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderBR {BR} at (368,16) size 1x0
-                  RenderButton {INPUT} at (80,25) size 95x18 [bgcolor=#C0C0C0]
-                    RenderBlock (anonymous) at (8,2) size 79x13
-                      RenderText at (0,0) size 79x13
-                        text run at (0,0) width 79: &quot;Google Search&quot;
-                  RenderButton {INPUT} at (178,25) size 110x18 [bgcolor=#C0C0C0]
-                    RenderBlock (anonymous) at (8,2) size 93x13
-                      RenderText at (0,0) size 93x13
-                        text run at (0,0) width 93: &quot;I'm Feeling Lucky&quot;
-                RenderTableCell {TD} at (552,0) size 185x39 [r=0 c=2 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (192,0) size 395x45 [r=0 c=1 rs=1 cs=1]
+                  RenderTextControl {INPUT} at (2,2) size 391x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (394,16) size 1x0
+                  RenderButton {INPUT} at (95,25) size 94x18 [bgcolor=#C0C0C0]
+                    RenderBlock (anonymous) at (8,2) size 77x13
+                      RenderText at (0,0) size 77x13
+                        text run at (0,0) width 77: &quot;Google Search&quot;
+                  RenderButton {INPUT} at (192,25) size 108x18 [bgcolor=#C0C0C0]
+                    RenderBlock (anonymous) at (8,2) size 91x13
+                      RenderText at (0,0) size 91x13
+                        text run at (0,0) width 91: &quot;I'm Feeling Lucky&quot;
+                RenderTableCell {TD} at (586,0) size 195x39 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                   RenderInline {FONT} at (0,0) size 76x39
</span><span class="cx">                     RenderText {#text} at (0,0) size 5x13
</span><span class="cx">                       text run at (0,0) width 5: &quot;  &quot;
</span><span class="lines">@@ -140,7 +140,7 @@
</span><span class="cx">           RenderInline {FONT} at (0,0) size 60x13
</span><span class="cx">             RenderText {#text} at (362,0) size 60x13
</span><span class="cx">               text run at (362,0) width 60: &quot;\x{A9}2005 Google&quot;
</span><del>-layer at (221,88) size 358x13
-  RenderBlock {DIV} at (3,3) size 359x13
</del><ins>+layer at (207,88) size 385x13
+  RenderBlock {DIV} at (3,3) size 385x13
</ins><span class="cx"> selection start: position 0 of child 1 {TABLE} of child 4 {DIV} of child 0 {CENTER} of body
</span><span class="cx"> selection end:   position 1 of child 3 {#text} of child 4 {FONT} of child 4 {DIV} of child 0 {CENTER} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselection4397952expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/4397952-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselection4397952expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/4397952-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/selection/4397952-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/editing/selection/4397952-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -13,13 +13,13 @@
</span><span class="cx">           text run at (0,0) width 271: &quot;This tests caret movement across buttons. &quot;
</span><span class="cx">           text run at (270,0) width 308: &quot;The caret should be just after the second button.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,34) size 784x22
</span><del>-        RenderButton {INPUT} at (2,2) size 37x18 [bgcolor=#C0C0C0]
-          RenderBlock (anonymous) at (8,2) size 21x13
-            RenderText at (0,0) size 21x13
-              text run at (0,0) width 21: &quot;Foo&quot;
-        RenderButton {INPUT} at (42,2) size 35x18 [bgcolor=#C0C0C0]
-          RenderBlock (anonymous) at (8,2) size 19x13
-            RenderText at (0,0) size 19x13
-              text run at (0,0) width 19: &quot;Bar&quot;
</del><ins>+        RenderButton {INPUT} at (2,2) size 36x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 20x13
+            RenderText at (0,0) size 20x13
+              text run at (0,0) width 20: &quot;Foo&quot;
+        RenderButton {INPUT} at (41,2) size 35x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 18x13
+            RenderText at (0,0) size 18x13
+              text run at (0,0) width 18: &quot;Bar&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx"> caret: position 1 of child 2 {INPUT} of child 2 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselection48954283expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/4895428-3-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselection48954283expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/4895428-3-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/selection/4895428-3-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/editing/selection/4895428-3-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -17,10 +17,10 @@
</span><span class="cx">           RenderText {#text} at (0,0) size 22x18
</span><span class="cx">             text run at (0,0) width 22: &quot;foo&quot;
</span><span class="cx">         RenderBlock (anonymous) at (0,18) size 784x23
</span><del>-          RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+          RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">         RenderBlock {DIV} at (0,41) size 784x18
</span><span class="cx">           RenderText {#text} at (0,0) size 23x18
</span><span class="cx">             text run at (0,0) width 23: &quot;baz&quot;
</span><del>-layer at (13,101) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (13,101) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx"> caret: position 0 of child 0 {DIV} of {#document-fragment} of child 1 {INPUT} of child 2 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselection4975120expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/4975120-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselection4975120expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/4975120-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/selection/4975120-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/editing/selection/4975120-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -10,8 +10,8 @@
</span><span class="cx">           text run at (30,18) width 740: &quot;To run manually, make another window active and then make this window active. Only the subframe should appear&quot;
</span><span class="cx">           text run at (0,36) width 43: &quot;active.&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,70) size 784x177
</span><del>-        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderBR {BR} at (140,16) size 1x0
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderBR {BR} at (149,16) size 1x0
</ins><span class="cx">         RenderIFrame {IFRAME} at (0,23) size 304x154 [border: (2px inset #000000)]
</span><span class="cx">           layer at (0,0) size 300x150
</span><span class="cx">             RenderView at (0,0) size 300x150
</span><span class="lines">@@ -20,9 +20,9 @@
</span><span class="cx">               RenderBody {BODY} at (8,8) size 284x134 [bgcolor=#FFFFE0]
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,83) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 18x13
-      text run at (0,0) width 18: &quot;foo&quot;
</del><ins>+layer at (13,83) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 17x13
+      text run at (0,0) width 17: &quot;foo&quot;
</ins><span class="cx"> selection start: position 0 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 3 {INPUT} of body
</span><span class="cx"> selection end:   position 3 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 3 {INPUT} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselection5240265expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/5240265-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselection5240265expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/5240265-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/selection/5240265-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/editing/selection/5240265-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -10,10 +10,10 @@
</span><span class="cx">           text run at (475,18) width 298: &quot;The editable region should not be focused, but&quot;
</span><span class="cx">           text run at (0,36) width 246: &quot;the text inside of it should be selected.&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,70) size 784x22
</span><del>-        RenderButton {INPUT} at (2,2) size 79x18 [bgcolor=#C0C0C0]
-          RenderBlock (anonymous) at (8,2) size 63x13
-            RenderText at (0,0) size 63x13
-              text run at (0,0) width 63: &quot;Click on me&quot;
</del><ins>+        RenderButton {INPUT} at (2,2) size 78x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 62x13
+            RenderText at (0,0) size 62x13
+              text run at (0,0) width 62: &quot;Click on me&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {DIV} at (0,92) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 182x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselectiondragselect1expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/drag-select-1-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselectiondragselect1expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/drag-select-1-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/selection/drag-select-1-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/editing/selection/drag-select-1-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -13,9 +13,9 @@
</span><span class="cx">             text run at (0,2) width 66: &quot;Start here.&quot;
</span><span class="cx">         RenderText {#text} at (65,2) size 5x18
</span><span class="cx">           text run at (65,2) width 5: &quot; &quot;
</span><del>-        RenderTextControl {INPUT} at (71,2) size 138x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {INPUT} at (71,2) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">       RenderBlock {UL} at (0,73) size 784x0
</span><del>-layer at (83,47) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (83,47) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx"> selection start: position 4 of child 0 {#text} of child 0 {SPAN} of child 2 {DIV} of body
</span><span class="cx"> selection end:   position 1 of child 1 {#text} of child 2 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselectionreplacedboundaries3expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselectionreplacedboundaries3expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -18,10 +18,10 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 23x18
</span><span class="cx">           text run at (0,0) width 23: &quot;abc&quot;
</span><span class="cx">         RenderBR {BR} at (22,14) size 1x0
</span><del>-        RenderMenuList {SELECT} at (2,20) size 226x18 [bgcolor=#FFFFFF]
-          RenderBlock (anonymous) at (0,0) size 226x18
-            RenderText at (8,2) size 195x13
-              text run at (8,2) width 195: &quot;this select box shouldn't be selected&quot;
</del><ins>+        RenderMenuList {SELECT} at (2,20) size 224x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 224x18
+            RenderText at (8,2) size 193x13
+              text run at (8,2) width 193: &quot;this select box shouldn't be selected&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx"> selection start: position 1 of child 0 {#text} of child 3 {DIV} of body
</span><span class="cx"> selection end:   position 1 of child 1 {BR} of child 3 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselectionselectacrossreadonlyinput3expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/select-across-readonly-input-3-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselectionselectacrossreadonlyinput3expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/select-across-readonly-input-3-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/selection/select-across-readonly-input-3-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/editing/selection/select-across-readonly-input-3-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -21,7 +21,7 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx"> layer at (47,117) size 53x18
</span><span class="cx">   RenderBlock {DIV} at (3,3) size 53x18
</span><del>-    RenderText {#text} at (0,0) size 41x18
-      text run at (0,0) width 41: &quot;world&quot;
</del><ins>+    RenderText {#text} at (0,0) size 40x18
+      text run at (0,0) width 40: &quot;world&quot;
</ins><span class="cx"> selection start: position 2 of child 0 {#text} of child 1 {SPAN} of child 5 {DIV} of body
</span><span class="cx"> selection end:   position 1 of child 2 {#text} of child 5 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselectionselectboxexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/select-box-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselectionselectboxexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/select-box-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/selection/select-box-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/editing/selection/select-box-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -66,8 +66,8 @@
</span><span class="cx">             text run at (0,1) width 73: &quot;select box: &quot;
</span><span class="cx">           RenderMenuList {SELECT} at (74,2) size 39x18 [bgcolor=#FFFFFF]
</span><span class="cx">             RenderBlock (anonymous) at (0,0) size 38x18
</span><del>-              RenderText at (8,2) size 7x13
-                text run at (8,2) width 7: &quot;1&quot;
</del><ins>+              RenderText at (8,2) size 6x13
+                text run at (8,2) width 6: &quot;1&quot;
</ins><span class="cx">           RenderText {#text} at (114,1) size 68x18
</span><span class="cx">             text run at (114,1) width 68: &quot; the end ...&quot;
</span><span class="cx"> caret: position 1 of child 0 {#text} of child 1 {DIV} of child 3 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselectionselectelementparagraphboundaryexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/select-element-paragraph-boundary-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselectionselectelementparagraphboundaryexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/select-element-paragraph-boundary-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/selection/select-element-paragraph-boundary-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/editing/selection/select-element-paragraph-boundary-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -13,8 +13,8 @@
</span><span class="cx">           text run at (332,0) width 432: &quot;The caret should be at the end of the paragraph below, just after the&quot;
</span><span class="cx">           text run at (0,18) width 69: &quot;select box.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,52) size 784x22
</span><del>-        RenderMenuList {SELECT} at (2,2) size 38x18 [bgcolor=#FFFFFF]
-          RenderBlock (anonymous) at (0,0) size 38x18
-            RenderText at (8,2) size 7x13
-              text run at (8,2) width 7: &quot;1&quot;
</del><ins>+        RenderMenuList {SELECT} at (2,2) size 37x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 37x18
+            RenderText at (8,2) size 6x13
+              text run at (8,2) width 6: &quot;1&quot;
</ins><span class="cx"> caret: position 1 of child 0 {SELECT} of child 2 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselectionselectfromtextfieldoutwardsexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/select-from-textfield-outwards-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselectionselectfromtextfieldoutwardsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/select-from-textfield-outwards-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/selection/select-from-textfield-outwards-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/editing/selection/select-from-textfield-outwards-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -1,14 +1,14 @@
</span><del>-EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 11 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
</del><ins>+EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 12 of #text &gt; DIV &gt; #document-fragment to 12 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
</ins><span class="cx"> EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
</span><del>-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 11 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 12 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
</del><ins>+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 12 of #text &gt; DIV &gt; #document-fragment to 12 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 12 of #text &gt; DIV &gt; #document-fragment to 17 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
</ins><span class="cx"> EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
</span><del>-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 12 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 0 of #text &gt; DIV &gt; #document-fragment to 12 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
</del><ins>+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 12 of #text &gt; DIV &gt; #document-fragment to 17 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 0 of #text &gt; DIV &gt; #document-fragment to 17 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
</ins><span class="cx"> EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
</span><del>-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of #text &gt; DIV &gt; #document-fragment to 12 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 17 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
</del><ins>+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of #text &gt; DIV &gt; #document-fragment to 17 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 12 of #text &gt; DIV &gt; #document-fragment to 17 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
</ins><span class="cx"> EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
</span><del>-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 17 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 0 of #text &gt; DIV &gt; #document-fragment to 12 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
</del><ins>+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 12 of #text &gt; DIV &gt; #document-fragment to 17 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 0 of #text &gt; DIV &gt; #document-fragment to 17 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
</ins><span class="cx"> EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
</span><del>-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of #text &gt; DIV &gt; #document-fragment to 12 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 17 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
</del><ins>+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of #text &gt; DIV &gt; #document-fragment to 17 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 12 of #text &gt; DIV &gt; #document-fragment to 17 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
</ins><span class="cx"> EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx">           text run at (0,18) width 771: &quot;nulla non nisi molestie accumsan. Etiam tellus urna, laoreet ac, laoreet non, suscipit sed, sapien. Phasellus vehicula, sem&quot;
</span><span class="cx">           text run at (0,36) width 569: &quot;at posuere vehicula, augue nibh molestie nisl, nec ullamcorper lacus ante vulputate pede.&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,140) size 784x92
</span><del>-        RenderTextControl {INPUT} at (20,20) size 290x52 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {INPUT} at (20,20) size 323x52 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,248) size 784x72
</span><span class="cx">         RenderText {#text} at (0,0) size 772x72
</span><span class="lines">@@ -43,9 +43,9 @@
</span><span class="cx">           text run at (0,18) width 728: &quot;Morbi sed sem. Donec dui nisi, ultrices non, pretium quis, hendrerit non, est. Donec tellus. Donec eget dui id eros&quot;
</span><span class="cx">           text run at (0,36) width 767: &quot;pharetra rutrum. Suspendisse sodales lectus sit amet nulla. Morbi tortor arcu, convallis blandit, elementum eu, aliquet a,&quot;
</span><span class="cx">           text run at (0,54) width 39: &quot;tellus.&quot;
</span><del>-layer at (40,180) size 265x28
-  RenderBlock {DIV} at (12,12) size 266x28
-    RenderText {#text} at (0,0) size 201x28
-      text run at (0,0) width 201: &quot;Lorem ipsum dolor&quot;
-selection start: position 11 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 7 {INPUT} of body
</del><ins>+layer at (40,180) size 298x28
+  RenderBlock {DIV} at (12,12) size 299x28
+    RenderText {#text} at (0,0) size 199x28
+      text run at (0,0) width 199: &quot;Lorem ipsum dolor&quot;
+selection start: position 12 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 7 {INPUT} of body
</ins><span class="cx"> selection end:   position 17 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 7 {INPUT} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselectionselectionbuttontextexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/selection-button-text-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselectionselectionbuttontextexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/selection-button-text-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/selection/selection-button-text-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/editing/selection/selection-button-text-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -14,9 +14,9 @@
</span><span class="cx">           RenderText {#text} at (0,19) size 61x18
</span><span class="cx">             text run at (0,19) width 61: &quot;with text &quot;
</span><span class="cx">           RenderButton {INPUT} at (62,20) size 60x18 [bgcolor=#C0C0C0]
</span><del>-            RenderBlock (anonymous) at (8,2) size 43x13
-              RenderText at (0,0) size 43x13
-                text run at (0,0) width 43: &quot;too little&quot;
</del><ins>+            RenderBlock (anonymous) at (8,2) size 44x13
+              RenderText at (0,0) size 44x13
+                text run at (0,0) width 44: &quot;too little&quot;
</ins><span class="cx">           RenderText {#text} at (123,19) size 59x18
</span><span class="cx">             text run at (123,19) width 59: &quot; too little&quot;
</span><span class="cx">         RenderBlock {DIV} at (0,40) size 784x22
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastattachmentattachmentlabelhighlightexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/attachment/attachment-label-highlight-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastattachmentattachmentlabelhighlightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/attachment/attachment-label-highlight-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/attachment/attachment-label-highlight-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/attachment/attachment-label-highlight-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -6,9 +6,9 @@
</span><span class="cx">       RenderAttachment {ATTACHMENT} at (0,0) size 60x77
</span><span class="cx">       RenderAttachment {ATTACHMENT} at (60,0) size 90x92
</span><span class="cx">       RenderAttachment {ATTACHMENT} at (150,0) size 90x92
</span><del>-      RenderAttachment {ATTACHMENT} at (240,0) size 96x92
-      RenderAttachment {ATTACHMENT} at (336,0) size 102x92
-      RenderAttachment {ATTACHMENT} at (438,0) size 106x92
</del><ins>+      RenderAttachment {ATTACHMENT} at (240,0) size 104x92
+      RenderAttachment {ATTACHMENT} at (344,0) size 102x92
+      RenderAttachment {ATTACHMENT} at (446,0) size 106x92
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="cx"> selection start: position 0 of child 2 {ATTACHMENT} of body
</span><span class="cx"> selection end:   position 1 of child 7 {ATTACHMENT} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastattachmentattachmentprogressexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/attachment/attachment-progress-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastattachmentattachmentprogressexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/attachment/attachment-progress-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/attachment/attachment-progress-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/attachment/attachment-progress-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -3,27 +3,27 @@
</span><span class="cx"> layer at (0,0) size 800x93
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x93
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x77
</span><del>-      RenderAttachment {ATTACHMENT} at (0,0) size 74x77
-      RenderText {#text} at (74,54) size 4x18
-        text run at (74,54) width 4: &quot; &quot;
-      RenderAttachment {ATTACHMENT} at (78,0) size 74x77
-      RenderText {#text} at (152,54) size 4x18
-        text run at (152,54) width 4: &quot; &quot;
-      RenderAttachment {ATTACHMENT} at (156,0) size 74x77
-      RenderText {#text} at (230,54) size 4x18
-        text run at (230,54) width 4: &quot; &quot;
-      RenderAttachment {ATTACHMENT} at (234,0) size 74x77
-      RenderText {#text} at (308,54) size 4x18
-        text run at (308,54) width 4: &quot; &quot;
-      RenderAttachment {ATTACHMENT} at (312,0) size 74x77
-      RenderText {#text} at (386,54) size 4x18
-        text run at (386,54) width 4: &quot; &quot;
-      RenderAttachment {ATTACHMENT} at (390,0) size 74x77
-      RenderText {#text} at (464,54) size 4x18
-        text run at (464,54) width 4: &quot; &quot;
-      RenderAttachment {ATTACHMENT} at (468,0) size 74x77
-      RenderText {#text} at (542,54) size 4x18
-        text run at (542,54) width 4: &quot; &quot;
-      RenderAttachment {ATTACHMENT} at (546,0) size 74x77
</del><ins>+      RenderAttachment {ATTACHMENT} at (0,0) size 76x77
+      RenderText {#text} at (76,54) size 4x18
+        text run at (76,54) width 4: &quot; &quot;
+      RenderAttachment {ATTACHMENT} at (80,0) size 76x77
+      RenderText {#text} at (156,54) size 4x18
+        text run at (156,54) width 4: &quot; &quot;
+      RenderAttachment {ATTACHMENT} at (160,0) size 76x77
+      RenderText {#text} at (236,54) size 4x18
+        text run at (236,54) width 4: &quot; &quot;
+      RenderAttachment {ATTACHMENT} at (240,0) size 76x77
+      RenderText {#text} at (316,54) size 4x18
+        text run at (316,54) width 4: &quot; &quot;
+      RenderAttachment {ATTACHMENT} at (320,0) size 76x77
+      RenderText {#text} at (396,54) size 4x18
+        text run at (396,54) width 4: &quot; &quot;
+      RenderAttachment {ATTACHMENT} at (400,0) size 76x77
+      RenderText {#text} at (476,54) size 4x18
+        text run at (476,54) width 4: &quot; &quot;
+      RenderAttachment {ATTACHMENT} at (480,0) size 76x77
+      RenderText {#text} at (556,54) size 4x18
+        text run at (556,54) width 4: &quot; &quot;
+      RenderAttachment {ATTACHMENT} at (560,0) size 76x77
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastattachmentattachmentselectonclickexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/attachment/attachment-select-on-click-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastattachmentattachmentselectonclickexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/attachment/attachment-select-on-click-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/attachment/attachment-select-on-click-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/attachment/attachment-select-on-click-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -6,8 +6,8 @@
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 784x77
</span><span class="cx">         RenderText {#text} at (0,54) size 73x18
</span><span class="cx">           text run at (0,54) width 73: &quot;text before &quot;
</span><del>-        RenderAttachment {ATTACHMENT} at (72,0) size 75x77
-        RenderText {#text} at (146,54) size 63x18
-          text run at (146,54) width 63: &quot; text after&quot;
</del><ins>+        RenderAttachment {ATTACHMENT} at (72,0) size 77x77
+        RenderText {#text} at (148,54) size 63x18
+          text run at (148,54) width 63: &quot; text after&quot;
</ins><span class="cx"> selection start: position 0 of child 1 {ATTACHMENT} of child 1 {DIV} of body
</span><span class="cx"> selection end:   position 1 of child 1 {ATTACHMENT} of child 1 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastattachmentattachmentselectonclickinsideuserselectallexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastattachmentattachmentselectonclickinsideuserselectallexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -6,8 +6,8 @@
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 784x77
</span><span class="cx">         RenderText {#text} at (0,54) size 73x18
</span><span class="cx">           text run at (0,54) width 73: &quot;text before &quot;
</span><del>-        RenderAttachment {ATTACHMENT} at (72,0) size 75x77
-        RenderText {#text} at (146,54) size 63x18
-          text run at (146,54) width 63: &quot; text after&quot;
</del><ins>+        RenderAttachment {ATTACHMENT} at (72,0) size 77x77
+        RenderText {#text} at (148,54) size 63x18
+          text run at (148,54) width 63: &quot; text after&quot;
</ins><span class="cx"> selection start: position 0 of child 0 {#text} of child 1 {DIV} of body
</span><span class="cx"> selection end:   position 11 of child 2 {#text} of child 1 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastattachmentattachmentsubtitleexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/attachment/attachment-subtitle-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastattachmentattachmentsubtitleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/attachment/attachment-subtitle-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/attachment/attachment-subtitle-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/attachment/attachment-subtitle-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -3,6 +3,6 @@
</span><span class="cx"> layer at (0,0) size 800x105
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x105
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x89
</span><del>-      RenderAttachment {ATTACHMENT} at (0,0) size 74x89
</del><ins>+      RenderAttachment {ATTACHMENT} at (0,0) size 76x89
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockfloatfloatavoidanceexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/float/float-avoidance-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockfloatfloatavoidanceexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/float/float-avoidance-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/float/float-avoidance-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/block/float/float-avoidance-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -57,10 +57,10 @@
</span><span class="cx">               RenderText at (8,2) size 22x13
</span><span class="cx">                 text run at (8,2) width 22: &quot;One&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-        RenderButton {INPUT} at (110,30) size 28x18 [bgcolor=#C0C0C0]
-          RenderBlock (anonymous) at (8,2) size 12x13
-            RenderText at (0,0) size 12x13
-              text run at (0,0) width 12: &quot;Hi&quot;
</del><ins>+        RenderButton {INPUT} at (110,30) size 27x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 11x13
+            RenderText at (0,0) size 11x13
+              text run at (0,0) width 11: &quot;Hi&quot;
</ins><span class="cx">         RenderBlock (anonymous) at (10,50) size 200x18
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">       RenderBlock (anonymous) at (0,424) size 769x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapse103expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/103-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockmargincollapse103expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/margin-collapse/103-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/margin-collapse/103-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/block/margin-collapse/103-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -39,22 +39,22 @@
</span><span class="cx">                 text run at (0,2) width 127: &quot;Your degree program*&quot;
</span><span class="cx">             RenderMenuList {SELECT} at (325,68) size 180x18 [bgcolor=#FFFFFF]
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 180x18
</span><del>-                RenderText at (8,2) size 88x13
-                  text run at (8,2) width 88: &quot;Program options&quot;
</del><ins>+                RenderText at (8,2) size 87x13
+                  text run at (8,2) width 87: &quot;Program options&quot;
</ins><span class="cx">             RenderBlock (floating) {SPAN} at (0,88) size 325x20 [color=#333333]
</span><span class="cx">               RenderText {#text} at (0,2) size 110x15
</span><span class="cx">                 text run at (0,2) width 110: &quot;Your year of study*&quot;
</span><span class="cx">             RenderMenuList {SELECT} at (325,88) size 180x18 [bgcolor=#FFFFFF]
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 180x18
</span><del>-                RenderText at (8,2) size 123x13
-                  text run at (8,2) width 123: &quot;Years you've been here&quot;
</del><ins>+                RenderText at (8,2) size 122x13
+                  text run at (8,2) width 122: &quot;Years you've been here&quot;
</ins><span class="cx">             RenderBlock (floating) {SPAN} at (0,108) size 325x20 [color=#333333]
</span><span class="cx">               RenderText {#text} at (0,2) size 153x15
</span><span class="cx">                 text run at (0,2) width 153: &quot;Shakespeare classes taken&quot;
</span><span class="cx">             RenderMenuList {SELECT} at (325,108) size 180x18 [bgcolor=#FFFFFF]
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 180x18
</span><del>-                RenderText at (8,2) size 75x13
-                  text run at (8,2) width 75: &quot;Number taken&quot;
</del><ins>+                RenderText at (8,2) size 74x13
+                  text run at (8,2) width 74: &quot;Number taken&quot;
</ins><span class="cx">             RenderBlock {P} at (0,139) size 560x21 [color=#333333]
</span><span class="cx">               RenderText {#text} at (0,2) size 157x15
</span><span class="cx">                 text run at (0,2) width 157: &quot;* indicates a required field&quot;
</span><span class="lines">@@ -74,8 +74,8 @@
</span><span class="cx">                 text run at (0,22) width 41: &quot;online?&quot;
</span><span class="cx">             RenderMenuList {SELECT} at (325,230) size 180x19 [bgcolor=#FFFFFF]
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 180x18
</span><del>-                RenderText at (8,2) size 46x13
-                  text run at (8,2) width 46: &quot;Reasons&quot;
</del><ins>+                RenderText at (8,2) size 45x13
+                  text run at (8,2) width 45: &quot;Reasons&quot;
</ins><span class="cx">             RenderBlock (floating) {SPAN} at (0,250) size 325x21 [color=#333333]
</span><span class="cx">               RenderText {#text} at (0,2) size 220x15
</span><span class="cx">                 text run at (0,2) width 220: &quot;Your research is primarily focused on:&quot;
</span><span class="lines">@@ -114,15 +114,15 @@
</span><span class="cx">                 text run at (0,2) width 275: &quot;Which area of the ISE did you find most useful?&quot;
</span><span class="cx">             RenderMenuList {SELECT} at (325,427) size 180x19 [bgcolor=#FFFFFF]
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 180x18
</span><del>-                RenderText at (8,2) size 101x13
-                  text run at (8,2) width 101: &quot;Sections of the ISE&quot;
</del><ins>+                RenderText at (8,2) size 100x13
+                  text run at (8,2) width 100: &quot;Sections of the ISE&quot;
</ins><span class="cx">             RenderBlock (floating) {SPAN} at (0,447) size 325x21 [color=#333333]
</span><span class="cx">               RenderText {#text} at (0,2) size 251x15
</span><span class="cx">                 text run at (0,2) width 251: &quot;How did you find the navigation of the ISE?&quot;
</span><span class="cx">             RenderMenuList {SELECT} at (325,447) size 180x19 [bgcolor=#FFFFFF]
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 180x18
</span><del>-                RenderText at (8,2) size 90x13
-                  text run at (8,2) width 90: &quot;Level of difficulty&quot;
</del><ins>+                RenderText at (8,2) size 91x13
+                  text run at (8,2) width 91: &quot;Level of difficulty&quot;
</ins><span class="cx">             RenderBlock (floating) {SPAN} at (0,467) size 325x21 [color=#333333]
</span><span class="cx">               RenderText {#text} at (0,2) size 208x15
</span><span class="cx">                 text run at (0,2) width 208: &quot;Please describe your use of the ISE.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockpositioninginlineblockrelpositionexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/positioning/inline-block-relposition-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockpositioninginlineblockrelpositionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/positioning/inline-block-relposition-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/positioning/inline-block-relposition-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/block/positioning/inline-block-relposition-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -7,9 +7,9 @@
</span><span class="cx"> layer at (8,10) size 100x18
</span><span class="cx">   RenderButton {BUTTON} at (0,2) size 100x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</span><span class="cx">     RenderBlock (anonymous) at (8,2) size 84x13
</span><del>-      RenderText {#text} at (18,0) size 48x13
-        text run at (18,0) width 48: &quot;Click Me&quot;
-layer at (87,25) size 24x13
</del><ins>+      RenderText {#text} at (19,0) size 46x13
+        text run at (19,0) width 46: &quot;Click Me&quot;
+layer at (88,25) size 23x13
</ins><span class="cx">   RenderBlock (positioned) {DIV} at (79,15) size 24x13
</span><span class="cx">     RenderText {#text} at (0,0) size 24x13
</span><span class="cx">       text run at (0,0) width 24: &quot;Now&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcsscontinuationCrashexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css/continuationCrash-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcsscontinuationCrashexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css/continuationCrash-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css/continuationCrash-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/css/continuationCrash-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -47,20 +47,20 @@
</span><span class="cx">           RenderText {#text} at (0,0) size 205x18
</span><span class="cx">             text run at (0,0) width 205: &quot;2. 3. will not crash Safari either.&quot;
</span><span class="cx">         RenderBlock (anonymous) at (40,144) size 744x22
</span><del>-          RenderButton {INPUT} at (2,2) size 134x18 [bgcolor=#C0C0C0]
-            RenderBlock (anonymous) at (8,2) size 118x13
-              RenderText at (0,0) size 118x13
-                text run at (0,0) width 118: &quot;1. Set outline property&quot;
-          RenderText {#text} at (137,1) size 5x18
-            text run at (137,1) width 5: &quot; &quot;
-          RenderButton {INPUT} at (143,2) size 137x18 [bgcolor=#C0C0C0]
</del><ins>+          RenderButton {INPUT} at (2,2) size 133x18 [bgcolor=#C0C0C0]
+            RenderBlock (anonymous) at (8,2) size 117x13
+              RenderText at (0,0) size 117x13
+                text run at (0,0) width 117: &quot;1. Set outline property&quot;
+          RenderText {#text} at (136,1) size 5x18
+            text run at (136,1) width 5: &quot; &quot;
+          RenderButton {INPUT} at (142,2) size 136x18 [bgcolor=#C0C0C0]
</ins><span class="cx">             RenderBlock (anonymous) at (8,2) size 120x13
</span><span class="cx">               RenderText at (0,0) size 120x13
</span><span class="cx">                 text run at (0,0) width 120: &quot;2. Set display property&quot;
</span><del>-          RenderText {#text} at (281,1) size 5x18
-            text run at (281,1) width 5: &quot; &quot;
-          RenderButton {INPUT} at (287,2) size 149x18 [bgcolor=#C0C0C0]
-            RenderBlock (anonymous) at (8,2) size 132x13
-              RenderText at (0,0) size 132x13
-                text run at (0,0) width 132: &quot;3. Replace span-element&quot;
</del><ins>+          RenderText {#text} at (279,1) size 5x18
+            text run at (279,1) width 5: &quot; &quot;
+          RenderButton {INPUT} at (285,2) size 147x18 [bgcolor=#C0C0C0]
+            RenderBlock (anonymous) at (8,2) size 131x13
+              RenderText at (0,0) size 131x13
+                text run at (0,0) width 131: &quot;3. Replace span-element&quot;
</ins><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcssfocusringexistsforsearchfieldexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css/focus-ring-exists-for-search-field-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcssfocusringexistsforsearchfieldexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css/focus-ring-exists-for-search-field-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css/focus-ring-exists-for-search-field-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/css/focus-ring-exists-for-search-field-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -8,12 +8,12 @@
</span><span class="cx">           text run at (0,0) width 757: &quot;Assuming the port-specific theme draws focus rings, this test can be used to ensure that a focus ring is drawn around a&quot;
</span><span class="cx">           text run at (0,18) width 78: &quot;search field.&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,52) size 784x23
</span><del>-        RenderTextControl {INPUT} at (2,2) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,0) size 158x19
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 173x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 167x19
</ins><span class="cx">             RenderBlock {DIV} at (0,0) size 8x19
</span><del>-            RenderBlock {DIV} at (8,3) size 131x13
-            RenderBlock {DIV} at (138,0) size 20x19
</del><ins>+            RenderBlock {DIV} at (8,3) size 140x13
+            RenderBlock {DIV} at (147,0) size 20x19
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (21,65) size 130x13
-  RenderBlock {DIV} at (0,0) size 131x13
</del><ins>+layer at (21,65) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
</ins><span class="cx"> caret: position 0 of child 0 {DIV} of child 1 {DIV} of child 0 {DIV} of {#document-fragment} of child 3 {INPUT} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcsslineheightexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css/line-height-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcsslineheightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css/line-height-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css/line-height-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/css/line-height-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -12,13 +12,13 @@
</span><span class="cx">         RenderText {#text} at (173,0) size 462x18
</span><span class="cx">           text run at (173,0) width 462: &quot; Selecting text in text field with {line-height:100%} causes it to bounce.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,18) size 784x23
</span><del>-        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">       RenderBlock {DIV} at (0,41) size 784x36
</span><span class="cx">         RenderText {#text} at (0,0) size 749x36
</span><span class="cx">           text run at (0,0) width 585: &quot;Select the text in the text field using horizontal mouse movements, then drag up and down. &quot;
</span><span class="cx">           text run at (584,0) width 165: &quot;The text should not move&quot;
</span><span class="cx">           text run at (0,18) width 64: &quot;vertically.&quot;
</span><del>-layer at (13,31) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 69x13
-      text run at (0,0) width 69: &quot;Lorem Ipsum&quot;
</del><ins>+layer at (13,31) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 68x13
+      text run at (0,0) width 68: &quot;Lorem Ipsum&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcssmargintopbottomdynamicexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css/margin-top-bottom-dynamic-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcssmargintopbottomdynamicexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css/margin-top-bottom-dynamic-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css/margin-top-bottom-dynamic-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/css/margin-top-bottom-dynamic-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -41,10 +41,10 @@
</span><span class="cx">               text run at (0,0) width 86: &quot;Negative margin&quot;
</span><span class="cx">         RenderText {#text} at (105,19) size 5x18
</span><span class="cx">           text run at (105,19) width 5: &quot; &quot;
</span><del>-        RenderButton {INPUT} at (111,20) size 98x18 [bgcolor=#C0C0C0]
-          RenderBlock (anonymous) at (8,2) size 82x13
-            RenderText at (0,0) size 82x13
-              text run at (0,0) width 82: &quot;Positive margin&quot;
</del><ins>+        RenderButton {INPUT} at (111,20) size 97x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 81x13
+            RenderText at (0,0) size 81x13
+              text run at (0,0) width 81: &quot;Positive margin&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,326) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 458x18
</span><span class="lines">@@ -64,8 +64,8 @@
</span><span class="cx">               text run at (0,0) width 86: &quot;Negative margin&quot;
</span><span class="cx">         RenderText {#text} at (105,19) size 5x18
</span><span class="cx">           text run at (105,19) width 5: &quot; &quot;
</span><del>-        RenderButton {INPUT} at (111,20) size 98x18 [bgcolor=#C0C0C0]
-          RenderBlock (anonymous) at (8,2) size 82x13
-            RenderText at (0,0) size 82x13
-              text run at (0,0) width 82: &quot;Positive margin&quot;
</del><ins>+        RenderButton {INPUT} at (111,20) size 97x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 81x13
+            RenderText at (0,0) size 81x13
+              text run at (0,0) width 81: &quot;Positive margin&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcsstextoverflowinputexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css/text-overflow-input-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcsstextoverflowinputexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css/text-overflow-input-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css/text-overflow-input-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/css/text-overflow-input-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -1,250 +1,246 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x290
-  RenderBlock {HTML} at (0,0) size 800x290
-    RenderBody {BODY} at (8,16) size 784x258
</del><ins>+layer at (0,0) size 800x382
+  RenderBlock {HTML} at (0,0) size 800x382
+    RenderBody {BODY} at (8,16) size 784x350
</ins><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 314x18
</span><span class="cx">           text run at (0,0) width 314: &quot;This test is a basic check for using text-overflow.&quot;
</span><del>-      RenderBlock {P} at (0,34) size 784x64
</del><ins>+      RenderBlock {P} at (0,34) size 784x110
</ins><span class="cx">         RenderText {#text} at (0,0) size 489x18
</span><span class="cx">           text run at (0,0) width 489: &quot;Apply \&quot;text-overflow:clip\&quot; to inputs. The following input should be clipped:&quot;
</span><span class="cx">         RenderBR {BR} at (488,0) size 1x18
</span><del>-        RenderTextControl {INPUT} at (2,20) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderText {#text} at (140,20) size 5x18
-          text run at (140,20) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (146,20) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,0) size 158x19
</del><ins>+        RenderTextControl {INPUT} at (2,20) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (149,20) size 5x18
+          text run at (149,20) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (155,20) size 174x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 167x19
</ins><span class="cx">             RenderBlock {DIV} at (0,0) size 8x19
</span><del>-            RenderBlock {DIV} at (8,3) size 131x13
-            RenderBlock {DIV} at (138,0) size 20x19
-        RenderText {#text} at (311,20) size 5x18
-          text run at (311,20) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (317,20) size 138x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderText {#text} at (456,20) size 5x18
-          text run at (456,20) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (462,20) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,0) size 158x19
</del><ins>+            RenderBlock {DIV} at (8,3) size 140x13
+            RenderBlock {DIV} at (147,0) size 20x19
+        RenderText {#text} at (330,20) size 5x18
+          text run at (330,20) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (336,20) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (484,20) size 5x18
+          text run at (484,20) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (490,20) size 174x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 167x19
</ins><span class="cx">             RenderBlock {DIV} at (0,0) size 8x19
</span><del>-            RenderBlock {DIV} at (8,3) size 131x13
-            RenderBlock {DIV} at (138,0) size 20x19
-        RenderText {#text} at (627,20) size 5x18
-          text run at (627,20) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (633,20) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,3) size 131x13
-            RenderBlock {DIV} at (0,0) size 131x13
-        RenderBR {BR} at (771,20) size 1x18
-        RenderTextControl {INPUT} at (2,43) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderText {#text} at (140,43) size 5x18
-          text run at (140,43) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (146,43) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,0) size 158x19
-            RenderBlock {DIV} at (149,0) size 9x19
-            RenderBlock {DIV} at (19,3) size 131x13
</del><ins>+            RenderBlock {DIV} at (8,3) size 140x13
+            RenderBlock {DIV} at (147,0) size 20x19
+        RenderText {#text} at (0,0) size 0x0
+        RenderTextControl {INPUT} at (2,43) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 140x13
+            RenderBlock {DIV} at (0,0) size 140x13
+        RenderBR {BR} at (149,43) size 1x18
+        RenderTextControl {INPUT} at (2,66) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (149,66) size 5x18
+          text run at (149,66) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (155,66) size 174x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 167x19
+            RenderBlock {DIV} at (158,0) size 9x19
+            RenderBlock {DIV} at (19,3) size 140x13
</ins><span class="cx">             RenderBlock {DIV} at (0,0) size 19x19
</span><del>-        RenderText {#text} at (311,43) size 5x18
-          text run at (311,43) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (317,43) size 138x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderText {#text} at (456,43) size 5x18
-          text run at (456,43) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (462,43) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,0) size 158x19
-            RenderBlock {DIV} at (149,0) size 9x19
-            RenderBlock {DIV} at (19,3) size 131x13
</del><ins>+        RenderText {#text} at (330,66) size 5x18
+          text run at (330,66) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (336,66) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (484,66) size 5x18
+          text run at (484,66) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (490,66) size 174x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 167x19
+            RenderBlock {DIV} at (158,0) size 9x19
+            RenderBlock {DIV} at (19,3) size 140x13
</ins><span class="cx">             RenderBlock {DIV} at (0,0) size 19x19
</span><del>-        RenderText {#text} at (627,43) size 5x18
-          text run at (627,43) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (633,43) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,3) size 131x13
-            RenderBlock {DIV} at (0,0) size 131x13
</del><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {P} at (0,114) size 784x64
</del><ins>+        RenderTextControl {INPUT} at (2,89) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 140x13
+            RenderBlock {DIV} at (0,0) size 140x13
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {P} at (0,160) size 784x110
</ins><span class="cx">         RenderText {#text} at (0,0) size 546x18
</span><span class="cx">           text run at (0,0) width 546: &quot;Apply \&quot;text-overflow:ellipsis\&quot; to inputs. The following input should show an ellipsis:&quot;
</span><span class="cx">         RenderBR {BR} at (545,0) size 1x18
</span><del>-        RenderTextControl {INPUT} at (2,20) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderText {#text} at (140,20) size 5x18
-          text run at (140,20) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (146,20) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,0) size 158x19
</del><ins>+        RenderTextControl {INPUT} at (2,20) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (149,20) size 5x18
+          text run at (149,20) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (155,20) size 174x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 167x19
</ins><span class="cx">             RenderBlock {DIV} at (0,0) size 8x19
</span><del>-            RenderBlock {DIV} at (8,3) size 131x13
-            RenderBlock {DIV} at (138,0) size 20x19
-        RenderText {#text} at (311,20) size 5x18
-          text run at (311,20) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (317,20) size 138x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderText {#text} at (456,20) size 5x18
-          text run at (456,20) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (462,20) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,0) size 158x19
</del><ins>+            RenderBlock {DIV} at (8,3) size 140x13
+            RenderBlock {DIV} at (147,0) size 20x19
+        RenderText {#text} at (330,20) size 5x18
+          text run at (330,20) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (336,20) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (484,20) size 5x18
+          text run at (484,20) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (490,20) size 174x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 167x19
</ins><span class="cx">             RenderBlock {DIV} at (0,0) size 8x19
</span><del>-            RenderBlock {DIV} at (8,3) size 131x13
-            RenderBlock {DIV} at (138,0) size 20x19
-        RenderText {#text} at (627,20) size 5x18
-          text run at (627,20) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (633,20) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,3) size 131x13
-            RenderBlock {DIV} at (0,0) size 131x13
-        RenderBR {BR} at (771,20) size 1x18
-        RenderTextControl {INPUT} at (2,43) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderText {#text} at (140,43) size 5x18
-          text run at (140,43) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (146,43) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,0) size 158x19
-            RenderBlock {DIV} at (149,0) size 9x19
-            RenderBlock {DIV} at (19,3) size 131x13
</del><ins>+            RenderBlock {DIV} at (8,3) size 140x13
+            RenderBlock {DIV} at (147,0) size 20x19
+        RenderText {#text} at (0,0) size 0x0
+        RenderTextControl {INPUT} at (2,43) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 140x13
+            RenderBlock {DIV} at (0,0) size 140x13
+        RenderBR {BR} at (149,43) size 1x18
+        RenderTextControl {INPUT} at (2,66) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (149,66) size 5x18
+          text run at (149,66) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (155,66) size 174x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 167x19
+            RenderBlock {DIV} at (158,0) size 9x19
+            RenderBlock {DIV} at (19,3) size 140x13
</ins><span class="cx">             RenderBlock {DIV} at (0,0) size 19x19
</span><del>-        RenderText {#text} at (311,43) size 5x18
-          text run at (311,43) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (317,43) size 138x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderText {#text} at (456,43) size 5x18
-          text run at (456,43) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (462,43) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,0) size 158x19
-            RenderBlock {DIV} at (149,0) size 9x19
-            RenderBlock {DIV} at (19,3) size 131x13
</del><ins>+        RenderText {#text} at (330,66) size 5x18
+          text run at (330,66) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (336,66) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (484,66) size 5x18
+          text run at (484,66) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (490,66) size 174x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 167x19
+            RenderBlock {DIV} at (158,0) size 9x19
+            RenderBlock {DIV} at (19,3) size 140x13
</ins><span class="cx">             RenderBlock {DIV} at (0,0) size 19x19
</span><del>-        RenderText {#text} at (627,43) size 5x18
-          text run at (627,43) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (633,43) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,3) size 131x13
-            RenderBlock {DIV} at (0,0) size 131x13
</del><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {P} at (0,194) size 784x64
</del><ins>+        RenderTextControl {INPUT} at (2,89) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 140x13
+            RenderBlock {DIV} at (0,0) size 140x13
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {P} at (0,286) size 784x64
</ins><span class="cx">         RenderText {#text} at (0,0) size 237x18
</span><span class="cx">           text run at (0,0) width 237: &quot;Dynamic style change text-overflow:&quot;
</span><span class="cx">         RenderBR {BR} at (236,0) size 1x18
</span><span class="cx">         RenderText {#text} at (0,20) size 247x18
</span><span class="cx">           text run at (0,20) width 247: &quot;Clip to ellipsis (should show ellipsis): &quot;
</span><del>-        RenderTextControl {INPUT} at (248,20) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderText {#text} at (386,20) size 5x18
-          text run at (386,20) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (392,20) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderText {#text} at (530,20) size 5x18
-          text run at (530,20) width 5: &quot; &quot;
</del><ins>+        RenderTextControl {INPUT} at (248,20) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (396,20) size 5x18
+          text run at (396,20) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (402,20) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (549,20) size 5x18
+          text run at (549,20) width 5: &quot; &quot;
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x0
</span><span class="cx">         RenderText {#text} at (0,43) size 270x18
</span><span class="cx">           text run at (0,43) width 270: &quot;Ellipsis to clip (should not show ellipsis): &quot;
</span><del>-        RenderTextControl {INPUT} at (271,43) size 138x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderText {#text} at (410,43) size 5x18
-          text run at (410,43) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (416,43) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderText {#text} at (554,43) size 5x18
-          text run at (554,43) width 5: &quot; &quot;
</del><ins>+        RenderTextControl {INPUT} at (271,43) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (419,43) size 5x18
+          text run at (419,43) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (425,43) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (573,43) size 5x18
+          text run at (573,43) width 5: &quot; &quot;
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x0
</span><del>-layer at (13,73) size 130x13 scrollWidth 291
-  RenderBlock {DIV} at (3,3) size 131x13 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 291x13
-      text run at (0,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (13,73) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (165,73) size 130x13 scrollWidth 291
-  RenderBlock {DIV} at (11,3) size 131x13 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 291x13
-      text run at (0,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (165,73) size 130x13
-  RenderBlock {DIV} at (0,0) size 131x13
-layer at (329,73) size 130x13 scrollWidth 292
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 291x13
-      text run at (0,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (481,73) size 130x13 scrollWidth 292
-  RenderBlock {DIV} at (0,0) size 131x13
-    RenderText {#text} at (0,0) size 291x13
-      text run at (0,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (644,73) size 130x13 scrollWidth 362
-  RenderBlock {DIV} at (0,0) size 131x13
-    RenderText {#text} at (0,0) size 361x13
-      text run at (0,0) width 361: &quot;\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}&quot;
-layer at (13,96) size 130x13 scrollX 160 scrollWidth 291
-  RenderBlock {DIV} at (3,3) size 131x13 [color=#A9A9A9]
-    RenderText {#text} at (-160,0) size 292x13
-      text run at (-160,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (13,96) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (176,96) size 130x13 scrollX 160 scrollWidth 291
-  RenderBlock {DIV} at (22,3) size 131x13 [color=#A9A9A9]
-    RenderText {#text} at (-160,0) size 292x13
-      text run at (-160,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (176,96) size 130x13
-  RenderBlock {DIV} at (0,0) size 131x13
-layer at (329,96) size 130x13 scrollX 160 scrollWidth 291
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (-160,0) size 292x13
-      text run at (-160,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (492,96) size 130x13 scrollX 160 scrollWidth 291
-  RenderBlock {DIV} at (0,0) size 131x13
-    RenderText {#text} at (-160,0) size 292x13
-      text run at (-160,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (644,96) size 130x13 scrollX 231 scrollWidth 361
-  RenderBlock {DIV} at (0,0) size 131x13
-    RenderText {#text} at (-230,0) size 362x13
-      text run at (-230,0) width 361 RTL: &quot;\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}&quot;
-layer at (13,153) size 130x13 scrollWidth 291
-  RenderBlock {DIV} at (3,3) size 131x13 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 291x13
-      text run at (0,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (13,153) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (165,153) size 130x13 scrollWidth 291
-  RenderBlock {DIV} at (11,3) size 131x13 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 291x13
-      text run at (0,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (165,153) size 130x13
-  RenderBlock {DIV} at (0,0) size 131x13
-layer at (329,153) size 130x13 scrollWidth 292
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 291x13
-      text run at (0,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (481,153) size 130x13 scrollWidth 292
-  RenderBlock {DIV} at (0,0) size 131x13
-    RenderText {#text} at (0,0) size 291x13
-      text run at (0,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (644,153) size 130x13 scrollWidth 362
-  RenderBlock {DIV} at (0,0) size 131x13
-    RenderText {#text} at (0,0) size 361x13
-      text run at (0,0) width 361: &quot;\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}&quot;
-layer at (13,176) size 130x13 scrollX 160 scrollWidth 291
-  RenderBlock {DIV} at (3,3) size 131x13 [color=#A9A9A9]
-    RenderText {#text} at (-160,0) size 292x13
-      text run at (-160,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (13,176) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (176,176) size 130x13 scrollX 160 scrollWidth 291
-  RenderBlock {DIV} at (22,3) size 131x13 [color=#A9A9A9]
-    RenderText {#text} at (-160,0) size 292x13
-      text run at (-160,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (176,176) size 130x13
-  RenderBlock {DIV} at (0,0) size 131x13
-layer at (329,176) size 130x13 scrollX 160 scrollWidth 291
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (-160,0) size 292x13
-      text run at (-160,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (492,176) size 130x13 scrollX 160 scrollWidth 291
-  RenderBlock {DIV} at (0,0) size 131x13
-    RenderText {#text} at (-160,0) size 292x13
-      text run at (-160,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (644,176) size 130x13 scrollX 231 scrollWidth 361
-  RenderBlock {DIV} at (0,0) size 131x13
-    RenderText {#text} at (-230,0) size 362x13
-      text run at (-230,0) width 361 RTL: &quot;\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}&quot;
-layer at (259,233) size 130x13 scrollWidth 291
-  RenderBlock {DIV} at (3,3) size 131x13 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 291x13
-      text run at (0,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (259,233) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (404,233) size 130x13 scrollWidth 292
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 291x13
-      text run at (0,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (283,256) size 130x13 scrollWidth 291
-  RenderBlock {DIV} at (3,3) size 131x13 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 291x13
-      text run at (0,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
-layer at (283,256) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (427,256) size 130x13 scrollWidth 292
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 291x13
-      text run at (0,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
</del><ins>+layer at (13,73) size 140x13 scrollWidth 288
+  RenderBlock {DIV} at (3,3) size 140x13 [color=#A9A9A9]
+    RenderText {#text} at (0,0) size 288x13
+      text run at (0,0) width 288: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (13,73) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (175,73) size 140x13 scrollWidth 288
+  RenderBlock {DIV} at (11,3) size 140x13 [color=#A9A9A9]
+    RenderText {#text} at (0,0) size 288x13
+      text run at (0,0) width 288: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (175,73) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
+layer at (348,73) size 140x13 scrollWidth 289
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 288x13
+      text run at (0,0) width 288: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (510,73) size 140x13 scrollWidth 289
+  RenderBlock {DIV} at (0,0) size 140x13
+    RenderText {#text} at (0,0) size 288x13
+      text run at (0,0) width 288: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (13,96) size 140x13 scrollWidth 309
+  RenderBlock {DIV} at (0,0) size 140x13
+    RenderText {#text} at (0,0) size 309x13
+      text run at (0,0) width 309: &quot;\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}&quot;
+layer at (13,119) size 140x13 scrollX 148 scrollWidth 288
+  RenderBlock {DIV} at (3,3) size 140x13 [color=#A9A9A9]
+    RenderText {#text} at (-147,0) size 288x13
+      text run at (-147,0) width 287: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (13,119) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (186,119) size 140x13 scrollX 148 scrollWidth 288
+  RenderBlock {DIV} at (22,3) size 140x13 [color=#A9A9A9]
+    RenderText {#text} at (-147,0) size 288x13
+      text run at (-147,0) width 287: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (186,119) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
+layer at (348,119) size 140x13 scrollX 148 scrollWidth 288
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (-147,0) size 288x13
+      text run at (-147,0) width 287: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (521,119) size 140x13 scrollX 148 scrollWidth 288
+  RenderBlock {DIV} at (0,0) size 140x13
+    RenderText {#text} at (-147,0) size 288x13
+      text run at (-147,0) width 287: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (13,142) size 140x13 scrollX 168 scrollWidth 308
+  RenderBlock {DIV} at (0,0) size 140x13
+    RenderText {#text} at (-168,0) size 309x13
+      text run at (-168,0) width 308 RTL: &quot;\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}&quot;
+layer at (13,199) size 140x13 scrollWidth 288
+  RenderBlock {DIV} at (3,3) size 140x13 [color=#A9A9A9]
+    RenderText {#text} at (0,0) size 288x13
+      text run at (0,0) width 288: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (13,199) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (175,199) size 140x13 scrollWidth 288
+  RenderBlock {DIV} at (11,3) size 140x13 [color=#A9A9A9]
+    RenderText {#text} at (0,0) size 288x13
+      text run at (0,0) width 288: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (175,199) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
+layer at (348,199) size 140x13 scrollWidth 289
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 288x13
+      text run at (0,0) width 288: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (510,199) size 140x13 scrollWidth 289
+  RenderBlock {DIV} at (0,0) size 140x13
+    RenderText {#text} at (0,0) size 288x13
+      text run at (0,0) width 288: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (13,222) size 140x13 scrollWidth 309
+  RenderBlock {DIV} at (0,0) size 140x13
+    RenderText {#text} at (0,0) size 309x13
+      text run at (0,0) width 309: &quot;\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}&quot;
+layer at (13,245) size 140x13 scrollX 148 scrollWidth 288
+  RenderBlock {DIV} at (3,3) size 140x13 [color=#A9A9A9]
+    RenderText {#text} at (-147,0) size 288x13
+      text run at (-147,0) width 287: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (13,245) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (186,245) size 140x13 scrollX 148 scrollWidth 288
+  RenderBlock {DIV} at (22,3) size 140x13 [color=#A9A9A9]
+    RenderText {#text} at (-147,0) size 288x13
+      text run at (-147,0) width 287: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (186,245) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
+layer at (348,245) size 140x13 scrollX 148 scrollWidth 288
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (-147,0) size 288x13
+      text run at (-147,0) width 287: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (521,245) size 140x13 scrollX 148 scrollWidth 288
+  RenderBlock {DIV} at (0,0) size 140x13
+    RenderText {#text} at (-147,0) size 288x13
+      text run at (-147,0) width 287: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (13,268) size 140x13 scrollX 168 scrollWidth 308
+  RenderBlock {DIV} at (0,0) size 140x13
+    RenderText {#text} at (-168,0) size 309x13
+      text run at (-168,0) width 308 RTL: &quot;\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}&quot;
+layer at (259,325) size 140x13 scrollWidth 288
+  RenderBlock {DIV} at (3,3) size 140x13 [color=#A9A9A9]
+    RenderText {#text} at (0,0) size 288x13
+      text run at (0,0) width 288: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (259,325) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (413,325) size 140x13 scrollWidth 289
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 288x13
+      text run at (0,0) width 288: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (283,348) size 140x13 scrollWidth 288
+  RenderBlock {DIV} at (3,3) size 140x13 [color=#A9A9A9]
+    RenderText {#text} at (0,0) size 288x13
+      text run at (0,0) width 288: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (283,348) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (437,348) size 140x13 scrollWidth 289
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 288x13
+      text run at (0,0) width 288: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcsstexttransformselectexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css/text-transform-select-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcsstexttransformselectexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css/text-transform-select-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css/text-transform-select-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/css/text-transform-select-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -7,60 +7,60 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 664x18
</span><span class="cx">           text run at (0,0) width 664: &quot;The text in the button, popup menu and list box should have the same case as in the accompanying text.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,18) size 784x61
</span><del>-        RenderMenuList {SELECT} at (2,41) size 74x18 [bgcolor=#FFFFFF]
-          RenderBlock (anonymous) at (0,0) size 74x18
-            RenderText at (8,2) size 38x13
-              text run at (8,2) width 38: &quot;HELLO&quot;
-        RenderText {#text} at (78,40) size 4x18
-          text run at (78,40) width 4: &quot; &quot;
-        RenderListBox {SELECT} at (84,2) size 60x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-        RenderText {#text} at (146,40) size 4x18
-          text run at (146,40) width 4: &quot; &quot;
</del><ins>+        RenderMenuList {SELECT} at (2,41) size 72x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 72x18
+            RenderText at (8,2) size 36x13
+              text run at (8,2) width 36: &quot;HELLO&quot;
+        RenderText {#text} at (76,40) size 4x18
+          text run at (76,40) width 4: &quot; &quot;
+        RenderListBox {SELECT} at (82,2) size 58x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderText {#text} at (142,40) size 4x18
+          text run at (142,40) width 4: &quot; &quot;
</ins><span class="cx">         RenderInline {SPAN} at (0,0) size 116x18
</span><del>-          RenderText {#text} at (150,40) size 116x18
-            text run at (150,40) width 116: &quot;HELLO WORLD&quot;
</del><ins>+          RenderText {#text} at (146,40) size 116x18
+            text run at (146,40) width 116: &quot;HELLO WORLD&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {DIV} at (0,79) size 784x61
</span><del>-        RenderMenuList {SELECT} at (2,41) size 70x18 [bgcolor=#FFFFFF]
-          RenderBlock (anonymous) at (0,0) size 70x18
-            RenderText at (8,2) size 35x13
-              text run at (8,2) width 35: &quot;HeLLo&quot;
-        RenderText {#text} at (74,40) size 4x18
-          text run at (74,40) width 4: &quot; &quot;
-        RenderListBox {SELECT} at (80,2) size 56x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-        RenderText {#text} at (138,40) size 4x18
-          text run at (138,40) width 4: &quot; &quot;
</del><ins>+        RenderMenuList {SELECT} at (2,41) size 68x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 68x18
+            RenderText at (8,2) size 34x13
+              text run at (8,2) width 34: &quot;HeLLo&quot;
+        RenderText {#text} at (72,40) size 4x18
+          text run at (72,40) width 4: &quot; &quot;
+        RenderListBox {SELECT} at (78,2) size 54x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderText {#text} at (134,40) size 4x18
+          text run at (134,40) width 4: &quot; &quot;
</ins><span class="cx">         RenderInline {SPAN} at (0,0) size 101x18
</span><del>-          RenderText {#text} at (142,40) size 101x18
-            text run at (142,40) width 101: &quot;HeLLo WoRLd&quot;
</del><ins>+          RenderText {#text} at (138,40) size 101x18
+            text run at (138,40) width 101: &quot;HeLLo WoRLd&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {DIV} at (0,140) size 784x61
</span><del>-        RenderMenuList {SELECT} at (2,41) size 61x18 [bgcolor=#FFFFFF]
-          RenderBlock (anonymous) at (0,0) size 61x18
</del><ins>+        RenderMenuList {SELECT} at (2,41) size 60x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 60x18
</ins><span class="cx">             RenderText at (8,2) size 26x13
</span><span class="cx">               text run at (8,2) width 26: &quot;hello&quot;
</span><del>-        RenderText {#text} at (65,40) size 4x18
-          text run at (65,40) width 4: &quot; &quot;
-        RenderListBox {SELECT} at (71,2) size 47x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-        RenderText {#text} at (120,40) size 4x18
-          text run at (120,40) width 4: &quot; &quot;
</del><ins>+        RenderText {#text} at (64,40) size 4x18
+          text run at (64,40) width 4: &quot; &quot;
+        RenderListBox {SELECT} at (70,2) size 46x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderText {#text} at (118,40) size 4x18
+          text run at (118,40) width 4: &quot; &quot;
</ins><span class="cx">         RenderInline {SPAN} at (0,0) size 74x18
</span><del>-          RenderText {#text} at (124,40) size 74x18
-            text run at (124,40) width 74: &quot;hello world&quot;
</del><ins>+          RenderText {#text} at (122,40) size 74x18
+            text run at (122,40) width 74: &quot;hello world&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {DIV} at (0,201) size 784x61
</span><del>-        RenderMenuList {SELECT} at (2,41) size 62x18 [bgcolor=#FFFFFF]
-          RenderBlock (anonymous) at (0,0) size 62x18
-            RenderText at (8,2) size 16x13
-              text run at (8,2) width 16: &quot;SS&quot;
-        RenderText {#text} at (66,40) size 4x18
-          text run at (66,40) width 4: &quot; &quot;
-        RenderListBox {SELECT} at (72,2) size 48x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-        RenderText {#text} at (122,40) size 4x18
-          text run at (122,40) width 4: &quot; &quot;
</del><ins>+        RenderMenuList {SELECT} at (2,41) size 60x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 60x18
+            RenderText at (8,2) size 15x13
+              text run at (8,2) width 15: &quot;SS&quot;
+        RenderText {#text} at (64,40) size 4x18
+          text run at (64,40) width 4: &quot; &quot;
+        RenderListBox {SELECT} at (70,2) size 46x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderText {#text} at (118,40) size 4x18
+          text run at (118,40) width 4: &quot; &quot;
</ins><span class="cx">         RenderInline {SPAN} at (0,0) size 58x18
</span><del>-          RenderText {#text} at (126,40) size 58x18
-            text run at (126,40) width 58: &quot;SS SSSS&quot;
</del><ins>+          RenderText {#text} at (122,40) size 58x18
+            text run at (122,40) width 58: &quot;SS SSSS&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {DIV} at (0,262) size 784x61
</span><span class="cx">         RenderMenuList {SELECT} at (2,41) size 45x18 [bgcolor=#FFFFFF]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastdomHTMLInputElementinputimagealttextexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastdomHTMLInputElementinputimagealttextexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -10,8 +10,8 @@
</span><span class="cx">           text run at (0,18) width 229: &quot;twice, followed by a blue rectangle.&quot;
</span><span class="cx">       RenderBlock {P} at (0,52) size 784x0
</span><span class="cx">       RenderBlock {FORM} at (0,52) size 784x94
</span><del>-        RenderImage {INPUT} at (0,0) size 49x17
-        RenderBR {BR} at (49,17) size 0x0
</del><ins>+        RenderImage {INPUT} at (0,0) size 48x17
+        RenderBR {BR} at (48,17) size 0x0
</ins><span class="cx">         RenderImage {INPUT} at (0,17) size 102x52 [border: (1px solid #000000)]
</span><span class="cx">         RenderBR {BR} at (102,69) size 0x0
</span><span class="cx">         RenderImage {INPUT} at (0,69) size 75x25
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastdomHTMLTableColElementresizetableusingcolwidthexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastdomHTMLTableColElementresizetableusingcolwidthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -30,9 +30,9 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 73x18
</span><span class="cx">                 text run at (2,2) width 73: &quot;col 3 row 3&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,52) size 784x22
</span><del>-        RenderButton {BUTTON} at (2,2) size 362x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-          RenderBlock (anonymous) at (8,2) size 346x13
-            RenderText {#text} at (0,0) size 346x13
-              text run at (0,0) width 346: &quot;Click me to test manually. The first column should grow to 500px.&quot;
</del><ins>+        RenderButton {BUTTON} at (2,2) size 360x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 344x13
+            RenderText {#text} at (0,0) size 344x13
+              text run at (0,0) width 344: &quot;Click me to test manually. The first column should grow to 500px.&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastdomHTMLTextAreaElementresettextareaexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastdomHTMLTextAreaElementresettextareaexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -4,14 +4,14 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x576
</span><span class="cx">       RenderBlock {FORM} at (0,0) size 784x43
</span><del>-        RenderText {#text} at (156,22) size 4x18
-          text run at (156,22) width 4: &quot; &quot;
-        RenderText {#text} at (316,22) size 4x18
-          text run at (316,22) width 4: &quot; &quot;
-        RenderButton {INPUT} at (322,23) size 47x18 [bgcolor=#C0C0C0]
-          RenderBlock (anonymous) at (8,2) size 31x13
-            RenderText at (0,0) size 31x13
-              text run at (0,0) width 31: &quot;Reset&quot;
</del><ins>+        RenderText {#text} at (165,22) size 4x18
+          text run at (165,22) width 4: &quot; &quot;
+        RenderText {#text} at (334,22) size 4x18
+          text run at (334,22) width 4: &quot; &quot;
+        RenderButton {INPUT} at (340,23) size 46x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 30x13
+            RenderText at (0,0) size 30x13
+              text run at (0,0) width 30: &quot;Reset&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,59) size 784x72
</span><span class="cx">         RenderText {#text} at (0,0) size 368x18
</span><span class="lines">@@ -25,11 +25,11 @@
</span><span class="cx">         RenderBR {BR} at (173,50) size 1x0
</span><span class="cx">         RenderText {#text} at (0,54) size 176x18
</span><span class="cx">           text run at (0,54) width 176: &quot;hasDefaultText: SUCCESS&quot;
</span><del>-layer at (10,10) size 152x32 clip at (11,11) size 150x30
-  RenderTextControl {TEXTAREA} at (2,2) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 146x13
-layer at (170,10) size 152x32 clip at (171,11) size 150x30
-  RenderTextControl {TEXTAREA} at (162,2) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 146x13
-      RenderText {#text} at (0,0) size 63x13
-        text run at (0,0) width 63: &quot;Default Text&quot;
</del><ins>+layer at (10,10) size 161x32 clip at (11,11) size 159x30
+  RenderTextControl {TEXTAREA} at (2,2) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 155x13
+layer at (179,10) size 161x32 clip at (180,11) size 159x30
+  RenderTextControl {TEXTAREA} at (171,2) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 155x13
+      RenderText {#text} at (0,0) size 64x13
+        text run at (0,0) width 64: &quot;Default Text&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastdomisindex001expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/dom/isindex-001-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastdomisindex001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/dom/isindex-001-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/dom/isindex-001-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/dom/isindex-001-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -6,10 +6,10 @@
</span><span class="cx">       RenderBlock {FORM} at (0,0) size 784x43
</span><span class="cx">         RenderBlock {HR} at (0,0) size 784x2 [border: (1px inset #000000)]
</span><span class="cx">         RenderBlock (anonymous) at (0,10) size 784x23
</span><del>-          RenderInline {LABEL} at (0,0) size 468x18
</del><ins>+          RenderInline {LABEL} at (0,0) size 478x18
</ins><span class="cx">             RenderText {#text} at (0,2) size 328x18
</span><span class="cx">               text run at (0,2) width 328: &quot;This is a searchable index. Enter search keywords: &quot;
</span><del>-            RenderTextControl {INPUT} at (329,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+            RenderTextControl {INPUT} at (329,2) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">         RenderBlock {HR} at (0,41) size 784x2 [border: (1px inset #000000)]
</span><del>-layer at (340,23) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (340,23) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastdomisindex002expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/dom/isindex-002-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastdomisindex002expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/dom/isindex-002-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/dom/isindex-002-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/dom/isindex-002-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -7,10 +7,10 @@
</span><span class="cx">       RenderBlock {FORM} at (0,0) size 784x43
</span><span class="cx">         RenderBlock {HR} at (0,0) size 784x2 [border: (1px inset #000000)]
</span><span class="cx">         RenderBlock (anonymous) at (0,10) size 784x23
</span><del>-          RenderInline {LABEL} at (0,0) size 468x18
</del><ins>+          RenderInline {LABEL} at (0,0) size 478x18
</ins><span class="cx">             RenderText {#text} at (0,2) size 328x18
</span><span class="cx">               text run at (0,2) width 328: &quot;This is a searchable index. Enter search keywords: &quot;
</span><del>-            RenderTextControl {INPUT} at (329,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+            RenderTextControl {INPUT} at (329,2) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">         RenderBlock {HR} at (0,41) size 784x2 [border: (1px inset #000000)]
</span><del>-layer at (340,23) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (340,23) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastdynamic008expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/dynamic/008-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastdynamic008expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/dynamic/008-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/dynamic/008-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/dynamic/008-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -5,8 +5,8 @@
</span><span class="cx">     RenderBody {BODY} at (8,8) size 769x660
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (10,10) size 282x656 clip at (11,11) size 280x654
-  RenderTextControl {TEXTAREA} at (2,2) size 282x656 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 276x13
-      RenderText {#text} at (0,0) size 64x13
-        text run at (0,0) width 64: &quot;Sample text&quot;
</del><ins>+layer at (10,10) size 301x656 clip at (11,11) size 299x654
+  RenderTextControl {TEXTAREA} at (2,2) size 301x656 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 295x13
+      RenderText {#text} at (0,0) size 62x13
+        text run at (0,0) width 62: &quot;Sample text&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastdynamicpositionedmovementwithpositionedchildrenexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastdynamicpositionedmovementwithpositionedchildrenexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -12,8 +12,8 @@
</span><span class="cx">   RenderBlock (positioned) {DIV} at (0,0) size 100x122
</span><span class="cx">     RenderBlock {DIV} at (0,0) size 100x100 [bgcolor=#008000]
</span><span class="cx">     RenderBlock (anonymous) at (0,100) size 100x22
</span><del>-      RenderButton {BUTTON} at (2,2) size 52x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-        RenderBlock (anonymous) at (8,2) size 36x13
-          RenderText {#text} at (0,0) size 36x13
-            text run at (0,0) width 36: &quot;Button&quot;
</del><ins>+      RenderButton {BUTTON} at (2,2) size 51x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,2) size 35x13
+          RenderText {#text} at (0,0) size 35x13
+            text run at (0,0) width 35: &quot;Button&quot;
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasteventscontextnodeselectexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/events/context-no-deselect-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasteventscontextnodeselectexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/events/context-no-deselect-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/events/context-no-deselect-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/events/context-no-deselect-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -3,12 +3,12 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-      RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+      RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,13) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 94x13
-      text run at (0,0) width 94: &quot;some sample text&quot;
</del><ins>+layer at (13,13) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 93x13
+      text run at (0,0) width 93: &quot;some sample text&quot;
</ins><span class="cx"> selection start: position 5 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 1 {INPUT} of body
</span><span class="cx"> selection end:   position 15 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 1 {INPUT} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasteventsshadoweventpath2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/events/shadow-event-path-2-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/events/shadow-event-path-2-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/events/shadow-event-path-2-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -631,6 +631,30 @@
</span><span class="cx">     target:input#target
</span><span class="cx">     relatedTarget:null
</span><span class="cx"> 
</span><ins>+mousemove@input#target
+    target:input#target
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:input#target
+    relatedTarget:null
+
+mousemove@body
+    target:input#target
+    relatedTarget:null
+
+mousemove@html
+    target:input#target
+    relatedTarget:null
+
+mousemove@document
+    target:input#target
+    relatedTarget:null
+
+mousemove@window
+    target:input#target
+    relatedTarget:null
+
</ins><span class="cx"> mouseout@input#target
</span><span class="cx">     target:input#target
</span><span class="cx">     relatedTarget:div#detailsContainer
</span><span class="lines">@@ -728,26 +752,6 @@
</span><span class="cx">     relatedTarget:null
</span><span class="cx"> 
</span><span class="cx"> mousemove@html
</span><del>-    target:div#detailsContainer
-    relatedTarget:null
-
-mousemove@document
-    target:div#detailsContainer
-    relatedTarget:null
-
-mousemove@window
-    target:div#detailsContainer
-    relatedTarget:null
-
-mousemove@div#detailsContainer
-    target:div#detailsContainer
-    relatedTarget:null
-
-mousemove@body
-    target:div#detailsContainer
-    relatedTarget:null
-
-mousemove@html
</del><span class="cx">     target:div#detailsContainer
</span><span class="cx">     relatedTarget:null
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastforms001expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/001-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastforms001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/001-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/001-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/001-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -9,12 +9,12 @@
</span><span class="cx">       RenderTable {TABLE} at (0,58) size 784x87 [border: (2px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 780x82
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 780x82
</span><del>-            RenderTableCell {TD} at (0,0) size 136x82 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderMenuList {SELECT} at (3,1) size 130x80 [bgcolor=#FFFFFF] [border: (40px solid #FF0000)]
-                RenderBlock (anonymous) at (40,40) size 50x16
-                  RenderText at (8,1) size 21x13
-                    text run at (8,1) width 21: &quot;Foo&quot;
-            RenderTableCell {TD} at (136,40) size 644x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,0) size 135x82 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderMenuList {SELECT} at (3,1) size 129x80 [bgcolor=#FFFFFF] [border: (40px solid #FF0000)]
+                RenderBlock (anonymous) at (40,40) size 49x16
+                  RenderText at (8,1) size 20x13
+                    text run at (8,1) width 20: &quot;Foo&quot;
+            RenderTableCell {TD} at (135,40) size 645x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">       RenderBlock {P} at (0,160) size 784x25
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 784x24 [border: (2px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (2,2) size 780x20
</span><span class="lines">@@ -33,33 +33,33 @@
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 784x28 [border: (2px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (2,2) size 780x24
</span><span class="cx">             RenderTableRow {TR} at (0,0) size 780x24
</span><del>-              RenderTableCell {TD} at (0,0) size 43x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-                RenderButton {INPUT} at (3,3) size 37x18 [bgcolor=#C0C0C0]
-                  RenderBlock (anonymous) at (8,2) size 21x13
-                    RenderText at (0,0) size 21x13
-                      text run at (0,0) width 21: &quot;Foo&quot;
-              RenderTableCell {TD} at (42,11) size 738x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,0) size 42x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                RenderButton {INPUT} at (3,3) size 36x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 20x13
+                    RenderText at (0,0) size 20x13
+                      text run at (0,0) width 20: &quot;Foo&quot;
+              RenderTableCell {TD} at (41,11) size 739x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">       RenderBlock {P} at (0,284) size 784x268
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 784x91 [border: (2px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (2,2) size 780x87
</span><span class="cx">             RenderTableRow {TR} at (0,0) size 780x87
</span><del>-              RenderTableCell {TD} at (0,0) size 119x87 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-                RenderButton {INPUT} at (3,1) size 113x85 [bgcolor=#C0C0C0] [border: (40px solid #FF0000)]
-                  RenderBlock (anonymous) at (46,42) size 21x13
-                    RenderText at (0,0) size 21x13
-                      text run at (0,0) width 21: &quot;Foo&quot;
-              RenderTableCell {TD} at (118,42) size 662x3 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,0) size 118x87 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                RenderButton {INPUT} at (3,1) size 112x85 [bgcolor=#C0C0C0] [border: (40px solid #FF0000)]
+                  RenderBlock (anonymous) at (46,42) size 20x13
+                    RenderText at (0,0) size 20x13
+                      text run at (0,0) width 20: &quot;Foo&quot;
+              RenderTableCell {TD} at (117,42) size 663x3 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">         RenderTable {TABLE} at (0,91) size 784x91 [border: (2px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (2,2) size 780x87
</span><span class="cx">             RenderTableRow {TR} at (0,0) size 780x87
</span><del>-              RenderTableCell {TD} at (0,0) size 169x87 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-                RenderButton {INPUT} at (3,1) size 163x85 [bgcolor=#C0C0C0] [border: (40px solid #FF0000)]
-                  RenderBlock (anonymous) at (46,42) size 71x13
-                    RenderText at (0,0) size 71x13
-                      text run at (0,0) width 71: &quot;Submit a bug&quot;
-              RenderTableCell {TD} at (168,42) size 612x3 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,0) size 168x87 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                RenderButton {INPUT} at (3,1) size 162x85 [bgcolor=#C0C0C0] [border: (40px solid #FF0000)]
+                  RenderBlock (anonymous) at (46,42) size 70x13
+                    RenderText at (0,0) size 70x13
+                      text run at (0,0) width 70: &quot;Submit a bug&quot;
+              RenderTableCell {TD} at (167,42) size 613x3 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">         RenderBlock (anonymous) at (0,182) size 784x85
</span><del>-          RenderButton {INPUT} at (2,0) size 113x85 [bgcolor=#C0C0C0] [border: (40px solid #FF0000)]
-            RenderBlock (anonymous) at (46,42) size 21x13
-              RenderText at (0,0) size 21x13
-                text run at (0,0) width 21: &quot;Foo&quot;
</del><ins>+          RenderButton {INPUT} at (2,0) size 112x85 [bgcolor=#C0C0C0] [border: (40px solid #FF0000)]
+            RenderBlock (anonymous) at (46,42) size 20x13
+              RenderText at (0,0) size 20x13
+                text run at (0,0) width 20: &quot;Foo&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastforms004expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/004-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastforms004expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/004-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/004-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/004-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -9,8 +9,8 @@
</span><span class="cx">             text run at (8,2) width 27: &quot;Hello&quot;
</span><span class="cx">       RenderText {#text} at (62,1) size 4x18
</span><span class="cx">         text run at (62,1) width 4: &quot; &quot;
</span><del>-      RenderMenuList {SELECT} at (68,2) size 80x18 [bgcolor=#FFFFFF]
-        RenderBlock (anonymous) at (0,0) size 80x18
-          RenderText at (8,2) size 49x13
-            text run at (8,2) width 49: &quot;Goodbye&quot;
</del><ins>+      RenderMenuList {SELECT} at (68,2) size 79x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 79x18
+          RenderText at (8,2) size 48x13
+            text run at (8,2) width 48: &quot;Goodbye&quot;
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsautofillbuttoninputautofillbuttonexpectedpng"></a>
<div class="binary"><h4>Added: trunk/LayoutTests/platform/mac/fast/forms/auto-fill-button/input-auto-fill-button-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Index: trunk/LayoutTests/platform/mac/fast/forms/auto-fill-button/input-auto-fill-button-expected.png
</span><span class="cx">===================================================================
</span><del>--- trunk/LayoutTests/platform/mac/fast/forms/auto-fill-button/input-auto-fill-button-expected.png        2016-07-05 18:36:21 UTC (rev 202825)
</del><ins>+++ trunk/LayoutTests/platform/mac/fast/forms/auto-fill-button/input-auto-fill-button-expected.png        2016-07-05 18:59:05 UTC (rev 202826)
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/mac/fast/forms/auto-fill-button/input-auto-fill-button-expected.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+image/png
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsplatformmacfastformsautofillbuttoninputautofillbuttonexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/mac/fast/forms/auto-fill-button/input-auto-fill-button-expected.txt (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/auto-fill-button/input-auto-fill-button-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac/fast/forms/auto-fill-button/input-auto-fill-button-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,41 @@
</span><ins>+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 784x18
+        RenderText {#text} at (0,0) size 503x18
+          text run at (0,0) width 503: &quot;This tests that the AutoFill button renders. It can only be tested in the test tool.&quot;
+      RenderBlock {DIV} at (0,34) size 784x23
+        RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 140x13
+            RenderBlock {DIV} at (0,0) size 120x13
+        RenderText {#text} at (149,2) size 5x18
+          text run at (149,2) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (155,2) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 140x13
+            RenderBlock {DIV} at (0,0) size 120x13
+        RenderText {#text} at (303,2) size 5x18
+          text run at (303,2) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (309,2) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 140x13
+            RenderBlock {DIV} at (0,0) size 120x13
+        RenderTextControl {INPUT} at (459,2) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 140x13
+            RenderBlock {DIV} at (0,0) size 120x13
+layer at (13,47) size 120x13
+  RenderBlock {DIV} at (0,0) size 120x13
+layer at (167,47) size 120x13
+  RenderBlock {DIV} at (0,0) size 120x13
+layer at (321,47) size 120x13
+  RenderBlock {DIV} at (0,0) size 120x13
+layer at (471,47) size 120x13
+  RenderBlock {DIV} at (0,0) size 120x13
+layer at (136,48) size 15x12
+  RenderBlock {DIV} at (122,0) size 16x13 [bgcolor=#000000]
+layer at (290,48) size 15x12
+  RenderBlock {DIV} at (122,0) size 16x13 [bgcolor=#000000]
+layer at (444,48) size 15x12
+  RenderBlock {DIV} at (122,0) size 16x13 [bgcolor=#000000]
+layer at (594,48) size 15x12
+  RenderBlock {DIV} at (122,0) size 16x13 [bgcolor=#000000]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsautofillbuttoninputcontactsautofillbuttonexpectedpng"></a>
<div class="binary"><h4>Added: trunk/LayoutTests/platform/mac/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Index: trunk/LayoutTests/platform/mac/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.png
</span><span class="cx">===================================================================
</span><del>--- trunk/LayoutTests/platform/mac/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.png        2016-07-05 18:36:21 UTC (rev 202825)
</del><ins>+++ trunk/LayoutTests/platform/mac/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.png        2016-07-05 18:59:05 UTC (rev 202826)
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/mac/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+image/png
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsplatformmacfastformsautofillbuttoninputcontactsautofillbuttonexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/mac/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.txt (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,57 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x104
+  RenderBlock {HTML} at (0,0) size 800x104
+    RenderBody {BODY} at (8,16) size 784x80
+      RenderBlock {P} at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 598x18
+          text run at (0,0) width 598: &quot;This tests that the Address Book AutoFill button renders. It can only be tested in the test tool.&quot;
+      RenderBlock {DIV} at (0,34) size 784x46
+        RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 140x13
+            RenderBlock {DIV} at (0,0) size 113x13
+        RenderText {#text} at (149,2) size 5x18
+          text run at (149,2) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (155,2) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 140x13
+            RenderBlock {DIV} at (0,0) size 113x13
+        RenderText {#text} at (303,2) size 5x18
+          text run at (303,2) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (309,2) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 140x13
+            RenderBlock {DIV} at (0,0) size 113x13
+        RenderText {#text} at (457,2) size 5x18
+          text run at (457,2) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (463,2) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 140x13
+            RenderBlock {DIV} at (0,0) size 113x13
+        RenderTextControl {INPUT} at (613,2) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 140x13
+            RenderBlock {DIV} at (0,0) size 113x13
+        RenderTextControl {INPUT} at (2,25) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 140x13
+            RenderBlock {DIV} at (0,0) size 113x13
+layer at (13,55) size 113x13
+  RenderBlock {DIV} at (0,0) size 113x13
+layer at (167,55) size 113x13
+  RenderBlock {DIV} at (0,0) size 113x13
+layer at (321,55) size 113x13
+  RenderBlock {DIV} at (0,0) size 113x13
+layer at (475,55) size 113x13
+  RenderBlock {DIV} at (0,0) size 113x13
+layer at (625,55) size 113x13 backgroundClip at (625,55) size 112x13 clip at (625,55) size 112x13
+  RenderBlock {DIV} at (0,0) size 113x13
+layer at (13,78) size 113x13
+  RenderBlock {DIV} at (0,0) size 113x13
+layer at (129,56) size 22x12
+  RenderBlock {DIV} at (115,0) size 23x13 [bgcolor=#000000]
+layer at (283,56) size 22x12
+  RenderBlock {DIV} at (115,0) size 23x13 [bgcolor=#000000]
+layer at (437,56) size 22x12
+  RenderBlock {DIV} at (115,0) size 23x13 [bgcolor=#000000]
+layer at (591,56) size 22x12
+  RenderBlock {DIV} at (115,0) size 23x13 [bgcolor=#000000]
+layer at (740,56) size 22x12
+  RenderBlock {DIV} at (115,0) size 23x13 [bgcolor=#000000]
+layer at (129,79) size 22x12
+  RenderBlock {DIV} at (115,0) size 23x13 [bgcolor=#000000]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsbasicbuttonsexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/basic-buttons-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsbasicbuttonsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/basic-buttons-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/basic-buttons-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/basic-buttons-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -44,10 +44,10 @@
</span><span class="cx">               RenderText {#text} at (1,1) size 106x18
</span><span class="cx">                 text run at (1,1) width 106: &quot;(18, 26) (18, 22)&quot;
</span><span class="cx">             RenderTableCell {TD} at (391,20) size 135x24 [r=1 c=3 rs=1 cs=1]
</span><del>-              RenderButton {INPUT} at (3,3) size 34x18 [bgcolor=#C0C0C0]
-                RenderBlock (anonymous) at (8,2) size 18x13
-                  RenderText at (0,0) size 18x13
-                    text run at (0,0) width 18: &quot;foo&quot;
</del><ins>+              RenderButton {INPUT} at (3,3) size 33x18 [bgcolor=#C0C0C0]
+                RenderBlock (anonymous) at (8,2) size 17x13
+                  RenderText at (0,0) size 17x13
+                    text run at (0,0) width 17: &quot;foo&quot;
</ins><span class="cx">             RenderTableCell {TD} at (525,22) size 171x20 [r=1 c=4 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 106x18
</span><span class="cx">                 text run at (1,1) width 106: &quot;(18, 33) (18, 33)&quot;
</span><span class="lines">@@ -63,10 +63,10 @@
</span><span class="cx">               RenderText {#text} at (1,1) size 106x18
</span><span class="cx">                 text run at (1,1) width 106: &quot;(15, 14) (15, 10)&quot;
</span><span class="cx">             RenderTableCell {TD} at (391,44) size 135x24 [r=2 c=3 rs=1 cs=1]
</span><del>-              RenderButton {INPUT} at (3,3) size 34x18 [bgcolor=#C0C0C0]
-                RenderBlock (anonymous) at (8,2) size 18x13
-                  RenderText at (0,0) size 18x13
-                    text run at (0,0) width 18: &quot;foo&quot;
</del><ins>+              RenderButton {INPUT} at (3,3) size 33x18 [bgcolor=#C0C0C0]
+                RenderBlock (anonymous) at (8,2) size 17x13
+                  RenderText at (0,0) size 17x13
+                    text run at (0,0) width 17: &quot;foo&quot;
</ins><span class="cx">             RenderTableCell {TD} at (525,46) size 171x20 [r=2 c=4 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 106x18
</span><span class="cx">                 text run at (1,1) width 106: &quot;(18, 33) (18, 33)&quot;
</span><span class="lines">@@ -82,10 +82,10 @@
</span><span class="cx">               RenderText {#text} at (1,1) size 106x18
</span><span class="cx">                 text run at (1,1) width 106: &quot;(25, 26) (25, 22)&quot;
</span><span class="cx">             RenderTableCell {TD} at (391,71) size 135x24 [r=3 c=3 rs=1 cs=1]
</span><del>-              RenderButton {INPUT} at (3,3) size 34x18 [bgcolor=#C0C0C0]
-                RenderBlock (anonymous) at (8,2) size 18x13
-                  RenderText at (0,0) size 18x13
-                    text run at (0,0) width 18: &quot;foo&quot;
</del><ins>+              RenderButton {INPUT} at (3,3) size 33x18 [bgcolor=#C0C0C0]
+                RenderBlock (anonymous) at (8,2) size 17x13
+                  RenderText at (0,0) size 17x13
+                    text run at (0,0) width 17: &quot;foo&quot;
</ins><span class="cx">             RenderTableCell {TD} at (525,73) size 171x20 [r=3 c=4 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 106x18
</span><span class="cx">                 text run at (1,1) width 106: &quot;(18, 33) (18, 33)&quot;
</span><span class="lines">@@ -101,10 +101,10 @@
</span><span class="cx">               RenderText {#text} at (1,1) size 106x18
</span><span class="cx">                 text run at (1,1) width 106: &quot;(17, 18) (17, 14)&quot;
</span><span class="cx">             RenderTableCell {TD} at (391,98) size 135x24 [r=4 c=3 rs=1 cs=1]
</span><del>-              RenderButton {INPUT} at (3,3) size 34x18 [bgcolor=#C0C0C0]
-                RenderBlock (anonymous) at (8,2) size 18x13
-                  RenderText at (0,0) size 18x13
-                    text run at (0,0) width 18: &quot;foo&quot;
</del><ins>+              RenderButton {INPUT} at (3,3) size 33x18 [bgcolor=#C0C0C0]
+                RenderBlock (anonymous) at (8,2) size 17x13
+                  RenderText at (0,0) size 17x13
+                    text run at (0,0) width 17: &quot;foo&quot;
</ins><span class="cx">             RenderTableCell {TD} at (525,100) size 171x20 [r=4 c=4 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 106x18
</span><span class="cx">                 text run at (1,1) width 106: &quot;(18, 33) (18, 33)&quot;
</span><span class="lines">@@ -120,10 +120,10 @@
</span><span class="cx">               RenderText {#text} at (1,1) size 106x18
</span><span class="cx">                 text run at (1,1) width 106: &quot;(18, 26) (18, 22)&quot;
</span><span class="cx">             RenderTableCell {TD} at (391,122) size 135x24 [r=5 c=3 rs=1 cs=1]
</span><del>-              RenderButton {INPUT} at (3,3) size 34x18 [bgcolor=#C0C0C0]
-                RenderBlock (anonymous) at (8,2) size 18x13
-                  RenderText at (0,0) size 18x13
-                    text run at (0,0) width 18: &quot;foo&quot;
</del><ins>+              RenderButton {INPUT} at (3,3) size 33x18 [bgcolor=#C0C0C0]
+                RenderBlock (anonymous) at (8,2) size 17x13
+                  RenderText at (0,0) size 17x13
+                    text run at (0,0) width 17: &quot;foo&quot;
</ins><span class="cx">             RenderTableCell {TD} at (525,124) size 171x20 [r=5 c=4 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 106x18
</span><span class="cx">                 text run at (1,1) width 106: &quot;(18, 33) (18, 33)&quot;
</span><span class="lines">@@ -139,10 +139,10 @@
</span><span class="cx">               RenderText {#text} at (1,1) size 106x19
</span><span class="cx">                 text run at (1,2) width 106: &quot;(19, 28) (19, 24)&quot;
</span><span class="cx">             RenderTableCell {TD} at (391,146) size 135x25 [r=6 c=3 rs=1 cs=1]
</span><del>-              RenderButton {INPUT} at (3,3) size 34x18 [bgcolor=#C0C0C0]
-                RenderBlock (anonymous) at (8,2) size 18x13
-                  RenderText at (0,0) size 18x13
-                    text run at (0,0) width 18: &quot;foo&quot;
</del><ins>+              RenderButton {INPUT} at (3,3) size 33x18 [bgcolor=#C0C0C0]
+                RenderBlock (anonymous) at (8,2) size 17x13
+                  RenderText at (0,0) size 17x13
+                    text run at (0,0) width 17: &quot;foo&quot;
</ins><span class="cx">             RenderTableCell {TD} at (525,148) size 171x21 [r=6 c=4 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 106x19
</span><span class="cx">                 text run at (1,2) width 106: &quot;(18, 33) (18, 33)&quot;
</span><span class="lines">@@ -158,10 +158,10 @@
</span><span class="cx">               RenderText {#text} at (1,1) size 106x19
</span><span class="cx">                 text run at (1,2) width 106: &quot;(53, 54) (53, 50)&quot;
</span><span class="cx">             RenderTableCell {TD} at (391,188) size 135x25 [r=7 c=3 rs=1 cs=1]
</span><del>-              RenderButton {INPUT} at (3,3) size 34x18 [bgcolor=#C0C0C0]
-                RenderBlock (anonymous) at (8,2) size 18x13
-                  RenderText at (0,0) size 18x13
-                    text run at (0,0) width 18: &quot;foo&quot;
</del><ins>+              RenderButton {INPUT} at (3,3) size 33x18 [bgcolor=#C0C0C0]
+                RenderBlock (anonymous) at (8,2) size 17x13
+                  RenderText at (0,0) size 17x13
+                    text run at (0,0) width 17: &quot;foo&quot;
</ins><span class="cx">             RenderTableCell {TD} at (525,190) size 171x21 [r=7 c=4 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 106x19
</span><span class="cx">                 text run at (1,2) width 106: &quot;(18, 33) (18, 33)&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsbasicinputsexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/basic-inputs-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsbasicinputsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/basic-inputs-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/basic-inputs-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/basic-inputs-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -35,23 +35,23 @@
</span><span class="cx">       RenderBlock {DIV} at (10,316) size 450x48 [border: (1px solid #FF0000)]
</span><span class="cx">         RenderText {#text} at (1,3) size 8x18
</span><span class="cx">           text run at (1,3) width 8: &quot;a&quot;
</span><del>-        RenderTextControl {INPUT} at (10,3) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderText {#text} at (148,3) size 29x18
-          text run at (148,3) width 29: &quot;text &quot;
-        RenderTextControl {INPUT} at (178,3) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderText {#text} at (316,3) size 20x18
-          text run at (316,3) width 13: &quot;b &quot;
-          text run at (328,3) width 8: &quot;a&quot;
-        RenderTextControl {INPUT} at (3,26) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,3) size 131x13
-            RenderBlock {DIV} at (0,0) size 131x13
-        RenderText {#text} at (141,26) size 65x18
-          text run at (141,26) width 65: &quot;password &quot;
-        RenderTextControl {INPUT} at (207,26) size 138x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,3) size 131x13
-            RenderBlock {DIV} at (0,0) size 131x13
-        RenderText {#text} at (346,26) size 9x18
-          text run at (346,26) width 9: &quot;b&quot;
</del><ins>+        RenderTextControl {INPUT} at (10,3) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (157,3) size 29x18
+          text run at (157,3) width 29: &quot;text &quot;
+        RenderTextControl {INPUT} at (187,3) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (335,3) size 20x18
+          text run at (335,3) width 13: &quot;b &quot;
+          text run at (347,3) width 8: &quot;a&quot;
+        RenderTextControl {INPUT} at (3,26) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 140x13
+            RenderBlock {DIV} at (0,0) size 140x13
+        RenderText {#text} at (150,26) size 66x18
+          text run at (150,26) width 66: &quot;password &quot;
+        RenderTextControl {INPUT} at (217,26) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 140x13
+            RenderBlock {DIV} at (0,0) size 140x13
+        RenderText {#text} at (365,26) size 9x18
+          text run at (365,26) width 9: &quot;b&quot;
</ins><span class="cx">       RenderBlock {DIV} at (10,374) size 450x21 [border: (1px solid #FF0000)]
</span><span class="cx">         RenderText {#text} at (1,1) size 8x18
</span><span class="cx">           text run at (1,1) width 8: &quot;a&quot;
</span><span class="lines">@@ -70,19 +70,19 @@
</span><span class="cx">         RenderBlock {INPUT} at (62,5) size 13x12
</span><span class="cx">         RenderText {#text} at (76,1) size 9x18
</span><span class="cx">           text run at (76,1) width 9: &quot;b&quot;
</span><del>-layer at (31,330) size 130x13 scrollWidth 161
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (31,330) size 140x13 scrollWidth 160
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 160x13
</span><span class="cx">       text run at (0,0) width 160: &quot;foobarbazfoobarbazfoobarbaz&quot;
</span><del>-layer at (199,330) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13 [color=#545454]
-    RenderText {#text} at (0,0) size 18x13
-      text run at (0,0) width 18: &quot;foo&quot;
-layer at (24,353) size 130x13
-  RenderBlock {DIV} at (0,0) size 131x13
-    RenderText {#text} at (0,0) size 20x13
-      text run at (0,0) width 20: &quot;\x{2022}\x{2022}\x{2022}&quot;
-layer at (229,353) size 130x13
-  RenderBlock {DIV} at (0,0) size 131x13 [color=#545454]
-    RenderText {#text} at (0,0) size 20x13
-      text run at (0,0) width 20: &quot;\x{2022}\x{2022}\x{2022}&quot;
</del><ins>+layer at (209,330) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13 [color=#545454]
+    RenderText {#text} at (0,0) size 17x13
+      text run at (0,0) width 17: &quot;foo&quot;
+layer at (24,353) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
+    RenderText {#text} at (0,0) size 17x13
+      text run at (0,0) width 17: &quot;\x{2022}\x{2022}\x{2022}&quot;
+layer at (238,353) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13 [color=#545454]
+    RenderText {#text} at (0,0) size 17x13
+      text run at (0,0) width 17: &quot;\x{2022}\x{2022}\x{2022}&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsbasicselectsexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/basic-selects-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsbasicselectsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/basic-selects-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/basic-selects-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/basic-selects-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -24,14 +24,14 @@
</span><span class="cx">           text run at (1,40) width 140: &quot;Simple select control:&quot;
</span><span class="cx">         RenderMenuList {SELECT} at (142,41) size 50x18 [bgcolor=#FFFFFF]
</span><span class="cx">           RenderBlock (anonymous) at (0,0) size 49x18
</span><del>-            RenderText at (8,2) size 18x13
-              text run at (8,2) width 18: &quot;foo&quot;
</del><ins>+            RenderText at (8,2) size 17x13
+              text run at (8,2) width 17: &quot;foo&quot;
</ins><span class="cx">         RenderText {#text} at (193,40) size 8x18
</span><span class="cx">           text run at (193,40) width 8: &quot;a&quot;
</span><span class="cx">         RenderMenuList {SELECT} at (202,41) size 50x18 [color=#808080] [bgcolor=#FFFFFF]
</span><span class="cx">           RenderBlock (anonymous) at (0,0) size 49x18
</span><del>-            RenderText at (8,2) size 18x13
-              text run at (8,2) width 18: &quot;foo&quot;
</del><ins>+            RenderText at (8,2) size 17x13
+              text run at (8,2) width 17: &quot;foo&quot;
</ins><span class="cx">         RenderText {#text} at (253,40) size 9x18
</span><span class="cx">           text run at (253,40) width 9: &quot;b&quot;
</span><span class="cx">         RenderBR {BR} at (261,40) size 1x18
</span><span class="lines">@@ -38,90 +38,90 @@
</span><span class="cx">         RenderBR {BR} at (1,60) size 0x18
</span><span class="cx">         RenderText {#text} at (1,78) size 198x18
</span><span class="cx">           text run at (1,78) width 198: &quot;Line-height should be ignored:&quot;
</span><del>-        RenderMenuList {SELECT} at (200,79) size 50x18 [bgcolor=#FFFFFF]
</del><ins>+        RenderMenuList {SELECT} at (200,79) size 49x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 48x18
+            RenderText at (8,2) size 17x13
+              text run at (8,2) width 17: &quot;foo&quot;
+        RenderText {#text} at (250,78) size 8x18
+          text run at (250,78) width 8: &quot;a&quot;
+        RenderMenuList {SELECT} at (259,79) size 50x18 [color=#808080] [bgcolor=#FFFFFF]
</ins><span class="cx">           RenderBlock (anonymous) at (0,0) size 49x18
</span><span class="cx">             RenderText at (8,2) size 18x13
</span><del>-              text run at (8,2) width 18: &quot;foo&quot;
-        RenderText {#text} at (251,78) size 8x18
-          text run at (251,78) width 8: &quot;a&quot;
-        RenderMenuList {SELECT} at (260,79) size 50x18 [color=#808080] [bgcolor=#FFFFFF]
-          RenderBlock (anonymous) at (0,0) size 49x18
-            RenderText at (8,2) size 18x13
</del><span class="cx">               text run at (8,2) width 18: &quot;bar&quot;
</span><del>-        RenderText {#text} at (311,78) size 9x18
-          text run at (311,78) width 9: &quot;b&quot;
-        RenderBR {BR} at (319,78) size 1x18
</del><ins>+        RenderText {#text} at (310,78) size 9x18
+          text run at (310,78) width 9: &quot;b&quot;
+        RenderBR {BR} at (318,78) size 1x18
</ins><span class="cx">         RenderBR {BR} at (1,98) size 0x18
</span><span class="cx">         RenderText {#text} at (1,116) size 441x18
</span><span class="cx">           text run at (1,116) width 441: &quot;Padding should be respected, the arrow button shouldn't change size:&quot;
</span><del>-        RenderMenuList {SELECT} at (444,117) size 49x18 [bgcolor=#FFFFFF]
-          RenderBlock (anonymous) at (0,0) size 49x18
-            RenderText at (8,2) size 18x13
-              text run at (8,2) width 18: &quot;foo&quot;
-        RenderText {#text} at (495,116) size 8x18
-          text run at (495,116) width 8: &quot;a&quot;
-        RenderMenuList {SELECT} at (504,117) size 50x18 [color=#808080] [bgcolor=#FFFFFF]
-          RenderBlock (anonymous) at (0,0) size 49x18
-            RenderText at (8,2) size 18x13
-              text run at (8,2) width 18: &quot;foo&quot;
-        RenderText {#text} at (555,116) size 9x18
-          text run at (555,116) width 9: &quot;b&quot;
-        RenderBR {BR} at (563,116) size 1x18
</del><ins>+        RenderMenuList {SELECT} at (444,117) size 48x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 48x18
+            RenderText at (8,2) size 17x13
+              text run at (8,2) width 17: &quot;foo&quot;
+        RenderText {#text} at (494,116) size 8x18
+          text run at (494,116) width 8: &quot;a&quot;
+        RenderMenuList {SELECT} at (503,117) size 49x18 [color=#808080] [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 48x18
+            RenderText at (8,2) size 17x13
+              text run at (8,2) width 17: &quot;foo&quot;
+        RenderText {#text} at (553,116) size 9x18
+          text run at (553,116) width 9: &quot;b&quot;
+        RenderBR {BR} at (561,116) size 1x18
</ins><span class="cx">         RenderBR {BR} at (1,136) size 0x18
</span><span class="cx">         RenderText {#text} at (1,161) size 180x18
</span><span class="cx">           text run at (1,161) width 180: &quot;Border should be respected:&quot;
</span><del>-        RenderMenuList {SELECT} at (182,155) size 64x32 [bgcolor=#FFFFFF] [border: (8px solid #33CCFF)]
-          RenderBlock (anonymous) at (8,8) size 47x16
-            RenderText at (8,1) size 18x13
-              text run at (8,1) width 18: &quot;foo&quot;
-        RenderText {#text} at (247,161) size 8x18
-          text run at (247,161) width 8: &quot;a&quot;
-        RenderMenuList {SELECT} at (256,155) size 64x32 [color=#7F7F7F] [bgcolor=#FFFFFF] [border: (8px solid #33CCFF)]
-          RenderBlock (anonymous) at (8,8) size 47x16
-            RenderText at (8,1) size 18x13
-              text run at (8,1) width 18: &quot;foo&quot;
-        RenderText {#text} at (321,161) size 9x18
-          text run at (321,161) width 9: &quot;b&quot;
-        RenderBR {BR} at (329,161) size 1x18
</del><ins>+        RenderMenuList {SELECT} at (182,155) size 63x32 [bgcolor=#FFFFFF] [border: (8px solid #33CCFF)]
+          RenderBlock (anonymous) at (8,8) size 46x16
+            RenderText at (8,1) size 17x13
+              text run at (8,1) width 17: &quot;foo&quot;
+        RenderText {#text} at (246,161) size 8x18
+          text run at (246,161) width 8: &quot;a&quot;
+        RenderMenuList {SELECT} at (255,155) size 63x32 [color=#7F7F7F] [bgcolor=#FFFFFF] [border: (8px solid #33CCFF)]
+          RenderBlock (anonymous) at (8,8) size 46x16
+            RenderText at (8,1) size 17x13
+              text run at (8,1) width 17: &quot;foo&quot;
+        RenderText {#text} at (319,161) size 9x18
+          text run at (319,161) width 9: &quot;b&quot;
+        RenderBR {BR} at (327,161) size 1x18
</ins><span class="cx">         RenderBR {BR} at (1,188) size 0x18
</span><span class="cx">         RenderText {#text} at (1,209) size 118x18
</span><span class="cx">           text run at (1,209) width 118: &quot;Border + padding:&quot;
</span><del>-        RenderMenuList {SELECT} at (120,207) size 56x24 [bgcolor=#FFFFFF] [border: (4px solid #33CCFF)]
-          RenderBlock (anonymous) at (4,4) size 47x16
-            RenderText at (8,1) size 18x13
-              text run at (8,1) width 18: &quot;foo&quot;
-        RenderText {#text} at (177,209) size 8x18
-          text run at (177,209) width 8: &quot;a&quot;
-        RenderMenuList {SELECT} at (186,207) size 56x24 [color=#7F7F7F] [bgcolor=#FFFFFF] [border: (4px solid #33CCFF)]
-          RenderBlock (anonymous) at (4,4) size 47x16
-            RenderText at (8,1) size 18x13
-              text run at (8,1) width 18: &quot;foo&quot;
-        RenderText {#text} at (243,209) size 9x18
-          text run at (243,209) width 9: &quot;b&quot;
-        RenderBR {BR} at (251,209) size 1x18
</del><ins>+        RenderMenuList {SELECT} at (120,207) size 55x24 [bgcolor=#FFFFFF] [border: (4px solid #33CCFF)]
+          RenderBlock (anonymous) at (4,4) size 46x16
+            RenderText at (8,1) size 17x13
+              text run at (8,1) width 17: &quot;foo&quot;
+        RenderText {#text} at (176,209) size 8x18
+          text run at (176,209) width 8: &quot;a&quot;
+        RenderMenuList {SELECT} at (185,207) size 55x24 [color=#7F7F7F] [bgcolor=#FFFFFF] [border: (4px solid #33CCFF)]
+          RenderBlock (anonymous) at (4,4) size 46x16
+            RenderText at (8,1) size 17x13
+              text run at (8,1) width 17: &quot;foo&quot;
+        RenderText {#text} at (241,209) size 9x18
+          text run at (241,209) width 9: &quot;b&quot;
+        RenderBR {BR} at (249,209) size 1x18
</ins><span class="cx">         RenderBR {BR} at (1,232) size 0x18
</span><span class="cx">         RenderText {#text} at (1,248) size 491x18
</span><span class="cx">           text run at (1,248) width 491: &quot;Height larger than font-size, button should grow, text baseline should center:&quot;
</span><del>-        RenderMenuList {SELECT} at (493,249) size 50x18 [bgcolor=#FFFFFF]
-          RenderBlock (anonymous) at (0,0) size 49x18
-            RenderText at (8,2) size 18x13
-              text run at (8,2) width 18: &quot;foo&quot;
-        RenderText {#text} at (544,248) size 8x18
-          text run at (544,248) width 8: &quot;a&quot;
-        RenderMenuList {SELECT} at (553,249) size 50x18 [color=#808080] [bgcolor=#FFFFFF]
-          RenderBlock (anonymous) at (0,0) size 49x18
-            RenderText at (8,2) size 18x13
-              text run at (8,2) width 18: &quot;foo&quot;
-        RenderText {#text} at (604,248) size 9x18
-          text run at (604,248) width 9: &quot;b&quot;
-        RenderBR {BR} at (612,248) size 1x18
</del><ins>+        RenderMenuList {SELECT} at (493,249) size 49x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 48x18
+            RenderText at (8,2) size 17x13
+              text run at (8,2) width 17: &quot;foo&quot;
+        RenderText {#text} at (543,248) size 8x18
+          text run at (543,248) width 8: &quot;a&quot;
+        RenderMenuList {SELECT} at (552,249) size 49x18 [color=#808080] [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 48x18
+            RenderText at (8,2) size 17x13
+              text run at (8,2) width 17: &quot;foo&quot;
+        RenderText {#text} at (602,248) size 9x18
+          text run at (602,248) width 9: &quot;b&quot;
+        RenderBR {BR} at (610,248) size 1x18
</ins><span class="cx">         RenderBR {BR} at (1,266) size 0x18
</span><span class="cx">         RenderText {#text} at (1,282) size 515x18
</span><span class="cx">           text run at (1,282) width 515: &quot;Heigh smaller than font-size, whole select shrinks and is baselined with the text:&quot;
</span><span class="cx">         RenderMenuList {SELECT} at (517,283) size 50x18 [bgcolor=#FFFFFF]
</span><span class="cx">           RenderBlock (anonymous) at (0,0) size 49x18
</span><del>-            RenderText at (8,2) size 18x13
-              text run at (8,2) width 18: &quot;foo&quot;
</del><ins>+            RenderText at (8,2) size 17x13
+              text run at (8,2) width 17: &quot;foo&quot;
</ins><span class="cx">         RenderText {#text} at (568,282) size 8x18
</span><span class="cx">           text run at (568,282) width 8: &quot;a&quot;
</span><span class="cx">         RenderMenuList {SELECT} at (577,283) size 50x18 [bgcolor=#FFFFFF]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsbasictextareasexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/basic-textareas-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsbasictextareasexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/basic-textareas-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/basic-textareas-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/basic-textareas-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -1,12 +1,12 @@
</span><del>-layer at (0,0) size 785x1441
</del><ins>+layer at (0,0) size 785x1466
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1441
-  RenderBlock {HTML} at (0,0) size 785x1441
-    RenderBody {BODY} at (0,0) size 785x1441
-      RenderIFrame {IFRAME} at (0,0) size 785x737
</del><ins>+layer at (0,0) size 785x1466
+  RenderBlock {HTML} at (0,0) size 785x1466
+    RenderBody {BODY} at (0,0) size 785x1466
+      RenderIFrame {IFRAME} at (0,0) size 785x762
+        layer at (0,0) size 785x762
+          RenderView at (0,0) size 785x762
</ins><span class="cx">         layer at (0,0) size 785x737
</span><del>-          RenderView at (0,0) size 785x737
-        layer at (0,0) size 785x737
</del><span class="cx">           RenderBlock {HTML} at (0,0) size 785x737
</span><span class="cx">             RenderBody {BODY} at (0,5) size 785x732
</span><span class="cx">               RenderBlock {DIV} at (0,0) size 785x18
</span><span class="lines">@@ -13,45 +13,45 @@
</span><span class="cx">                 RenderText {#text} at (0,0) size 196x18
</span><span class="cx">                   text run at (0,0) width 196: &quot;CompatMode: CSS1Compat&quot;
</span><span class="cx">               RenderBlock (anonymous) at (0,23) size 785x709
</span><del>-                RenderBlock {DIV} at (0,30) size 158x55 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (0,30) size 167x55 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,12) size 80x0
</span><span class="cx">                   RenderBR {BR} at (81,1) size 0x14
</span><del>-                RenderBlock {DIV} at (158,30) size 158x55 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (167,30) size 167x55 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x14
</span><span class="cx">                     RenderText {#text} at (0,0) size 78x14
</span><span class="cx">                       text run at (0,0) width 78: &quot;disabled: \&quot;true\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,1) size 0x14
</span><del>-                RenderBlock {DIV} at (316,0) size 174x85 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (334,0) size 183x85 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><span class="cx">                     RenderText {#text} at (0,0) size 79x28
</span><span class="cx">                       text run at (0,0) width 26: &quot;style:&quot;
</span><span class="cx">                       text run at (0,14) width 79: &quot;\&quot;padding:10px\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,15) size 0x14
</span><del>-                RenderBlock {DIV} at (490,20) size 154x65 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (517,20) size 163x65 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><span class="cx">                     RenderText {#text} at (0,0) size 73x28
</span><span class="cx">                       text run at (0,0) width 26: &quot;style:&quot;
</span><span class="cx">                       text run at (0,14) width 73: &quot;\&quot;padding:0px\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,15) size 0x14
</span><del>-                RenderBlock {DIV} at (0,119) size 174x85 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (0,119) size 183x85 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><span class="cx">                     RenderText {#text} at (0,0) size 74x28
</span><span class="cx">                       text run at (0,0) width 26: &quot;style:&quot;
</span><span class="cx">                       text run at (0,14) width 74: &quot;\&quot;margin:10px\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,15) size 0x14
</span><del>-                RenderBlock {DIV} at (174,139) size 154x65 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (183,139) size 163x65 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><span class="cx">                     RenderText {#text} at (0,0) size 68x28
</span><span class="cx">                       text run at (0,0) width 26: &quot;style:&quot;
</span><span class="cx">                       text run at (0,14) width 68: &quot;\&quot;margin:0px\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,15) size 0x14
</span><del>-                RenderBlock {DIV} at (328,135) size 82x69 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (346,135) size 82x69 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><span class="cx">                     RenderText {#text} at (0,0) size 68x28
</span><span class="cx">                       text run at (0,0) width 26: &quot;style:&quot;
</span><span class="cx">                       text run at (0,14) width 68: &quot;\&quot;width:60px\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,15) size 0x14
</span><del>-                RenderBlock {DIV} at (410,85) size 104x119 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (428,85) size 104x119 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x42
</span><span class="cx">                     RenderText {#text} at (0,0) size 74x42
</span><span class="cx">                       text run at (0,0) width 26: &quot;style:&quot;
</span><span class="lines">@@ -58,7 +58,7 @@
</span><span class="cx">                       text run at (0,14) width 63: &quot;\&quot;width:60px;&quot;
</span><span class="cx">                       text run at (0,28) width 74: &quot;padding:20px\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,29) size 0x14
</span><del>-                RenderBlock {DIV} at (514,125) size 82x79 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (532,125) size 82x79 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x42
</span><span class="cx">                     RenderText {#text} at (0,0) size 63x42
</span><span class="cx">                       text run at (0,0) width 26: &quot;style:&quot;
</span><span class="lines">@@ -65,7 +65,7 @@
</span><span class="cx">                       text run at (0,14) width 63: &quot;\&quot;width:60px;&quot;
</span><span class="cx">                       text run at (0,28) width 56: &quot;padding:0\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,29) size 0x14
</span><del>-                RenderBlock {DIV} at (596,105) size 158x99 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (614,105) size 167x99 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><span class="cx">                     RenderText {#text} at (0,0) size 71x28
</span><span class="cx">                       text run at (0,0) width 26: &quot;style:&quot;
</span><span class="lines">@@ -78,19 +78,19 @@
</span><span class="cx">                       text run at (0,14) width 63: &quot;\&quot;width:60px;&quot;
</span><span class="cx">                       text run at (0,28) width 66: &quot;height:60px\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,29) size 0x14
</span><del>-                RenderBlock {DIV} at (82,262) size 158x69 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (82,262) size 167x69 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><span class="cx">                     RenderText {#text} at (0,0) size 92x28
</span><span class="cx">                       text run at (0,0) width 26: &quot;style:&quot;
</span><span class="cx">                       text run at (0,14) width 92: &quot;\&quot;overflow:hidden\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,15) size 0x14
</span><del>-                RenderBlock {DIV} at (240,247) size 158x84 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (249,247) size 167x84 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><span class="cx">                     RenderText {#text} at (0,0) size 86x28
</span><span class="cx">                       text run at (0,0) width 26: &quot;style:&quot;
</span><span class="cx">                       text run at (0,14) width 86: &quot;\&quot;overflow:scroll\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,15) size 0x14
</span><del>-                RenderBlock {DIV} at (398,204) size 82x127 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (416,204) size 82x127 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x56
</span><span class="cx">                     RenderText {#text} at (0,0) size 87x56
</span><span class="cx">                       text run at (0,0) width 26: &quot;style:&quot;
</span><span class="lines">@@ -98,7 +98,7 @@
</span><span class="cx">                       text run at (0,28) width 59: &quot;width:60px;&quot;
</span><span class="cx">                       text run at (0,42) width 66: &quot;height:60px\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,43) size 0x14
</span><del>-                RenderBlock {DIV} at (480,204) size 82x127 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (498,204) size 82x127 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x56
</span><span class="cx">                     RenderText {#text} at (0,0) size 81x56
</span><span class="cx">                       text run at (0,0) width 26: &quot;style:&quot;
</span><span class="lines">@@ -106,7 +106,7 @@
</span><span class="cx">                       text run at (0,28) width 59: &quot;width:60px;&quot;
</span><span class="cx">                       text run at (0,42) width 66: &quot;height:60px\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,43) size 0x14
</span><del>-                RenderBlock {DIV} at (562,218) size 82x113 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (580,218) size 82x113 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x42
</span><span class="cx">                     RenderText {#text} at (0,0) size 74x42
</span><span class="cx">                       text run at (0,0) width 74: &quot;cols: \&quot;5\&quot;, style:&quot;
</span><span class="lines">@@ -113,7 +113,7 @@
</span><span class="cx">                       text run at (0,14) width 63: &quot;\&quot;width:60px;&quot;
</span><span class="cx">                       text run at (0,28) width 66: &quot;height:60px\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,29) size 0x14
</span><del>-                RenderBlock {DIV} at (644,218) size 82x113 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (662,218) size 82x113 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x42
</span><span class="cx">                     RenderText {#text} at (0,0) size 78x42
</span><span class="cx">                       text run at (0,0) width 78: &quot;rows: \&quot;4\&quot;, style:&quot;
</span><span class="lines">@@ -133,79 +133,79 @@
</span><span class="cx">                     RenderText {#text} at (0,0) size 45x14
</span><span class="cx">                       text run at (0,0) width 45: &quot;cols: \&quot;3\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,1) size 0x14
</span><del>-                RenderBlock {DIV} at (164,390) size 158x68 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (164,390) size 167x68 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x14
</span><span class="cx">                     RenderText {#text} at (0,0) size 49x14
</span><span class="cx">                       text run at (0,0) width 49: &quot;rows: \&quot;3\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,1) size 0x14
</span><del>-                RenderBlock {DIV} at (322,403) size 82x55 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (331,403) size 82x55 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x14
</span><span class="cx">                     RenderText {#text} at (0,0) size 45x14
</span><span class="cx">                       text run at (0,0) width 45: &quot;cols: \&quot;7\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,1) size 0x14
</span><del>-                RenderBlock {DIV} at (404,338) size 158x120 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (413,338) size 167x120 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x14
</span><span class="cx">                     RenderText {#text} at (0,0) size 49x14
</span><span class="cx">                       text run at (0,0) width 49: &quot;rows: \&quot;7\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,1) size 0x14
</span><del>-                RenderBlock {DIV} at (562,363) size 82x95 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (580,363) size 82x95 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><span class="cx">                     RenderText {#text} at (0,0) size 75x28
</span><span class="cx">                       text run at (0,0) width 75: &quot;cols: \&quot;5\&quot;, rows:&quot;
</span><span class="cx">                       text run at (0,14) width 19: &quot;\&quot;4\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,15) size 0x14
</span><del>-                RenderBlock {DIV} at (0,458) size 158x70 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (0,458) size 167x70 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x14
</span><span class="cx">                     RenderText {#text} at (0,0) size 57x14
</span><span class="cx">                       text run at (0,0) width 57: &quot;wrap: \&quot;off\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,1) size 0x14
</span><del>-                RenderBlock {DIV} at (158,473) size 158x55 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (167,473) size 167x55 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x14
</span><span class="cx">                     RenderText {#text} at (0,0) size 65x14
</span><span class="cx">                       text run at (0,0) width 65: &quot;wrap: \&quot;hard\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,1) size 0x14
</span><del>-                RenderBlock {DIV} at (316,473) size 158x55 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (334,473) size 167x55 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x14
</span><span class="cx">                     RenderText {#text} at (0,0) size 62x14
</span><span class="cx">                       text run at (0,0) width 62: &quot;wrap: \&quot;soft\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,1) size 0x14
</span><del>-                RenderBlock {DIV} at (474,459) size 158x69 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (501,459) size 167x69 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><span class="cx">                     RenderText {#text} at (0,0) size 72x28
</span><span class="cx">                       text run at (0,0) width 65: &quot;style: \&quot;white-&quot;
</span><span class="cx">                       text run at (0,14) width 72: &quot;space:normal\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,15) size 0x14
</span><del>-                RenderBlock {DIV} at (0,528) size 158x69 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (0,528) size 167x69 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><span class="cx">                     RenderText {#text} at (0,0) size 65x28
</span><span class="cx">                       text run at (0,0) width 65: &quot;style: \&quot;white-&quot;
</span><span class="cx">                       text run at (0,14) width 54: &quot;space:pre\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,15) size 0x14
</span><del>-                RenderBlock {DIV} at (158,528) size 158x69 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (167,528) size 167x69 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><span class="cx">                     RenderText {#text} at (0,0) size 78x28
</span><span class="cx">                       text run at (0,0) width 65: &quot;style: \&quot;white-&quot;
</span><span class="cx">                       text run at (0,14) width 78: &quot;space:prewrap\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,15) size 0x14
</span><del>-                RenderBlock {DIV} at (316,528) size 158x69 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (334,528) size 167x69 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><span class="cx">                     RenderText {#text} at (0,0) size 74x28
</span><span class="cx">                       text run at (0,0) width 65: &quot;style: \&quot;white-&quot;
</span><span class="cx">                       text run at (0,14) width 74: &quot;space:nowrap\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,15) size 0x14
</span><del>-                RenderBlock {DIV} at (474,528) size 158x69 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (501,528) size 167x69 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><span class="cx">                     RenderText {#text} at (0,0) size 76x28
</span><span class="cx">                       text run at (0,0) width 65: &quot;style: \&quot;white-&quot;
</span><span class="cx">                       text run at (0,14) width 76: &quot;space:pre-line\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,15) size 0x14
</span><del>-                RenderBlock {DIV} at (0,625) size 158x84 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (0,625) size 167x84 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><span class="cx">                     RenderText {#text} at (0,0) size 70x28
</span><span class="cx">                       text run at (0,0) width 63: &quot;style: \&quot;word-&quot;
</span><span class="cx">                       text run at (0,14) width 70: &quot;wrap:normal\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,15) size 0x14
</span><del>-                RenderBlock {DIV} at (158,597) size 158x112 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (167,597) size 167x112 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x56
</span><span class="cx">                     RenderText {#text} at (0,0) size 65x56
</span><span class="cx">                       text run at (0,0) width 57: &quot;wrap: \&quot;off\&quot;,&quot;
</span><span class="lines">@@ -213,443 +213,439 @@
</span><span class="cx">                       text run at (0,28) width 50: &quot;space:pre-&quot;
</span><span class="cx">                       text run at (0,42) width 32: &quot;wrap\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,43) size 0x14
</span><del>-        layer at (3,75) size 152x32 clip at (4,76) size 150x30
-          RenderTextControl {TEXTAREA} at (3,17) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 146x13
-              RenderText {#text} at (0,0) size 100x13
-                text run at (0,0) width 100: &quot;Lorem ipsum dolor&quot;
-        layer at (161,75) size 152x32 clip at (162,76) size 135x30 scrollHeight 56
-          RenderTextControl {TEXTAREA} at (3,17) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 131x52 [color=#545454]
-              RenderText {#text} at (0,0) size 131x52
-                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
-                text run at (102,0) width 4: &quot; &quot;
-                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
-                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
-                text run at (70,26) width 4: &quot; &quot;
-                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        layer at (319,59) size 168x48 clip at (320,60) size 151x46 scrollHeight 72
-          RenderTextControl {TEXTAREA} at (3,31) size 168x48 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (11,11) size 131x52
-              RenderText {#text} at (0,0) size 131x52
-                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
-                text run at (102,0) width 4: &quot; &quot;
-                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
-                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
-                text run at (70,26) width 4: &quot; &quot;
-                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        layer at (493,79) size 148x28 clip at (494,80) size 131x26 scrollHeight 52
-          RenderTextControl {TEXTAREA} at (3,31) size 148x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (1,1) size 131x52
-              RenderText {#text} at (0,0) size 131x52
-                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
-                text run at (102,0) width 4: &quot; &quot;
-                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
-                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
-                text run at (70,26) width 4: &quot; &quot;
-                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        layer at (11,186) size 152x32 clip at (12,187) size 135x30 scrollHeight 56
-          RenderTextControl {TEXTAREA} at (11,39) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 131x52
-              RenderText {#text} at (0,0) size 131x52
-                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
-                text run at (102,0) width 4: &quot; &quot;
-                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
-                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
-                text run at (70,26) width 4: &quot; &quot;
-                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        layer at (175,196) size 152x32 clip at (176,197) size 135x30 scrollHeight 56
-          RenderTextControl {TEXTAREA} at (1,29) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 131x52
-              RenderText {#text} at (0,0) size 131x52
-                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
-                text run at (102,0) width 4: &quot; &quot;
-                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
-                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
-                text run at (70,26) width 4: &quot; &quot;
-                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        layer at (329,194) size 66x32 clip at (330,195) size 49x30 scrollHeight 147
</del><ins>+        layer at (3,75) size 161x32 clip at (4,76) size 159x30
+          RenderTextControl {TEXTAREA} at (3,17) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 155x13
+              RenderText {#text} at (0,0) size 98x13
+                text run at (0,0) width 98: &quot;Lorem ipsum dolor&quot;
+        layer at (170,75) size 161x32 clip at (171,76) size 144x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,17) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 140x52 [color=#545454]
+              RenderText {#text} at (0,0) size 140x52
+                text run at (0,0) width 101: &quot;Lorem ipsum  dolor&quot;
+                text run at (100,0) width 4: &quot; &quot;
+                text run at (0,13) width 140: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+                text run at (0,26) width 56: &quot;TUVWXYZ&quot;
+                text run at (55,26) width 4: &quot; &quot;
+                text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (337,59) size 177x48 clip at (338,60) size 160x46 scrollHeight 72
+          RenderTextControl {TEXTAREA} at (3,31) size 177x48 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (11,11) size 140x52
+              RenderText {#text} at (0,0) size 140x52
+                text run at (0,0) width 101: &quot;Lorem ipsum  dolor&quot;
+                text run at (100,0) width 4: &quot; &quot;
+                text run at (0,13) width 140: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+                text run at (0,26) width 56: &quot;TUVWXYZ&quot;
+                text run at (55,26) width 4: &quot; &quot;
+                text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (520,79) size 157x28 clip at (521,80) size 140x26 scrollHeight 52
+          RenderTextControl {TEXTAREA} at (3,31) size 157x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (1,1) size 140x52
+              RenderText {#text} at (0,0) size 140x52
+                text run at (0,0) width 101: &quot;Lorem ipsum  dolor&quot;
+                text run at (100,0) width 4: &quot; &quot;
+                text run at (0,13) width 140: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+                text run at (0,26) width 56: &quot;TUVWXYZ&quot;
+                text run at (55,26) width 4: &quot; &quot;
+                text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (11,186) size 161x32 clip at (12,187) size 144x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (11,39) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 140x52
+              RenderText {#text} at (0,0) size 140x52
+                text run at (0,0) width 101: &quot;Lorem ipsum  dolor&quot;
+                text run at (100,0) width 4: &quot; &quot;
+                text run at (0,13) width 140: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+                text run at (0,26) width 56: &quot;TUVWXYZ&quot;
+                text run at (55,26) width 4: &quot; &quot;
+                text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (184,196) size 161x32 clip at (185,197) size 144x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (1,29) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 140x52
+              RenderText {#text} at (0,0) size 140x52
+                text run at (0,0) width 101: &quot;Lorem ipsum  dolor&quot;
+                text run at (100,0) width 4: &quot; &quot;
+                text run at (0,13) width 140: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+                text run at (0,26) width 56: &quot;TUVWXYZ&quot;
+                text run at (55,26) width 4: &quot; &quot;
+                text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (347,194) size 66x32 clip at (348,195) size 49x30 scrollHeight 147
</ins><span class="cx">           RenderTextControl {TEXTAREA} at (1,31) size 66x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 45x143
</span><del>-              RenderText {#text} at (0,0) size 45x143
-                text run at (0,0) width 34: &quot;Lorem&quot;
-                text run at (33,0) width 4: &quot; &quot;
</del><ins>+              RenderText {#text} at (0,0) size 44x143
+                text run at (0,0) width 33: &quot;Lorem&quot;
+                text run at (32,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 32: &quot;ipsum&quot;
</span><del>-                text run at (31,13) width 8: &quot;  &quot;
</del><ins>+                text run at (31,13) width 7: &quot;  &quot;
</ins><span class="cx">                 text run at (0,26) width 28: &quot;dolor&quot;
</span><span class="cx">                 text run at (27,26) width 4: &quot; &quot;
</span><del>-                text run at (0,39) width 40: &quot;ABCDE&quot;
-                text run at (0,52) width 41: &quot;FGHIJK&quot;
-                text run at (0,65) width 42: &quot;LMNOP&quot;
-                text run at (0,78) width 40: &quot;QRSTU&quot;
-                text run at (0,91) width 40: &quot;VWXYZ&quot;
-                text run at (39,91) width 5: &quot; &quot;
-                text run at (0,104) width 44: &quot;abcdefg&quot;
-                text run at (0,117) width 45: &quot;hijklmno&quot;
</del><ins>+                text run at (0,39) width 44: &quot;ABCDEF&quot;
+                text run at (0,52) width 40: &quot;GHIJKL&quot;
+                text run at (0,65) width 43: &quot;MNOPQ&quot;
+                text run at (0,78) width 38: &quot;RSTUV&quot;
+                text run at (0,91) width 33: &quot;WXYZ&quot;
+                text run at (32,91) width 5: &quot; &quot;
+                text run at (0,104) width 43: &quot;abcdefg&quot;
+                text run at (0,117) width 44: &quot;hijklmno&quot;
</ins><span class="cx">                 text run at (0,130) width 41: &quot;pqrstuv&quot;
</span><del>-        layer at (411,158) size 102x68 clip at (412,159) size 85x66 scrollHeight 183
</del><ins>+        layer at (429,158) size 102x68 clip at (430,159) size 85x66 scrollHeight 183
</ins><span class="cx">           RenderTextControl {TEXTAREA} at (1,45) size 102x68 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">             RenderBlock {DIV} at (21,21) size 45x143
</span><del>-              RenderText {#text} at (0,0) size 45x143
-                text run at (0,0) width 34: &quot;Lorem&quot;
-                text run at (33,0) width 4: &quot; &quot;
</del><ins>+              RenderText {#text} at (0,0) size 44x143
+                text run at (0,0) width 33: &quot;Lorem&quot;
+                text run at (32,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 32: &quot;ipsum&quot;
</span><del>-                text run at (31,13) width 8: &quot;  &quot;
</del><ins>+                text run at (31,13) width 7: &quot;  &quot;
</ins><span class="cx">                 text run at (0,26) width 28: &quot;dolor&quot;
</span><span class="cx">                 text run at (27,26) width 4: &quot; &quot;
</span><del>-                text run at (0,39) width 40: &quot;ABCDE&quot;
-                text run at (0,52) width 41: &quot;FGHIJK&quot;
-                text run at (0,65) width 42: &quot;LMNOP&quot;
-                text run at (0,78) width 40: &quot;QRSTU&quot;
-                text run at (0,91) width 40: &quot;VWXYZ&quot;
-                text run at (39,91) width 5: &quot; &quot;
-                text run at (0,104) width 44: &quot;abcdefg&quot;
-                text run at (0,117) width 45: &quot;hijklmno&quot;
</del><ins>+                text run at (0,39) width 44: &quot;ABCDEF&quot;
+                text run at (0,52) width 40: &quot;GHIJKL&quot;
+                text run at (0,65) width 43: &quot;MNOPQ&quot;
+                text run at (0,78) width 38: &quot;RSTUV&quot;
+                text run at (0,91) width 33: &quot;WXYZ&quot;
+                text run at (32,91) width 5: &quot; &quot;
+                text run at (0,104) width 43: &quot;abcdefg&quot;
+                text run at (0,117) width 44: &quot;hijklmno&quot;
</ins><span class="cx">                 text run at (0,130) width 41: &quot;pqrstuv&quot;
</span><del>-        layer at (515,198) size 62x28 clip at (516,199) size 45x26 scrollHeight 143
</del><ins>+        layer at (533,198) size 62x28 clip at (534,199) size 45x26 scrollHeight 143
</ins><span class="cx">           RenderTextControl {TEXTAREA} at (1,45) size 62x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">             RenderBlock {DIV} at (1,1) size 45x143
</span><del>-              RenderText {#text} at (0,0) size 45x143
-                text run at (0,0) width 34: &quot;Lorem&quot;
-                text run at (33,0) width 4: &quot; &quot;
</del><ins>+              RenderText {#text} at (0,0) size 44x143
+                text run at (0,0) width 33: &quot;Lorem&quot;
+                text run at (32,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 32: &quot;ipsum&quot;
</span><del>-                text run at (31,13) width 8: &quot;  &quot;
</del><ins>+                text run at (31,13) width 7: &quot;  &quot;
</ins><span class="cx">                 text run at (0,26) width 28: &quot;dolor&quot;
</span><span class="cx">                 text run at (27,26) width 4: &quot; &quot;
</span><del>-                text run at (0,39) width 40: &quot;ABCDE&quot;
-                text run at (0,52) width 41: &quot;FGHIJK&quot;
-                text run at (0,65) width 42: &quot;LMNOP&quot;
-                text run at (0,78) width 40: &quot;QRSTU&quot;
-                text run at (0,91) width 40: &quot;VWXYZ&quot;
-                text run at (39,91) width 5: &quot; &quot;
-                text run at (0,104) width 44: &quot;abcdefg&quot;
-                text run at (0,117) width 45: &quot;hijklmno&quot;
</del><ins>+                text run at (0,39) width 44: &quot;ABCDEF&quot;
+                text run at (0,52) width 40: &quot;GHIJKL&quot;
+                text run at (0,65) width 43: &quot;MNOPQ&quot;
+                text run at (0,78) width 38: &quot;RSTUV&quot;
+                text run at (0,91) width 33: &quot;WXYZ&quot;
+                text run at (32,91) width 5: &quot; &quot;
+                text run at (0,104) width 43: &quot;abcdefg&quot;
+                text run at (0,117) width 44: &quot;hijklmno&quot;
</ins><span class="cx">                 text run at (0,130) width 41: &quot;pqrstuv&quot;
</span><del>-        layer at (599,162) size 152x66 clip at (600,163) size 150x64
-          RenderTextControl {TEXTAREA} at (3,29) size 152x66 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 146x52
-              RenderText {#text} at (0,0) size 146x52
-                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
-                text run at (102,0) width 4: &quot; &quot;
-                text run at (0,13) width 146: &quot;ABCDEFGHIJKLMNOPQRS&quot;
-                text run at (0,26) width 55: &quot;TUVWXYZ&quot;
-                text run at (54,26) width 5: &quot; &quot;
-                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
</del><ins>+        layer at (617,162) size 161x66 clip at (618,163) size 159x64
+          RenderTextControl {TEXTAREA} at (3,29) size 161x66 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 155x52
+              RenderText {#text} at (0,0) size 155x52
+                text run at (0,0) width 101: &quot;Lorem ipsum  dolor&quot;
+                text run at (100,0) width 4: &quot; &quot;
+                text run at (0,13) width 155: &quot;ABCDEFGHIJKLMNOPQRSTU&quot;
+                text run at (0,26) width 41: &quot;VWXYZ&quot;
+                text run at (40,26) width 4: &quot; &quot;
+                text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
</ins><span class="cx">         layer at (1,289) size 66x66 clip at (2,290) size 49x64 scrollHeight 147
</span><span class="cx">           RenderTextControl {TEXTAREA} at (1,43) size 66x66 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 45x143
</span><del>-              RenderText {#text} at (0,0) size 45x143
-                text run at (0,0) width 34: &quot;Lorem&quot;
-                text run at (33,0) width 4: &quot; &quot;
</del><ins>+              RenderText {#text} at (0,0) size 44x143
+                text run at (0,0) width 33: &quot;Lorem&quot;
+                text run at (32,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 32: &quot;ipsum&quot;
</span><del>-                text run at (31,13) width 8: &quot;  &quot;
</del><ins>+                text run at (31,13) width 7: &quot;  &quot;
</ins><span class="cx">                 text run at (0,26) width 28: &quot;dolor&quot;
</span><span class="cx">                 text run at (27,26) width 4: &quot; &quot;
</span><del>-                text run at (0,39) width 40: &quot;ABCDE&quot;
-                text run at (0,52) width 41: &quot;FGHIJK&quot;
-                text run at (0,65) width 42: &quot;LMNOP&quot;
-                text run at (0,78) width 40: &quot;QRSTU&quot;
-                text run at (0,91) width 40: &quot;VWXYZ&quot;
-                text run at (39,91) width 5: &quot; &quot;
-                text run at (0,104) width 44: &quot;abcdefg&quot;
-                text run at (0,117) width 45: &quot;hijklmno&quot;
</del><ins>+                text run at (0,39) width 44: &quot;ABCDEF&quot;
+                text run at (0,52) width 40: &quot;GHIJKL&quot;
+                text run at (0,65) width 43: &quot;MNOPQ&quot;
+                text run at (0,78) width 38: &quot;RSTUV&quot;
+                text run at (0,91) width 33: &quot;WXYZ&quot;
+                text run at (32,91) width 5: &quot; &quot;
+                text run at (0,104) width 43: &quot;abcdefg&quot;
+                text run at (0,117) width 44: &quot;hijklmno&quot;
</ins><span class="cx">                 text run at (0,130) width 41: &quot;pqrstuv&quot;
</span><del>-        layer at (85,321) size 152x32 clip at (86,322) size 150x30 scrollHeight 56
-          RenderTextControl {TEXTAREA} at (3,31) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 146x52
-              RenderText {#text} at (0,0) size 146x52
-                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
-                text run at (102,0) width 4: &quot; &quot;
-                text run at (0,13) width 146: &quot;ABCDEFGHIJKLMNOPQRS&quot;
-                text run at (0,26) width 55: &quot;TUVWXYZ&quot;
-                text run at (54,26) width 5: &quot; &quot;
-                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        layer at (243,306) size 152x47 clip at (244,307) size 135x30 scrollHeight 56
-          RenderTextControl {TEXTAREA} at (3,31) size 152x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 131x52
-              RenderText {#text} at (0,0) size 131x52
-                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
-                text run at (102,0) width 4: &quot; &quot;
-                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
-                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
-                text run at (70,26) width 4: &quot; &quot;
-                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        layer at (399,289) size 66x66 clip at (400,290) size 64x64 scrollHeight 134
</del><ins>+        layer at (85,321) size 161x32 clip at (86,322) size 159x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,31) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 155x52
+              RenderText {#text} at (0,0) size 155x52
+                text run at (0,0) width 101: &quot;Lorem ipsum  dolor&quot;
+                text run at (100,0) width 4: &quot; &quot;
+                text run at (0,13) width 155: &quot;ABCDEFGHIJKLMNOPQRSTU&quot;
+                text run at (0,26) width 41: &quot;VWXYZ&quot;
+                text run at (40,26) width 4: &quot; &quot;
+                text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (252,306) size 161x47 clip at (253,307) size 144x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,31) size 161x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 140x52
+              RenderText {#text} at (0,0) size 140x52
+                text run at (0,0) width 101: &quot;Lorem ipsum  dolor&quot;
+                text run at (100,0) width 4: &quot; &quot;
+                text run at (0,13) width 140: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+                text run at (0,26) width 56: &quot;TUVWXYZ&quot;
+                text run at (55,26) width 4: &quot; &quot;
+                text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (417,289) size 66x66 clip at (418,290) size 64x64 scrollHeight 134
</ins><span class="cx">           RenderTextControl {TEXTAREA} at (1,57) size 66x66 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 60x130
</span><span class="cx">               RenderText {#text} at (0,0) size 60x130
</span><del>-                text run at (0,0) width 34: &quot;Lorem&quot;
-                text run at (33,0) width 4: &quot; &quot;
</del><ins>+                text run at (0,0) width 33: &quot;Lorem&quot;
+                text run at (32,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 32: &quot;ipsum&quot;
</span><del>-                text run at (31,13) width 8: &quot;  &quot;
</del><ins>+                text run at (31,13) width 7: &quot;  &quot;
</ins><span class="cx">                 text run at (0,26) width 28: &quot;dolor&quot;
</span><span class="cx">                 text run at (27,26) width 4: &quot; &quot;
</span><del>-                text run at (0,39) width 55: &quot;ABCDEFG&quot;
-                text run at (0,52) width 60: &quot;HIJKLMNO&quot;
-                text run at (0,65) width 55: &quot;PQRSTUV&quot;
</del><ins>+                text run at (0,39) width 53: &quot;ABCDEFG&quot;
+                text run at (0,52) width 58: &quot;HIJKLMNO&quot;
+                text run at (0,65) width 53: &quot;PQRSTUV&quot;
</ins><span class="cx">                 text run at (0,78) width 33: &quot;WXYZ&quot;
</span><del>-                text run at (32,78) width 4: &quot; &quot;
</del><ins>+                text run at (32,78) width 5: &quot; &quot;
</ins><span class="cx">                 text run at (0,91) width 56: &quot;abcdefghij&quot;
</span><span class="cx">                 text run at (0,104) width 60: &quot;klmnopqrst&quot;
</span><span class="cx">                 text run at (0,117) width 13: &quot;uv&quot;
</span><del>-        layer at (481,289) size 66x66 clip at (482,290) size 49x49 scrollHeight 147
</del><ins>+        layer at (499,289) size 66x66 clip at (500,290) size 49x49 scrollHeight 147
</ins><span class="cx">           RenderTextControl {TEXTAREA} at (1,57) size 66x66 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 45x143
</span><del>-              RenderText {#text} at (0,0) size 45x143
-                text run at (0,0) width 34: &quot;Lorem&quot;
-                text run at (33,0) width 4: &quot; &quot;
</del><ins>+              RenderText {#text} at (0,0) size 44x143
+                text run at (0,0) width 33: &quot;Lorem&quot;
+                text run at (32,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 32: &quot;ipsum&quot;
</span><del>-                text run at (31,13) width 8: &quot;  &quot;
</del><ins>+                text run at (31,13) width 7: &quot;  &quot;
</ins><span class="cx">                 text run at (0,26) width 28: &quot;dolor&quot;
</span><span class="cx">                 text run at (27,26) width 4: &quot; &quot;
</span><del>-                text run at (0,39) width 40: &quot;ABCDE&quot;
-                text run at (0,52) width 41: &quot;FGHIJK&quot;
-                text run at (0,65) width 42: &quot;LMNOP&quot;
-                text run at (0,78) width 40: &quot;QRSTU&quot;
-                text run at (0,91) width 40: &quot;VWXYZ&quot;
-                text run at (39,91) width 5: &quot; &quot;
-                text run at (0,104) width 44: &quot;abcdefg&quot;
-                text run at (0,117) width 45: &quot;hijklmno&quot;
</del><ins>+                text run at (0,39) width 44: &quot;ABCDEF&quot;
+                text run at (0,52) width 40: &quot;GHIJKL&quot;
+                text run at (0,65) width 43: &quot;MNOPQ&quot;
+                text run at (0,78) width 38: &quot;RSTUV&quot;
+                text run at (0,91) width 33: &quot;WXYZ&quot;
+                text run at (32,91) width 5: &quot; &quot;
+                text run at (0,104) width 43: &quot;abcdefg&quot;
+                text run at (0,117) width 44: &quot;hijklmno&quot;
</ins><span class="cx">                 text run at (0,130) width 41: &quot;pqrstuv&quot;
</span><del>-        layer at (563,289) size 66x66 clip at (564,290) size 49x64 scrollHeight 147
</del><ins>+        layer at (581,289) size 66x66 clip at (582,290) size 49x64 scrollHeight 147
</ins><span class="cx">           RenderTextControl {TEXTAREA} at (1,43) size 66x66 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 45x143
</span><del>-              RenderText {#text} at (0,0) size 45x143
-                text run at (0,0) width 34: &quot;Lorem&quot;
-                text run at (33,0) width 4: &quot; &quot;
</del><ins>+              RenderText {#text} at (0,0) size 44x143
+                text run at (0,0) width 33: &quot;Lorem&quot;
+                text run at (32,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 32: &quot;ipsum&quot;
</span><del>-                text run at (31,13) width 8: &quot;  &quot;
</del><ins>+                text run at (31,13) width 7: &quot;  &quot;
</ins><span class="cx">                 text run at (0,26) width 28: &quot;dolor&quot;
</span><span class="cx">                 text run at (27,26) width 4: &quot; &quot;
</span><del>-                text run at (0,39) width 40: &quot;ABCDE&quot;
-                text run at (0,52) width 41: &quot;FGHIJK&quot;
-                text run at (0,65) width 42: &quot;LMNOP&quot;
-                text run at (0,78) width 40: &quot;QRSTU&quot;
-                text run at (0,91) width 40: &quot;VWXYZ&quot;
-                text run at (39,91) width 5: &quot; &quot;
-                text run at (0,104) width 44: &quot;abcdefg&quot;
-                text run at (0,117) width 45: &quot;hijklmno&quot;
</del><ins>+                text run at (0,39) width 44: &quot;ABCDEF&quot;
+                text run at (0,52) width 40: &quot;GHIJKL&quot;
+                text run at (0,65) width 43: &quot;MNOPQ&quot;
+                text run at (0,78) width 38: &quot;RSTUV&quot;
+                text run at (0,91) width 33: &quot;WXYZ&quot;
+                text run at (32,91) width 5: &quot; &quot;
+                text run at (0,104) width 43: &quot;abcdefg&quot;
+                text run at (0,117) width 44: &quot;hijklmno&quot;
</ins><span class="cx">                 text run at (0,130) width 41: &quot;pqrstuv&quot;
</span><del>-        layer at (645,289) size 66x66 clip at (646,290) size 49x64 scrollHeight 147
</del><ins>+        layer at (663,289) size 66x66 clip at (664,290) size 49x64 scrollHeight 147
</ins><span class="cx">           RenderTextControl {TEXTAREA} at (1,43) size 66x66 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 45x143
</span><del>-              RenderText {#text} at (0,0) size 45x143
-                text run at (0,0) width 34: &quot;Lorem&quot;
-                text run at (33,0) width 4: &quot; &quot;
</del><ins>+              RenderText {#text} at (0,0) size 44x143
+                text run at (0,0) width 33: &quot;Lorem&quot;
+                text run at (32,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 32: &quot;ipsum&quot;
</span><del>-                text run at (31,13) width 8: &quot;  &quot;
</del><ins>+                text run at (31,13) width 7: &quot;  &quot;
</ins><span class="cx">                 text run at (0,26) width 28: &quot;dolor&quot;
</span><span class="cx">                 text run at (27,26) width 4: &quot; &quot;
</span><del>-                text run at (0,39) width 40: &quot;ABCDE&quot;
-                text run at (0,52) width 41: &quot;FGHIJK&quot;
-                text run at (0,65) width 42: &quot;LMNOP&quot;
-                text run at (0,78) width 40: &quot;QRSTU&quot;
-                text run at (0,91) width 40: &quot;VWXYZ&quot;
-                text run at (39,91) width 5: &quot; &quot;
-                text run at (0,104) width 44: &quot;abcdefg&quot;
-                text run at (0,117) width 45: &quot;hijklmno&quot;
</del><ins>+                text run at (0,39) width 44: &quot;ABCDEF&quot;
+                text run at (0,52) width 40: &quot;GHIJKL&quot;
+                text run at (0,65) width 43: &quot;MNOPQ&quot;
+                text run at (0,78) width 38: &quot;RSTUV&quot;
+                text run at (0,91) width 33: &quot;WXYZ&quot;
+                text run at (32,91) width 5: &quot; &quot;
+                text run at (0,104) width 43: &quot;abcdefg&quot;
+                text run at (0,117) width 44: &quot;hijklmno&quot;
</ins><span class="cx">                 text run at (0,130) width 41: &quot;pqrstuv&quot;
</span><span class="cx">         layer at (1,416) size 66x66 clip at (2,417) size 49x64 scrollHeight 147
</span><span class="cx">           RenderTextControl {TEXTAREA} at (1,57) size 66x66 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 45x143
</span><del>-              RenderText {#text} at (0,0) size 45x143
-                text run at (0,0) width 34: &quot;Lorem&quot;
-                text run at (33,0) width 4: &quot; &quot;
</del><ins>+              RenderText {#text} at (0,0) size 44x143
+                text run at (0,0) width 33: &quot;Lorem&quot;
+                text run at (32,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 32: &quot;ipsum&quot;
</span><del>-                text run at (31,13) width 8: &quot;  &quot;
</del><ins>+                text run at (31,13) width 7: &quot;  &quot;
</ins><span class="cx">                 text run at (0,26) width 28: &quot;dolor&quot;
</span><span class="cx">                 text run at (27,26) width 4: &quot; &quot;
</span><del>-                text run at (0,39) width 40: &quot;ABCDE&quot;
-                text run at (0,52) width 41: &quot;FGHIJK&quot;
-                text run at (0,65) width 42: &quot;LMNOP&quot;
-                text run at (0,78) width 40: &quot;QRSTU&quot;
-                text run at (0,91) width 40: &quot;VWXYZ&quot;
-                text run at (39,91) width 5: &quot; &quot;
-                text run at (0,104) width 44: &quot;abcdefg&quot;
-                text run at (0,117) width 45: &quot;hijklmno&quot;
</del><ins>+                text run at (0,39) width 44: &quot;ABCDEF&quot;
+                text run at (0,52) width 40: &quot;GHIJKL&quot;
+                text run at (0,65) width 43: &quot;MNOPQ&quot;
+                text run at (0,78) width 38: &quot;RSTUV&quot;
+                text run at (0,91) width 33: &quot;WXYZ&quot;
+                text run at (32,91) width 5: &quot; &quot;
+                text run at (0,104) width 43: &quot;abcdefg&quot;
+                text run at (0,117) width 44: &quot;hijklmno&quot;
</ins><span class="cx">                 text run at (0,130) width 41: &quot;pqrstuv&quot;
</span><del>-        layer at (85,448) size 41x32 clip at (86,449) size 24x30 scrollHeight 355
-          RenderTextControl {TEXTAREA} at (3,17) size 41x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 20x351
-              RenderText {#text} at (0,0) size 20x351
-                text run at (0,0) width 18: &quot;Lor&quot;
-                text run at (0,13) width 17: &quot;em&quot;
-                text run at (16,13) width 4: &quot; &quot;
</del><ins>+        layer at (85,448) size 42x32 clip at (86,449) size 25x30 scrollHeight 329
+          RenderTextControl {TEXTAREA} at (3,17) size 42x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 21x325
+              RenderText {#text} at (0,0) size 21x325
+                text run at (0,0) width 17: &quot;Lor&quot;
+                text run at (0,13) width 16: &quot;em&quot;
+                text run at (15,13) width 5: &quot; &quot;
</ins><span class="cx">                 text run at (0,26) width 16: &quot;ips&quot;
</span><span class="cx">                 text run at (0,39) width 17: &quot;um&quot;
</span><del>-                text run at (16,39) width 4: &quot;  &quot;
</del><ins>+                text run at (16,39) width 5: &quot;  &quot;
</ins><span class="cx">                 text run at (0,52) width 17: &quot;dol&quot;
</span><span class="cx">                 text run at (0,65) width 11: &quot;or&quot;
</span><del>-                text run at (10,65) width 5: &quot; &quot;
-                text run at (0,78) width 16: &quot;AB&quot;
-                text run at (0,91) width 17: &quot;CD&quot;
-                text run at (0,104) width 14: &quot;EF&quot;
-                text run at (0,117) width 18: &quot;GH&quot;
-                text run at (0,130) width 18: &quot;IJK&quot;
-                text run at (0,143) width 17: &quot;LM&quot;
-                text run at (0,156) width 18: &quot;NO&quot;
-                text run at (0,169) width 17: &quot;PQ&quot;
-                text run at (0,182) width 16: &quot;RS&quot;
-                text run at (0,195) width 16: &quot;TU&quot;
-                text run at (0,208) width 18: &quot;VW&quot;
-                text run at (0,221) width 15: &quot;XY&quot;
-                text run at (0,234) width 8: &quot;Z&quot;
-                text run at (7,234) width 4: &quot; &quot;
-                text run at (0,247) width 20: &quot;abc&quot;
-                text run at (0,260) width 17: &quot;def&quot;
-                text run at (0,273) width 19: &quot;ghij&quot;
-                text run at (0,286) width 19: &quot;klm&quot;
-                text run at (0,299) width 14: &quot;no&quot;
-                text run at (0,312) width 18: &quot;pqr&quot;
-                text run at (0,325) width 17: &quot;stu&quot;
-                text run at (0,338) width 6: &quot;v&quot;
-        layer at (167,435) size 152x45 clip at (168,436) size 135x43 scrollHeight 56
-          RenderTextControl {TEXTAREA} at (3,17) size 152x45 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 131x52
-              RenderText {#text} at (0,0) size 131x52
-                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
-                text run at (102,0) width 4: &quot; &quot;
-                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
-                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
-                text run at (70,26) width 4: &quot; &quot;
-                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        layer at (325,448) size 67x32 clip at (326,449) size 50x30 scrollHeight 147
-          RenderTextControl {TEXTAREA} at (3,17) size 67x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 46x143
-              RenderText {#text} at (0,0) size 46x143
-                text run at (0,0) width 34: &quot;Lorem&quot;
-                text run at (33,0) width 4: &quot; &quot;
</del><ins>+                text run at (10,65) width 4: &quot; &quot;
+                text run at (0,78) width 15: &quot;AB&quot;
+                text run at (0,91) width 16: &quot;CD&quot;
+                text run at (0,104) width 13: &quot;EF&quot;
+                text run at (0,117) width 20: &quot;GHI&quot;
+                text run at (0,130) width 20: &quot;JKL&quot;
+                text run at (0,143) width 18: &quot;MN&quot;
+                text run at (0,156) width 16: &quot;OP&quot;
+                text run at (0,169) width 16: &quot;QR&quot;
+                text run at (0,182) width 15: &quot;ST&quot;
+                text run at (0,195) width 16: &quot;UV&quot;
+                text run at (0,208) width 19: &quot;WX&quot;
+                text run at (0,221) width 15: &quot;YZ&quot;
+                text run at (14,221) width 4: &quot; &quot;
+                text run at (0,234) width 20: &quot;abc&quot;
+                text run at (0,247) width 18: &quot;def&quot;
+                text run at (0,260) width 19: &quot;ghij&quot;
+                text run at (0,273) width 19: &quot;klm&quot;
+                text run at (0,286) width 20: &quot;nop&quot;
+                text run at (0,299) width 21: &quot;qrst&quot;
+                text run at (0,312) width 13: &quot;uv&quot;
+        layer at (167,435) size 161x45 clip at (168,436) size 144x43 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,17) size 161x45 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 140x52
+              RenderText {#text} at (0,0) size 140x52
+                text run at (0,0) width 101: &quot;Lorem ipsum  dolor&quot;
+                text run at (100,0) width 4: &quot; &quot;
+                text run at (0,13) width 140: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+                text run at (0,26) width 56: &quot;TUVWXYZ&quot;
+                text run at (55,26) width 4: &quot; &quot;
+                text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (334,448) size 70x32 clip at (335,449) size 53x30 scrollHeight 147
+          RenderTextControl {TEXTAREA} at (3,17) size 70x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 49x143
+              RenderText {#text} at (0,0) size 49x143
+                text run at (0,0) width 33: &quot;Lorem&quot;
+                text run at (32,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 32: &quot;ipsum&quot;
</span><del>-                text run at (31,13) width 8: &quot;  &quot;
</del><ins>+                text run at (31,13) width 7: &quot;  &quot;
</ins><span class="cx">                 text run at (0,26) width 28: &quot;dolor&quot;
</span><span class="cx">                 text run at (27,26) width 4: &quot; &quot;
</span><del>-                text run at (0,39) width 46: &quot;ABCDEF&quot;
-                text run at (0,52) width 41: &quot;GHIJKL&quot;
-                text run at (0,65) width 44: &quot;MNOPQ&quot;
-                text run at (0,78) width 38: &quot;RSTUV&quot;
-                text run at (0,91) width 33: &quot;WXYZ&quot;
-                text run at (32,91) width 4: &quot; &quot;
-                text run at (0,104) width 44: &quot;abcdefg&quot;
-                text run at (0,117) width 45: &quot;hijklmno&quot;
</del><ins>+                text run at (0,39) width 44: &quot;ABCDEF&quot;
+                text run at (0,52) width 49: &quot;GHIJKLM&quot;
+                text run at (0,65) width 47: &quot;NOPQRS&quot;
+                text run at (0,78) width 49: &quot;TUVWXY&quot;
+                text run at (0,91) width 8: &quot;Z&quot;
+                text run at (7,91) width 4: &quot; &quot;
+                text run at (0,104) width 43: &quot;abcdefg&quot;
+                text run at (0,117) width 44: &quot;hijklmno&quot;
</ins><span class="cx">                 text run at (0,130) width 41: &quot;pqrstuv&quot;
</span><del>-        layer at (407,383) size 152x97 clip at (408,384) size 150x95
-          RenderTextControl {TEXTAREA} at (3,17) size 152x97 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 146x52
-              RenderText {#text} at (0,0) size 146x52
-                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
-                text run at (102,0) width 4: &quot; &quot;
-                text run at (0,13) width 146: &quot;ABCDEFGHIJKLMNOPQRS&quot;
-                text run at (0,26) width 55: &quot;TUVWXYZ&quot;
-                text run at (54,26) width 5: &quot; &quot;
-                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        layer at (565,422) size 54x58 clip at (566,423) size 37x56 scrollHeight 212
-          RenderTextControl {TEXTAREA} at (3,31) size 54x58 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 33x208
-              RenderText {#text} at (0,0) size 33x208
-                text run at (0,0) width 24: &quot;Lore&quot;
-                text run at (0,13) width 10: &quot;m&quot;
-                text run at (9,13) width 5: &quot; &quot;
-                text run at (0,26) width 32: &quot;ipsum&quot;
-                text run at (31,26) width 2: &quot;  &quot;
-                text run at (0,39) width 28: &quot;dolor&quot;
-                text run at (27,39) width 4: &quot; &quot;
-                text run at (0,52) width 33: &quot;ABCD&quot;
-                text run at (0,65) width 32: &quot;EFGH&quot;
-                text run at (0,78) width 24: &quot;IJKL&quot;
-                text run at (0,91) width 28: &quot;MNO&quot;
-                text run at (0,104) width 32: &quot;PQRS&quot;
-                text run at (0,117) width 33: &quot;TUVW&quot;
-                text run at (0,130) width 22: &quot;XYZ&quot;
-                text run at (21,130) width 5: &quot; &quot;
-                text run at (0,143) width 33: &quot;abcde&quot;
-                text run at (0,156) width 32: &quot;fghijkl&quot;
-                text run at (0,169) width 31: &quot;mnop&quot;
-                text run at (0,182) width 28: &quot;qrstu&quot;
-                text run at (0,195) width 6: &quot;v&quot;
-        layer at (3,503) size 152x47 clip at (4,504) size 150x30 scrollWidth 439
-          RenderTextControl {TEXTAREA} at (3,17) size 152x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 146x13
-              RenderText {#text} at (0,0) size 437x13
-                text run at (0,0) width 437: &quot;Lorem ipsum  dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv&quot;
-        layer at (161,518) size 152x32 clip at (162,519) size 135x30 scrollHeight 56
-          RenderTextControl {TEXTAREA} at (3,17) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 131x52
-              RenderText {#text} at (0,0) size 131x52
-                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
-                text run at (102,0) width 4: &quot; &quot;
-                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
-                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
-                text run at (70,26) width 4: &quot; &quot;
-                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        layer at (319,518) size 152x32 clip at (320,519) size 135x30 scrollHeight 56
-          RenderTextControl {TEXTAREA} at (3,17) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 131x52
-              RenderText {#text} at (0,0) size 131x52
-                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
-                text run at (102,0) width 4: &quot; &quot;
-                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
-                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
-                text run at (70,26) width 4: &quot; &quot;
-                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        layer at (477,518) size 152x32 clip at (478,519) size 135x30 scrollHeight 56
-          RenderTextControl {TEXTAREA} at (3,31) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 131x52
-              RenderText {#text} at (0,0) size 131x52
-                text run at (0,0) width 72: &quot;Lorem ipsum &quot;
-                text run at (71,0) width 29: &quot;dolor&quot;
-                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
-                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
-                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        layer at (3,587) size 152x32 clip at (4,588) size 135x30 scrollHeight 56
-          RenderTextControl {TEXTAREA} at (3,31) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 131x52
-              RenderText {#text} at (0,0) size 130x52
-                text run at (0,0) width 130: &quot;Lorem ipsum  dolor ABC&quot;
-                text run at (0,13) width 129: &quot;DEFGHIJKLMNOPQRST&quot;
-                text run at (0,26) width 126: &quot;UVWXYZ abcdefghijklm&quot;
-                text run at (0,39) width 54: &quot;nopqrstuv&quot;
-        layer at (161,587) size 152x32 clip at (162,588) size 135x30 scrollHeight 56
-          RenderTextControl {TEXTAREA} at (3,31) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 131x52
-              RenderText {#text} at (0,0) size 131x52
-                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
-                text run at (102,0) width 4: &quot; &quot;
-                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
-                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
-                text run at (70,26) width 4: &quot; &quot;
-                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        layer at (319,587) size 152x32 clip at (320,588) size 135x15 scrollWidth 436 scrollHeight 17
-          RenderTextControl {TEXTAREA} at (3,31) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 146x13
-              RenderText {#text} at (0,0) size 434x13
-                text run at (0,0) width 72: &quot;Lorem ipsum &quot;
-                text run at (71,0) width 363: &quot;dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv&quot;
-        layer at (477,587) size 152x32 clip at (478,588) size 135x30 scrollHeight 56
-          RenderTextControl {TEXTAREA} at (3,31) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 131x52
-              RenderText {#text} at (0,0) size 131x52
-                text run at (0,0) width 72: &quot;Lorem ipsum &quot;
-                text run at (71,0) width 29: &quot;dolor&quot;
-                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
-                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
-                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        layer at (3,684) size 152x47 clip at (4,685) size 135x30 scrollWidth 202 scrollHeight 43
-          RenderTextControl {TEXTAREA} at (3,31) size 152x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 146x39
-              RenderText {#text} at (0,0) size 201x39
-                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
-                text run at (102,0) width 4: &quot; &quot;
-                text run at (0,13) width 201: &quot;ABCDEFGHIJKLMNOPQRSTUVWXYZ&quot;
-                text run at (0,26) width 131: &quot; abcdefghijklmnopqrstuv&quot;
-        layer at (161,684) size 152x47 clip at (162,685) size 135x30 scrollWidth 202 scrollHeight 43
-          RenderTextControl {TEXTAREA} at (3,59) size 152x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 146x39
-              RenderText {#text} at (0,0) size 201x39
-                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
-                text run at (102,0) width 4: &quot; &quot;
-                text run at (0,13) width 201: &quot;ABCDEFGHIJKLMNOPQRSTUVWXYZ&quot;
-                text run at (0,26) width 131: &quot; abcdefghijklmnopqrstuv&quot;
-      RenderIFrame {IFRAME} at (0,737) size 785x704
</del><ins>+        layer at (416,383) size 161x97 clip at (417,384) size 159x95
+          RenderTextControl {TEXTAREA} at (3,17) size 161x97 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 155x52
+              RenderText {#text} at (0,0) size 155x52
+                text run at (0,0) width 101: &quot;Lorem ipsum  dolor&quot;
+                text run at (100,0) width 4: &quot; &quot;
+                text run at (0,13) width 155: &quot;ABCDEFGHIJKLMNOPQRSTU&quot;
+                text run at (0,26) width 41: &quot;VWXYZ&quot;
+                text run at (40,26) width 4: &quot; &quot;
+                text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (583,422) size 56x58 clip at (584,423) size 39x56 scrollHeight 186
+          RenderTextControl {TEXTAREA} at (3,31) size 56x58 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 35x182
+              RenderText {#text} at (0,0) size 35x182
+                text run at (0,0) width 33: &quot;Lorem&quot;
+                text run at (32,0) width 3: &quot; &quot;
+                text run at (0,13) width 32: &quot;ipsum&quot;
+                text run at (31,13) width 4: &quot;  &quot;
+                text run at (0,26) width 28: &quot;dolor&quot;
+                text run at (27,26) width 4: &quot; &quot;
+                text run at (0,39) width 31: &quot;ABCD&quot;
+                text run at (0,52) width 33: &quot;EFGHI&quot;
+                text run at (0,65) width 30: &quot;JKLM&quot;
+                text run at (0,78) width 33: &quot;NOPQ&quot;
+                text run at (0,91) width 30: &quot;RSTU&quot;
+                text run at (0,104) width 33: &quot;VWXY&quot;
+                text run at (0,117) width 8: &quot;Z&quot;
+                text run at (7,117) width 4: &quot; &quot;
+                text run at (0,130) width 33: &quot;abcde&quot;
+                text run at (0,143) width 32: &quot;fghijkl&quot;
+                text run at (0,156) width 30: &quot;mnop&quot;
+                text run at (0,169) width 34: &quot;qrstuv&quot;
+        layer at (3,503) size 161x47 clip at (4,504) size 159x30 scrollWidth 431
+          RenderTextControl {TEXTAREA} at (3,17) size 161x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 155x13
+              RenderText {#text} at (0,0) size 429x13
+                text run at (0,0) width 429: &quot;Lorem ipsum  dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv&quot;
+        layer at (170,518) size 161x32 clip at (171,519) size 144x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,17) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 140x52
+              RenderText {#text} at (0,0) size 140x52
+                text run at (0,0) width 101: &quot;Lorem ipsum  dolor&quot;
+                text run at (100,0) width 4: &quot; &quot;
+                text run at (0,13) width 140: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+                text run at (0,26) width 56: &quot;TUVWXYZ&quot;
+                text run at (55,26) width 4: &quot; &quot;
+                text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (337,518) size 161x32 clip at (338,519) size 144x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,17) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 140x52
+              RenderText {#text} at (0,0) size 140x52
+                text run at (0,0) width 101: &quot;Lorem ipsum  dolor&quot;
+                text run at (100,0) width 4: &quot; &quot;
+                text run at (0,13) width 140: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+                text run at (0,26) width 56: &quot;TUVWXYZ&quot;
+                text run at (55,26) width 4: &quot; &quot;
+                text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (504,518) size 161x32 clip at (505,519) size 144x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,31) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 140x52
+              RenderText {#text} at (0,0) size 140x52
+                text run at (0,0) width 71: &quot;Lorem ipsum &quot;
+                text run at (70,0) width 28: &quot;dolor&quot;
+                text run at (0,13) width 140: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+                text run at (0,26) width 56: &quot;TUVWXYZ&quot;
+                text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (3,587) size 161x32 clip at (4,588) size 144x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,31) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 140x52
+              RenderText {#text} at (0,0) size 137x52
+                text run at (0,0) width 135: &quot;Lorem ipsum  dolor ABCD&quot;
+                text run at (0,13) width 132: &quot;EFGHIJKLMNOPQRSTUV&quot;
+                text run at (0,26) width 137: &quot;WXYZ abcdefghijklmnopq&quot;
+                text run at (0,39) width 27: &quot;rstuv&quot;
+        layer at (170,587) size 161x32 clip at (171,588) size 144x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,31) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 140x52
+              RenderText {#text} at (0,0) size 140x52
+                text run at (0,0) width 101: &quot;Lorem ipsum  dolor&quot;
+                text run at (100,0) width 4: &quot; &quot;
+                text run at (0,13) width 140: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+                text run at (0,26) width 56: &quot;TUVWXYZ&quot;
+                text run at (55,26) width 4: &quot; &quot;
+                text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (337,587) size 161x32 clip at (338,588) size 144x15 scrollWidth 427 scrollHeight 17
+          RenderTextControl {TEXTAREA} at (3,31) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 155x13
+              RenderText {#text} at (0,0) size 426x13
+                text run at (0,0) width 71: &quot;Lorem ipsum &quot;
+                text run at (70,0) width 356: &quot;dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv&quot;
+        layer at (504,587) size 161x32 clip at (505,588) size 144x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,31) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 140x52
+              RenderText {#text} at (0,0) size 140x52
+                text run at (0,0) width 71: &quot;Lorem ipsum &quot;
+                text run at (70,0) width 28: &quot;dolor&quot;
+                text run at (0,13) width 140: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+                text run at (0,26) width 56: &quot;TUVWXYZ&quot;
+                text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (3,684) size 161x47 clip at (4,685) size 144x30 scrollWidth 197 scrollHeight 43
+          RenderTextControl {TEXTAREA} at (3,31) size 161x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 155x39
+              RenderText {#text} at (0,0) size 195x39
+                text run at (0,0) width 101: &quot;Lorem ipsum  dolor&quot;
+                text run at (100,0) width 4: &quot; &quot;
+                text run at (0,13) width 195: &quot;ABCDEFGHIJKLMNOPQRSTUVWXYZ&quot;
+                text run at (0,26) width 130: &quot; abcdefghijklmnopqrstuv&quot;
+        layer at (170,684) size 161x47 clip at (171,685) size 144x30 scrollWidth 197 scrollHeight 43
+          RenderTextControl {TEXTAREA} at (3,59) size 161x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 155x39
+              RenderText {#text} at (0,0) size 195x39
+                text run at (0,0) width 101: &quot;Lorem ipsum  dolor&quot;
+                text run at (100,0) width 4: &quot; &quot;
+                text run at (0,13) width 195: &quot;ABCDEFGHIJKLMNOPQRSTUVWXYZ&quot;
+                text run at (0,26) width 130: &quot; abcdefghijklmnopqrstuv&quot;
+      RenderIFrame {IFRAME} at (0,762) size 785x704
</ins><span class="cx">         layer at (0,0) size 785x704
</span><span class="cx">           RenderView at (0,0) size 785x704
</span><span class="cx">         layer at (0,0) size 785x704
</span><span class="lines">@@ -659,45 +655,45 @@
</span><span class="cx">                 RenderText {#text} at (0,0) size 194x18
</span><span class="cx">                   text run at (0,0) width 194: &quot;CompatMode: BackCompat&quot;
</span><span class="cx">               RenderBlock (anonymous) at (0,23) size 785x676
</span><del>-                RenderBlock {DIV} at (0,44) size 158x38 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (0,44) size 167x38 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x0
</span><span class="cx">                   RenderBR {BR} at (81,1) size 0x0
</span><del>-                RenderBlock {DIV} at (158,30) size 158x52 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (167,30) size 167x52 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x14
</span><span class="cx">                     RenderText {#text} at (0,0) size 78x14
</span><span class="cx">                       text run at (0,0) width 78: &quot;disabled: \&quot;true\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,12) size 0x0
</span><del>-                RenderBlock {DIV} at (316,0) size 174x82 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (334,0) size 183x82 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><span class="cx">                     RenderText {#text} at (0,0) size 79x28
</span><span class="cx">                       text run at (0,0) width 26: &quot;style:&quot;
</span><span class="cx">                       text run at (0,14) width 79: &quot;\&quot;padding:10px\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,26) size 0x0
</span><del>-                RenderBlock {DIV} at (490,20) size 154x62 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (517,20) size 163x62 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><span class="cx">                     RenderText {#text} at (0,0) size 73x28
</span><span class="cx">                       text run at (0,0) width 26: &quot;style:&quot;
</span><span class="cx">                       text run at (0,14) width 73: &quot;\&quot;padding:0px\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,26) size 0x0
</span><del>-                RenderBlock {DIV} at (0,116) size 174x82 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (0,116) size 183x82 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><span class="cx">                     RenderText {#text} at (0,0) size 74x28
</span><span class="cx">                       text run at (0,0) width 26: &quot;style:&quot;
</span><span class="cx">                       text run at (0,14) width 74: &quot;\&quot;margin:10px\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,26) size 0x0
</span><del>-                RenderBlock {DIV} at (174,136) size 154x62 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (183,136) size 163x62 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><span class="cx">                     RenderText {#text} at (0,0) size 68x28
</span><span class="cx">                       text run at (0,0) width 26: &quot;style:&quot;
</span><span class="cx">                       text run at (0,14) width 68: &quot;\&quot;margin:0px\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,26) size 0x0
</span><del>-                RenderBlock {DIV} at (328,132) size 82x66 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (346,132) size 82x66 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><span class="cx">                     RenderText {#text} at (0,0) size 68x28
</span><span class="cx">                       text run at (0,0) width 26: &quot;style:&quot;
</span><span class="cx">                       text run at (0,14) width 68: &quot;\&quot;width:60px\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,26) size 0x0
</span><del>-                RenderBlock {DIV} at (410,82) size 82x116 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (428,82) size 82x116 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x42
</span><span class="cx">                     RenderText {#text} at (0,0) size 74x42
</span><span class="cx">                       text run at (0,0) width 26: &quot;style:&quot;
</span><span class="lines">@@ -704,7 +700,7 @@
</span><span class="cx">                       text run at (0,14) width 63: &quot;\&quot;width:60px;&quot;
</span><span class="cx">                       text run at (0,28) width 74: &quot;padding:20px\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,40) size 0x0
</span><del>-                RenderBlock {DIV} at (492,122) size 82x76 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (510,122) size 82x76 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x42
</span><span class="cx">                     RenderText {#text} at (0,0) size 63x42
</span><span class="cx">                       text run at (0,0) width 26: &quot;style:&quot;
</span><span class="lines">@@ -711,7 +707,7 @@
</span><span class="cx">                       text run at (0,14) width 63: &quot;\&quot;width:60px;&quot;
</span><span class="cx">                       text run at (0,28) width 56: &quot;padding:0\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,40) size 0x0
</span><del>-                RenderBlock {DIV} at (574,108) size 158x90 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (592,108) size 167x90 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><span class="cx">                     RenderText {#text} at (0,0) size 71x28
</span><span class="cx">                       text run at (0,0) width 26: &quot;style:&quot;
</span><span class="lines">@@ -724,19 +720,19 @@
</span><span class="cx">                       text run at (0,14) width 63: &quot;\&quot;width:60px;&quot;
</span><span class="cx">                       text run at (0,28) width 66: &quot;height:60px\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,40) size 0x0
</span><del>-                RenderBlock {DIV} at (82,250) size 158x66 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (82,250) size 167x66 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><span class="cx">                     RenderText {#text} at (0,0) size 92x28
</span><span class="cx">                       text run at (0,0) width 26: &quot;style:&quot;
</span><span class="cx">                       text run at (0,14) width 92: &quot;\&quot;overflow:hidden\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,26) size 0x0
</span><del>-                RenderBlock {DIV} at (240,235) size 158x81 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (249,235) size 167x81 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><span class="cx">                     RenderText {#text} at (0,0) size 86x28
</span><span class="cx">                       text run at (0,0) width 26: &quot;style:&quot;
</span><span class="cx">                       text run at (0,14) width 86: &quot;\&quot;overflow:scroll\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,26) size 0x0
</span><del>-                RenderBlock {DIV} at (398,198) size 82x118 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (416,198) size 82x118 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x56
</span><span class="cx">                     RenderText {#text} at (0,0) size 87x56
</span><span class="cx">                       text run at (0,0) width 26: &quot;style:&quot;
</span><span class="lines">@@ -744,7 +740,7 @@
</span><span class="cx">                       text run at (0,28) width 59: &quot;width:60px;&quot;
</span><span class="cx">                       text run at (0,42) width 66: &quot;height:60px\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,54) size 0x0
</span><del>-                RenderBlock {DIV} at (480,198) size 82x118 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (498,198) size 82x118 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x56
</span><span class="cx">                     RenderText {#text} at (0,0) size 81x56
</span><span class="cx">                       text run at (0,0) width 26: &quot;style:&quot;
</span><span class="lines">@@ -752,7 +748,7 @@
</span><span class="cx">                       text run at (0,28) width 59: &quot;width:60px;&quot;
</span><span class="cx">                       text run at (0,42) width 66: &quot;height:60px\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,54) size 0x0
</span><del>-                RenderBlock {DIV} at (562,212) size 82x104 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (580,212) size 82x104 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x42
</span><span class="cx">                     RenderText {#text} at (0,0) size 74x42
</span><span class="cx">                       text run at (0,0) width 74: &quot;cols: \&quot;5\&quot;, style:&quot;
</span><span class="lines">@@ -759,7 +755,7 @@
</span><span class="cx">                       text run at (0,14) width 63: &quot;\&quot;width:60px;&quot;
</span><span class="cx">                       text run at (0,28) width 66: &quot;height:60px\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,40) size 0x0
</span><del>-                RenderBlock {DIV} at (644,212) size 82x104 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (662,212) size 82x104 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x42
</span><span class="cx">                     RenderText {#text} at (0,0) size 78x42
</span><span class="cx">                       text run at (0,0) width 78: &quot;rows: \&quot;4\&quot;, style:&quot;
</span><span class="lines">@@ -779,79 +775,79 @@
</span><span class="cx">                     RenderText {#text} at (0,0) size 45x14
</span><span class="cx">                       text run at (0,0) width 45: &quot;cols: \&quot;3\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,12) size 0x0
</span><del>-                RenderBlock {DIV} at (164,369) size 158x65 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (164,369) size 167x65 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x14
</span><span class="cx">                     RenderText {#text} at (0,0) size 49x14
</span><span class="cx">                       text run at (0,0) width 49: &quot;rows: \&quot;3\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,12) size 0x0
</span><del>-                RenderBlock {DIV} at (322,382) size 82x52 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (331,382) size 82x52 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x14
</span><span class="cx">                     RenderText {#text} at (0,0) size 45x14
</span><span class="cx">                       text run at (0,0) width 45: &quot;cols: \&quot;7\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,12) size 0x0
</span><del>-                RenderBlock {DIV} at (404,317) size 158x117 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (413,317) size 167x117 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x14
</span><span class="cx">                     RenderText {#text} at (0,0) size 49x14
</span><span class="cx">                       text run at (0,0) width 49: &quot;rows: \&quot;7\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,12) size 0x0
</span><del>-                RenderBlock {DIV} at (562,342) size 82x92 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (580,342) size 82x92 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><span class="cx">                     RenderText {#text} at (0,0) size 75x28
</span><span class="cx">                       text run at (0,0) width 75: &quot;cols: \&quot;5\&quot;, rows:&quot;
</span><span class="cx">                       text run at (0,14) width 19: &quot;\&quot;4\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,26) size 0x0
</span><del>-                RenderBlock {DIV} at (0,434) size 158x67 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (0,434) size 167x67 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x14
</span><span class="cx">                     RenderText {#text} at (0,0) size 57x14
</span><span class="cx">                       text run at (0,0) width 57: &quot;wrap: \&quot;off\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,12) size 0x0
</span><del>-                RenderBlock {DIV} at (158,449) size 158x52 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (167,449) size 167x52 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x14
</span><span class="cx">                     RenderText {#text} at (0,0) size 65x14
</span><span class="cx">                       text run at (0,0) width 65: &quot;wrap: \&quot;hard\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,12) size 0x0
</span><del>-                RenderBlock {DIV} at (316,449) size 158x52 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (334,449) size 167x52 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x14
</span><span class="cx">                     RenderText {#text} at (0,0) size 62x14
</span><span class="cx">                       text run at (0,0) width 62: &quot;wrap: \&quot;soft\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,12) size 0x0
</span><del>-                RenderBlock {DIV} at (474,435) size 158x66 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (501,435) size 167x66 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><span class="cx">                     RenderText {#text} at (0,0) size 72x28
</span><span class="cx">                       text run at (0,0) width 65: &quot;style: \&quot;white-&quot;
</span><span class="cx">                       text run at (0,14) width 72: &quot;space:normal\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,26) size 0x0
</span><del>-                RenderBlock {DIV} at (0,501) size 158x66 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (0,501) size 167x66 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><span class="cx">                     RenderText {#text} at (0,0) size 65x28
</span><span class="cx">                       text run at (0,0) width 65: &quot;style: \&quot;white-&quot;
</span><span class="cx">                       text run at (0,14) width 54: &quot;space:pre\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,26) size 0x0
</span><del>-                RenderBlock {DIV} at (158,501) size 158x66 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (167,501) size 167x66 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><span class="cx">                     RenderText {#text} at (0,0) size 78x28
</span><span class="cx">                       text run at (0,0) width 65: &quot;style: \&quot;white-&quot;
</span><span class="cx">                       text run at (0,14) width 78: &quot;space:prewrap\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,26) size 0x0
</span><del>-                RenderBlock {DIV} at (316,501) size 158x66 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (334,501) size 167x66 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><span class="cx">                     RenderText {#text} at (0,0) size 74x28
</span><span class="cx">                       text run at (0,0) width 65: &quot;style: \&quot;white-&quot;
</span><span class="cx">                       text run at (0,14) width 74: &quot;space:nowrap\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,26) size 0x0
</span><del>-                RenderBlock {DIV} at (474,501) size 158x66 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (501,501) size 167x66 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><span class="cx">                     RenderText {#text} at (0,0) size 76x28
</span><span class="cx">                       text run at (0,0) width 65: &quot;style: \&quot;white-&quot;
</span><span class="cx">                       text run at (0,14) width 76: &quot;space:pre-line\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,26) size 0x0
</span><del>-                RenderBlock {DIV} at (0,595) size 158x81 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (0,595) size 167x81 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><span class="cx">                     RenderText {#text} at (0,0) size 70x28
</span><span class="cx">                       text run at (0,0) width 63: &quot;style: \&quot;word-&quot;
</span><span class="cx">                       text run at (0,14) width 70: &quot;wrap:normal\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,26) size 0x0
</span><del>-                RenderBlock {DIV} at (158,567) size 158x109 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (167,567) size 167x109 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x56
</span><span class="cx">                     RenderText {#text} at (0,0) size 65x56
</span><span class="cx">                       text run at (0,0) width 57: &quot;wrap: \&quot;off\&quot;,&quot;
</span><span class="lines">@@ -859,83 +855,83 @@
</span><span class="cx">                       text run at (0,28) width 50: &quot;space:pre-&quot;
</span><span class="cx">                       text run at (0,42) width 32: &quot;wrap\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,54) size 0x0
</span><del>-        layer at (3,75) size 152x32 clip at (4,76) size 150x30
-          RenderTextControl {TEXTAREA} at (3,3) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 146x13
-              RenderText {#text} at (0,0) size 100x13
-                text run at (0,0) width 100: &quot;Lorem ipsum dolor&quot;
-        layer at (161,75) size 152x32 clip at (162,76) size 135x30 scrollHeight 56
-          RenderTextControl {TEXTAREA} at (3,17) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 131x52 [color=#545454]
-              RenderText {#text} at (0,0) size 131x52
-                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
-                text run at (102,0) width 4: &quot; &quot;
-                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
-                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
-                text run at (70,26) width 4: &quot; &quot;
-                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        layer at (319,59) size 168x48 clip at (320,60) size 151x46 scrollHeight 72
-          RenderTextControl {TEXTAREA} at (3,31) size 168x48 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (11,11) size 131x52
-              RenderText {#text} at (0,0) size 131x52
-                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
-                text run at (102,0) width 4: &quot; &quot;
-                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
-                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
-                text run at (70,26) width 4: &quot; &quot;
-                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        layer at (493,79) size 148x28 clip at (494,80) size 131x26 scrollHeight 52
-          RenderTextControl {TEXTAREA} at (3,31) size 148x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (1,1) size 131x52
-              RenderText {#text} at (0,0) size 131x52
-                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
-                text run at (102,0) width 4: &quot; &quot;
-                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
-                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
-                text run at (70,26) width 4: &quot; &quot;
-                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        layer at (11,183) size 152x32 clip at (12,184) size 135x30 scrollHeight 56
-          RenderTextControl {TEXTAREA} at (11,39) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 131x52
-              RenderText {#text} at (0,0) size 131x52
-                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
-                text run at (102,0) width 4: &quot; &quot;
-                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
-                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
-                text run at (70,26) width 4: &quot; &quot;
-                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        layer at (175,193) size 152x32 clip at (176,194) size 135x30 scrollHeight 56
-          RenderTextControl {TEXTAREA} at (1,29) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 131x52
-              RenderText {#text} at (0,0) size 131x52
-                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
-                text run at (102,0) width 4: &quot; &quot;
-                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
-                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
-                text run at (70,26) width 4: &quot; &quot;
-                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        layer at (329,191) size 60x32 clip at (330,192) size 43x30 scrollHeight 173
</del><ins>+        layer at (3,75) size 161x32 clip at (4,76) size 159x30
+          RenderTextControl {TEXTAREA} at (3,3) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 155x13
+              RenderText {#text} at (0,0) size 98x13
+                text run at (0,0) width 98: &quot;Lorem ipsum dolor&quot;
+        layer at (170,75) size 161x32 clip at (171,76) size 144x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,17) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 140x52 [color=#545454]
+              RenderText {#text} at (0,0) size 140x52
+                text run at (0,0) width 101: &quot;Lorem ipsum  dolor&quot;
+                text run at (100,0) width 4: &quot; &quot;
+                text run at (0,13) width 140: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+                text run at (0,26) width 56: &quot;TUVWXYZ&quot;
+                text run at (55,26) width 4: &quot; &quot;
+                text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (337,59) size 177x48 clip at (338,60) size 160x46 scrollHeight 72
+          RenderTextControl {TEXTAREA} at (3,31) size 177x48 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (11,11) size 140x52
+              RenderText {#text} at (0,0) size 140x52
+                text run at (0,0) width 101: &quot;Lorem ipsum  dolor&quot;
+                text run at (100,0) width 4: &quot; &quot;
+                text run at (0,13) width 140: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+                text run at (0,26) width 56: &quot;TUVWXYZ&quot;
+                text run at (55,26) width 4: &quot; &quot;
+                text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (520,79) size 157x28 clip at (521,80) size 140x26 scrollHeight 52
+          RenderTextControl {TEXTAREA} at (3,31) size 157x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (1,1) size 140x52
+              RenderText {#text} at (0,0) size 140x52
+                text run at (0,0) width 101: &quot;Lorem ipsum  dolor&quot;
+                text run at (100,0) width 4: &quot; &quot;
+                text run at (0,13) width 140: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+                text run at (0,26) width 56: &quot;TUVWXYZ&quot;
+                text run at (55,26) width 4: &quot; &quot;
+                text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (11,183) size 161x32 clip at (12,184) size 144x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (11,39) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 140x52
+              RenderText {#text} at (0,0) size 140x52
+                text run at (0,0) width 101: &quot;Lorem ipsum  dolor&quot;
+                text run at (100,0) width 4: &quot; &quot;
+                text run at (0,13) width 140: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+                text run at (0,26) width 56: &quot;TUVWXYZ&quot;
+                text run at (55,26) width 4: &quot; &quot;
+                text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (184,193) size 161x32 clip at (185,194) size 144x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (1,29) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 140x52
+              RenderText {#text} at (0,0) size 140x52
+                text run at (0,0) width 101: &quot;Lorem ipsum  dolor&quot;
+                text run at (100,0) width 4: &quot; &quot;
+                text run at (0,13) width 140: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+                text run at (0,26) width 56: &quot;TUVWXYZ&quot;
+                text run at (55,26) width 4: &quot; &quot;
+                text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (347,191) size 60x32 clip at (348,192) size 43x30 scrollHeight 173
</ins><span class="cx">           RenderTextControl {TEXTAREA} at (1,31) size 60x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 39x169
</span><span class="cx">               RenderText {#text} at (0,0) size 39x169
</span><del>-                text run at (0,0) width 34: &quot;Lorem&quot;
-                text run at (33,0) width 4: &quot; &quot;
</del><ins>+                text run at (0,0) width 33: &quot;Lorem&quot;
+                text run at (32,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 32: &quot;ipsum&quot;
</span><del>-                text run at (31,13) width 8: &quot;  &quot;
</del><ins>+                text run at (31,13) width 7: &quot;  &quot;
</ins><span class="cx">                 text run at (0,26) width 28: &quot;dolor&quot;
</span><span class="cx">                 text run at (27,26) width 4: &quot; &quot;
</span><del>-                text run at (0,39) width 33: &quot;ABCD&quot;
-                text run at (0,52) width 35: &quot;EFGHI&quot;
-                text run at (0,65) width 39: &quot;JKLMN&quot;
-                text run at (0,78) width 34: &quot;OPQR&quot;
-                text run at (0,91) width 30: &quot;STUV&quot;
-                text run at (0,104) width 33: &quot;WXYZ&quot;
-                text run at (32,104) width 4: &quot; &quot;
</del><ins>+                text run at (0,39) width 38: &quot;ABCDE&quot;
+                text run at (0,52) width 32: &quot;FGHIJ&quot;
+                text run at (0,65) width 32: &quot;KLMN&quot;
+                text run at (0,78) width 39: &quot;OPQRS&quot;
+                text run at (0,91) width 34: &quot;TUVW&quot;
+                text run at (0,104) width 23: &quot;XYZ&quot;
+                text run at (22,104) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,117) width 37: &quot;abcdef&quot;
</span><span class="cx">                 text run at (0,130) width 38: &quot;ghijklm&quot;
</span><del>-                text run at (0,143) width 38: &quot;nopqrs&quot;
</del><ins>+                text run at (0,143) width 37: &quot;nopqrs&quot;
</ins><span class="cx">                 text run at (0,156) width 17: &quot;tuv&quot;
</span><del>-        layer at (411,155) size 60x68 clip at (412,156) size 43x66 scrollHeight 924
</del><ins>+        layer at (429,155) size 60x68 clip at (430,156) size 43x66 scrollHeight 924
</ins><span class="cx">           RenderTextControl {TEXTAREA} at (1,45) size 60x68 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">             RenderBlock {DIV} at (21,21) size 3x884
</span><span class="cx">               RenderText {#text} at (0,0) size 11x884
</span><span class="lines">@@ -960,17 +956,17 @@
</span><span class="cx">                 text run at (0,234) width 3: &quot; &quot;
</span><span class="cx">                 text run at (0,247) width 8: &quot;A&quot;
</span><span class="cx">                 text run at (0,260) width 8: &quot;B&quot;
</span><del>-                text run at (0,273) width 9: &quot;C&quot;
</del><ins>+                text run at (0,273) width 8: &quot;C&quot;
</ins><span class="cx">                 text run at (0,286) width 9: &quot;D&quot;
</span><del>-                text run at (0,299) width 8: &quot;E&quot;
</del><ins>+                text run at (0,299) width 7: &quot;E&quot;
</ins><span class="cx">                 text run at (0,312) width 7: &quot;F&quot;
</span><span class="cx">                 text run at (0,325) width 9: &quot;G&quot;
</span><span class="cx">                 text run at (0,338) width 9: &quot;H&quot;
</span><span class="cx">                 text run at (0,351) width 4: &quot;I&quot;
</span><del>-                text run at (0,364) width 7: &quot;J&quot;
</del><ins>+                text run at (0,364) width 6: &quot;J&quot;
</ins><span class="cx">                 text run at (0,377) width 8: &quot;K&quot;
</span><span class="cx">                 text run at (0,390) width 7: &quot;L&quot;
</span><del>-                text run at (0,403) width 11: &quot;M&quot;
</del><ins>+                text run at (0,403) width 10: &quot;M&quot;
</ins><span class="cx">                 text run at (0,416) width 9: &quot;N&quot;
</span><span class="cx">                 text run at (0,429) width 9: &quot;O&quot;
</span><span class="cx">                 text run at (0,442) width 8: &quot;P&quot;
</span><span class="lines">@@ -977,7 +973,7 @@
</span><span class="cx">                 text run at (0,455) width 9: &quot;Q&quot;
</span><span class="cx">                 text run at (0,468) width 8: &quot;R&quot;
</span><span class="cx">                 text run at (0,481) width 8: &quot;S&quot;
</span><del>-                text run at (0,494) width 7: &quot;T&quot;
</del><ins>+                text run at (0,494) width 8: &quot;T&quot;
</ins><span class="cx">                 text run at (0,507) width 9: &quot;U&quot;
</span><span class="cx">                 text run at (0,520) width 8: &quot;V&quot;
</span><span class="cx">                 text run at (0,533) width 11: &quot;W&quot;
</span><span class="lines">@@ -990,7 +986,7 @@
</span><span class="cx">                 text run at (0,624) width 7: &quot;c&quot;
</span><span class="cx">                 text run at (0,637) width 7: &quot;d&quot;
</span><span class="cx">                 text run at (0,650) width 7: &quot;e&quot;
</span><del>-                text run at (0,663) width 4: &quot;f&quot;
</del><ins>+                text run at (0,663) width 5: &quot;f&quot;
</ins><span class="cx">                 text run at (0,676) width 7: &quot;g&quot;
</span><span class="cx">                 text run at (0,689) width 7: &quot;h&quot;
</span><span class="cx">                 text run at (0,702) width 3: &quot;i&quot;
</span><span class="lines">@@ -1004,362 +1000,357 @@
</span><span class="cx">                 text run at (0,806) width 7: &quot;q&quot;
</span><span class="cx">                 text run at (0,819) width 5: &quot;r&quot;
</span><span class="cx">                 text run at (0,832) width 6: &quot;s&quot;
</span><del>-                text run at (0,845) width 4: &quot;t&quot;
</del><ins>+                text run at (0,845) width 5: &quot;t&quot;
</ins><span class="cx">                 text run at (0,858) width 7: &quot;u&quot;
</span><del>-                text run at (0,871) width 6: &quot;v&quot;
-        layer at (493,195) size 60x28 clip at (494,196) size 43x26 scrollHeight 156
</del><ins>+                text run at (0,871) width 7: &quot;v&quot;
+        layer at (511,195) size 60x28 clip at (512,196) size 43x26 scrollHeight 156
</ins><span class="cx">           RenderTextControl {TEXTAREA} at (1,45) size 60x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">             RenderBlock {DIV} at (1,1) size 43x156
</span><span class="cx">               RenderText {#text} at (0,0) size 43x156
</span><del>-                text run at (0,0) width 34: &quot;Lorem&quot;
-                text run at (33,0) width 4: &quot; &quot;
</del><ins>+                text run at (0,0) width 33: &quot;Lorem&quot;
+                text run at (32,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 32: &quot;ipsum&quot;
</span><del>-                text run at (31,13) width 8: &quot;  &quot;
</del><ins>+                text run at (31,13) width 7: &quot;  &quot;
</ins><span class="cx">                 text run at (0,26) width 28: &quot;dolor&quot;
</span><span class="cx">                 text run at (27,26) width 4: &quot; &quot;
</span><del>-                text run at (0,39) width 40: &quot;ABCDE&quot;
-                text run at (0,52) width 41: &quot;FGHIJK&quot;
-                text run at (0,65) width 42: &quot;LMNOP&quot;
-                text run at (0,78) width 40: &quot;QRSTU&quot;
-                text run at (0,91) width 40: &quot;VWXYZ&quot;
-                text run at (39,91) width 4: &quot; &quot;
-                text run at (0,104) width 37: &quot;abcdef&quot;
-                text run at (0,117) width 38: &quot;ghijklm&quot;
-                text run at (0,130) width 41: &quot;nopqrst&quot;
-                text run at (0,143) width 13: &quot;uv&quot;
-        layer at (577,165) size 152x60 clip at (578,166) size 150x58
-          RenderTextControl {TEXTAREA} at (3,29) size 152x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 146x52
-              RenderText {#text} at (0,0) size 146x52
-                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
-                text run at (102,0) width 4: &quot; &quot;
-                text run at (0,13) width 146: &quot;ABCDEFGHIJKLMNOPQRS&quot;
-                text run at (0,26) width 55: &quot;TUVWXYZ&quot;
-                text run at (54,26) width 5: &quot; &quot;
-                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
</del><ins>+                text run at (0,39) width 38: &quot;ABCDE&quot;
+                text run at (0,52) width 40: &quot;FGHIJK&quot;
+                text run at (0,65) width 40: &quot;LMNOP&quot;
+                text run at (0,78) width 39: &quot;QRSTU&quot;
+                text run at (0,91) width 41: &quot;VWXYZ&quot;
+                text run at (40,91) width 3: &quot; &quot;
+                text run at (0,104) width 43: &quot;abcdefg&quot;
+                text run at (0,117) width 38: &quot;hijklmn&quot;
+                text run at (0,130) width 41: &quot;opqrstu&quot;
+                text run at (0,143) width 7: &quot;v&quot;
+        layer at (595,165) size 161x60 clip at (596,166) size 159x58
+          RenderTextControl {TEXTAREA} at (3,29) size 161x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 155x52
+              RenderText {#text} at (0,0) size 155x52
+                text run at (0,0) width 101: &quot;Lorem ipsum  dolor&quot;
+                text run at (100,0) width 4: &quot; &quot;
+                text run at (0,13) width 155: &quot;ABCDEFGHIJKLMNOPQRSTU&quot;
+                text run at (0,26) width 41: &quot;VWXYZ&quot;
+                text run at (40,26) width 4: &quot; &quot;
+                text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
</ins><span class="cx">         layer at (1,283) size 60x60 clip at (2,284) size 43x58 scrollHeight 173
</span><span class="cx">           RenderTextControl {TEXTAREA} at (1,43) size 60x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 39x169
</span><span class="cx">               RenderText {#text} at (0,0) size 39x169
</span><del>-                text run at (0,0) width 34: &quot;Lorem&quot;
-                text run at (33,0) width 4: &quot; &quot;
</del><ins>+                text run at (0,0) width 33: &quot;Lorem&quot;
+                text run at (32,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 32: &quot;ipsum&quot;
</span><del>-                text run at (31,13) width 8: &quot;  &quot;
</del><ins>+                text run at (31,13) width 7: &quot;  &quot;
</ins><span class="cx">                 text run at (0,26) width 28: &quot;dolor&quot;
</span><span class="cx">                 text run at (27,26) width 4: &quot; &quot;
</span><del>-                text run at (0,39) width 33: &quot;ABCD&quot;
-                text run at (0,52) width 35: &quot;EFGHI&quot;
-                text run at (0,65) width 39: &quot;JKLMN&quot;
-                text run at (0,78) width 34: &quot;OPQR&quot;
-                text run at (0,91) width 30: &quot;STUV&quot;
-                text run at (0,104) width 33: &quot;WXYZ&quot;
-                text run at (32,104) width 4: &quot; &quot;
</del><ins>+                text run at (0,39) width 38: &quot;ABCDE&quot;
+                text run at (0,52) width 32: &quot;FGHIJ&quot;
+                text run at (0,65) width 32: &quot;KLMN&quot;
+                text run at (0,78) width 39: &quot;OPQRS&quot;
+                text run at (0,91) width 34: &quot;TUVW&quot;
+                text run at (0,104) width 23: &quot;XYZ&quot;
+                text run at (22,104) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,117) width 37: &quot;abcdef&quot;
</span><span class="cx">                 text run at (0,130) width 38: &quot;ghijklm&quot;
</span><del>-                text run at (0,143) width 38: &quot;nopqrs&quot;
</del><ins>+                text run at (0,143) width 37: &quot;nopqrs&quot;
</ins><span class="cx">                 text run at (0,156) width 17: &quot;tuv&quot;
</span><del>-        layer at (85,309) size 152x32 clip at (86,310) size 150x30 scrollHeight 56
-          RenderTextControl {TEXTAREA} at (3,31) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 146x52
-              RenderText {#text} at (0,0) size 146x52
-                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
-                text run at (102,0) width 4: &quot; &quot;
-                text run at (0,13) width 146: &quot;ABCDEFGHIJKLMNOPQRS&quot;
-                text run at (0,26) width 55: &quot;TUVWXYZ&quot;
-                text run at (54,26) width 5: &quot; &quot;
-                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        layer at (243,294) size 152x47 clip at (244,295) size 135x30 scrollHeight 56
-          RenderTextControl {TEXTAREA} at (3,31) size 152x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 131x52
-              RenderText {#text} at (0,0) size 131x52
-                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
-                text run at (102,0) width 4: &quot; &quot;
-                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
-                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
-                text run at (70,26) width 4: &quot; &quot;
-                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        layer at (399,283) size 60x60 clip at (400,284) size 58x58 scrollHeight 147
</del><ins>+        layer at (85,309) size 161x32 clip at (86,310) size 159x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,31) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 155x52
+              RenderText {#text} at (0,0) size 155x52
+                text run at (0,0) width 101: &quot;Lorem ipsum  dolor&quot;
+                text run at (100,0) width 4: &quot; &quot;
+                text run at (0,13) width 155: &quot;ABCDEFGHIJKLMNOPQRSTU&quot;
+                text run at (0,26) width 41: &quot;VWXYZ&quot;
+                text run at (40,26) width 4: &quot; &quot;
+                text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (252,294) size 161x47 clip at (253,295) size 144x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,31) size 161x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 140x52
+              RenderText {#text} at (0,0) size 140x52
+                text run at (0,0) width 101: &quot;Lorem ipsum  dolor&quot;
+                text run at (100,0) width 4: &quot; &quot;
+                text run at (0,13) width 140: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+                text run at (0,26) width 56: &quot;TUVWXYZ&quot;
+                text run at (55,26) width 4: &quot; &quot;
+                text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (417,283) size 60x60 clip at (418,284) size 58x58 scrollHeight 134
</ins><span class="cx">           RenderTextControl {TEXTAREA} at (1,57) size 60x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><del>-            RenderBlock {DIV} at (3,3) size 54x143
-              RenderText {#text} at (0,0) size 53x143
-                text run at (0,0) width 34: &quot;Lorem&quot;
-                text run at (33,0) width 4: &quot; &quot;
</del><ins>+            RenderBlock {DIV} at (3,3) size 54x130
+              RenderText {#text} at (0,0) size 54x130
+                text run at (0,0) width 33: &quot;Lorem&quot;
+                text run at (32,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 32: &quot;ipsum&quot;
</span><del>-                text run at (31,13) width 8: &quot;  &quot;
</del><ins>+                text run at (31,13) width 7: &quot;  &quot;
</ins><span class="cx">                 text run at (0,26) width 28: &quot;dolor&quot;
</span><span class="cx">                 text run at (27,26) width 4: &quot; &quot;
</span><del>-                text run at (0,39) width 46: &quot;ABCDEF&quot;
-                text run at (0,52) width 51: &quot;GHIJKLM&quot;
-                text run at (0,65) width 50: &quot;NOPQRS&quot;
-                text run at (0,78) width 48: &quot;TUVWXY&quot;
-                text run at (0,91) width 8: &quot;Z&quot;
-                text run at (7,91) width 4: &quot; &quot;
-                text run at (0,104) width 53: &quot;abcdefghi&quot;
-                text run at (0,117) width 53: &quot;jklmnopqr&quot;
-                text run at (0,130) width 23: &quot;stuv&quot;
-        layer at (481,283) size 60x60 clip at (482,284) size 43x43 scrollHeight 173
</del><ins>+                text run at (0,39) width 53: &quot;ABCDEFG&quot;
+                text run at (0,52) width 49: &quot;HIJKLMN&quot;
+                text run at (0,65) width 54: &quot;OPQRSTU&quot;
+                text run at (0,78) width 41: &quot;VWXYZ&quot;
+                text run at (40,78) width 4: &quot; &quot;
+                text run at (0,91) width 53: &quot;abcdefghi&quot;
+                text run at (0,104) width 53: &quot;jklmnopqr&quot;
+                text run at (0,117) width 23: &quot;stuv&quot;
+        layer at (499,283) size 60x60 clip at (500,284) size 43x43 scrollHeight 173
</ins><span class="cx">           RenderTextControl {TEXTAREA} at (1,57) size 60x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 39x169
</span><span class="cx">               RenderText {#text} at (0,0) size 39x169
</span><del>-                text run at (0,0) width 34: &quot;Lorem&quot;
-                text run at (33,0) width 4: &quot; &quot;
</del><ins>+                text run at (0,0) width 33: &quot;Lorem&quot;
+                text run at (32,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 32: &quot;ipsum&quot;
</span><del>-                text run at (31,13) width 8: &quot;  &quot;
</del><ins>+                text run at (31,13) width 7: &quot;  &quot;
</ins><span class="cx">                 text run at (0,26) width 28: &quot;dolor&quot;
</span><span class="cx">                 text run at (27,26) width 4: &quot; &quot;
</span><del>-                text run at (0,39) width 33: &quot;ABCD&quot;
-                text run at (0,52) width 35: &quot;EFGHI&quot;
-                text run at (0,65) width 39: &quot;JKLMN&quot;
-                text run at (0,78) width 34: &quot;OPQR&quot;
-                text run at (0,91) width 30: &quot;STUV&quot;
-                text run at (0,104) width 33: &quot;WXYZ&quot;
-                text run at (32,104) width 4: &quot; &quot;
</del><ins>+                text run at (0,39) width 38: &quot;ABCDE&quot;
+                text run at (0,52) width 32: &quot;FGHIJ&quot;
+                text run at (0,65) width 32: &quot;KLMN&quot;
+                text run at (0,78) width 39: &quot;OPQRS&quot;
+                text run at (0,91) width 34: &quot;TUVW&quot;
+                text run at (0,104) width 23: &quot;XYZ&quot;
+                text run at (22,104) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,117) width 37: &quot;abcdef&quot;
</span><span class="cx">                 text run at (0,130) width 38: &quot;ghijklm&quot;
</span><del>-                text run at (0,143) width 38: &quot;nopqrs&quot;
</del><ins>+                text run at (0,143) width 37: &quot;nopqrs&quot;
</ins><span class="cx">                 text run at (0,156) width 17: &quot;tuv&quot;
</span><del>-        layer at (563,283) size 60x60 clip at (564,284) size 43x58 scrollHeight 173
</del><ins>+        layer at (581,283) size 60x60 clip at (582,284) size 43x58 scrollHeight 173
</ins><span class="cx">           RenderTextControl {TEXTAREA} at (1,43) size 60x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 39x169
</span><span class="cx">               RenderText {#text} at (0,0) size 39x169
</span><del>-                text run at (0,0) width 34: &quot;Lorem&quot;
-                text run at (33,0) width 4: &quot; &quot;
</del><ins>+                text run at (0,0) width 33: &quot;Lorem&quot;
+                text run at (32,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 32: &quot;ipsum&quot;
</span><del>-                text run at (31,13) width 8: &quot;  &quot;
</del><ins>+                text run at (31,13) width 7: &quot;  &quot;
</ins><span class="cx">                 text run at (0,26) width 28: &quot;dolor&quot;
</span><span class="cx">                 text run at (27,26) width 4: &quot; &quot;
</span><del>-                text run at (0,39) width 33: &quot;ABCD&quot;
-                text run at (0,52) width 35: &quot;EFGHI&quot;
-                text run at (0,65) width 39: &quot;JKLMN&quot;
-                text run at (0,78) width 34: &quot;OPQR&quot;
-                text run at (0,91) width 30: &quot;STUV&quot;
-                text run at (0,104) width 33: &quot;WXYZ&quot;
-                text run at (32,104) width 4: &quot; &quot;
</del><ins>+                text run at (0,39) width 38: &quot;ABCDE&quot;
+                text run at (0,52) width 32: &quot;FGHIJ&quot;
+                text run at (0,65) width 32: &quot;KLMN&quot;
+                text run at (0,78) width 39: &quot;OPQRS&quot;
+                text run at (0,91) width 34: &quot;TUVW&quot;
+                text run at (0,104) width 23: &quot;XYZ&quot;
+                text run at (22,104) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,117) width 37: &quot;abcdef&quot;
</span><span class="cx">                 text run at (0,130) width 38: &quot;ghijklm&quot;
</span><del>-                text run at (0,143) width 38: &quot;nopqrs&quot;
</del><ins>+                text run at (0,143) width 37: &quot;nopqrs&quot;
</ins><span class="cx">                 text run at (0,156) width 17: &quot;tuv&quot;
</span><del>-        layer at (645,283) size 60x60 clip at (646,284) size 43x58 scrollHeight 173
</del><ins>+        layer at (663,283) size 60x60 clip at (664,284) size 43x58 scrollHeight 173
</ins><span class="cx">           RenderTextControl {TEXTAREA} at (1,43) size 60x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 39x169
</span><span class="cx">               RenderText {#text} at (0,0) size 39x169
</span><del>-                text run at (0,0) width 34: &quot;Lorem&quot;
-                text run at (33,0) width 4: &quot; &quot;
</del><ins>+                text run at (0,0) width 33: &quot;Lorem&quot;
+                text run at (32,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 32: &quot;ipsum&quot;
</span><del>-                text run at (31,13) width 8: &quot;  &quot;
</del><ins>+                text run at (31,13) width 7: &quot;  &quot;
</ins><span class="cx">                 text run at (0,26) width 28: &quot;dolor&quot;
</span><span class="cx">                 text run at (27,26) width 4: &quot; &quot;
</span><del>-                text run at (0,39) width 33: &quot;ABCD&quot;
-                text run at (0,52) width 35: &quot;EFGHI&quot;
-                text run at (0,65) width 39: &quot;JKLMN&quot;
-                text run at (0,78) width 34: &quot;OPQR&quot;
-                text run at (0,91) width 30: &quot;STUV&quot;
-                text run at (0,104) width 33: &quot;WXYZ&quot;
-                text run at (32,104) width 4: &quot; &quot;
</del><ins>+                text run at (0,39) width 38: &quot;ABCDE&quot;
+                text run at (0,52) width 32: &quot;FGHIJ&quot;
+                text run at (0,65) width 32: &quot;KLMN&quot;
+                text run at (0,78) width 39: &quot;OPQRS&quot;
+                text run at (0,91) width 34: &quot;TUVW&quot;
+                text run at (0,104) width 23: &quot;XYZ&quot;
+                text run at (22,104) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,117) width 37: &quot;abcdef&quot;
</span><span class="cx">                 text run at (0,130) width 38: &quot;ghijklm&quot;
</span><del>-                text run at (0,143) width 38: &quot;nopqrs&quot;
</del><ins>+                text run at (0,143) width 37: &quot;nopqrs&quot;
</ins><span class="cx">                 text run at (0,156) width 17: &quot;tuv&quot;
</span><span class="cx">         layer at (1,401) size 60x60 clip at (2,402) size 43x58 scrollHeight 173
</span><span class="cx">           RenderTextControl {TEXTAREA} at (1,57) size 60x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 39x169
</span><span class="cx">               RenderText {#text} at (0,0) size 39x169
</span><del>-                text run at (0,0) width 34: &quot;Lorem&quot;
-                text run at (33,0) width 4: &quot; &quot;
</del><ins>+                text run at (0,0) width 33: &quot;Lorem&quot;
+                text run at (32,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 32: &quot;ipsum&quot;
</span><del>-                text run at (31,13) width 8: &quot;  &quot;
</del><ins>+                text run at (31,13) width 7: &quot;  &quot;
</ins><span class="cx">                 text run at (0,26) width 28: &quot;dolor&quot;
</span><span class="cx">                 text run at (27,26) width 4: &quot; &quot;
</span><del>-                text run at (0,39) width 33: &quot;ABCD&quot;
-                text run at (0,52) width 35: &quot;EFGHI&quot;
-                text run at (0,65) width 39: &quot;JKLMN&quot;
-                text run at (0,78) width 34: &quot;OPQR&quot;
-                text run at (0,91) width 30: &quot;STUV&quot;
-                text run at (0,104) width 33: &quot;WXYZ&quot;
-                text run at (32,104) width 4: &quot; &quot;
</del><ins>+                text run at (0,39) width 38: &quot;ABCDE&quot;
+                text run at (0,52) width 32: &quot;FGHIJ&quot;
+                text run at (0,65) width 32: &quot;KLMN&quot;
+                text run at (0,78) width 39: &quot;OPQRS&quot;
+                text run at (0,91) width 34: &quot;TUVW&quot;
+                text run at (0,104) width 23: &quot;XYZ&quot;
+                text run at (22,104) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,117) width 37: &quot;abcdef&quot;
</span><span class="cx">                 text run at (0,130) width 38: &quot;ghijklm&quot;
</span><del>-                text run at (0,143) width 38: &quot;nopqrs&quot;
</del><ins>+                text run at (0,143) width 37: &quot;nopqrs&quot;
</ins><span class="cx">                 text run at (0,156) width 17: &quot;tuv&quot;
</span><del>-        layer at (85,427) size 41x32 clip at (86,428) size 24x30 scrollHeight 355
-          RenderTextControl {TEXTAREA} at (3,17) size 41x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 20x351
-              RenderText {#text} at (0,0) size 20x351
-                text run at (0,0) width 18: &quot;Lor&quot;
-                text run at (0,13) width 17: &quot;em&quot;
-                text run at (16,13) width 4: &quot; &quot;
</del><ins>+        layer at (85,427) size 42x32 clip at (86,428) size 25x30 scrollHeight 329
+          RenderTextControl {TEXTAREA} at (3,17) size 42x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 21x325
+              RenderText {#text} at (0,0) size 21x325
+                text run at (0,0) width 17: &quot;Lor&quot;
+                text run at (0,13) width 16: &quot;em&quot;
+                text run at (15,13) width 5: &quot; &quot;
</ins><span class="cx">                 text run at (0,26) width 16: &quot;ips&quot;
</span><span class="cx">                 text run at (0,39) width 17: &quot;um&quot;
</span><del>-                text run at (16,39) width 4: &quot;  &quot;
</del><ins>+                text run at (16,39) width 5: &quot;  &quot;
</ins><span class="cx">                 text run at (0,52) width 17: &quot;dol&quot;
</span><span class="cx">                 text run at (0,65) width 11: &quot;or&quot;
</span><del>-                text run at (10,65) width 5: &quot; &quot;
-                text run at (0,78) width 16: &quot;AB&quot;
-                text run at (0,91) width 17: &quot;CD&quot;
-                text run at (0,104) width 14: &quot;EF&quot;
-                text run at (0,117) width 18: &quot;GH&quot;
-                text run at (0,130) width 18: &quot;IJK&quot;
-                text run at (0,143) width 17: &quot;LM&quot;
-                text run at (0,156) width 18: &quot;NO&quot;
-                text run at (0,169) width 17: &quot;PQ&quot;
-                text run at (0,182) width 16: &quot;RS&quot;
-                text run at (0,195) width 16: &quot;TU&quot;
-                text run at (0,208) width 18: &quot;VW&quot;
-                text run at (0,221) width 15: &quot;XY&quot;
-                text run at (0,234) width 8: &quot;Z&quot;
-                text run at (7,234) width 4: &quot; &quot;
-                text run at (0,247) width 20: &quot;abc&quot;
-                text run at (0,260) width 17: &quot;def&quot;
-                text run at (0,273) width 19: &quot;ghij&quot;
-                text run at (0,286) width 19: &quot;klm&quot;
-                text run at (0,299) width 14: &quot;no&quot;
-                text run at (0,312) width 18: &quot;pqr&quot;
-                text run at (0,325) width 17: &quot;stu&quot;
-                text run at (0,338) width 6: &quot;v&quot;
-        layer at (167,414) size 152x45 clip at (168,415) size 135x43 scrollHeight 56
-          RenderTextControl {TEXTAREA} at (3,17) size 152x45 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 131x52
-              RenderText {#text} at (0,0) size 131x52
-                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
-                text run at (102,0) width 4: &quot; &quot;
-                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
-                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
-                text run at (70,26) width 4: &quot; &quot;
-                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        layer at (325,427) size 67x32 clip at (326,428) size 50x30 scrollHeight 147
-          RenderTextControl {TEXTAREA} at (3,17) size 67x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 46x143
-              RenderText {#text} at (0,0) size 46x143
-                text run at (0,0) width 34: &quot;Lorem&quot;
-                text run at (33,0) width 4: &quot; &quot;
</del><ins>+                text run at (10,65) width 4: &quot; &quot;
+                text run at (0,78) width 15: &quot;AB&quot;
+                text run at (0,91) width 16: &quot;CD&quot;
+                text run at (0,104) width 13: &quot;EF&quot;
+                text run at (0,117) width 20: &quot;GHI&quot;
+                text run at (0,130) width 20: &quot;JKL&quot;
+                text run at (0,143) width 18: &quot;MN&quot;
+                text run at (0,156) width 16: &quot;OP&quot;
+                text run at (0,169) width 16: &quot;QR&quot;
+                text run at (0,182) width 15: &quot;ST&quot;
+                text run at (0,195) width 16: &quot;UV&quot;
+                text run at (0,208) width 19: &quot;WX&quot;
+                text run at (0,221) width 15: &quot;YZ&quot;
+                text run at (14,221) width 4: &quot; &quot;
+                text run at (0,234) width 20: &quot;abc&quot;
+                text run at (0,247) width 18: &quot;def&quot;
+                text run at (0,260) width 19: &quot;ghij&quot;
+                text run at (0,273) width 19: &quot;klm&quot;
+                text run at (0,286) width 20: &quot;nop&quot;
+                text run at (0,299) width 21: &quot;qrst&quot;
+                text run at (0,312) width 13: &quot;uv&quot;
+        layer at (167,414) size 161x45 clip at (168,415) size 144x43 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,17) size 161x45 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 140x52
+              RenderText {#text} at (0,0) size 140x52
+                text run at (0,0) width 101: &quot;Lorem ipsum  dolor&quot;
+                text run at (100,0) width 4: &quot; &quot;
+                text run at (0,13) width 140: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+                text run at (0,26) width 56: &quot;TUVWXYZ&quot;
+                text run at (55,26) width 4: &quot; &quot;
+                text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (334,427) size 70x32 clip at (335,428) size 53x30 scrollHeight 147
+          RenderTextControl {TEXTAREA} at (3,17) size 70x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 49x143
+              RenderText {#text} at (0,0) size 49x143
+                text run at (0,0) width 33: &quot;Lorem&quot;
+                text run at (32,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 32: &quot;ipsum&quot;
</span><del>-                text run at (31,13) width 8: &quot;  &quot;
</del><ins>+                text run at (31,13) width 7: &quot;  &quot;
</ins><span class="cx">                 text run at (0,26) width 28: &quot;dolor&quot;
</span><span class="cx">                 text run at (27,26) width 4: &quot; &quot;
</span><del>-                text run at (0,39) width 46: &quot;ABCDEF&quot;
-                text run at (0,52) width 41: &quot;GHIJKL&quot;
-                text run at (0,65) width 44: &quot;MNOPQ&quot;
-                text run at (0,78) width 38: &quot;RSTUV&quot;
-                text run at (0,91) width 33: &quot;WXYZ&quot;
-                text run at (32,91) width 4: &quot; &quot;
-                text run at (0,104) width 44: &quot;abcdefg&quot;
-                text run at (0,117) width 45: &quot;hijklmno&quot;
</del><ins>+                text run at (0,39) width 44: &quot;ABCDEF&quot;
+                text run at (0,52) width 49: &quot;GHIJKLM&quot;
+                text run at (0,65) width 47: &quot;NOPQRS&quot;
+                text run at (0,78) width 49: &quot;TUVWXY&quot;
+                text run at (0,91) width 8: &quot;Z&quot;
+                text run at (7,91) width 4: &quot; &quot;
+                text run at (0,104) width 43: &quot;abcdefg&quot;
+                text run at (0,117) width 44: &quot;hijklmno&quot;
</ins><span class="cx">                 text run at (0,130) width 41: &quot;pqrstuv&quot;
</span><del>-        layer at (407,362) size 152x97 clip at (408,363) size 150x95
-          RenderTextControl {TEXTAREA} at (3,17) size 152x97 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 146x52
-              RenderText {#text} at (0,0) size 146x52
-                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
-                text run at (102,0) width 4: &quot; &quot;
-                text run at (0,13) width 146: &quot;ABCDEFGHIJKLMNOPQRS&quot;
-                text run at (0,26) width 55: &quot;TUVWXYZ&quot;
-                text run at (54,26) width 5: &quot; &quot;
-                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        layer at (565,401) size 54x58 clip at (566,402) size 37x56 scrollHeight 212
-          RenderTextControl {TEXTAREA} at (3,31) size 54x58 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 33x208
-              RenderText {#text} at (0,0) size 33x208
-                text run at (0,0) width 24: &quot;Lore&quot;
-                text run at (0,13) width 10: &quot;m&quot;
-                text run at (9,13) width 5: &quot; &quot;
-                text run at (0,26) width 32: &quot;ipsum&quot;
-                text run at (31,26) width 2: &quot;  &quot;
-                text run at (0,39) width 28: &quot;dolor&quot;
-                text run at (27,39) width 4: &quot; &quot;
-                text run at (0,52) width 33: &quot;ABCD&quot;
-                text run at (0,65) width 32: &quot;EFGH&quot;
-                text run at (0,78) width 24: &quot;IJKL&quot;
-                text run at (0,91) width 28: &quot;MNO&quot;
-                text run at (0,104) width 32: &quot;PQRS&quot;
-                text run at (0,117) width 33: &quot;TUVW&quot;
-                text run at (0,130) width 22: &quot;XYZ&quot;
-                text run at (21,130) width 5: &quot; &quot;
-                text run at (0,143) width 33: &quot;abcde&quot;
-                text run at (0,156) width 32: &quot;fghijkl&quot;
-                text run at (0,169) width 31: &quot;mnop&quot;
-                text run at (0,182) width 28: &quot;qrstu&quot;
-                text run at (0,195) width 6: &quot;v&quot;
-        layer at (3,479) size 152x47 clip at (4,480) size 150x30 scrollWidth 439
-          RenderTextControl {TEXTAREA} at (3,17) size 152x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 146x13
-              RenderText {#text} at (0,0) size 437x13
-                text run at (0,0) width 437: &quot;Lorem ipsum  dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv&quot;
-        layer at (161,494) size 152x32 clip at (162,495) size 135x30 scrollHeight 56
-          RenderTextControl {TEXTAREA} at (3,17) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 131x52
-              RenderText {#text} at (0,0) size 131x52
-                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
-                text run at (102,0) width 4: &quot; &quot;
-                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
-                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
-                text run at (70,26) width 4: &quot; &quot;
-                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        layer at (319,494) size 152x32 clip at (320,495) size 135x30 scrollHeight 56
-          RenderTextControl {TEXTAREA} at (3,17) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 131x52
-              RenderText {#text} at (0,0) size 131x52
-                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
-                text run at (102,0) width 4: &quot; &quot;
-                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
-                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
-                text run at (70,26) width 4: &quot; &quot;
-                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        layer at (477,494) size 152x32 clip at (478,495) size 135x30 scrollHeight 56
-          RenderTextControl {TEXTAREA} at (3,31) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 131x52
-              RenderText {#text} at (0,0) size 131x52
-                text run at (0,0) width 72: &quot;Lorem ipsum &quot;
-                text run at (71,0) width 29: &quot;dolor&quot;
-                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
-                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
-                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        layer at (3,560) size 152x32 clip at (4,561) size 135x30 scrollHeight 56
-          RenderTextControl {TEXTAREA} at (3,31) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 131x52
-              RenderText {#text} at (0,0) size 130x52
-                text run at (0,0) width 130: &quot;Lorem ipsum  dolor ABC&quot;
-                text run at (0,13) width 129: &quot;DEFGHIJKLMNOPQRST&quot;
-                text run at (0,26) width 126: &quot;UVWXYZ abcdefghijklm&quot;
-                text run at (0,39) width 54: &quot;nopqrstuv&quot;
-        layer at (161,560) size 152x32 clip at (162,561) size 135x30 scrollHeight 56
-          RenderTextControl {TEXTAREA} at (3,31) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 131x52
-              RenderText {#text} at (0,0) size 131x52
-                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
-                text run at (102,0) width 4: &quot; &quot;
-                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
-                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
-                text run at (70,26) width 4: &quot; &quot;
-                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        layer at (319,560) size 152x32 clip at (320,561) size 135x15 scrollWidth 436 scrollHeight 17
-          RenderTextControl {TEXTAREA} at (3,31) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 146x13
-              RenderText {#text} at (0,0) size 434x13
-                text run at (0,0) width 72: &quot;Lorem ipsum &quot;
-                text run at (71,0) width 363: &quot;dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv&quot;
-        layer at (477,560) size 152x32 clip at (478,561) size 135x30 scrollHeight 56
-          RenderTextControl {TEXTAREA} at (3,31) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 131x52
-              RenderText {#text} at (0,0) size 131x52
-                text run at (0,0) width 72: &quot;Lorem ipsum &quot;
-                text run at (71,0) width 29: &quot;dolor&quot;
-                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
-                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
-                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        layer at (3,654) size 152x47 clip at (4,655) size 135x30 scrollWidth 202 scrollHeight 43
-          RenderTextControl {TEXTAREA} at (3,31) size 152x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 146x39
-              RenderText {#text} at (0,0) size 201x39
-                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
-                text run at (102,0) width 4: &quot; &quot;
-                text run at (0,13) width 201: &quot;ABCDEFGHIJKLMNOPQRSTUVWXYZ&quot;
-                text run at (0,26) width 131: &quot; abcdefghijklmnopqrstuv&quot;
-        layer at (161,654) size 152x47 clip at (162,655) size 135x30 scrollWidth 202 scrollHeight 43
-          RenderTextControl {TEXTAREA} at (3,59) size 152x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 146x39
-              RenderText {#text} at (0,0) size 201x39
-                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
-                text run at (102,0) width 4: &quot; &quot;
-                text run at (0,13) width 201: &quot;ABCDEFGHIJKLMNOPQRSTUVWXYZ&quot;
-                text run at (0,26) width 131: &quot; abcdefghijklmnopqrstuv&quot;
</del><ins>+        layer at (416,362) size 161x97 clip at (417,363) size 159x95
+          RenderTextControl {TEXTAREA} at (3,17) size 161x97 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 155x52
+              RenderText {#text} at (0,0) size 155x52
+                text run at (0,0) width 101: &quot;Lorem ipsum  dolor&quot;
+                text run at (100,0) width 4: &quot; &quot;
+                text run at (0,13) width 155: &quot;ABCDEFGHIJKLMNOPQRSTU&quot;
+                text run at (0,26) width 41: &quot;VWXYZ&quot;
+                text run at (40,26) width 4: &quot; &quot;
+                text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (583,401) size 56x58 clip at (584,402) size 39x56 scrollHeight 186
+          RenderTextControl {TEXTAREA} at (3,31) size 56x58 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 35x182
+              RenderText {#text} at (0,0) size 35x182
+                text run at (0,0) width 33: &quot;Lorem&quot;
+                text run at (32,0) width 3: &quot; &quot;
+                text run at (0,13) width 32: &quot;ipsum&quot;
+                text run at (31,13) width 4: &quot;  &quot;
+                text run at (0,26) width 28: &quot;dolor&quot;
+                text run at (27,26) width 4: &quot; &quot;
+                text run at (0,39) width 31: &quot;ABCD&quot;
+                text run at (0,52) width 33: &quot;EFGHI&quot;
+                text run at (0,65) width 30: &quot;JKLM&quot;
+                text run at (0,78) width 33: &quot;NOPQ&quot;
+                text run at (0,91) width 30: &quot;RSTU&quot;
+                text run at (0,104) width 33: &quot;VWXY&quot;
+                text run at (0,117) width 8: &quot;Z&quot;
+                text run at (7,117) width 4: &quot; &quot;
+                text run at (0,130) width 33: &quot;abcde&quot;
+                text run at (0,143) width 32: &quot;fghijkl&quot;
+                text run at (0,156) width 30: &quot;mnop&quot;
+                text run at (0,169) width 34: &quot;qrstuv&quot;
+        layer at (3,479) size 161x47 clip at (4,480) size 159x30 scrollWidth 431
+          RenderTextControl {TEXTAREA} at (3,17) size 161x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 155x13
+              RenderText {#text} at (0,0) size 429x13
+                text run at (0,0) width 429: &quot;Lorem ipsum  dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv&quot;
+        layer at (170,494) size 161x32 clip at (171,495) size 144x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,17) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 140x52
+              RenderText {#text} at (0,0) size 140x52
+                text run at (0,0) width 101: &quot;Lorem ipsum  dolor&quot;
+                text run at (100,0) width 4: &quot; &quot;
+                text run at (0,13) width 140: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+                text run at (0,26) width 56: &quot;TUVWXYZ&quot;
+                text run at (55,26) width 4: &quot; &quot;
+                text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (337,494) size 161x32 clip at (338,495) size 144x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,17) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 140x52
+              RenderText {#text} at (0,0) size 140x52
+                text run at (0,0) width 101: &quot;Lorem ipsum  dolor&quot;
+                text run at (100,0) width 4: &quot; &quot;
+                text run at (0,13) width 140: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+                text run at (0,26) width 56: &quot;TUVWXYZ&quot;
+                text run at (55,26) width 4: &quot; &quot;
+                text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (504,494) size 161x32 clip at (505,495) size 144x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,31) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 140x52
+              RenderText {#text} at (0,0) size 140x52
+                text run at (0,0) width 71: &quot;Lorem ipsum &quot;
+                text run at (70,0) width 28: &quot;dolor&quot;
+                text run at (0,13) width 140: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+                text run at (0,26) width 56: &quot;TUVWXYZ&quot;
+                text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (3,560) size 161x32 clip at (4,561) size 144x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,31) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 140x52
+              RenderText {#text} at (0,0) size 137x52
+                text run at (0,0) width 135: &quot;Lorem ipsum  dolor ABCD&quot;
+                text run at (0,13) width 132: &quot;EFGHIJKLMNOPQRSTUV&quot;
+                text run at (0,26) width 137: &quot;WXYZ abcdefghijklmnopq&quot;
+                text run at (0,39) width 27: &quot;rstuv&quot;
+        layer at (170,560) size 161x32 clip at (171,561) size 144x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,31) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 140x52
+              RenderText {#text} at (0,0) size 140x52
+                text run at (0,0) width 101: &quot;Lorem ipsum  dolor&quot;
+                text run at (100,0) width 4: &quot; &quot;
+                text run at (0,13) width 140: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+                text run at (0,26) width 56: &quot;TUVWXYZ&quot;
+                text run at (55,26) width 4: &quot; &quot;
+                text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (337,560) size 161x32 clip at (338,561) size 144x15 scrollWidth 427 scrollHeight 17
+          RenderTextControl {TEXTAREA} at (3,31) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 155x13
+              RenderText {#text} at (0,0) size 426x13
+                text run at (0,0) width 71: &quot;Lorem ipsum &quot;
+                text run at (70,0) width 356: &quot;dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv&quot;
+        layer at (504,560) size 161x32 clip at (505,561) size 144x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,31) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 140x52
+              RenderText {#text} at (0,0) size 140x52
+                text run at (0,0) width 71: &quot;Lorem ipsum &quot;
+                text run at (70,0) width 28: &quot;dolor&quot;
+                text run at (0,13) width 140: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+                text run at (0,26) width 56: &quot;TUVWXYZ&quot;
+                text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (3,654) size 161x47 clip at (4,655) size 144x30 scrollWidth 197 scrollHeight 43
+          RenderTextControl {TEXTAREA} at (3,31) size 161x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 155x39
+              RenderText {#text} at (0,0) size 195x39
+                text run at (0,0) width 101: &quot;Lorem ipsum  dolor&quot;
+                text run at (100,0) width 4: &quot; &quot;
+                text run at (0,13) width 195: &quot;ABCDEFGHIJKLMNOPQRSTUVWXYZ&quot;
+                text run at (0,26) width 130: &quot; abcdefghijklmnopqrstuv&quot;
+        layer at (170,654) size 161x47 clip at (171,655) size 144x30 scrollWidth 197 scrollHeight 43
+          RenderTextControl {TEXTAREA} at (3,59) size 161x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 155x39
+              RenderText {#text} at (0,0) size 195x39
+                text run at (0,0) width 101: &quot;Lorem ipsum  dolor&quot;
+                text run at (100,0) width 4: &quot; &quot;
+                text run at (0,13) width 195: &quot;ABCDEFGHIJKLMNOPQRSTUVWXYZ&quot;
+                text run at (0,26) width 130: &quot; abcdefghijklmnopqrstuv&quot;
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsbasictextareasquirksexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/basic-textareas-quirks-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsbasictextareasquirksexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/basic-textareas-quirks-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/basic-textareas-quirks-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/basic-textareas-quirks-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -10,8 +10,8 @@
</span><span class="cx">         RenderBlock {DIV} at (1,15) size 352x41 [border: (1px solid #FF0000)]
</span><span class="cx">           RenderText {#text} at (1,24) size 14x17
</span><span class="cx">             text run at (1,24) width 14: &quot;A &quot;
</span><del>-          RenderText {#text} at (170,24) size 14x17
-            text run at (170,24) width 14: &quot; B&quot;
</del><ins>+          RenderText {#text} at (179,24) size 14x17
+            text run at (179,24) width 14: &quot; B&quot;
</ins><span class="cx">         RenderBlock (anonymous) at (1,56) size 350x14
</span><span class="cx">           RenderText {#text} at (0,-2) size 77x17
</span><span class="cx">             text run at (0,-2) width 77: &quot;Plain textarea&quot;
</span><span class="lines">@@ -18,8 +18,8 @@
</span><span class="cx">         RenderBlock {DIV} at (1,70) size 352x41 [border: (1px solid #FF0000)]
</span><span class="cx">           RenderText {#text} at (1,24) size 14x17
</span><span class="cx">             text run at (1,24) width 14: &quot;A &quot;
</span><del>-          RenderText {#text} at (170,24) size 14x17
-            text run at (170,24) width 14: &quot; B&quot;
</del><ins>+          RenderText {#text} at (179,24) size 14x17
+            text run at (179,24) width 14: &quot; B&quot;
</ins><span class="cx">         RenderBlock (anonymous) at (1,111) size 350x14
</span><span class="cx">           RenderText {#text} at (0,-2) size 98x17
</span><span class="cx">             text run at (0,-2) width 98: &quot;Disabled textarea&quot;
</span><span class="lines">@@ -26,8 +26,8 @@
</span><span class="cx">         RenderBlock {DIV} at (1,125) size 352x41 [border: (1px solid #FF0000)]
</span><span class="cx">           RenderText {#text} at (1,24) size 14x17
</span><span class="cx">             text run at (1,24) width 14: &quot;A &quot;
</span><del>-          RenderText {#text} at (170,24) size 14x17
-            text run at (170,24) width 14: &quot; B&quot;
</del><ins>+          RenderText {#text} at (179,24) size 14x17
+            text run at (179,24) width 14: &quot; B&quot;
</ins><span class="cx">         RenderBlock (anonymous) at (1,166) size 350x14
</span><span class="cx">           RenderText {#text} at (0,-2) size 123x17
</span><span class="cx">             text run at (0,-2) width 123: &quot;style=\&quot;padding:10px\&quot;&quot;
</span><span class="lines">@@ -34,8 +34,8 @@
</span><span class="cx">         RenderBlock {DIV} at (1,180) size 352x57 [border: (1px solid #FF0000)]
</span><span class="cx">           RenderText {#text} at (1,40) size 14x17
</span><span class="cx">             text run at (1,40) width 14: &quot;A &quot;
</span><del>-          RenderText {#text} at (186,40) size 14x17
-            text run at (186,40) width 14: &quot; B&quot;
</del><ins>+          RenderText {#text} at (195,40) size 14x17
+            text run at (195,40) width 14: &quot; B&quot;
</ins><span class="cx">         RenderBlock (anonymous) at (1,237) size 350x14
</span><span class="cx">           RenderText {#text} at (0,-2) size 116x17
</span><span class="cx">             text run at (0,-2) width 116: &quot;style=\&quot;padding:0px\&quot;&quot;
</span><span class="lines">@@ -42,8 +42,8 @@
</span><span class="cx">         RenderBlock {DIV} at (1,251) size 352x37 [border: (1px solid #FF0000)]
</span><span class="cx">           RenderText {#text} at (1,20) size 14x17
</span><span class="cx">             text run at (1,20) width 14: &quot;A &quot;
</span><del>-          RenderText {#text} at (166,20) size 14x17
-            text run at (166,20) width 14: &quot; B&quot;
</del><ins>+          RenderText {#text} at (175,20) size 14x17
+            text run at (175,20) width 14: &quot; B&quot;
</ins><span class="cx">         RenderBlock (anonymous) at (1,288) size 350x14
</span><span class="cx">           RenderText {#text} at (0,-2) size 118x17
</span><span class="cx">             text run at (0,-2) width 118: &quot;style=\&quot;margin:10px\&quot;&quot;
</span><span class="lines">@@ -50,8 +50,8 @@
</span><span class="cx">         RenderBlock {DIV} at (1,302) size 352x57 [border: (1px solid #FF0000)]
</span><span class="cx">           RenderText {#text} at (1,40) size 14x17
</span><span class="cx">             text run at (1,40) width 14: &quot;A &quot;
</span><del>-          RenderText {#text} at (186,40) size 14x17
-            text run at (186,40) width 14: &quot; B&quot;
</del><ins>+          RenderText {#text} at (195,40) size 14x17
+            text run at (195,40) width 14: &quot; B&quot;
</ins><span class="cx">         RenderBlock (anonymous) at (1,359) size 350x14
</span><span class="cx">           RenderText {#text} at (0,-2) size 111x17
</span><span class="cx">             text run at (0,-2) width 111: &quot;style=\&quot;margin:0px\&quot;&quot;
</span><span class="lines">@@ -58,8 +58,8 @@
</span><span class="cx">         RenderBlock {DIV} at (1,373) size 352x37 [border: (1px solid #FF0000)]
</span><span class="cx">           RenderText {#text} at (1,20) size 14x17
</span><span class="cx">             text run at (1,20) width 14: &quot;A &quot;
</span><del>-          RenderText {#text} at (166,20) size 14x17
-            text run at (166,20) width 14: &quot; B&quot;
</del><ins>+          RenderText {#text} at (175,20) size 14x17
+            text run at (175,20) width 14: &quot; B&quot;
</ins><span class="cx">         RenderBlock (anonymous) at (1,410) size 350x14
</span><span class="cx">           RenderText {#text} at (0,-2) size 38x17
</span><span class="cx">             text run at (0,-2) width 38: &quot;cols=3&quot;
</span><span class="lines">@@ -66,8 +66,8 @@
</span><span class="cx">         RenderBlock {DIV} at (1,424) size 352x41 [border: (1px solid #FF0000)]
</span><span class="cx">           RenderText {#text} at (1,24) size 14x17
</span><span class="cx">             text run at (1,24) width 14: &quot;A &quot;
</span><del>-          RenderText {#text} at (59,24) size 14x17
-            text run at (59,24) width 14: &quot; B&quot;
</del><ins>+          RenderText {#text} at (60,24) size 14x17
+            text run at (60,24) width 14: &quot; B&quot;
</ins><span class="cx">         RenderBlock (anonymous) at (1,465) size 350x14
</span><span class="cx">           RenderText {#text} at (0,-2) size 43x17
</span><span class="cx">             text run at (0,-2) width 43: &quot;rows=3&quot;
</span><span class="lines">@@ -74,8 +74,8 @@
</span><span class="cx">         RenderBlock {DIV} at (1,479) size 352x54 [border: (1px solid #FF0000)]
</span><span class="cx">           RenderText {#text} at (1,37) size 14x17
</span><span class="cx">             text run at (1,37) width 14: &quot;A &quot;
</span><del>-          RenderText {#text} at (170,37) size 14x17
-            text run at (170,37) width 14: &quot; B&quot;
</del><ins>+          RenderText {#text} at (179,37) size 14x17
+            text run at (179,37) width 14: &quot; B&quot;
</ins><span class="cx">         RenderBlock (anonymous) at (1,533) size 350x14
</span><span class="cx">           RenderText {#text} at (0,-2) size 45x17
</span><span class="cx">             text run at (0,-2) width 45: &quot;cols=10&quot;
</span><span class="lines">@@ -82,8 +82,8 @@
</span><span class="cx">         RenderBlock {DIV} at (1,547) size 352x41 [border: (1px solid #FF0000)]
</span><span class="cx">           RenderText {#text} at (1,24) size 14x17
</span><span class="cx">             text run at (1,24) width 14: &quot;A &quot;
</span><del>-          RenderText {#text} at (105,24) size 14x17
-            text run at (105,24) width 14: &quot; B&quot;
</del><ins>+          RenderText {#text} at (109,24) size 14x17
+            text run at (109,24) width 14: &quot; B&quot;
</ins><span class="cx">         RenderBlock (anonymous) at (1,588) size 350x14
</span><span class="cx">           RenderText {#text} at (0,-2) size 50x17
</span><span class="cx">             text run at (0,-2) width 50: &quot;rows=10&quot;
</span><span class="lines">@@ -90,8 +90,8 @@
</span><span class="cx">         RenderBlock {DIV} at (1,602) size 352x145 [border: (1px solid #FF0000)]
</span><span class="cx">           RenderText {#text} at (1,128) size 14x17
</span><span class="cx">             text run at (1,128) width 14: &quot;A &quot;
</span><del>-          RenderText {#text} at (170,128) size 14x17
-            text run at (170,128) width 14: &quot; B&quot;
</del><ins>+          RenderText {#text} at (179,128) size 14x17
+            text run at (179,128) width 14: &quot; B&quot;
</ins><span class="cx">         RenderBlock (anonymous) at (1,747) size 350x14
</span><span class="cx">           RenderText {#text} at (0,-2) size 84x17
</span><span class="cx">             text run at (0,-2) width 84: &quot;cols=5 rows=4&quot;
</span><span class="lines">@@ -98,8 +98,8 @@
</span><span class="cx">         RenderBlock {DIV} at (1,761) size 352x67 [border: (1px solid #FF0000)]
</span><span class="cx">           RenderText {#text} at (1,50) size 14x17
</span><span class="cx">             text run at (1,50) width 14: &quot;A &quot;
</span><del>-          RenderText {#text} at (72,50) size 14x17
-            text run at (72,50) width 14: &quot; B&quot;
</del><ins>+          RenderText {#text} at (74,50) size 14x17
+            text run at (74,50) width 14: &quot; B&quot;
</ins><span class="cx">       RenderBlock (floating) {DIV} at (352,0) size 352x1057 [border: (1px solid #FF0000)]
</span><span class="cx">         RenderBlock (anonymous) at (1,1) size 350x14
</span><span class="cx">           RenderText {#text} at (0,-2) size 110x17
</span><span class="lines">@@ -131,8 +131,8 @@
</span><span class="cx">         RenderBlock {DIV} at (1,212) size 352x65 [border: (1px solid #FF0000)]
</span><span class="cx">           RenderText {#text} at (1,48) size 14x17
</span><span class="cx">             text run at (1,48) width 14: &quot;A &quot;
</span><del>-          RenderText {#text} at (170,48) size 14x17
-            text run at (170,48) width 14: &quot; B&quot;
</del><ins>+          RenderText {#text} at (179,48) size 14x17
+            text run at (179,48) width 14: &quot; B&quot;
</ins><span class="cx">         RenderBlock (anonymous) at (1,277) size 350x14
</span><span class="cx">           RenderText {#text} at (0,-2) size 181x17
</span><span class="cx">             text run at (0,-2) width 181: &quot;style=\&quot;width:60px;height:60px\&quot;&quot;
</span><span class="lines">@@ -147,8 +147,8 @@
</span><span class="cx">         RenderBlock {DIV} at (1,370) size 352x41 [border: (1px solid #FF0000)]
</span><span class="cx">           RenderText {#text} at (1,24) size 14x17
</span><span class="cx">             text run at (1,24) width 14: &quot;A &quot;
</span><del>-          RenderText {#text} at (170,24) size 14x17
-            text run at (170,24) width 14: &quot; B&quot;
</del><ins>+          RenderText {#text} at (179,24) size 14x17
+            text run at (179,24) width 14: &quot; B&quot;
</ins><span class="cx">         RenderBlock (anonymous) at (1,411) size 350x14
</span><span class="cx">           RenderText {#text} at (0,-2) size 131x17
</span><span class="cx">             text run at (0,-2) width 131: &quot;style=\&quot;overflow:scroll\&quot;&quot;
</span><span class="lines">@@ -155,8 +155,8 @@
</span><span class="cx">         RenderBlock {DIV} at (1,425) size 352x56 [border: (1px solid #FF0000)]
</span><span class="cx">           RenderText {#text} at (1,39) size 14x17
</span><span class="cx">             text run at (1,39) width 14: &quot;A &quot;
</span><del>-          RenderText {#text} at (170,39) size 14x17
-            text run at (170,39) width 14: &quot; B&quot;
</del><ins>+          RenderText {#text} at (179,39) size 14x17
+            text run at (179,39) width 14: &quot; B&quot;
</ins><span class="cx">         RenderBlock (anonymous) at (1,481) size 350x14
</span><span class="cx">           RenderText {#text} at (0,-2) size 276x17
</span><span class="cx">             text run at (0,-2) width 276: &quot;style=\&quot;overflow:hidden;width:60px;height:60px\&quot;&quot;
</span><span class="lines">@@ -203,9 +203,9 @@
</span><span class="cx">         RenderBlock {DIV} at (1,890) size 352x56 [border: (1px solid #FF0000)]
</span><span class="cx">           RenderText {#text} at (1,39) size 14x17
</span><span class="cx">             text run at (1,39) width 14: &quot;A &quot;
</span><del>-          RenderText {#text} at (170,39) size 14x17
-            text run at (170,39) width 5: &quot; &quot;
-            text run at (174,39) width 10: &quot;B&quot;
</del><ins>+          RenderText {#text} at (179,39) size 14x17
+            text run at (179,39) width 5: &quot; &quot;
+            text run at (183,39) width 10: &quot;B&quot;
</ins><span class="cx">         RenderBlock (anonymous) at (1,946) size 350x14
</span><span class="cx">           RenderText {#text} at (0,-2) size 73x17
</span><span class="cx">             text run at (0,-2) width 73: &quot;wrap=\&quot;hard\&quot;&quot;
</span><span class="lines">@@ -212,9 +212,9 @@
</span><span class="cx">         RenderBlock {DIV} at (1,960) size 352x41 [border: (1px solid #FF0000)]
</span><span class="cx">           RenderText {#text} at (1,24) size 14x17
</span><span class="cx">             text run at (1,24) width 14: &quot;A &quot;
</span><del>-          RenderText {#text} at (170,24) size 14x17
-            text run at (170,24) width 5: &quot; &quot;
-            text run at (174,24) width 10: &quot;B&quot;
</del><ins>+          RenderText {#text} at (179,24) size 14x17
+            text run at (179,24) width 5: &quot; &quot;
+            text run at (183,24) width 10: &quot;B&quot;
</ins><span class="cx">         RenderBlock (anonymous) at (1,1001) size 350x14
</span><span class="cx">           RenderText {#text} at (0,-2) size 69x17
</span><span class="cx">             text run at (0,-2) width 69: &quot;wrap=\&quot;soft\&quot;&quot;
</span><span class="lines">@@ -221,199 +221,194 @@
</span><span class="cx">         RenderBlock {DIV} at (1,1015) size 352x41 [border: (1px solid #FF0000)]
</span><span class="cx">           RenderText {#text} at (1,24) size 14x17
</span><span class="cx">             text run at (1,24) width 14: &quot;A &quot;
</span><del>-          RenderText {#text} at (170,24) size 14x17
-            text run at (170,24) width 5: &quot; &quot;
-            text run at (174,24) width 10: &quot;B&quot;
-layer at (26,26) size 152x32 clip at (27,27) size 150x30
-  RenderTextControl {TEXTAREA} at (16,3) size 153x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 146x13
-      RenderText {#text} at (0,0) size 100x13
-        text run at (0,0) width 100: &quot;Lorem ipsum dolor&quot;
-layer at (26,81) size 152x32 clip at (27,82) size 135x30 scrollHeight 56
-  RenderTextControl {TEXTAREA} at (16,3) size 153x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 131x52
-      RenderText {#text} at (0,0) size 131x52
-        text run at (0,0) width 100: &quot;Lorem ipsum dolor&quot;
-        text run at (99,0) width 4: &quot; &quot;
-        text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
-        text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
-        text run at (70,26) width 4: &quot; &quot;
-        text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        text run at (127,39) width 4: &quot; &quot;
-layer at (26,136) size 152x32 clip at (27,137) size 135x30 scrollHeight 56
-  RenderTextControl {TEXTAREA} at (16,3) size 153x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 131x52 [color=#545454]
-      RenderText {#text} at (0,0) size 131x52
-        text run at (0,0) width 100: &quot;Lorem ipsum dolor&quot;
-        text run at (99,0) width 4: &quot; &quot;
-        text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
-        text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
-        text run at (70,26) width 4: &quot; &quot;
-        text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        text run at (127,39) width 4: &quot; &quot;
-layer at (26,191) size 168x48 clip at (27,192) size 151x46 scrollHeight 72
-  RenderTextControl {TEXTAREA} at (16,3) size 169x48 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (11,11) size 131x52
-      RenderText {#text} at (0,0) size 131x52
-        text run at (0,0) width 100: &quot;Lorem ipsum dolor&quot;
-        text run at (99,0) width 4: &quot; &quot;
-        text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
-        text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
-        text run at (70,26) width 4: &quot; &quot;
-        text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        text run at (127,39) width 4: &quot; &quot;
-layer at (26,262) size 148x28 clip at (27,263) size 131x26 scrollHeight 52
-  RenderTextControl {TEXTAREA} at (16,3) size 149x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (1,1) size 131x52
-      RenderText {#text} at (0,0) size 131x52
-        text run at (0,0) width 100: &quot;Lorem ipsum dolor&quot;
-        text run at (99,0) width 4: &quot; &quot;
-        text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
-        text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
-        text run at (70,26) width 4: &quot; &quot;
-        text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        text run at (127,39) width 4: &quot; &quot;
-layer at (34,321) size 152x32 clip at (35,322) size 135x30 scrollHeight 56
-  RenderTextControl {TEXTAREA} at (24,11) size 153x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 131x52
-      RenderText {#text} at (0,0) size 131x52
-        text run at (0,0) width 100: &quot;Lorem ipsum dolor&quot;
-        text run at (99,0) width 4: &quot; &quot;
-        text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
-        text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
-        text run at (70,26) width 4: &quot; &quot;
-        text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        text run at (127,39) width 4: &quot; &quot;
-layer at (24,382) size 152x32 clip at (25,383) size 135x30 scrollHeight 56
-  RenderTextControl {TEXTAREA} at (14,1) size 153x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 131x52
-      RenderText {#text} at (0,0) size 131x52
-        text run at (0,0) width 100: &quot;Lorem ipsum dolor&quot;
-        text run at (99,0) width 4: &quot; &quot;
-        text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
-        text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
-        text run at (70,26) width 4: &quot; &quot;
-        text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        text run at (127,39) width 4: &quot; &quot;
-layer at (26,435) size 41x32 clip at (27,436) size 24x30 scrollHeight 355
-  RenderTextControl {TEXTAREA} at (16,3) size 42x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 20x351
-      RenderText {#text} at (0,0) size 20x351
-        text run at (0,0) width 18: &quot;Lor&quot;
-        text run at (0,13) width 17: &quot;em&quot;
-        text run at (16,13) width 4: &quot; &quot;
</del><ins>+          RenderText {#text} at (179,24) size 14x17
+            text run at (179,24) width 5: &quot; &quot;
+            text run at (183,24) width 10: &quot;B&quot;
+layer at (26,26) size 161x32 clip at (27,27) size 159x30
+  RenderTextControl {TEXTAREA} at (16,3) size 162x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 155x13
+      RenderText {#text} at (0,0) size 98x13
+        text run at (0,0) width 98: &quot;Lorem ipsum dolor&quot;
+layer at (26,81) size 161x32 clip at (27,82) size 144x30 scrollHeight 56
+  RenderTextControl {TEXTAREA} at (16,3) size 162x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 140x52
+      RenderText {#text} at (0,0) size 140x52
+        text run at (0,0) width 98: &quot;Lorem ipsum dolor&quot;
+        text run at (97,0) width 4: &quot; &quot;
+        text run at (0,13) width 140: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+        text run at (0,26) width 56: &quot;TUVWXYZ&quot;
+        text run at (55,26) width 4: &quot; &quot;
+        text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        text run at (126,39) width 4: &quot; &quot;
+layer at (26,136) size 161x32 clip at (27,137) size 144x30 scrollHeight 56
+  RenderTextControl {TEXTAREA} at (16,3) size 162x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 140x52 [color=#545454]
+      RenderText {#text} at (0,0) size 140x52
+        text run at (0,0) width 98: &quot;Lorem ipsum dolor&quot;
+        text run at (97,0) width 4: &quot; &quot;
+        text run at (0,13) width 140: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+        text run at (0,26) width 56: &quot;TUVWXYZ&quot;
+        text run at (55,26) width 4: &quot; &quot;
+        text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        text run at (126,39) width 4: &quot; &quot;
+layer at (26,191) size 177x48 clip at (27,192) size 160x46 scrollHeight 72
+  RenderTextControl {TEXTAREA} at (16,3) size 178x48 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (11,11) size 140x52
+      RenderText {#text} at (0,0) size 140x52
+        text run at (0,0) width 98: &quot;Lorem ipsum dolor&quot;
+        text run at (97,0) width 4: &quot; &quot;
+        text run at (0,13) width 140: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+        text run at (0,26) width 56: &quot;TUVWXYZ&quot;
+        text run at (55,26) width 4: &quot; &quot;
+        text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        text run at (126,39) width 4: &quot; &quot;
+layer at (26,262) size 157x28 clip at (27,263) size 140x26 scrollHeight 52
+  RenderTextControl {TEXTAREA} at (16,3) size 158x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (1,1) size 140x52
+      RenderText {#text} at (0,0) size 140x52
+        text run at (0,0) width 98: &quot;Lorem ipsum dolor&quot;
+        text run at (97,0) width 4: &quot; &quot;
+        text run at (0,13) width 140: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+        text run at (0,26) width 56: &quot;TUVWXYZ&quot;
+        text run at (55,26) width 4: &quot; &quot;
+        text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        text run at (126,39) width 4: &quot; &quot;
+layer at (34,321) size 161x32 clip at (35,322) size 144x30 scrollHeight 56
+  RenderTextControl {TEXTAREA} at (24,11) size 162x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 140x52
+      RenderText {#text} at (0,0) size 140x52
+        text run at (0,0) width 98: &quot;Lorem ipsum dolor&quot;
+        text run at (97,0) width 4: &quot; &quot;
+        text run at (0,13) width 140: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+        text run at (0,26) width 56: &quot;TUVWXYZ&quot;
+        text run at (55,26) width 4: &quot; &quot;
+        text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        text run at (126,39) width 4: &quot; &quot;
+layer at (24,382) size 161x32 clip at (25,383) size 144x30 scrollHeight 56
+  RenderTextControl {TEXTAREA} at (14,1) size 162x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 140x52
+      RenderText {#text} at (0,0) size 140x52
+        text run at (0,0) width 98: &quot;Lorem ipsum dolor&quot;
+        text run at (97,0) width 4: &quot; &quot;
+        text run at (0,13) width 140: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+        text run at (0,26) width 56: &quot;TUVWXYZ&quot;
+        text run at (55,26) width 4: &quot; &quot;
+        text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        text run at (126,39) width 4: &quot; &quot;
+layer at (26,435) size 42x32 clip at (27,436) size 25x30 scrollHeight 329
+  RenderTextControl {TEXTAREA} at (16,3) size 43x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 21x325
+      RenderText {#text} at (0,0) size 21x325
+        text run at (0,0) width 17: &quot;Lor&quot;
+        text run at (0,13) width 16: &quot;em&quot;
+        text run at (15,13) width 5: &quot; &quot;
</ins><span class="cx">         text run at (0,26) width 16: &quot;ips&quot;
</span><span class="cx">         text run at (0,39) width 17: &quot;um&quot;
</span><span class="cx">         text run at (16,39) width 4: &quot; &quot;
</span><span class="cx">         text run at (0,52) width 17: &quot;dol&quot;
</span><span class="cx">         text run at (0,65) width 11: &quot;or&quot;
</span><del>-        text run at (10,65) width 5: &quot; &quot;
-        text run at (0,78) width 16: &quot;AB&quot;
-        text run at (0,91) width 17: &quot;CD&quot;
-        text run at (0,104) width 14: &quot;EF&quot;
-        text run at (0,117) width 18: &quot;GH&quot;
-        text run at (0,130) width 18: &quot;IJK&quot;
-        text run at (0,143) width 17: &quot;LM&quot;
-        text run at (0,156) width 18: &quot;NO&quot;
-        text run at (0,169) width 17: &quot;PQ&quot;
-        text run at (0,182) width 16: &quot;RS&quot;
-        text run at (0,195) width 16: &quot;TU&quot;
-        text run at (0,208) width 18: &quot;VW&quot;
-        text run at (0,221) width 15: &quot;XY&quot;
-        text run at (0,234) width 8: &quot;Z&quot;
-        text run at (7,234) width 4: &quot; &quot;
-        text run at (0,247) width 20: &quot;abc&quot;
-        text run at (0,260) width 17: &quot;def&quot;
-        text run at (0,273) width 19: &quot;ghij&quot;
-        text run at (0,286) width 19: &quot;klm&quot;
-        text run at (0,299) width 14: &quot;no&quot;
-        text run at (0,312) width 18: &quot;pqr&quot;
-        text run at (0,325) width 17: &quot;stu&quot;
-        text run at (0,338) width 6: &quot;v&quot;
-        text run at (5,338) width 5: &quot; &quot;
-layer at (26,490) size 152x45 clip at (27,491) size 135x43 scrollHeight 56
-  RenderTextControl {TEXTAREA} at (16,3) size 153x45 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 131x52
-      RenderText {#text} at (0,0) size 131x52
-        text run at (0,0) width 100: &quot;Lorem ipsum dolor&quot;
-        text run at (99,0) width 4: &quot; &quot;
-        text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
-        text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
-        text run at (70,26) width 4: &quot; &quot;
-        text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        text run at (127,39) width 4: &quot; &quot;
-layer at (26,558) size 87x32 clip at (27,559) size 70x30 scrollHeight 108
-  RenderTextControl {TEXTAREA} at (16,3) size 88x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 66x104
-      RenderText {#text} at (0,0) size 66x104
-        text run at (0,0) width 34: &quot;Lorem&quot;
-        text run at (33,0) width 4: &quot; &quot;
-        text run at (0,13) width 63: &quot;ipsum dolor&quot;
-        text run at (62,13) width 4: &quot; &quot;
-        text run at (0,26) width 64: &quot;ABCDEFGH&quot;
-        text run at (0,39) width 59: &quot;IJKLMNOP&quot;
-        text run at (0,52) width 65: &quot;QRSTUVWX&quot;
-        text run at (0,65) width 15: &quot;YZ&quot;
-        text run at (14,65) width 5: &quot; &quot;
-        text run at (0,78) width 65: &quot;abcdefghijkl&quot;
-        text run at (0,91) width 64: &quot;mnopqrstuv&quot;
-        text run at (63,91) width 3: &quot; &quot;
-layer at (26,613) size 152x136 clip at (27,614) size 150x134
-  RenderTextControl {TEXTAREA} at (16,3) size 153x136 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 146x52
-      RenderText {#text} at (0,0) size 146x52
-        text run at (0,0) width 100: &quot;Lorem ipsum dolor&quot;
-        text run at (99,0) width 4: &quot; &quot;
-        text run at (0,13) width 146: &quot;ABCDEFGHIJKLMNOPQRS&quot;
-        text run at (0,26) width 55: &quot;TUVWXYZ&quot;
-        text run at (54,26) width 5: &quot; &quot;
-        text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        text run at (127,39) width 4: &quot; &quot;
-layer at (26,772) size 54x58 clip at (27,773) size 37x56 scrollHeight 212
-  RenderTextControl {TEXTAREA} at (16,3) size 55x58 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 33x208
-      RenderText {#text} at (0,0) size 33x208
-        text run at (0,0) width 24: &quot;Lore&quot;
-        text run at (0,13) width 10: &quot;m&quot;
-        text run at (9,13) width 5: &quot; &quot;
-        text run at (0,26) width 32: &quot;ipsum&quot;
-        text run at (31,26) width 2: &quot; &quot;
-        text run at (0,39) width 28: &quot;dolor&quot;
-        text run at (27,39) width 4: &quot; &quot;
-        text run at (0,52) width 33: &quot;ABCD&quot;
-        text run at (0,65) width 32: &quot;EFGH&quot;
-        text run at (0,78) width 24: &quot;IJKL&quot;
-        text run at (0,91) width 28: &quot;MNO&quot;
-        text run at (0,104) width 32: &quot;PQRS&quot;
-        text run at (0,117) width 33: &quot;TUVW&quot;
-        text run at (0,130) width 22: &quot;XYZ&quot;
-        text run at (21,130) width 5: &quot; &quot;
-        text run at (0,143) width 33: &quot;abcde&quot;
-        text run at (0,156) width 32: &quot;fghijkl&quot;
-        text run at (0,169) width 31: &quot;mnop&quot;
-        text run at (0,182) width 28: &quot;qrstu&quot;
-        text run at (0,195) width 6: &quot;v&quot;
-        text run at (5,195) width 5: &quot; &quot;
</del><ins>+        text run at (10,65) width 4: &quot; &quot;
+        text run at (0,78) width 15: &quot;AB&quot;
+        text run at (0,91) width 16: &quot;CD&quot;
+        text run at (0,104) width 13: &quot;EF&quot;
+        text run at (0,117) width 20: &quot;GHI&quot;
+        text run at (0,130) width 20: &quot;JKL&quot;
+        text run at (0,143) width 18: &quot;MN&quot;
+        text run at (0,156) width 16: &quot;OP&quot;
+        text run at (0,169) width 16: &quot;QR&quot;
+        text run at (0,182) width 15: &quot;ST&quot;
+        text run at (0,195) width 16: &quot;UV&quot;
+        text run at (0,208) width 19: &quot;WX&quot;
+        text run at (0,221) width 15: &quot;YZ&quot;
+        text run at (14,221) width 4: &quot; &quot;
+        text run at (0,234) width 20: &quot;abc&quot;
+        text run at (0,247) width 18: &quot;def&quot;
+        text run at (0,260) width 19: &quot;ghij&quot;
+        text run at (0,273) width 19: &quot;klm&quot;
+        text run at (0,286) width 20: &quot;nop&quot;
+        text run at (0,299) width 21: &quot;qrst&quot;
+        text run at (0,312) width 13: &quot;uv&quot;
+        text run at (12,312) width 4: &quot; &quot;
+layer at (26,490) size 161x45 clip at (27,491) size 144x43 scrollHeight 56
+  RenderTextControl {TEXTAREA} at (16,3) size 162x45 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 140x52
+      RenderText {#text} at (0,0) size 140x52
+        text run at (0,0) width 98: &quot;Lorem ipsum dolor&quot;
+        text run at (97,0) width 4: &quot; &quot;
+        text run at (0,13) width 140: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+        text run at (0,26) width 56: &quot;TUVWXYZ&quot;
+        text run at (55,26) width 4: &quot; &quot;
+        text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        text run at (126,39) width 4: &quot; &quot;
+layer at (26,558) size 91x32 clip at (27,559) size 74x30 scrollHeight 95
+  RenderTextControl {TEXTAREA} at (16,3) size 92x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 70x91
+      RenderText {#text} at (0,0) size 70x91
+        text run at (0,0) width 68: &quot;Lorem ipsum&quot;
+        text run at (67,0) width 3: &quot; &quot;
+        text run at (0,13) width 28: &quot;dolor&quot;
+        text run at (27,13) width 4: &quot; &quot;
+        text run at (0,26) width 70: &quot;ABCDEFGHIJ&quot;
+        text run at (0,39) width 70: &quot;KLMNOPQRS&quot;
+        text run at (0,52) width 56: &quot;TUVWXYZ&quot;
+        text run at (55,52) width 4: &quot; &quot;
+        text run at (0,65) width 64: &quot;abcdefghijkl&quot;
+        text run at (0,78) width 63: &quot;mnopqrstuv&quot;
+        text run at (62,78) width 4: &quot; &quot;
+layer at (26,613) size 161x136 clip at (27,614) size 159x134
+  RenderTextControl {TEXTAREA} at (16,3) size 162x136 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 155x52
+      RenderText {#text} at (0,0) size 155x52
+        text run at (0,0) width 98: &quot;Lorem ipsum dolor&quot;
+        text run at (97,0) width 4: &quot; &quot;
+        text run at (0,13) width 155: &quot;ABCDEFGHIJKLMNOPQRSTU&quot;
+        text run at (0,26) width 41: &quot;VWXYZ&quot;
+        text run at (40,26) width 4: &quot; &quot;
+        text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        text run at (126,39) width 4: &quot; &quot;
+layer at (26,772) size 56x58 clip at (27,773) size 39x56 scrollHeight 186
+  RenderTextControl {TEXTAREA} at (16,3) size 57x58 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 35x182
+      RenderText {#text} at (0,0) size 35x182
+        text run at (0,0) width 33: &quot;Lorem&quot;
+        text run at (32,0) width 3: &quot; &quot;
+        text run at (0,13) width 32: &quot;ipsum&quot;
+        text run at (31,13) width 4: &quot; &quot;
+        text run at (0,26) width 28: &quot;dolor&quot;
+        text run at (27,26) width 4: &quot; &quot;
+        text run at (0,39) width 31: &quot;ABCD&quot;
+        text run at (0,52) width 33: &quot;EFGHI&quot;
+        text run at (0,65) width 30: &quot;JKLM&quot;
+        text run at (0,78) width 33: &quot;NOPQ&quot;
+        text run at (0,91) width 30: &quot;RSTU&quot;
+        text run at (0,104) width 33: &quot;VWXY&quot;
+        text run at (0,117) width 8: &quot;Z&quot;
+        text run at (7,117) width 4: &quot; &quot;
+        text run at (0,130) width 33: &quot;abcde&quot;
+        text run at (0,143) width 32: &quot;fghijkl&quot;
+        text run at (0,156) width 30: &quot;mnop&quot;
+        text run at (0,169) width 34: &quot;qrstuv&quot;
+        text run at (33,169) width 2: &quot; &quot;
</ins><span class="cx"> layer at (376,26) size 60x32 clip at (377,27) size 43x30 scrollHeight 173
</span><span class="cx">   RenderTextControl {TEXTAREA} at (14,3) size 61x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">     RenderBlock {DIV} at (3,3) size 39x169
</span><span class="cx">       RenderText {#text} at (0,0) size 39x169
</span><del>-        text run at (0,0) width 34: &quot;Lorem&quot;
-        text run at (33,0) width 4: &quot; &quot;
</del><ins>+        text run at (0,0) width 33: &quot;Lorem&quot;
+        text run at (32,0) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,13) width 32: &quot;ipsum&quot;
</span><del>-        text run at (31,13) width 5: &quot; &quot;
</del><ins>+        text run at (31,13) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,26) width 28: &quot;dolor&quot;
</span><span class="cx">         text run at (27,26) width 4: &quot; &quot;
</span><del>-        text run at (0,39) width 33: &quot;ABCD&quot;
-        text run at (0,52) width 35: &quot;EFGHI&quot;
-        text run at (0,65) width 39: &quot;JKLMN&quot;
-        text run at (0,78) width 34: &quot;OPQR&quot;
-        text run at (0,91) width 30: &quot;STUV&quot;
-        text run at (0,104) width 33: &quot;WXYZ&quot;
-        text run at (32,104) width 4: &quot; &quot;
</del><ins>+        text run at (0,39) width 38: &quot;ABCDE&quot;
+        text run at (0,52) width 32: &quot;FGHIJ&quot;
+        text run at (0,65) width 32: &quot;KLMN&quot;
+        text run at (0,78) width 39: &quot;OPQRS&quot;
+        text run at (0,91) width 34: &quot;TUVW&quot;
+        text run at (0,104) width 23: &quot;XYZ&quot;
+        text run at (22,104) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,117) width 37: &quot;abcdef&quot;
</span><span class="cx">         text run at (0,130) width 38: &quot;ghijklm&quot;
</span><del>-        text run at (0,143) width 38: &quot;nopqrs&quot;
</del><ins>+        text run at (0,143) width 37: &quot;nopqrs&quot;
</ins><span class="cx">         text run at (0,156) width 17: &quot;tuv&quot;
</span><span class="cx">         text run at (16,156) width 4: &quot; &quot;
</span><span class="cx"> layer at (376,81) size 60x68 clip at (377,82) size 43x66 scrollHeight 924
</span><span class="lines">@@ -440,17 +435,17 @@
</span><span class="cx">         text run at (0,221) width 3: &quot; &quot;
</span><span class="cx">         text run at (0,234) width 8: &quot;A&quot;
</span><span class="cx">         text run at (0,247) width 8: &quot;B&quot;
</span><del>-        text run at (0,260) width 9: &quot;C&quot;
</del><ins>+        text run at (0,260) width 8: &quot;C&quot;
</ins><span class="cx">         text run at (0,273) width 9: &quot;D&quot;
</span><del>-        text run at (0,286) width 8: &quot;E&quot;
</del><ins>+        text run at (0,286) width 7: &quot;E&quot;
</ins><span class="cx">         text run at (0,299) width 7: &quot;F&quot;
</span><span class="cx">         text run at (0,312) width 9: &quot;G&quot;
</span><span class="cx">         text run at (0,325) width 9: &quot;H&quot;
</span><span class="cx">         text run at (0,338) width 4: &quot;I&quot;
</span><del>-        text run at (0,351) width 7: &quot;J&quot;
</del><ins>+        text run at (0,351) width 6: &quot;J&quot;
</ins><span class="cx">         text run at (0,364) width 8: &quot;K&quot;
</span><span class="cx">         text run at (0,377) width 7: &quot;L&quot;
</span><del>-        text run at (0,390) width 11: &quot;M&quot;
</del><ins>+        text run at (0,390) width 10: &quot;M&quot;
</ins><span class="cx">         text run at (0,403) width 9: &quot;N&quot;
</span><span class="cx">         text run at (0,416) width 9: &quot;O&quot;
</span><span class="cx">         text run at (0,429) width 8: &quot;P&quot;
</span><span class="lines">@@ -457,7 +452,7 @@
</span><span class="cx">         text run at (0,442) width 9: &quot;Q&quot;
</span><span class="cx">         text run at (0,455) width 8: &quot;R&quot;
</span><span class="cx">         text run at (0,468) width 8: &quot;S&quot;
</span><del>-        text run at (0,481) width 7: &quot;T&quot;
</del><ins>+        text run at (0,481) width 8: &quot;T&quot;
</ins><span class="cx">         text run at (0,494) width 9: &quot;U&quot;
</span><span class="cx">         text run at (0,507) width 8: &quot;V&quot;
</span><span class="cx">         text run at (0,520) width 11: &quot;W&quot;
</span><span class="lines">@@ -470,7 +465,7 @@
</span><span class="cx">         text run at (0,611) width 7: &quot;c&quot;
</span><span class="cx">         text run at (0,624) width 7: &quot;d&quot;
</span><span class="cx">         text run at (0,637) width 7: &quot;e&quot;
</span><del>-        text run at (0,650) width 4: &quot;f&quot;
</del><ins>+        text run at (0,650) width 5: &quot;f&quot;
</ins><span class="cx">         text run at (0,663) width 7: &quot;g&quot;
</span><span class="cx">         text run at (0,676) width 7: &quot;h&quot;
</span><span class="cx">         text run at (0,689) width 3: &quot;i&quot;
</span><span class="lines">@@ -484,126 +479,125 @@
</span><span class="cx">         text run at (0,793) width 7: &quot;q&quot;
</span><span class="cx">         text run at (0,806) width 5: &quot;r&quot;
</span><span class="cx">         text run at (0,819) width 6: &quot;s&quot;
</span><del>-        text run at (0,832) width 4: &quot;t&quot;
</del><ins>+        text run at (0,832) width 5: &quot;t&quot;
</ins><span class="cx">         text run at (0,845) width 7: &quot;u&quot;
</span><del>-        text run at (0,858) width 6: &quot;v&quot;
</del><ins>+        text run at (0,858) width 7: &quot;v&quot;
</ins><span class="cx">         text run at (0,871) width 3: &quot; &quot;
</span><span class="cx"> layer at (376,172) size 60x28 clip at (377,173) size 43x26 scrollHeight 156
</span><span class="cx">   RenderTextControl {TEXTAREA} at (14,3) size 61x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">     RenderBlock {DIV} at (1,1) size 43x156
</span><span class="cx">       RenderText {#text} at (0,0) size 43x156
</span><del>-        text run at (0,0) width 34: &quot;Lorem&quot;
-        text run at (33,0) width 4: &quot; &quot;
</del><ins>+        text run at (0,0) width 33: &quot;Lorem&quot;
+        text run at (32,0) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,13) width 32: &quot;ipsum&quot;
</span><del>-        text run at (31,13) width 5: &quot; &quot;
</del><ins>+        text run at (31,13) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,26) width 28: &quot;dolor&quot;
</span><span class="cx">         text run at (27,26) width 4: &quot; &quot;
</span><del>-        text run at (0,39) width 40: &quot;ABCDE&quot;
-        text run at (0,52) width 41: &quot;FGHIJK&quot;
-        text run at (0,65) width 42: &quot;LMNOP&quot;
-        text run at (0,78) width 40: &quot;QRSTU&quot;
-        text run at (0,91) width 40: &quot;VWXYZ&quot;
-        text run at (39,91) width 4: &quot; &quot;
-        text run at (0,104) width 37: &quot;abcdef&quot;
-        text run at (0,117) width 38: &quot;ghijklm&quot;
-        text run at (0,130) width 41: &quot;nopqrst&quot;
-        text run at (0,143) width 13: &quot;uv&quot;
-        text run at (12,143) width 4: &quot; &quot;
-layer at (378,221) size 152x60 clip at (379,222) size 150x58
-  RenderTextControl {TEXTAREA} at (16,1) size 153x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 146x52
-      RenderText {#text} at (0,0) size 146x52
-        text run at (0,0) width 100: &quot;Lorem ipsum dolor&quot;
-        text run at (99,0) width 4: &quot; &quot;
-        text run at (0,13) width 146: &quot;ABCDEFGHIJKLMNOPQRS&quot;
-        text run at (0,26) width 55: &quot;TUVWXYZ&quot;
-        text run at (54,26) width 5: &quot; &quot;
-        text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        text run at (127,39) width 4: &quot; &quot;
</del><ins>+        text run at (0,39) width 38: &quot;ABCDE&quot;
+        text run at (0,52) width 40: &quot;FGHIJK&quot;
+        text run at (0,65) width 40: &quot;LMNOP&quot;
+        text run at (0,78) width 39: &quot;QRSTU&quot;
+        text run at (0,91) width 41: &quot;VWXYZ&quot;
+        text run at (40,91) width 3: &quot; &quot;
+        text run at (0,104) width 43: &quot;abcdefg&quot;
+        text run at (0,117) width 38: &quot;hijklmn&quot;
+        text run at (0,130) width 41: &quot;opqrstu&quot;
+        text run at (0,143) width 7: &quot;v&quot;
+        text run at (6,143) width 4: &quot; &quot;
+layer at (378,221) size 161x60 clip at (379,222) size 159x58
+  RenderTextControl {TEXTAREA} at (16,1) size 162x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 155x52
+      RenderText {#text} at (0,0) size 155x52
+        text run at (0,0) width 98: &quot;Lorem ipsum dolor&quot;
+        text run at (97,0) width 4: &quot; &quot;
+        text run at (0,13) width 155: &quot;ABCDEFGHIJKLMNOPQRSTU&quot;
+        text run at (0,26) width 41: &quot;VWXYZ&quot;
+        text run at (40,26) width 4: &quot; &quot;
+        text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        text run at (126,39) width 4: &quot; &quot;
</ins><span class="cx"> layer at (376,300) size 60x60 clip at (377,301) size 43x58 scrollHeight 173
</span><span class="cx">   RenderTextControl {TEXTAREA} at (14,1) size 61x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">     RenderBlock {DIV} at (3,3) size 39x169
</span><span class="cx">       RenderText {#text} at (0,0) size 39x169
</span><del>-        text run at (0,0) width 34: &quot;Lorem&quot;
-        text run at (33,0) width 4: &quot; &quot;
</del><ins>+        text run at (0,0) width 33: &quot;Lorem&quot;
+        text run at (32,0) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,13) width 32: &quot;ipsum&quot;
</span><del>-        text run at (31,13) width 5: &quot; &quot;
</del><ins>+        text run at (31,13) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,26) width 28: &quot;dolor&quot;
</span><span class="cx">         text run at (27,26) width 4: &quot; &quot;
</span><del>-        text run at (0,39) width 33: &quot;ABCD&quot;
-        text run at (0,52) width 35: &quot;EFGHI&quot;
-        text run at (0,65) width 39: &quot;JKLMN&quot;
-        text run at (0,78) width 34: &quot;OPQR&quot;
-        text run at (0,91) width 30: &quot;STUV&quot;
-        text run at (0,104) width 33: &quot;WXYZ&quot;
-        text run at (32,104) width 4: &quot; &quot;
</del><ins>+        text run at (0,39) width 38: &quot;ABCDE&quot;
+        text run at (0,52) width 32: &quot;FGHIJ&quot;
+        text run at (0,65) width 32: &quot;KLMN&quot;
+        text run at (0,78) width 39: &quot;OPQRS&quot;
+        text run at (0,91) width 34: &quot;TUVW&quot;
+        text run at (0,104) width 23: &quot;XYZ&quot;
+        text run at (22,104) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,117) width 37: &quot;abcdef&quot;
</span><span class="cx">         text run at (0,130) width 38: &quot;ghijklm&quot;
</span><del>-        text run at (0,143) width 38: &quot;nopqrs&quot;
</del><ins>+        text run at (0,143) width 37: &quot;nopqrs&quot;
</ins><span class="cx">         text run at (0,156) width 17: &quot;tuv&quot;
</span><span class="cx">         text run at (16,156) width 4: &quot; &quot;
</span><del>-layer at (378,381) size 152x32 clip at (379,382) size 150x30 scrollHeight 56
-  RenderTextControl {TEXTAREA} at (16,3) size 153x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 146x52
-      RenderText {#text} at (0,0) size 146x52
-        text run at (0,0) width 100: &quot;Lorem ipsum dolor&quot;
-        text run at (99,0) width 4: &quot; &quot;
-        text run at (0,13) width 146: &quot;ABCDEFGHIJKLMNOPQRS&quot;
-        text run at (0,26) width 55: &quot;TUVWXYZ&quot;
-        text run at (54,26) width 5: &quot; &quot;
-        text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        text run at (127,39) width 4: &quot; &quot;
-layer at (378,436) size 152x47 clip at (379,437) size 135x30 scrollHeight 56
-  RenderTextControl {TEXTAREA} at (16,3) size 153x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 131x52
-      RenderText {#text} at (0,0) size 131x52
-        text run at (0,0) width 100: &quot;Lorem ipsum dolor&quot;
-        text run at (99,0) width 4: &quot; &quot;
-        text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
-        text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
-        text run at (70,26) width 4: &quot; &quot;
-        text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
-        text run at (127,39) width 4: &quot; &quot;
-layer at (376,504) size 60x60 clip at (377,505) size 58x58 scrollHeight 147
</del><ins>+layer at (378,381) size 161x32 clip at (379,382) size 159x30 scrollHeight 56
+  RenderTextControl {TEXTAREA} at (16,3) size 162x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 155x52
+      RenderText {#text} at (0,0) size 155x52
+        text run at (0,0) width 98: &quot;Lorem ipsum dolor&quot;
+        text run at (97,0) width 4: &quot; &quot;
+        text run at (0,13) width 155: &quot;ABCDEFGHIJKLMNOPQRSTU&quot;
+        text run at (0,26) width 41: &quot;VWXYZ&quot;
+        text run at (40,26) width 4: &quot; &quot;
+        text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        text run at (126,39) width 4: &quot; &quot;
+layer at (378,436) size 161x47 clip at (379,437) size 144x30 scrollHeight 56
+  RenderTextControl {TEXTAREA} at (16,3) size 162x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 140x52
+      RenderText {#text} at (0,0) size 140x52
+        text run at (0,0) width 98: &quot;Lorem ipsum dolor&quot;
+        text run at (97,0) width 4: &quot; &quot;
+        text run at (0,13) width 140: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+        text run at (0,26) width 56: &quot;TUVWXYZ&quot;
+        text run at (55,26) width 4: &quot; &quot;
+        text run at (0,39) width 127: &quot;abcdefghijklmnopqrstuv&quot;
+        text run at (126,39) width 4: &quot; &quot;
+layer at (376,504) size 60x60 clip at (377,505) size 58x58 scrollHeight 134
</ins><span class="cx">   RenderTextControl {TEXTAREA} at (14,1) size 61x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><del>-    RenderBlock {DIV} at (3,3) size 54x143
-      RenderText {#text} at (0,0) size 53x143
-        text run at (0,0) width 34: &quot;Lorem&quot;
-        text run at (33,0) width 4: &quot; &quot;
</del><ins>+    RenderBlock {DIV} at (3,3) size 54x130
+      RenderText {#text} at (0,0) size 54x130
+        text run at (0,0) width 33: &quot;Lorem&quot;
+        text run at (32,0) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,13) width 32: &quot;ipsum&quot;
</span><del>-        text run at (31,13) width 5: &quot; &quot;
</del><ins>+        text run at (31,13) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,26) width 28: &quot;dolor&quot;
</span><span class="cx">         text run at (27,26) width 4: &quot; &quot;
</span><del>-        text run at (0,39) width 46: &quot;ABCDEF&quot;
-        text run at (0,52) width 51: &quot;GHIJKLM&quot;
-        text run at (0,65) width 50: &quot;NOPQRS&quot;
-        text run at (0,78) width 48: &quot;TUVWXY&quot;
-        text run at (0,91) width 8: &quot;Z&quot;
-        text run at (7,91) width 4: &quot; &quot;
-        text run at (0,104) width 53: &quot;abcdefghi&quot;
-        text run at (0,117) width 53: &quot;jklmnopqr&quot;
-        text run at (0,130) width 23: &quot;stuv&quot;
-        text run at (22,130) width 4: &quot; &quot;
</del><ins>+        text run at (0,39) width 53: &quot;ABCDEFG&quot;
+        text run at (0,52) width 49: &quot;HIJKLMN&quot;
+        text run at (0,65) width 54: &quot;OPQRSTU&quot;
+        text run at (0,78) width 41: &quot;VWXYZ&quot;
+        text run at (40,78) width 4: &quot; &quot;
+        text run at (0,91) width 53: &quot;abcdefghi&quot;
+        text run at (0,104) width 53: &quot;jklmnopqr&quot;
+        text run at (0,117) width 23: &quot;stuv&quot;
+        text run at (22,117) width 4: &quot; &quot;
</ins><span class="cx"> layer at (376,583) size 60x60 clip at (377,584) size 43x43 scrollHeight 173
</span><span class="cx">   RenderTextControl {TEXTAREA} at (14,1) size 61x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">     RenderBlock {DIV} at (3,3) size 39x169
</span><span class="cx">       RenderText {#text} at (0,0) size 39x169
</span><del>-        text run at (0,0) width 34: &quot;Lorem&quot;
-        text run at (33,0) width 4: &quot; &quot;
</del><ins>+        text run at (0,0) width 33: &quot;Lorem&quot;
+        text run at (32,0) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,13) width 32: &quot;ipsum&quot;
</span><del>-        text run at (31,13) width 5: &quot; &quot;
</del><ins>+        text run at (31,13) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,26) width 28: &quot;dolor&quot;
</span><span class="cx">         text run at (27,26) width 4: &quot; &quot;
</span><del>-        text run at (0,39) width 33: &quot;ABCD&quot;
-        text run at (0,52) width 35: &quot;EFGHI&quot;
-        text run at (0,65) width 39: &quot;JKLMN&quot;
-        text run at (0,78) width 34: &quot;OPQR&quot;
-        text run at (0,91) width 30: &quot;STUV&quot;
-        text run at (0,104) width 33: &quot;WXYZ&quot;
-        text run at (32,104) width 4: &quot; &quot;
</del><ins>+        text run at (0,39) width 38: &quot;ABCDE&quot;
+        text run at (0,52) width 32: &quot;FGHIJ&quot;
+        text run at (0,65) width 32: &quot;KLMN&quot;
+        text run at (0,78) width 39: &quot;OPQRS&quot;
+        text run at (0,91) width 34: &quot;TUVW&quot;
+        text run at (0,104) width 23: &quot;XYZ&quot;
+        text run at (22,104) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,117) width 37: &quot;abcdef&quot;
</span><span class="cx">         text run at (0,130) width 38: &quot;ghijklm&quot;
</span><del>-        text run at (0,143) width 38: &quot;nopqrs&quot;
</del><ins>+        text run at (0,143) width 37: &quot;nopqrs&quot;
</ins><span class="cx">         text run at (0,156) width 17: &quot;tuv&quot;
</span><span class="cx">         text run at (16,156) width 4: &quot; &quot;
</span><span class="cx"> layer at (376,662) size 60x60 clip at (377,663) size 43x58 scrollHeight 173
</span><span class="lines">@@ -610,22 +604,22 @@
</span><span class="cx">   RenderTextControl {TEXTAREA} at (14,1) size 61x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">     RenderBlock {DIV} at (3,3) size 39x169
</span><span class="cx">       RenderText {#text} at (0,0) size 39x169
</span><del>-        text run at (0,0) width 34: &quot;Lorem&quot;
-        text run at (33,0) width 4: &quot; &quot;
</del><ins>+        text run at (0,0) width 33: &quot;Lorem&quot;
+        text run at (32,0) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,13) width 32: &quot;ipsum&quot;
</span><del>-        text run at (31,13) width 5: &quot; &quot;
</del><ins>+        text run at (31,13) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,26) width 28: &quot;dolor&quot;
</span><span class="cx">         text run at (27,26) width 4: &quot; &quot;
</span><del>-        text run at (0,39) width 33: &quot;ABCD&quot;
-        text run at (0,52) width 35: &quot;EFGHI&quot;
-        text run at (0,65) width 39: &quot;JKLMN&quot;
-        text run at (0,78) width 34: &quot;OPQR&quot;
-        text run at (0,91) width 30: &quot;STUV&quot;
-        text run at (0,104) width 33: &quot;WXYZ&quot;
-        text run at (32,104) width 4: &quot; &quot;
</del><ins>+        text run at (0,39) width 38: &quot;ABCDE&quot;
+        text run at (0,52) width 32: &quot;FGHIJ&quot;
+        text run at (0,65) width 32: &quot;KLMN&quot;
+        text run at (0,78) width 39: &quot;OPQRS&quot;
+        text run at (0,91) width 34: &quot;TUVW&quot;
+        text run at (0,104) width 23: &quot;XYZ&quot;
+        text run at (22,104) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,117) width 37: &quot;abcdef&quot;
</span><span class="cx">         text run at (0,130) width 38: &quot;ghijklm&quot;
</span><del>-        text run at (0,143) width 38: &quot;nopqrs&quot;
</del><ins>+        text run at (0,143) width 37: &quot;nopqrs&quot;
</ins><span class="cx">         text run at (0,156) width 17: &quot;tuv&quot;
</span><span class="cx">         text run at (16,156) width 4: &quot; &quot;
</span><span class="cx"> layer at (376,741) size 60x60 clip at (377,742) size 43x58 scrollHeight 173
</span><span class="lines">@@ -632,22 +626,22 @@
</span><span class="cx">   RenderTextControl {TEXTAREA} at (14,1) size 61x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">     RenderBlock {DIV} at (3,3) size 39x169
</span><span class="cx">       RenderText {#text} at (0,0) size 39x169
</span><del>-        text run at (0,0) width 34: &quot;Lorem&quot;
-        text run at (33,0) width 4: &quot; &quot;
</del><ins>+        text run at (0,0) width 33: &quot;Lorem&quot;
+        text run at (32,0) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,13) width 32: &quot;ipsum&quot;
</span><del>-        text run at (31,13) width 5: &quot; &quot;
</del><ins>+        text run at (31,13) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,26) width 28: &quot;dolor&quot;
</span><span class="cx">         text run at (27,26) width 4: &quot; &quot;
</span><del>-        text run at (0,39) width 33: &quot;ABCD&quot;
-        text run at (0,52) width 35: &quot;EFGHI&quot;
-        text run at (0,65) width 39: &quot;JKLMN&quot;
-        text run at (0,78) width 34: &quot;OPQR&quot;
-        text run at (0,91) width 30: &quot;STUV&quot;
-        text run at (0,104) width 33: &quot;WXYZ&quot;
-        text run at (32,104) width 4: &quot; &quot;
</del><ins>+        text run at (0,39) width 38: &quot;ABCDE&quot;
+        text run at (0,52) width 32: &quot;FGHIJ&quot;
+        text run at (0,65) width 32: &quot;KLMN&quot;
+        text run at (0,78) width 39: &quot;OPQRS&quot;
+        text run at (0,91) width 34: &quot;TUVW&quot;
+        text run at (0,104) width 23: &quot;XYZ&quot;
+        text run at (22,104) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,117) width 37: &quot;abcdef&quot;
</span><span class="cx">         text run at (0,130) width 38: &quot;ghijklm&quot;
</span><del>-        text run at (0,143) width 38: &quot;nopqrs&quot;
</del><ins>+        text run at (0,143) width 37: &quot;nopqrs&quot;
</ins><span class="cx">         text run at (0,156) width 17: &quot;tuv&quot;
</span><span class="cx">         text run at (16,156) width 4: &quot; &quot;
</span><span class="cx"> layer at (376,820) size 60x60 clip at (377,821) size 43x58 scrollHeight 173
</span><span class="lines">@@ -654,182 +648,182 @@
</span><span class="cx">   RenderTextControl {TEXTAREA} at (14,1) size 61x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">     RenderBlock {DIV} at (3,3) size 39x169
</span><span class="cx">       RenderText {#text} at (0,0) size 39x169
</span><del>-        text run at (0,0) width 34: &quot;Lorem&quot;
-        text run at (33,0) width 4: &quot; &quot;
</del><ins>+        text run at (0,0) width 33: &quot;Lorem&quot;
+        text run at (32,0) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,13) width 32: &quot;ipsum&quot;
</span><del>-        text run at (31,13) width 5: &quot; &quot;
</del><ins>+        text run at (31,13) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,26) width 28: &quot;dolor&quot;
</span><span class="cx">         text run at (27,26) width 4: &quot; &quot;
</span><del>-        text run at (0,39) width 33: &quot;ABCD&quot;
-        text run at (0,52) width 35: &quot;EFGHI&quot;
-        text run at (0,65) width 39: &quot;JKLMN&quot;
-        text run at (0,78) width 34: &quot;OPQR&quot;
-        text run at (0,91) width 30: &quot;STUV&quot;
-        text run at (0,104) width 33: &quot;WXYZ&quot;
-        text run at (32,104) width 4: &quot; &quot;
</del><ins>+        text run at (0,39) width 38: &quot;ABCDE&quot;
+        text run at (0,52) width 32: &quot;FGHIJ&quot;
+        text run at (0,65) width 32: &quot;KLMN&quot;
+        text run at (0,78) width 39: &quot;OPQRS&quot;
+        text run at (0,91) width 34: &quot;TUVW&quot;
+        text run at (0,104) width 23: &quot;XYZ&quot;
+        text run at (22,104) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,117) width 37: &quot;abcdef&quot;
</span><span class="cx">         text run at (0,130) width 38: &quot;ghijklm&quot;
</span><del>-        text run at (0,143) width 38: &quot;nopqrs&quot;
</del><ins>+        text run at (0,143) width 37: &quot;nopqrs&quot;
</ins><span class="cx">         text run at (0,156) width 17: &quot;tuv&quot;
</span><span class="cx">         text run at (16,156) width 4: &quot; &quot;
</span><del>-layer at (378,901) size 152x47 clip at (379,902) size 135x30 scrollWidth 187 scrollHeight 212
-  RenderTextControl {TEXTAREA} at (16,3) size 153x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 131x208
-      RenderText {#text} at (0,0) size 186x195
</del><ins>+layer at (378,901) size 161x47 clip at (379,902) size 144x30 scrollWidth 186 scrollHeight 212
+  RenderTextControl {TEXTAREA} at (16,3) size 162x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 140x208
+      RenderText {#text} at (0,0) size 184x195
</ins><span class="cx">         text run at (0,0) width 4: &quot; &quot;
</span><span class="cx">         text run at (3,0) width 1: &quot; &quot;
</span><del>-        text run at (0,13) width 186: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
-        text run at (185,13) width 1: &quot; &quot;
-        text run at (0,26) width 186: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
-        text run at (185,26) width 1: &quot; &quot;
-        text run at (0,39) width 186: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
-        text run at (185,39) width 1: &quot; &quot;
-        text run at (0,52) width 186: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
-        text run at (185,52) width 1: &quot; &quot;
-        text run at (0,65) width 186: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
-        text run at (185,65) width 1: &quot; &quot;
-        text run at (0,78) width 186: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
-        text run at (185,78) width 1: &quot; &quot;
-        text run at (0,91) width 186: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
-        text run at (185,91) width 1: &quot; &quot;
-        text run at (0,104) width 186: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
-        text run at (185,104) width 1: &quot; &quot;
-        text run at (0,117) width 186: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
-        text run at (185,117) width 1: &quot; &quot;
-        text run at (0,130) width 186: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
-        text run at (185,130) width 1: &quot; &quot;
-        text run at (0,143) width 186: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
-        text run at (185,143) width 1: &quot; &quot;
-        text run at (0,156) width 186: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
-        text run at (185,156) width 1: &quot; &quot;
-        text run at (0,169) width 186: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
-        text run at (185,169) width 1: &quot; &quot;
-        text run at (0,182) width 186: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
-        text run at (185,182) width 1: &quot; &quot;
</del><ins>+        text run at (0,13) width 184: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
+        text run at (183,13) width 1: &quot; &quot;
+        text run at (0,26) width 184: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
+        text run at (183,26) width 1: &quot; &quot;
+        text run at (0,39) width 184: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
+        text run at (183,39) width 1: &quot; &quot;
+        text run at (0,52) width 184: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
+        text run at (183,52) width 1: &quot; &quot;
+        text run at (0,65) width 184: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
+        text run at (183,65) width 1: &quot; &quot;
+        text run at (0,78) width 184: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
+        text run at (183,78) width 1: &quot; &quot;
+        text run at (0,91) width 184: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
+        text run at (183,91) width 1: &quot; &quot;
+        text run at (0,104) width 184: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
+        text run at (183,104) width 1: &quot; &quot;
+        text run at (0,117) width 184: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
+        text run at (183,117) width 1: &quot; &quot;
+        text run at (0,130) width 184: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
+        text run at (183,130) width 1: &quot; &quot;
+        text run at (0,143) width 184: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
+        text run at (183,143) width 1: &quot; &quot;
+        text run at (0,156) width 184: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
+        text run at (183,156) width 1: &quot; &quot;
+        text run at (0,169) width 184: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
+        text run at (183,169) width 1: &quot; &quot;
+        text run at (0,182) width 184: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
+        text run at (183,182) width 1: &quot; &quot;
</ins><span class="cx">       RenderBR {BR} at (0,195) size 0x13
</span><del>-layer at (378,971) size 152x32 clip at (379,972) size 135x30 scrollHeight 394
-  RenderTextControl {TEXTAREA} at (16,3) size 153x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 131x390
-      RenderText {#text} at (0,0) size 123x377
</del><ins>+layer at (378,971) size 161x32 clip at (379,972) size 144x30 scrollHeight 394
+  RenderTextControl {TEXTAREA} at (16,3) size 162x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 140x390
+      RenderText {#text} at (0,0) size 121x377
</ins><span class="cx">         text run at (0,0) width 4: &quot; &quot;
</span><span class="cx">         text run at (3,0) width 1: &quot; &quot;
</span><del>-        text run at (0,13) width 119: &quot;This is a text area with&quot;
-        text run at (118,13) width 5: &quot; &quot;
</del><ins>+        text run at (0,13) width 118: &quot;This is a text area with&quot;
+        text run at (117,13) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,26) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
</span><span class="cx">         text run at (63,26) width 1: &quot; &quot;
</span><del>-        text run at (0,39) width 119: &quot;This is a text area with&quot;
-        text run at (118,39) width 5: &quot; &quot;
</del><ins>+        text run at (0,39) width 118: &quot;This is a text area with&quot;
+        text run at (117,39) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,52) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
</span><span class="cx">         text run at (63,52) width 1: &quot; &quot;
</span><del>-        text run at (0,65) width 119: &quot;This is a text area with&quot;
-        text run at (118,65) width 5: &quot; &quot;
</del><ins>+        text run at (0,65) width 118: &quot;This is a text area with&quot;
+        text run at (117,65) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,78) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
</span><span class="cx">         text run at (63,78) width 1: &quot; &quot;
</span><del>-        text run at (0,91) width 119: &quot;This is a text area with&quot;
-        text run at (118,91) width 5: &quot; &quot;
</del><ins>+        text run at (0,91) width 118: &quot;This is a text area with&quot;
+        text run at (117,91) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,104) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
</span><span class="cx">         text run at (63,104) width 1: &quot; &quot;
</span><del>-        text run at (0,117) width 119: &quot;This is a text area with&quot;
-        text run at (118,117) width 5: &quot; &quot;
</del><ins>+        text run at (0,117) width 118: &quot;This is a text area with&quot;
+        text run at (117,117) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,130) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
</span><span class="cx">         text run at (63,130) width 1: &quot; &quot;
</span><del>-        text run at (0,143) width 119: &quot;This is a text area with&quot;
-        text run at (118,143) width 5: &quot; &quot;
</del><ins>+        text run at (0,143) width 118: &quot;This is a text area with&quot;
+        text run at (117,143) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,156) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
</span><span class="cx">         text run at (63,156) width 1: &quot; &quot;
</span><del>-        text run at (0,169) width 119: &quot;This is a text area with&quot;
-        text run at (118,169) width 5: &quot; &quot;
</del><ins>+        text run at (0,169) width 118: &quot;This is a text area with&quot;
+        text run at (117,169) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,182) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
</span><span class="cx">         text run at (63,182) width 1: &quot; &quot;
</span><del>-        text run at (0,195) width 119: &quot;This is a text area with&quot;
-        text run at (118,195) width 5: &quot; &quot;
</del><ins>+        text run at (0,195) width 118: &quot;This is a text area with&quot;
+        text run at (117,195) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,208) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
</span><span class="cx">         text run at (63,208) width 1: &quot; &quot;
</span><del>-        text run at (0,221) width 119: &quot;This is a text area with&quot;
-        text run at (118,221) width 5: &quot; &quot;
</del><ins>+        text run at (0,221) width 118: &quot;This is a text area with&quot;
+        text run at (117,221) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,234) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
</span><span class="cx">         text run at (63,234) width 1: &quot; &quot;
</span><del>-        text run at (0,247) width 119: &quot;This is a text area with&quot;
-        text run at (118,247) width 5: &quot; &quot;
</del><ins>+        text run at (0,247) width 118: &quot;This is a text area with&quot;
+        text run at (117,247) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,260) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
</span><span class="cx">         text run at (63,260) width 1: &quot; &quot;
</span><del>-        text run at (0,273) width 119: &quot;This is a text area with&quot;
-        text run at (118,273) width 5: &quot; &quot;
</del><ins>+        text run at (0,273) width 118: &quot;This is a text area with&quot;
+        text run at (117,273) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,286) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
</span><span class="cx">         text run at (63,286) width 1: &quot; &quot;
</span><del>-        text run at (0,299) width 119: &quot;This is a text area with&quot;
-        text run at (118,299) width 5: &quot; &quot;
</del><ins>+        text run at (0,299) width 118: &quot;This is a text area with&quot;
+        text run at (117,299) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,312) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
</span><span class="cx">         text run at (63,312) width 1: &quot; &quot;
</span><del>-        text run at (0,325) width 119: &quot;This is a text area with&quot;
-        text run at (118,325) width 5: &quot; &quot;
</del><ins>+        text run at (0,325) width 118: &quot;This is a text area with&quot;
+        text run at (117,325) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,338) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
</span><span class="cx">         text run at (63,338) width 1: &quot; &quot;
</span><del>-        text run at (0,351) width 119: &quot;This is a text area with&quot;
-        text run at (118,351) width 5: &quot; &quot;
</del><ins>+        text run at (0,351) width 118: &quot;This is a text area with&quot;
+        text run at (117,351) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,364) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
</span><span class="cx">         text run at (63,364) width 1: &quot; &quot;
</span><span class="cx">       RenderBR {BR} at (0,377) size 0x13
</span><del>-layer at (378,1026) size 152x32 clip at (379,1027) size 135x30 scrollHeight 394
-  RenderTextControl {TEXTAREA} at (16,3) size 153x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 131x390
-      RenderText {#text} at (0,0) size 123x377
</del><ins>+layer at (378,1026) size 161x32 clip at (379,1027) size 144x30 scrollHeight 394
+  RenderTextControl {TEXTAREA} at (16,3) size 162x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 140x390
+      RenderText {#text} at (0,0) size 121x377
</ins><span class="cx">         text run at (0,0) width 4: &quot; &quot;
</span><span class="cx">         text run at (3,0) width 1: &quot; &quot;
</span><del>-        text run at (0,13) width 119: &quot;This is a text area with&quot;
-        text run at (118,13) width 5: &quot; &quot;
</del><ins>+        text run at (0,13) width 118: &quot;This is a text area with&quot;
+        text run at (117,13) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,26) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
</span><span class="cx">         text run at (63,26) width 1: &quot; &quot;
</span><del>-        text run at (0,39) width 119: &quot;This is a text area with&quot;
-        text run at (118,39) width 5: &quot; &quot;
</del><ins>+        text run at (0,39) width 118: &quot;This is a text area with&quot;
+        text run at (117,39) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,52) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
</span><span class="cx">         text run at (63,52) width 1: &quot; &quot;
</span><del>-        text run at (0,65) width 119: &quot;This is a text area with&quot;
-        text run at (118,65) width 5: &quot; &quot;
</del><ins>+        text run at (0,65) width 118: &quot;This is a text area with&quot;
+        text run at (117,65) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,78) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
</span><span class="cx">         text run at (63,78) width 1: &quot; &quot;
</span><del>-        text run at (0,91) width 119: &quot;This is a text area with&quot;
-        text run at (118,91) width 5: &quot; &quot;
</del><ins>+        text run at (0,91) width 118: &quot;This is a text area with&quot;
+        text run at (117,91) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,104) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
</span><span class="cx">         text run at (63,104) width 1: &quot; &quot;
</span><del>-        text run at (0,117) width 119: &quot;This is a text area with&quot;
-        text run at (118,117) width 5: &quot; &quot;
</del><ins>+        text run at (0,117) width 118: &quot;This is a text area with&quot;
+        text run at (117,117) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,130) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
</span><span class="cx">         text run at (63,130) width 1: &quot; &quot;
</span><del>-        text run at (0,143) width 119: &quot;This is a text area with&quot;
-        text run at (118,143) width 5: &quot; &quot;
</del><ins>+        text run at (0,143) width 118: &quot;This is a text area with&quot;
+        text run at (117,143) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,156) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
</span><span class="cx">         text run at (63,156) width 1: &quot; &quot;
</span><del>-        text run at (0,169) width 119: &quot;This is a text area with&quot;
-        text run at (118,169) width 5: &quot; &quot;
</del><ins>+        text run at (0,169) width 118: &quot;This is a text area with&quot;
+        text run at (117,169) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,182) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
</span><span class="cx">         text run at (63,182) width 1: &quot; &quot;
</span><del>-        text run at (0,195) width 119: &quot;This is a text area with&quot;
-        text run at (118,195) width 5: &quot; &quot;
</del><ins>+        text run at (0,195) width 118: &quot;This is a text area with&quot;
+        text run at (117,195) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,208) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
</span><span class="cx">         text run at (63,208) width 1: &quot; &quot;
</span><del>-        text run at (0,221) width 119: &quot;This is a text area with&quot;
-        text run at (118,221) width 5: &quot; &quot;
</del><ins>+        text run at (0,221) width 118: &quot;This is a text area with&quot;
+        text run at (117,221) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,234) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
</span><span class="cx">         text run at (63,234) width 1: &quot; &quot;
</span><del>-        text run at (0,247) width 119: &quot;This is a text area with&quot;
-        text run at (118,247) width 5: &quot; &quot;
</del><ins>+        text run at (0,247) width 118: &quot;This is a text area with&quot;
+        text run at (117,247) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,260) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
</span><span class="cx">         text run at (63,260) width 1: &quot; &quot;
</span><del>-        text run at (0,273) width 119: &quot;This is a text area with&quot;
-        text run at (118,273) width 5: &quot; &quot;
</del><ins>+        text run at (0,273) width 118: &quot;This is a text area with&quot;
+        text run at (117,273) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,286) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
</span><span class="cx">         text run at (63,286) width 1: &quot; &quot;
</span><del>-        text run at (0,299) width 119: &quot;This is a text area with&quot;
-        text run at (118,299) width 5: &quot; &quot;
</del><ins>+        text run at (0,299) width 118: &quot;This is a text area with&quot;
+        text run at (117,299) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,312) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
</span><span class="cx">         text run at (63,312) width 1: &quot; &quot;
</span><del>-        text run at (0,325) width 119: &quot;This is a text area with&quot;
-        text run at (118,325) width 5: &quot; &quot;
</del><ins>+        text run at (0,325) width 118: &quot;This is a text area with&quot;
+        text run at (117,325) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,338) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
</span><span class="cx">         text run at (63,338) width 1: &quot; &quot;
</span><del>-        text run at (0,351) width 119: &quot;This is a text area with&quot;
-        text run at (118,351) width 5: &quot; &quot;
</del><ins>+        text run at (0,351) width 118: &quot;This is a text area with&quot;
+        text run at (117,351) width 4: &quot; &quot;
</ins><span class="cx">         text run at (0,364) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
</span><span class="cx">         text run at (63,364) width 1: &quot; &quot;
</span><span class="cx">       RenderBR {BR} at (0,377) size 0x13
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsblankbuttonsexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/blankbuttons-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsblankbuttonsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/blankbuttons-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/blankbuttons-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/blankbuttons-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -3,13 +3,13 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-      RenderButton {INPUT} at (2,2) size 54x18 [bgcolor=#C0C0C0]
-        RenderBlock (anonymous) at (8,2) size 38x13
-          RenderText at (0,0) size 38x13
-            text run at (0,0) width 38: &quot;Submit&quot;
-      RenderBR {BR} at (57,15) size 1x0
-      RenderButton {INPUT} at (2,24) size 47x18 [bgcolor=#C0C0C0]
-        RenderBlock (anonymous) at (8,2) size 31x13
-          RenderText at (0,0) size 31x13
-            text run at (0,0) width 31: &quot;Reset&quot;
-      RenderBR {BR} at (50,37) size 1x0
</del><ins>+      RenderButton {INPUT} at (2,2) size 53x18 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 37x13
+          RenderText at (0,0) size 37x13
+            text run at (0,0) width 37: &quot;Submit&quot;
+      RenderBR {BR} at (56,15) size 1x0
+      RenderButton {INPUT} at (2,24) size 46x18 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 30x13
+          RenderText at (0,0) size 30x13
+            text run at (0,0) width 30: &quot;Reset&quot;
+      RenderBR {BR} at (49,37) size 1x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsboxshadowoverrideexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/box-shadow-override-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsboxshadowoverrideexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/box-shadow-override-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/box-shadow-override-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/box-shadow-override-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -10,25 +10,25 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 259x18
</span><span class="cx">           text run at (0,0) width 259: &quot;You should not see any red on this page.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,68) size 784x23
</span><del>-        RenderTextControl {INPUT} at (2,2) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,0) size 158x19
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 173x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 167x19
</ins><span class="cx">             RenderBlock {DIV} at (0,0) size 8x19
</span><del>-            RenderBlock {DIV} at (8,3) size 131x13
-            RenderBlock {DIV} at (138,0) size 20x19
</del><ins>+            RenderBlock {DIV} at (8,3) size 140x13
+            RenderBlock {DIV} at (147,0) size 20x19
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {DIV} at (0,91) size 784x23
</span><del>-        RenderTextControl {INPUT} at (2,2) size 173x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,0) size 167x19
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 182x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 176x19
</ins><span class="cx">             RenderBlock {DIV} at (0,0) size 17x19
</span><del>-            RenderBlock {DIV} at (17,3) size 131x13
-            RenderBlock {DIV} at (147,0) size 20x19
</del><ins>+            RenderBlock {DIV} at (17,3) size 140x13
+            RenderBlock {DIV} at (156,0) size 20x19
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {DIV} at (0,114) size 784x23
</span><del>-        RenderTextControl {INPUT} at (2,2) size 178x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,0) size 172x19
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 187x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 181x19
</ins><span class="cx">             RenderBlock {DIV} at (0,0) size 22x19
</span><del>-            RenderBlock {DIV} at (22,3) size 131x13
-            RenderBlock {DIV} at (152,0) size 20x19
</del><ins>+            RenderBlock {DIV} at (22,3) size 140x13
+            RenderBlock {DIV} at (161,0) size 20x19
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock (anonymous) at (0,137) size 784x32
</span><span class="cx">         RenderBlock {INPUT} at (2,13) size 12x12
</span><span class="lines">@@ -43,41 +43,41 @@
</span><span class="cx">               RenderBlock {DIV} at (57,0) size 15x15
</span><span class="cx">         RenderText {#text} at (173,9) size 4x18
</span><span class="cx">           text run at (173,9) width 4: &quot; &quot;
</span><del>-        RenderFileUploadControl {INPUT} at (179,10) size 222x18 &quot;no file selected&quot;
-          RenderButton {INPUT} at (0,0) size 79x18 [bgcolor=#C0C0C0]
-            RenderBlock (anonymous) at (8,2) size 63x13
-              RenderText at (0,0) size 63x13
-                text run at (0,0) width 63: &quot;Choose File&quot;
-        RenderText {#text} at (403,9) size 4x18
-          text run at (403,9) width 4: &quot; &quot;
-        RenderButton {INPUT} at (409,8) size 58x21 [bgcolor=#C0C0C0]
-          RenderBlock (anonymous) at (8,2) size 42x16
-            RenderText at (0,0) size 42x16
-              text run at (0,0) width 42: &quot;Button&quot;
-        RenderText {#text} at (468,9) size 5x18
-          text run at (468,9) width 5: &quot; &quot;
-        RenderButton {INPUT} at (474,10) size 52x18 [bgcolor=#C0C0C0]
-          RenderBlock (anonymous) at (8,2) size 36x13
-            RenderText at (0,0) size 36x13
-              text run at (0,0) width 36: &quot;Button&quot;
-        RenderText {#text} at (527,9) size 5x18
-          text run at (527,9) width 5: &quot; &quot;
-        RenderButton {INPUT} at (531,12) size 47x15 [bgcolor=#C0C0C0]
</del><ins>+        RenderFileUploadControl {INPUT} at (179,10) size 238x18 &quot;no file selected&quot;
+          RenderButton {INPUT} at (0,0) size 78x18 [bgcolor=#C0C0C0]
+            RenderBlock (anonymous) at (8,2) size 62x13
+              RenderText at (0,0) size 62x13
+                text run at (0,0) width 62: &quot;Choose File&quot;
+        RenderText {#text} at (419,9) size 4x18
+          text run at (419,9) width 4: &quot; &quot;
+        RenderButton {INPUT} at (425,8) size 57x21 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 41x16
+            RenderText at (0,0) size 41x16
+              text run at (0,0) width 41: &quot;Button&quot;
+        RenderText {#text} at (483,9) size 5x18
+          text run at (483,9) width 5: &quot; &quot;
+        RenderButton {INPUT} at (489,10) size 52x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 35x13
+            RenderText at (0,0) size 35x13
+              text run at (0,0) width 35: &quot;Button&quot;
+        RenderText {#text} at (542,9) size 5x18
+          text run at (542,9) width 5: &quot; &quot;
+        RenderButton {INPUT} at (546,12) size 46x15 [bgcolor=#C0C0C0]
</ins><span class="cx">           RenderBlock (anonymous) at (8,2) size 30x11
</span><span class="cx">             RenderText at (0,0) size 30x11
</span><span class="cx">               text run at (0,0) width 30: &quot;Button&quot;
</span><del>-        RenderText {#text} at (577,9) size 5x18
-          text run at (577,9) width 5: &quot; &quot;
-        RenderButton {BUTTON} at (583,2) size 77x28 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-          RenderBlock (anonymous) at (8,2) size 61x23
-            RenderText {#text} at (0,0) size 61x23
-              text run at (0,0) width 61: &quot;Button&quot;
</del><ins>+        RenderText {#text} at (591,9) size 5x18
+          text run at (591,9) width 5: &quot; &quot;
+        RenderButton {BUTTON} at (597,2) size 76x28 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 60x23
+            RenderText {#text} at (0,0) size 60x23
+              text run at (0,0) width 60: &quot;Button&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (21,81) size 130x13
-  RenderBlock {DIV} at (0,0) size 131x13
</del><ins>+layer at (21,81) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 37x13
</span><span class="cx">       text run at (0,0) width 37: &quot;Search&quot;
</span><del>-layer at (30,104) size 130x13
-  RenderBlock {DIV} at (0,0) size 131x13
-layer at (35,127) size 130x13
-  RenderBlock {DIV} at (0,0) size 131x13
</del><ins>+layer at (30,104) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
+layer at (35,127) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsbuttonalignexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/button-align-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsbuttonalignexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/button-align-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/button-align-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/button-align-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -9,33 +9,33 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,34) size 784x88
</span><span class="cx">         RenderButton {BUTTON} at (0,2) size 300x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</span><span class="cx">           RenderBlock (anonymous) at (8,2) size 284x13
</span><del>-            RenderText {#text} at (54,0) size 176x13
-              text run at (54,0) width 176: &quot;This is should be center justified.&quot;
</del><ins>+            RenderText {#text} at (55,0) size 174x13
+              text run at (55,0) width 174: &quot;This is should be center justified.&quot;
</ins><span class="cx">         RenderText {#text} at (300,1) size 4x18
</span><span class="cx">           text run at (300,1) width 4: &quot; &quot;
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x0
</span><span class="cx">         RenderButton {BUTTON} at (0,24) size 300x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</span><span class="cx">           RenderBlock (anonymous) at (8,2) size 284x13
</span><del>-            RenderText {#text} at (54,0) size 176x13
-              text run at (54,0) width 176: &quot;This is should be center justified.&quot;
</del><ins>+            RenderText {#text} at (55,0) size 174x13
+              text run at (55,0) width 174: &quot;This is should be center justified.&quot;
</ins><span class="cx">         RenderText {#text} at (300,23) size 4x18
</span><span class="cx">           text run at (300,23) width 4: &quot; &quot;
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x0
</span><span class="cx">         RenderButton {BUTTON} at (0,46) size 300x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</span><span class="cx">           RenderBlock (anonymous) at (8,2) size 284x13
</span><del>-            RenderText {#text} at (54,0) size 176x13
-              text run at (54,0) width 176: &quot;This is should be center justified.&quot;
</del><ins>+            RenderText {#text} at (55,0) size 174x13
+              text run at (55,0) width 174: &quot;This is should be center justified.&quot;
</ins><span class="cx">         RenderText {#text} at (300,45) size 4x18
</span><span class="cx">           text run at (300,45) width 4: &quot; &quot;
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x0
</span><span class="cx">         RenderButton {BUTTON} at (0,68) size 300x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</span><span class="cx">           RenderBlock (anonymous) at (8,2) size 284x13
</span><del>-            RenderText {#text} at (54,0) size 176x13
-              text run at (54,0) width 176: &quot;This is should be center justified.&quot;
</del><ins>+            RenderText {#text} at (55,0) size 174x13
+              text run at (55,0) width 174: &quot;This is should be center justified.&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {DIV} at (0,122) size 784x22
</span><span class="cx">         RenderButton {BUTTON} at (0,2) size 300x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</span><span class="cx">           RenderBlock (anonymous) at (8,2) size 284x13
</span><del>-            RenderText {#text} at (54,0) size 176x13
-              text run at (54,0) width 176: &quot;This is should be center justified.&quot;
</del><ins>+            RenderText {#text} at (55,0) size 174x13
+              text run at (55,0) width 174: &quot;This is should be center justified.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsbuttoncannotbenestedexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/button-cannot-be-nested-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsbuttoncannotbenestedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/button-cannot-be-nested-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/button-cannot-be-nested-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/button-cannot-be-nested-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -10,11 +10,11 @@
</span><span class="cx">         RenderText {#text} at (62,0) size 379x18
</span><span class="cx">           text run at (62,0) width 379: &quot; REGRESSION: button after unclosed button gives trouble&quot;
</span><span class="cx">       RenderBlock {P} at (0,34) size 784x22
</span><del>-        RenderButton {BUTTON} at (2,2) size 36x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-          RenderBlock (anonymous) at (8,2) size 20x13
-            RenderText {#text} at (0,0) size 20x13
-              text run at (0,0) width 20: &quot;test&quot;
-        RenderButton {BUTTON} at (41,2) size 44x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</del><ins>+        RenderButton {BUTTON} at (2,2) size 37x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 21x13
+            RenderText {#text} at (0,0) size 21x13
+              text run at (0,0) width 21: &quot;test&quot;
+        RenderButton {BUTTON} at (42,2) size 44x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</ins><span class="cx">           RenderBlock (anonymous) at (8,2) size 27x13
</span><span class="cx">             RenderText {#text} at (0,0) size 27x13
</span><span class="cx">               text run at (0,0) width 27: &quot;test2&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsbuttondefaulttitleexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/button-default-title-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsbuttondefaulttitleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/button-default-title-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/button-default-title-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/button-default-title-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -21,8 +21,8 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,145) size 769x22
</span><span class="cx">         RenderButton {INPUT} at (0,0) size 80x21 [bgcolor=#008000] [border: (2px outset #C0C0C0)]
</span><span class="cx">           RenderBlock (anonymous) at (8,4) size 64x13
</span><del>-            RenderText at (21,0) size 22x13
-              text run at (21,0) width 22: &quot;Foo&quot;
</del><ins>+            RenderText at (22,0) size 20x13
+              text run at (22,0) width 20: &quot;Foo&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,182) size 769x19
</span><span class="cx">         RenderText {#text} at (0,0) size 316x18
</span><span class="lines">@@ -48,8 +48,8 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,402) size 769x22
</span><span class="cx">         RenderButton {INPUT} at (0,0) size 80x21 [bgcolor=#008000] [border: (2px outset #C0C0C0)]
</span><span class="cx">           RenderBlock (anonymous) at (8,4) size 64x13
</span><del>-            RenderText at (16,0) size 32x13
-              text run at (16,0) width 32: &quot;Reset&quot;
</del><ins>+            RenderText at (17,0) size 30x13
+              text run at (17,0) width 30: &quot;Reset&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,439) size 769x19
</span><span class="cx">         RenderText {#text} at (0,0) size 300x18
</span><span class="lines">@@ -57,8 +57,8 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,473) size 769x22
</span><span class="cx">         RenderButton {INPUT} at (0,0) size 80x21 [bgcolor=#008000] [border: (2px outset #C0C0C0)]
</span><span class="cx">           RenderBlock (anonymous) at (8,4) size 64x13
</span><del>-            RenderText at (21,0) size 22x13
-              text run at (21,0) width 22: &quot;Foo&quot;
</del><ins>+            RenderText at (22,0) size 20x13
+              text run at (22,0) width 20: &quot;Foo&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,510) size 769x19
</span><span class="cx">         RenderText {#text} at (0,0) size 316x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsbuttongeneratedcontentexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/button-generated-content-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsbuttongeneratedcontentexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/button-generated-content-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/button-generated-content-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/button-generated-content-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx">                 text run at (0,0) width 34: &quot;before&quot;
</span><span class="cx">         RenderText {#text} at (53,1) size 5x18
</span><span class="cx">           text run at (53,1) width 5: &quot; &quot;
</span><del>-        RenderButton {BUTTON} at (59,2) size 85x18 [color=#0000FF] [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</del><ins>+        RenderButton {BUTTON} at (59,2) size 86x18 [color=#0000FF] [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</ins><span class="cx">           RenderBlock (anonymous) at (8,2) size 69x13
</span><span class="cx">             RenderInline (generated) at (0,0) size 34x13
</span><span class="cx">               RenderText at (0,0) size 34x13
</span><span class="lines">@@ -33,8 +33,8 @@
</span><span class="cx">                 text run at (0,0) width 34: &quot;before&quot;
</span><span class="cx">             RenderText {#text} at (33,0) size 36x13
</span><span class="cx">               text run at (33,0) width 36: &quot;button&quot;
</span><del>-        RenderText {#text} at (145,1) size 5x18
-          text run at (145,1) width 5: &quot; &quot;
</del><ins>+        RenderText {#text} at (146,1) size 5x18
+          text run at (146,1) width 5: &quot; &quot;
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x0
</span><span class="cx">         RenderButton {BUTTON} at (2,24) size 41x18 [color=#0000FF] [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</span><span class="cx">           RenderBlock (anonymous) at (8,2) size 25x13
</span><span class="lines">@@ -43,15 +43,15 @@
</span><span class="cx">                 text run at (0,0) width 25: &quot;after&quot;
</span><span class="cx">         RenderText {#text} at (44,23) size 5x18
</span><span class="cx">           text run at (44,23) width 5: &quot; &quot;
</span><del>-        RenderButton {BUTTON} at (50,24) size 75x18 [color=#0000FF] [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-          RenderBlock (anonymous) at (8,2) size 59x13
</del><ins>+        RenderButton {BUTTON} at (50,24) size 76x18 [color=#0000FF] [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 60x13
</ins><span class="cx">             RenderText {#text} at (0,0) size 35x13
</span><span class="cx">               text run at (0,0) width 35: &quot;button&quot;
</span><del>-            RenderInline (generated) at (0,0) size 25x13
-              RenderText at (34,0) size 25x13
-                text run at (34,0) width 25: &quot;after&quot;
-        RenderText {#text} at (126,23) size 5x18
-          text run at (126,23) width 5: &quot; &quot;
</del><ins>+            RenderInline (generated) at (0,0) size 26x13
+              RenderText at (34,0) size 26x13
+                text run at (34,0) width 26: &quot;after&quot;
+        RenderText {#text} at (127,23) size 5x18
+          text run at (127,23) width 5: &quot; &quot;
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x0
</span><span class="cx">         RenderButton {BUTTON} at (2,52) size 16x15 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</span><span class="cx">           RenderBlock (anonymous) at (8,7) size 0x0
</span><span class="lines">@@ -82,7 +82,7 @@
</span><span class="cx">                 text run at (0,0) width 34: &quot;before&quot;
</span><span class="cx">         RenderText {#text} at (53,95) size 5x18
</span><span class="cx">           text run at (53,95) width 5: &quot; &quot;
</span><del>-        RenderButton {BUTTON} at (59,96) size 85x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</del><ins>+        RenderButton {BUTTON} at (59,96) size 86x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</ins><span class="cx">           RenderBlock (anonymous) at (8,2) size 69x13
</span><span class="cx">             RenderInline (generated) at (0,0) size 34x13
</span><span class="cx">               RenderText at (0,0) size 34x13
</span><span class="lines">@@ -89,8 +89,8 @@
</span><span class="cx">                 text run at (0,0) width 34: &quot;before&quot;
</span><span class="cx">             RenderText {#text} at (33,0) size 36x13
</span><span class="cx">               text run at (33,0) width 36: &quot;button&quot;
</span><del>-        RenderText {#text} at (145,95) size 5x18
-          text run at (145,95) width 5: &quot; &quot;
</del><ins>+        RenderText {#text} at (146,95) size 5x18
+          text run at (146,95) width 5: &quot; &quot;
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x0
</span><span class="cx">         RenderButton {BUTTON} at (2,118) size 41x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</span><span class="cx">           RenderBlock (anonymous) at (8,2) size 25x13
</span><span class="lines">@@ -99,15 +99,15 @@
</span><span class="cx">                 text run at (0,0) width 25: &quot;after&quot;
</span><span class="cx">         RenderText {#text} at (44,117) size 5x18
</span><span class="cx">           text run at (44,117) width 5: &quot; &quot;
</span><del>-        RenderButton {BUTTON} at (50,118) size 75x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-          RenderBlock (anonymous) at (8,2) size 59x13
</del><ins>+        RenderButton {BUTTON} at (50,118) size 76x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 60x13
</ins><span class="cx">             RenderText {#text} at (0,0) size 35x13
</span><span class="cx">               text run at (0,0) width 35: &quot;button&quot;
</span><del>-            RenderInline (generated) at (0,0) size 25x13
-              RenderText at (34,0) size 25x13
-                text run at (34,0) width 25: &quot;after&quot;
-        RenderText {#text} at (126,117) size 5x18
-          text run at (126,117) width 5: &quot; &quot;
</del><ins>+            RenderInline (generated) at (0,0) size 26x13
+              RenderText at (34,0) size 26x13
+                text run at (34,0) width 26: &quot;after&quot;
+        RenderText {#text} at (127,117) size 5x18
+          text run at (127,117) width 5: &quot; &quot;
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x0
</span><span class="cx">         RenderButton {BUTTON} at (2,140) size 50x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</span><span class="cx">           RenderBlock (anonymous) at (8,2) size 34x13
</span><span class="lines">@@ -116,7 +116,7 @@
</span><span class="cx">                 text run at (0,0) width 34: &quot;before&quot;
</span><span class="cx">         RenderText {#text} at (53,139) size 5x18
</span><span class="cx">           text run at (53,139) width 5: &quot; &quot;
</span><del>-        RenderButton {BUTTON} at (59,140) size 85x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</del><ins>+        RenderButton {BUTTON} at (59,140) size 86x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</ins><span class="cx">           RenderBlock (anonymous) at (8,2) size 69x13
</span><span class="cx">             RenderInline (generated) at (0,0) size 34x13
</span><span class="cx">               RenderText at (0,0) size 34x13
</span><span class="lines">@@ -123,8 +123,8 @@
</span><span class="cx">                 text run at (0,0) width 34: &quot;before&quot;
</span><span class="cx">             RenderText {#text} at (33,0) size 36x13
</span><span class="cx">               text run at (33,0) width 36: &quot;button&quot;
</span><del>-        RenderText {#text} at (145,139) size 5x18
-          text run at (145,139) width 5: &quot; &quot;
</del><ins>+        RenderText {#text} at (146,139) size 5x18
+          text run at (146,139) width 5: &quot; &quot;
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x0
</span><span class="cx">         RenderButton {BUTTON} at (2,162) size 41x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</span><span class="cx">           RenderBlock (anonymous) at (8,2) size 25x13
</span><span class="lines">@@ -133,13 +133,13 @@
</span><span class="cx">                 text run at (0,0) width 25: &quot;after&quot;
</span><span class="cx">         RenderText {#text} at (44,161) size 5x18
</span><span class="cx">           text run at (44,161) width 5: &quot; &quot;
</span><del>-        RenderButton {BUTTON} at (50,162) size 75x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-          RenderBlock (anonymous) at (8,2) size 59x13
</del><ins>+        RenderButton {BUTTON} at (50,162) size 76x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 60x13
</ins><span class="cx">             RenderText {#text} at (0,0) size 35x13
</span><span class="cx">               text run at (0,0) width 35: &quot;button&quot;
</span><del>-            RenderInline (generated) at (0,0) size 25x13
-              RenderText at (34,0) size 25x13
-                text run at (34,0) width 25: &quot;after&quot;
-        RenderText {#text} at (126,161) size 5x18
-          text run at (126,161) width 5: &quot; &quot;
</del><ins>+            RenderInline (generated) at (0,0) size 26x13
+              RenderText at (34,0) size 26x13
+                text run at (34,0) width 26: &quot;after&quot;
+        RenderText {#text} at (127,161) size 5x18
+          text run at (127,161) width 5: &quot; &quot;
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsbuttonpositionedexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/button-positioned-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsbuttonpositionedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/button-positioned-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/button-positioned-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/button-positioned-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -3,13 +3,13 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-layer at (10,10) size 150x18
</del><ins>+layer at (10,10) size 149x18
</ins><span class="cx">   RenderButton {BUTTON} at (10,10) size 150x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</span><span class="cx">     RenderBlock (anonymous) at (8,2) size 134x13
</span><span class="cx">       RenderText {#text} at (0,0) size 134x13
</span><span class="cx">         text run at (0,0) width 134: &quot;This button is positioned.&quot;
</span><del>-layer at (10,10) size 172x18
-  RenderButton {INPUT} at (10,10) size 172x18 [bgcolor=#C0C0C0]
-    RenderBlock (anonymous) at (8,2) size 156x13
-      RenderText at (0,0) size 156x13
-        text run at (0,0) width 156: &quot;This button is also positioned&quot;
</del><ins>+layer at (10,10) size 170x18
+  RenderButton {INPUT} at (10,10) size 171x18 [bgcolor=#C0C0C0]
+    RenderBlock (anonymous) at (8,2) size 155x13
+      RenderText at (0,0) size 155x13
+        text run at (0,0) width 155: &quot;This button is also positioned&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsbuttonsizesexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/button-sizes-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsbuttonsizesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/button-sizes-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/button-sizes-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/button-sizes-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -3,66 +3,66 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-      RenderButton {BUTTON} at (0,8) size 47x15 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-        RenderBlock (anonymous) at (8,4) size 31x6
-          RenderText {#text} at (0,0) size 31x6
-            text run at (0,0) width 31: &quot;Test Button&quot;
-      RenderText {#text} at (46,3) size 5x18
-        text run at (46,3) width 5: &quot; &quot;
-      RenderButton {BUTTON} at (50,8) size 53x15 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-        RenderBlock (anonymous) at (8,3) size 37x8
-          RenderText {#text} at (0,0) size 37x7
-            text run at (0,0) width 37: &quot;Test Button&quot;
-      RenderText {#text} at (102,3) size 5x18
-        text run at (102,3) width 5: &quot; &quot;
-      RenderButton {BUTTON} at (106,7) size 59x15 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-        RenderBlock (anonymous) at (8,3) size 42x8
-          RenderText {#text} at (0,0) size 42x8
-            text run at (0,0) width 42: &quot;Test Button&quot;
-      RenderText {#text} at (164,3) size 5x18
-        text run at (164,3) width 5: &quot; &quot;
-      RenderButton {BUTTON} at (168,7) size 63x15 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-        RenderBlock (anonymous) at (8,2) size 47x10
-          RenderText {#text} at (0,0) size 47x10
-            text run at (0,0) width 47: &quot;Test Button&quot;
-      RenderText {#text} at (230,3) size 5x18
-        text run at (230,3) width 5: &quot; &quot;
-      RenderButton {BUTTON} at (234,6) size 67x16 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</del><ins>+      RenderButton {BUTTON} at (0,8) size 46x15 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,4) size 30x6
+          RenderText {#text} at (0,0) size 30x6
+            text run at (0,0) width 30: &quot;Test Button&quot;
+      RenderText {#text} at (45,3) size 5x18
+        text run at (45,3) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (49,8) size 52x15 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,3) size 36x8
+          RenderText {#text} at (0,0) size 36x7
+            text run at (0,0) width 36: &quot;Test Button&quot;
+      RenderText {#text} at (100,3) size 5x18
+        text run at (100,3) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (104,7) size 58x15 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,3) size 41x8
+          RenderText {#text} at (0,0) size 41x8
+            text run at (0,0) width 41: &quot;Test Button&quot;
+      RenderText {#text} at (161,3) size 5x18
+        text run at (161,3) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (165,7) size 62x15 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,2) size 46x10
+          RenderText {#text} at (0,0) size 46x10
+            text run at (0,0) width 46: &quot;Test Button&quot;
+      RenderText {#text} at (226,3) size 5x18
+        text run at (226,3) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (230,6) size 68x16 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</ins><span class="cx">         RenderBlock (anonymous) at (8,2) size 51x11
</span><span class="cx">           RenderText {#text} at (0,0) size 51x11
</span><span class="cx">             text run at (0,0) width 51: &quot;Test Button&quot;
</span><del>-      RenderText {#text} at (300,3) size 5x18
-        text run at (300,3) width 5: &quot; &quot;
-      RenderButton {BUTTON} at (304,5) size 73x17 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</del><ins>+      RenderText {#text} at (297,3) size 5x18
+        text run at (297,3) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (301,5) size 72x17 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</ins><span class="cx">         RenderBlock (anonymous) at (8,2) size 56x12
</span><span class="cx">           RenderText {#text} at (0,0) size 56x12
</span><span class="cx">             text run at (0,0) width 56: &quot;Test Button&quot;
</span><del>-      RenderText {#text} at (376,3) size 5x18
-        text run at (376,3) width 5: &quot; &quot;
-      RenderButton {BUTTON} at (382,4) size 77x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</del><ins>+      RenderText {#text} at (372,3) size 5x18
+        text run at (372,3) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (378,4) size 78x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</ins><span class="cx">         RenderBlock (anonymous) at (8,2) size 61x13
</span><span class="cx">           RenderText {#text} at (0,0) size 61x13
</span><span class="cx">             text run at (0,0) width 61: &quot;Test Button&quot;
</span><del>-      RenderText {#text} at (460,3) size 5x18
-        text run at (460,3) width 5: &quot; &quot;
-      RenderButton {INPUT} at (466,4) size 77x18 [bgcolor=#C0C0C0]
</del><ins>+      RenderText {#text} at (457,3) size 5x18
+        text run at (457,3) width 5: &quot; &quot;
+      RenderButton {INPUT} at (463,4) size 77x18 [bgcolor=#C0C0C0]
</ins><span class="cx">         RenderBlock (anonymous) at (8,2) size 61x13
</span><span class="cx">           RenderText at (0,0) size 61x13
</span><span class="cx">             text run at (0,0) width 61: &quot;Test Button&quot;
</span><del>-      RenderText {#text} at (544,3) size 5x18
-        text run at (544,3) width 5: &quot; &quot;
-      RenderButton {BUTTON} at (550,3) size 82x20 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</del><ins>+      RenderText {#text} at (541,3) size 5x18
+        text run at (541,3) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (547,3) size 82x20 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</ins><span class="cx">         RenderBlock (anonymous) at (8,2) size 66x15
</span><span class="cx">           RenderText {#text} at (0,0) size 66x15
</span><span class="cx">             text run at (0,0) width 66: &quot;Test Button&quot;
</span><del>-      RenderText {#text} at (633,3) size 5x18
-        text run at (633,3) width 5: &quot; &quot;
-      RenderButton {BUTTON} at (639,2) size 88x21 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-        RenderBlock (anonymous) at (8,2) size 71x16
-          RenderText {#text} at (0,0) size 71x16
-            text run at (0,0) width 71: &quot;Test Button&quot;
-      RenderText {#text} at (728,3) size 5x18
-        text run at (728,3) width 5: &quot; &quot;
</del><ins>+      RenderText {#text} at (630,3) size 5x18
+        text run at (630,3) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (636,2) size 87x21 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,2) size 70x16
+          RenderText {#text} at (0,0) size 70x16
+            text run at (0,0) width 70: &quot;Test Button&quot;
+      RenderText {#text} at (724,3) size 5x18
+        text run at (724,3) width 5: &quot; &quot;
</ins><span class="cx">       RenderButton {BUTTON} at (2,32) size 91x22 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</span><span class="cx">         RenderBlock (anonymous) at (8,2) size 75x17
</span><span class="cx">           RenderText {#text} at (0,0) size 75x17
</span><span class="lines">@@ -69,40 +69,40 @@
</span><span class="cx">             text run at (0,0) width 75: &quot;Test Button&quot;
</span><span class="cx">       RenderText {#text} at (94,34) size 5x18
</span><span class="cx">         text run at (94,34) width 5: &quot; &quot;
</span><del>-      RenderButton {BUTTON} at (100,32) size 97x22 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-        RenderBlock (anonymous) at (8,2) size 80x17
-          RenderText {#text} at (0,0) size 80x17
-            text run at (0,0) width 80: &quot;Test Button&quot;
-      RenderText {#text} at (198,34) size 5x18
-        text run at (198,34) width 5: &quot; &quot;
-      RenderButton {BUTTON} at (204,31) size 101x23 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-        RenderBlock (anonymous) at (8,2) size 85x18
-          RenderText {#text} at (0,0) size 85x18
-            text run at (0,0) width 85: &quot;Test Button&quot;
-      RenderText {#text} at (306,34) size 5x18
-        text run at (306,34) width 5: &quot; &quot;
-      RenderButton {BUTTON} at (312,30) size 106x25 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-        RenderBlock (anonymous) at (8,2) size 90x20
-          RenderText {#text} at (0,0) size 90x20
-            text run at (0,0) width 90: &quot;Test Button&quot;
-      RenderText {#text} at (419,34) size 5x18
-        text run at (419,34) width 5: &quot; &quot;
-      RenderButton {BUTTON} at (425,29) size 110x26 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-        RenderBlock (anonymous) at (8,2) size 94x21
-          RenderText {#text} at (0,0) size 94x21
-            text run at (0,0) width 94: &quot;Test Button&quot;
-      RenderText {#text} at (536,34) size 5x18
-        text run at (536,34) width 5: &quot; &quot;
-      RenderButton {BUTTON} at (542,28) size 115x27 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</del><ins>+      RenderButton {BUTTON} at (100,31) size 96x23 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,2) size 79x18
+          RenderText {#text} at (0,0) size 79x18
+            text run at (0,0) width 79: &quot;Test Button&quot;
+      RenderText {#text} at (197,34) size 5x18
+        text run at (197,34) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (203,31) size 100x23 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,2) size 84x18
+          RenderText {#text} at (0,0) size 84x18
+            text run at (0,0) width 84: &quot;Test Button&quot;
+      RenderText {#text} at (304,34) size 5x18
+        text run at (304,34) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (310,30) size 105x25 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,2) size 88x20
+          RenderText {#text} at (0,0) size 88x20
+            text run at (0,0) width 88: &quot;Test Button&quot;
+      RenderText {#text} at (416,34) size 5x18
+        text run at (416,34) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (422,29) size 110x26 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,2) size 93x21
+          RenderText {#text} at (0,0) size 93x21
+            text run at (0,0) width 93: &quot;Test Button&quot;
+      RenderText {#text} at (533,34) size 5x18
+        text run at (533,34) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (539,28) size 115x27 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</ins><span class="cx">         RenderBlock (anonymous) at (8,2) size 98x22
</span><span class="cx">           RenderText {#text} at (0,0) size 98x22
</span><span class="cx">             text run at (0,0) width 98: &quot;Test Button&quot;
</span><del>-      RenderText {#text} at (658,34) size 5x18
-        text run at (658,34) width 5: &quot; &quot;
-      RenderButton {BUTTON} at (664,27) size 118x28 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-        RenderBlock (anonymous) at (8,2) size 102x23
-          RenderText {#text} at (0,0) size 102x23
-            text run at (0,0) width 102: &quot;Test Button&quot;
</del><ins>+      RenderText {#text} at (655,34) size 5x18
+        text run at (655,34) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (661,27) size 119x28 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,2) size 103x23
+          RenderText {#text} at (0,0) size 103x23
+            text run at (0,0) width 103: &quot;Test Button&quot;
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderButton {BUTTON} at (2,59) size 123x29 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</span><span class="cx">         RenderBlock (anonymous) at (8,2) size 107x24
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsbuttonstylecolorexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/button-style-color-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsbuttonstylecolorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/button-style-color-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/button-style-color-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/button-style-color-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -15,37 +15,37 @@
</span><span class="cx">             text run at (0,0) width 61: &quot;Test Button&quot;
</span><span class="cx">       RenderText {#text} at (164,3) size 5x18
</span><span class="cx">         text run at (164,3) width 5: &quot; &quot;
</span><del>-      RenderButton {BUTTON} at (170,2) size 77x22 [bgcolor=#008000] [border: (2px outset #C0C0C0)]
</del><ins>+      RenderButton {BUTTON} at (170,2) size 78x22 [bgcolor=#008000] [border: (2px outset #C0C0C0)]
</ins><span class="cx">         RenderBlock (anonymous) at (8,4) size 61x13
</span><span class="cx">           RenderText {#text} at (0,0) size 61x13
</span><span class="cx">             text run at (0,0) width 61: &quot;Test Button&quot;
</span><del>-      RenderText {#text} at (248,3) size 5x18
-        text run at (248,3) width 5: &quot; &quot;
-      RenderButton {BUTTON} at (254,2) size 78x22 [color=#FF0000] [bgcolor=#008000] [border: (2px outset #C0C0C0)]
</del><ins>+      RenderText {#text} at (249,3) size 5x18
+        text run at (249,3) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (255,2) size 77x22 [color=#FF0000] [bgcolor=#008000] [border: (2px outset #C0C0C0)]
</ins><span class="cx">         RenderBlock (anonymous) at (8,4) size 61x13
</span><span class="cx">           RenderText {#text} at (0,0) size 61x13
</span><span class="cx">             text run at (0,0) width 61: &quot;Test Button&quot;
</span><span class="cx">       RenderText {#text} at (333,3) size 5x18
</span><span class="cx">         text run at (333,3) width 5: &quot; &quot;
</span><del>-      RenderButton {INPUT} at (339,4) size 77x18 [bgcolor=#C0C0C0]
</del><ins>+      RenderButton {INPUT} at (339,4) size 78x18 [bgcolor=#C0C0C0]
</ins><span class="cx">         RenderBlock (anonymous) at (8,2) size 61x13
</span><span class="cx">           RenderText at (0,0) size 61x13
</span><span class="cx">             text run at (0,0) width 61: &quot;Test Button&quot;
</span><del>-      RenderText {#text} at (417,3) size 5x18
-        text run at (417,3) width 5: &quot; &quot;
-      RenderButton {INPUT} at (423,4) size 77x18 [color=#FF0000] [bgcolor=#C0C0C0]
</del><ins>+      RenderText {#text} at (418,3) size 5x18
+        text run at (418,3) width 5: &quot; &quot;
+      RenderButton {INPUT} at (424,4) size 77x18 [color=#FF0000] [bgcolor=#C0C0C0]
</ins><span class="cx">         RenderBlock (anonymous) at (8,2) size 61x13
</span><span class="cx">           RenderText at (0,0) size 61x13
</span><span class="cx">             text run at (0,0) width 61: &quot;Test Button&quot;
</span><del>-      RenderText {#text} at (501,3) size 5x18
-        text run at (501,3) width 5: &quot; &quot;
-      RenderButton {INPUT} at (507,2) size 77x22 [bgcolor=#008000] [border: (2px outset #C0C0C0)]
</del><ins>+      RenderText {#text} at (502,3) size 5x18
+        text run at (502,3) width 5: &quot; &quot;
+      RenderButton {INPUT} at (508,2) size 77x22 [bgcolor=#008000] [border: (2px outset #C0C0C0)]
</ins><span class="cx">         RenderBlock (anonymous) at (8,4) size 61x13
</span><span class="cx">           RenderText at (0,0) size 61x13
</span><span class="cx">             text run at (0,0) width 61: &quot;Test Button&quot;
</span><del>-      RenderText {#text} at (585,3) size 5x18
-        text run at (585,3) width 5: &quot; &quot;
-      RenderButton {INPUT} at (591,2) size 78x22 [color=#FF0000] [bgcolor=#008000] [border: (2px outset #C0C0C0)]
</del><ins>+      RenderText {#text} at (586,3) size 5x18
+        text run at (586,3) width 5: &quot; &quot;
+      RenderButton {INPUT} at (592,2) size 78x22 [color=#FF0000] [bgcolor=#008000] [border: (2px outset #C0C0C0)]
</ins><span class="cx">         RenderBlock (anonymous) at (8,4) size 61x13
</span><span class="cx">           RenderText at (0,0) size 61x13
</span><span class="cx">             text run at (0,0) width 61: &quot;Test Button&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsbuttontablestylesexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/button-table-styles-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsbuttontablestylesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/button-table-styles-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/button-table-styles-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/button-table-styles-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -7,14 +7,14 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 351x18
</span><span class="cx">           text run at (0,0) width 351: &quot;This tests that buttons don't honor table display styles. &quot;
</span><span class="cx">         RenderBR {BR} at (350,14) size 1x0
</span><del>-      RenderButton {INPUT} at (2,20) size 87x18 [bgcolor=#C0C0C0]
-        RenderBlock (anonymous) at (8,2) size 71x13
-          RenderText at (0,0) size 71x13
-            text run at (0,0) width 71: &quot;display: table&quot;
-      RenderButton {INPUT} at (2,40) size 87x18 [bgcolor=#C0C0C0]
-        RenderBlock (anonymous) at (8,2) size 71x13
-          RenderText at (0,0) size 71x13
-            text run at (0,0) width 71: &quot;display: table&quot;
</del><ins>+      RenderButton {INPUT} at (2,20) size 86x18 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 70x13
+          RenderText at (0,0) size 70x13
+            text run at (0,0) width 70: &quot;display: table&quot;
+      RenderButton {INPUT} at (2,40) size 86x18 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 70x13
+          RenderText at (0,0) size 70x13
+            text run at (0,0) width 70: &quot;display: table&quot;
</ins><span class="cx">       RenderBlock (anonymous) at (0,60) size 784x378
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderBR {BR} at (0,18) size 0x18
</span><span class="lines">@@ -52,13 +52,13 @@
</span><span class="cx">               text run at (0,0) width 147: &quot;display: table-header-group&quot;
</span><span class="cx">         RenderText {#text} at (166,117) size 5x18
</span><span class="cx">           text run at (166,117) width 5: &quot; &quot;
</span><del>-        RenderButton {INPUT} at (172,118) size 163x18 [bgcolor=#C0C0C0]
</del><ins>+        RenderButton {INPUT} at (172,118) size 164x18 [bgcolor=#C0C0C0]
</ins><span class="cx">           RenderBlock (anonymous) at (8,2) size 147x13
</span><span class="cx">             RenderText at (0,0) size 147x13
</span><span class="cx">               text run at (0,0) width 147: &quot;display: table-header-group&quot;
</span><del>-        RenderText {#text} at (336,117) size 5x18
-          text run at (336,117) width 5: &quot; &quot;
-        RenderBR {BR} at (340,131) size 1x0
</del><ins>+        RenderText {#text} at (337,117) size 5x18
+          text run at (337,117) width 5: &quot; &quot;
+        RenderBR {BR} at (341,131) size 1x0
</ins><span class="cx">         RenderBR {BR} at (0,138) size 0x18
</span><span class="cx">         RenderButton {INPUT} at (2,158) size 158x18 [bgcolor=#C0C0C0]
</span><span class="cx">           RenderBlock (anonymous) at (8,2) size 142x13
</span><span class="lines">@@ -66,27 +66,27 @@
</span><span class="cx">               text run at (0,0) width 142: &quot;display: table-footer-group&quot;
</span><span class="cx">         RenderText {#text} at (161,157) size 5x18
</span><span class="cx">           text run at (161,157) width 5: &quot; &quot;
</span><del>-        RenderButton {INPUT} at (167,158) size 158x18 [bgcolor=#C0C0C0]
</del><ins>+        RenderButton {INPUT} at (167,158) size 159x18 [bgcolor=#C0C0C0]
</ins><span class="cx">           RenderBlock (anonymous) at (8,2) size 142x13
</span><span class="cx">             RenderText at (0,0) size 142x13
</span><span class="cx">               text run at (0,0) width 142: &quot;display: table-footer-group&quot;
</span><del>-        RenderText {#text} at (326,157) size 5x18
-          text run at (326,157) width 5: &quot; &quot;
-        RenderBR {BR} at (330,171) size 1x0
</del><ins>+        RenderText {#text} at (327,157) size 5x18
+          text run at (327,157) width 5: &quot; &quot;
+        RenderBR {BR} at (331,171) size 1x0
</ins><span class="cx">         RenderBR {BR} at (0,178) size 0x18
</span><del>-        RenderButton {INPUT} at (2,198) size 111x18 [bgcolor=#C0C0C0]
-          RenderBlock (anonymous) at (8,2) size 95x13
-            RenderText at (0,0) size 95x13
-              text run at (0,0) width 95: &quot;display: table-row&quot;
-        RenderText {#text} at (114,197) size 5x18
-          text run at (114,197) width 5: &quot; &quot;
-        RenderButton {INPUT} at (120,198) size 111x18 [bgcolor=#C0C0C0]
-          RenderBlock (anonymous) at (8,2) size 95x13
-            RenderText at (0,0) size 95x13
-              text run at (0,0) width 95: &quot;display: table-row&quot;
-        RenderText {#text} at (232,197) size 5x18
-          text run at (232,197) width 5: &quot; &quot;
-        RenderBR {BR} at (236,211) size 1x0
</del><ins>+        RenderButton {INPUT} at (2,198) size 110x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 94x13
+            RenderText at (0,0) size 94x13
+              text run at (0,0) width 94: &quot;display: table-row&quot;
+        RenderText {#text} at (113,197) size 5x18
+          text run at (113,197) width 5: &quot; &quot;
+        RenderButton {INPUT} at (119,198) size 111x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 94x13
+            RenderText at (0,0) size 94x13
+              text run at (0,0) width 94: &quot;display: table-row&quot;
+        RenderText {#text} at (231,197) size 5x18
+          text run at (231,197) width 5: &quot; &quot;
+        RenderBR {BR} at (235,211) size 1x0
</ins><span class="cx">         RenderBR {BR} at (0,218) size 0x18
</span><span class="cx">         RenderButton {INPUT} at (2,238) size 166x18 [bgcolor=#C0C0C0]
</span><span class="cx">           RenderBlock (anonymous) at (8,2) size 150x13
</span><span class="lines">@@ -108,13 +108,13 @@
</span><span class="cx">               text run at (0,0) width 114: &quot;display: table-column&quot;
</span><span class="cx">         RenderText {#text} at (133,277) size 5x18
</span><span class="cx">           text run at (133,277) width 5: &quot; &quot;
</span><del>-        RenderButton {INPUT} at (139,278) size 131x18 [bgcolor=#C0C0C0]
</del><ins>+        RenderButton {INPUT} at (139,278) size 130x18 [bgcolor=#C0C0C0]
</ins><span class="cx">           RenderBlock (anonymous) at (8,2) size 114x13
</span><span class="cx">             RenderText at (0,0) size 114x13
</span><span class="cx">               text run at (0,0) width 114: &quot;display: table-column&quot;
</span><del>-        RenderText {#text} at (271,277) size 5x18
-          text run at (271,277) width 5: &quot; &quot;
-        RenderBR {BR} at (275,291) size 1x0
</del><ins>+        RenderText {#text} at (270,277) size 5x18
+          text run at (270,277) width 5: &quot; &quot;
+        RenderBR {BR} at (274,291) size 1x0
</ins><span class="cx">         RenderBR {BR} at (0,298) size 0x18
</span><span class="cx">         RenderButton {INPUT} at (2,318) size 110x18 [bgcolor=#C0C0C0]
</span><span class="cx">           RenderBlock (anonymous) at (8,2) size 94x13
</span><span class="lines">@@ -130,14 +130,14 @@
</span><span class="cx">           text run at (230,317) width 5: &quot; &quot;
</span><span class="cx">         RenderBR {BR} at (234,331) size 1x0
</span><span class="cx">         RenderBR {BR} at (0,338) size 0x18
</span><del>-        RenderButton {INPUT} at (2,358) size 131x18 [bgcolor=#C0C0C0]
-          RenderBlock (anonymous) at (8,2) size 115x13
-            RenderText at (0,0) size 115x13
-              text run at (0,0) width 115: &quot;display: table-caption&quot;
-        RenderText {#text} at (134,357) size 5x18
-          text run at (134,357) width 5: &quot; &quot;
-        RenderButton {INPUT} at (140,358) size 132x18 [bgcolor=#C0C0C0]
-          RenderBlock (anonymous) at (8,2) size 115x13
-            RenderText at (0,0) size 115x13
-              text run at (0,0) width 115: &quot;display: table-caption&quot;
</del><ins>+        RenderButton {INPUT} at (2,358) size 130x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 114x13
+            RenderText at (0,0) size 114x13
+              text run at (0,0) width 114: &quot;display: table-caption&quot;
+        RenderText {#text} at (133,357) size 5x18
+          text run at (133,357) width 5: &quot; &quot;
+        RenderButton {INPUT} at (139,358) size 131x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 114x13
+            RenderText at (0,0) size 114x13
+              text run at (0,0) width 114: &quot;display: table-caption&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsbuttontexttransformexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/button-text-transform-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsbuttontexttransformexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/button-text-transform-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/button-text-transform-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/button-text-transform-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -17,38 +17,38 @@
</span><span class="cx">         RenderText {#text} at (106,18) size 5x18
</span><span class="cx">           text run at (106,18) width 5: &quot;.&quot;
</span><span class="cx">       RenderBlock {P} at (0,52) size 784x22
</span><del>-        RenderButton {BUTTON} at (2,2) size 86x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-          RenderBlock (anonymous) at (8,2) size 70x13
-            RenderText {#text} at (0,0) size 70x13
-              text run at (0,0) width 70: &quot;UPPERCASE&quot;
-        RenderText {#text} at (89,1) size 5x18
-          text run at (89,1) width 5: &quot; &quot;
-        RenderButton {BUTTON} at (95,2) size 70x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-          RenderBlock (anonymous) at (8,2) size 54x13
-            RenderText {#text} at (0,0) size 54x13
-              text run at (0,0) width 54: &quot;lowercase&quot;
-        RenderText {#text} at (166,1) size 5x18
-          text run at (166,1) width 5: &quot; &quot;
-        RenderButton {BUTTON} at (172,2) size 69x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</del><ins>+        RenderButton {BUTTON} at (2,2) size 82x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 66x13
+            RenderText {#text} at (0,0) size 66x13
+              text run at (0,0) width 66: &quot;UPPERCASE&quot;
+        RenderText {#text} at (85,1) size 5x18
+          text run at (85,1) width 5: &quot; &quot;
+        RenderButton {BUTTON} at (91,2) size 69x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</ins><span class="cx">           RenderBlock (anonymous) at (8,2) size 53x13
</span><span class="cx">             RenderText {#text} at (0,0) size 53x13
</span><del>-              text run at (0,0) width 53: &quot;Capitalize&quot;
</del><ins>+              text run at (0,0) width 53: &quot;lowercase&quot;
+        RenderText {#text} at (161,1) size 5x18
+          text run at (161,1) width 5: &quot; &quot;
+        RenderButton {BUTTON} at (167,2) size 69x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 52x13
+            RenderText {#text} at (0,0) size 52x13
+              text run at (0,0) width 52: &quot;Capitalize&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,90) size 784x22
</span><del>-        RenderButton {INPUT} at (2,2) size 86x18 [bgcolor=#C0C0C0]
-          RenderBlock (anonymous) at (8,2) size 70x13
-            RenderText at (0,0) size 70x13
-              text run at (0,0) width 70: &quot;UPPERCASE&quot;
-        RenderText {#text} at (89,1) size 5x18
-          text run at (89,1) width 5: &quot; &quot;
-        RenderButton {INPUT} at (95,2) size 70x18 [bgcolor=#C0C0C0]
-          RenderBlock (anonymous) at (8,2) size 54x13
-            RenderText at (0,0) size 54x13
-              text run at (0,0) width 54: &quot;lowercase&quot;
-        RenderText {#text} at (166,1) size 5x18
-          text run at (166,1) width 5: &quot; &quot;
-        RenderButton {INPUT} at (172,2) size 69x18 [bgcolor=#C0C0C0]
</del><ins>+        RenderButton {INPUT} at (2,2) size 82x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 66x13
+            RenderText at (0,0) size 66x13
+              text run at (0,0) width 66: &quot;UPPERCASE&quot;
+        RenderText {#text} at (85,1) size 5x18
+          text run at (85,1) width 5: &quot; &quot;
+        RenderButton {INPUT} at (91,2) size 69x18 [bgcolor=#C0C0C0]
</ins><span class="cx">           RenderBlock (anonymous) at (8,2) size 53x13
</span><span class="cx">             RenderText at (0,0) size 53x13
</span><del>-              text run at (0,0) width 53: &quot;Capitalize&quot;
</del><ins>+              text run at (0,0) width 53: &quot;lowercase&quot;
+        RenderText {#text} at (161,1) size 5x18
+          text run at (161,1) width 5: &quot; &quot;
+        RenderButton {INPUT} at (167,2) size 69x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 52x13
+            RenderText at (0,0) size 52x13
+              text run at (0,0) width 52: &quot;Capitalize&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsbuttonwhitespaceexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/button-white-space-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsbuttonwhitespaceexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/button-white-space-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/button-white-space-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/button-white-space-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -13,17 +13,17 @@
</span><span class="cx">       RenderBlock {DIV} at (0,52) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 365x18
</span><span class="cx">           text run at (0,0) width 365: &quot;Buttons should appear next to each other in a single row:&quot;
</span><del>-      RenderTable {TABLE} at (0,70) size 196x28
-        RenderTableSection {TBODY} at (0,0) size 196x28
-          RenderTableRow {TR} at (0,2) size 196x24
-            RenderTableCell {TD} at (2,2) size 192x24 [r=0 c=0 rs=1 cs=1]
-              RenderButton {BUTTON} at (3,3) size 79x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-                RenderBlock (anonymous) at (8,2) size 63x13
-                  RenderText {#text} at (0,0) size 63x13
-                    text run at (0,0) width 63: &quot;Search Mail&quot;
-              RenderText {#text} at (83,2) size 5x18
-                text run at (83,2) width 5: &quot; &quot;
-              RenderButton {BUTTON} at (89,3) size 100x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</del><ins>+      RenderTable {TABLE} at (0,70) size 195x28
+        RenderTableSection {TBODY} at (0,0) size 195x28
+          RenderTableRow {TR} at (0,2) size 195x24
+            RenderTableCell {TD} at (2,2) size 191x24 [r=0 c=0 rs=1 cs=1]
+              RenderButton {BUTTON} at (3,3) size 78x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+                RenderBlock (anonymous) at (8,2) size 62x13
+                  RenderText {#text} at (0,0) size 62x13
+                    text run at (0,0) width 62: &quot;Search Mail&quot;
+              RenderText {#text} at (82,2) size 5x18
+                text run at (82,2) width 5: &quot; &quot;
+              RenderButton {BUTTON} at (88,3) size 100x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</ins><span class="cx">                 RenderBlock (anonymous) at (8,2) size 84x13
</span><span class="cx">                   RenderText {#text} at (0,0) size 84x13
</span><span class="cx">                     text run at (0,0) width 84: &quot;Search the Web&quot;
</span><span class="lines">@@ -46,18 +46,18 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 353x18
</span><span class="cx">           text run at (0,0) width 353: &quot;Buttons should look identical (ignore vertical spacing):&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,178) size 784x22
</span><del>-        RenderButton {BUTTON} at (2,2) size 91x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-          RenderBlock (anonymous) at (8,2) size 75x13
-            RenderText {#text} at (0,0) size 75x13
-              text run at (0,0) width 75: &quot;  test  button  &quot;
</del><ins>+        RenderButton {BUTTON} at (2,2) size 90x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 74x13
+            RenderText {#text} at (0,0) size 74x13
+              text run at (0,0) width 74: &quot;  test  button  &quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,200) size 784x22
</span><del>-        RenderButton {BUTTON} at (2,2) size 91x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-          RenderBlock (anonymous) at (8,2) size 75x13
-            RenderText {#text} at (0,0) size 75x13
-              text run at (0,0) width 75: &quot;  test  button  &quot;
</del><ins>+        RenderButton {BUTTON} at (2,2) size 90x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 74x13
+            RenderText {#text} at (0,0) size 74x13
+              text run at (0,0) width 74: &quot;  test  button  &quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,235) size 784x22
</span><span class="cx">         RenderBlock {PRE} at (0,0) size 784x22
</span><del>-          RenderButton {BUTTON} at (2,2) size 91x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-            RenderBlock (anonymous) at (8,2) size 75x13
-              RenderText {#text} at (0,0) size 75x13
-                text run at (0,0) width 75: &quot;  test  button  &quot;
</del><ins>+          RenderButton {BUTTON} at (2,2) size 90x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+            RenderBlock (anonymous) at (8,2) size 74x13
+              RenderText {#text} at (0,0) size 74x13
+                text run at (0,0) width 74: &quot;  test  button  &quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformscontrolclipexpectedpng"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/control-clip-expected.png (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/control-clip-expected.png        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/control-clip-expected.png        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -1,103 +1,134 @@
</span><span class="cx"> \x89PNG
</span><span class="cx"> 
</span><span class="cx"> -IHDR X\x9Av\x82p)tEXtchecksum38389555c006076e10f7242b5a230dc3$\xF5\xC0\x8E@IDATx\xEC\xDD        \xB8$ey(\xFEw\x94}\x91EDd\x94E\x8C\xB8\x9184D jd        \xA8!$Jn\xF0\x9Ak\xF2xs\xFF\xD1\xD1'q\xB9\x89W\x93\x98\\x93kD}\x88\x82\x89\x89(F#\xF2\x80( bP\x94M#a1\xEC\x9Bl\xFD\xAF\xB7\x9A:\xA7\xA7\xE9\xF5\x9C&gt;\xCB7\xE7W\xCF3\xD3]\xD5U_\xBD\xF5{\xEBt\xF7\xDBU_ղV5\x84\x81 @\x80\xF3 \xF0\xA4yX\x87U @\x80 @\xA0P\x80\xD8 @\x80\x987ȼQ[ @\x80
</span><del>-\xFB @\x80\xF3&amp;\xA0\x997j+&quot;@\x80 @@b @\x80 @`\xDE \xF3FmE @\x80(@\xEC @\x80̛\x80dި\xAD\x88 @\x80\x81\xF5\xA6\xB9\xF7\xDE{\xE3\xC6o\x9C\x93\x8Cf\xDB?\xFD\xE9O\xE7\xA4\xED\xC5\xD2\xE8\xCF\xFE\xF3\xB8\xF0\xC2 \xA7\xC2\xF9\xAF\xFF\xFA\xAF\xB8\xFAꫧ\xC6g\xFBd6\xF9\x99t,\xB3\xDD\xCB @\x80\xCC\`hr\xD8a\x87\xC56\xDBl\x87rHu\xD4Q\xF1\xE4'?9V\xACXGqDx\xE0\x81\xF5\xF8\xA7?\xFD\xE9\x99G0\x81%?\xF7\xB9\xCF\xC5ӟ\xFE\xF48\xFD\xF4\xD3'\xD0ںM\xFC\xF5_\xFFu&lt;\xF5\xA9O\x8D/|\xE1 뾰\x8D]|\xF1\xC5\xF1 \xBF\xF0 \xF1\xEB\xBF\xFE\xEBS[\xF5\x9E\xF7\xBC'^\xF7\xBA\xD7M\x8D\xCF\xE6\xC9l\xF33\xC9Xf\xB3\x96%@\x80\x98\xBD\xC0\xD0\xE4\xE1\x87\x8E5k\xD6\xC49\xE7\x9C\x9F\xFF\xFC\xE7c\xA3\x8D6\x8A\x95+Wƙg\x9E\pA\xFCٟ\xFDY&lt;\xF8\xE0\x833\x8E$y?\xF7\xDCs\xC7^\xBEs\xB9c\x8F=6\x96/_&gt;v\xCD\x9Dm5Ӛ\xC7\xDF\xF9\x9Dߩ \xB0f|&amp;\x8F\xDD\xEDw\x8FϤ\xCDI.\xF3\xE2\xBF8~\xF37s\x9D&amp;\xDF\xFF\xFE\x
 F7\xC7?\xFD\xD3?\xAD3m\x9C\x91\xCEm\x9Cm~f\xCB8q\x8F2o綍2\xFF\xA0y&amp;\xD9֠\xF5x\x8D \xB0X\x86 \xBF\xFF\xFB\xBF_\xF1\xE8p~A\xDE\xF3\x9E\xD7\xEF\xE5'Lo\xB5ZSӲ\xB8y\xF3\x9B\xDF\xDF\xFAַ\xA6\xA65O:\xE7k\xA65\x8F\xBD\x96\xDBp\xC3-cٲe\xCD,}y\xE4\x91u^\xEB\xD5\xD6:3T#\xA3\xB6ݽ\\x8Ew\xB7\xDF=\xDEk\x99\x99Nd6\xAC\xCD,,;\xFD\xF2\xA8\xCF\xEE\xBB\xEF\xDEs\xB1a\xEB鵍\xB31K\xCF\xE7pb\xAFm\x9B\xE9\xEA\xB55\xCCx\xA6\xEB\xB4 @`\xA16\xC0\xAF\xFCʯ \x9Ce\xF3\xCD7\x8F\x97\xBF\xFC\xE5\xF5&lt;\xB7\xDCrK|\xF8\xC3\x8EK/\xBD4\xF2\x9C\xFFSN9%^\xF2\x92\x97ԯ\xFD\xC3?\xFCC\xDC~\xFB\xEDq\xF7\xDDwǗ\xBE\x{125EBF}\xC1\xC7&gt;\xF6\xB1\xF8\xE7\xFE\xE7\xB8\xE6\x9Ak\xE2\xDAk\xAF\x8DSO=5\xBE\xFC\xE5/?a\xBE\xEEz-\x97\xF3&lt;\xF6\xD8c\x91\xA7\xEB|\xEAS\x9F\x8A\xA7&lt;\xE5)\xF1/\xFF\xF2/S\xC5ӿ\xFDۿ\xC5%\x97\R\xC9\xCE\xF5\xE7\xA9U\xCF\xFE\xF3\xA3W[\xB9M\xDD\xC3\xFD\xF7\xDF\xEFz׻\xEAӼv\xDEy\xE7\xF8\xCCg&gt;{\xEE\xB9g\xE4ve\x91\xF6\xEEw\xBF;~\xEF\xF7~/\xCE8\xE3\x8Cx\
 xEF{\xDFtP|\xE2\x9FxB\xFB\xCFy\xCEs\x9E\xB0\xCD\xF9e3\x97\xDFx\xE3\x8Dk\x87]v٥v\xDCt\xD3M\xEB\xA3Ck\xAE3\xD7\xF7\x81|\xA0.\x88\xBE\xFAկNm[/\xDB\xEE\xF8s\xFC\x81\x88?\xF9\x93?\xA9m\xF2\xA8֋^\xF4\xA2z\x9B\xBA\xE7\xFD\xCF\xFF\xFC\xCFz;\xFF\xF1\xFF1.\xBA\xE8\xA2\xF8\xC67\xBE\xFB\xB7\xCF~\xF6\xB3\xEB\x82*}\xB3`\xF9\xBB\xBF\xFB\xBB8\xF8\xE0\x83\xBB\xC26g^s\x94\x9F~\xFBNw,wz&lt;\xEDiO\x8B\xF4\xC9\xFC\x9D}\xF6\xD9q\xC0\xACǠm\xCD}s\xA6޽\xF6\x97l\xAF\xD7~\x9FG\xF6\xE5\xAEW[\xA3\xEC\xFF\xEBl\xA8 @\x80@i՗߱\x86M6٤U\x9D\xAE\xF3\x84e\xAA# \xAD_\xFD\xD5_mUF\xEB\xD1GmUGFZ՗\xC4\xD6w\xDCѪ~\xE9mU} \xA6\x96y\xE7;\xDFYϓv\xDDu\xD7V\xF5\xA5\xBA~m\xD0|S ?\xFE\xA4s\xB9\x9C\xB4\xCF&gt;\xFB\xB4\xF6\xDDw\xDFV\xF5e\xB9UuFo\xED\xB1\xC7\xAD\xDF\xFA\xADߪ\xE7\xAENsi\xED\xB4\xD3N\xADo~\xF3\x9B\xF5\xF8\xAAU\xABZox\xC3\xEA\xE7\xF9_w[S/&lt;\xFE\xA4\xFA\xF2ߪ\x8E\xF2\xB4\xAAb\xA9n#\xE7ֳ\x9EUoWΒm\xFF\xE9\x9F\xFE\xE9\xD4b\xAF~\xF5\xAB[Gy\xE4\xD4xw\xFB\xDD\xE3\xBF\xF4
 K\xBFԪ\xFA\xD1\xD4\xF3?\xF4\xD0C\xAD\xEA\xCBt\xAB\xEA{S\x8F\xDF|\xF3ͭ\xAAh\xA9\xB7\xA7*\xA8Z\xD7_}\xEB\xB9\xCF}n\xEB\xC4O\xAC_Ǭ\xEA\xC7Ӫ
-\x8Az\xB9\xAA\xCBCQ\xAD\xAAX\xAC\xC7\xFF\xF2/\xFF\xB2\xB5\xC3;\xD4\xCFo\xBD\xF5\xD6\xD6\xDB\xDE\xF6\xB6\xD6v\xDBmW\x8F\xFF\xE4'?im\xBF\xFD\xF6\xAD\xAA\xEFO\xAB:Z\xD5:\xEF\xBC\xF3j\xEBg&gt;\xF3\x99\xF5\xEB\xBD\xFE\xEB\xDE\xC6A\xF9\xB4\xEFtǒ\xF1W}\x92Z\xFB\xED\xB7_\xAB:-\xB0\xDEϮ\xBA\xEA\xAA'\x840h[g\xE3\x9D+\xEAܶA\xB1\xCB]w[\xE3\xE4\xF2        l @\xA0\x81\xA1\xA7`\x8DZPe\xFF\x90j\x9B\xEBө\xB2\xBF\xC83\x9E\xF1\x8C\xB8\xED\xB6\xDB\xE2\xFC\xF3Ϗ;\xEF\xBC3\xBE\xF7\xBD\xEF\xC5W\xBE򕺹\xEA\xCBs=o\xD3vs\xEAϰ\xF9\x9A\xF9\x9B\xC7f\xB9f&lt;;\xCC\xFF\xF2/\xFFr}\xB4 \x8F@\xFC\xE8G?\xAA_\xCA\xD3\xB2\x83uU\xA0\xD4\xE3yJϕW^\xD9,V?v\xB7\xB5΋\xD5\xC8q\xC7\x87~x}d\xE3C\xFAP\w\xDDu\x{15105C}/\x89\xEF\~\xB3\xCD6[g&lt;\xE7\xE9|\xBDs&lt;\xAD\xB2/\xCDo\xFC\xC6o\xE4\xE4\xFA\xE8\xC6\xF1\xC7_        ʣٹ~\xB7\xDDv\x8B\xBD\xF7\xDE;r\xFB\xB2\xAF\xCB+_\xF9\xCA\xF8\xF1\x8F\\xCF?\xAAYU|\xC5e\x97]\xD9\xDF#\x87\xBE\xF0\x85\xF5\x9A^}g\xF2\xE8B\xAE/\xF3\x99C\xF5\x85;\xAAb#~\xED\xD7~\xAD\xBE
 \xF0@\xF5\xBE&gt;ғW\xEBv\xACx\xFC\xBF\xEEmA\xFBNw,yD\xAD*.\xEB\xA3AUYoC\xF7\xA9b\x83\xB6u\xB6\xDE\xCD\xF65\xDB6(\xF6a\xB9\xEBnk\xD4\6\xCBy$@\x80\x94(0\xB1$\xBF,\xE7\xFB&lt;5'\xFF\xE5iY_\xFF\xFA\xD7\xEB/\xBA\xD5/\xE9u\x90_\xE0\xF7w\xB7\xFEB\x9BW\xD3j\x86\xE6\xCBܰ\xF9\x9A\xF9\x9B\xC7f\xB9^\xE3y\xE5\xAE&lt;5&amp;\x87\x9C\xAF\xFA\x85\xBF.\x84\xF2T\x99\xEA\xFC\xB8\xE7\x9E{\x9AŦ\xE6YgB\xD7\xC8V[m55\xA59\xADl\x9C\xCB\xD4\xF6\x8B\xF5;\xDF\xF9N}:QI\xCDМN\x94C\xB9l\xE7\xF2[n\xB9\xE5T\xC7\xFFQͲ|\xD9\xCB^\xB6N;\xD9's\xD6k\xE8^g\x8Ew\xE6,\x8B\x804\xCEӳ\xFA-\x9D1\xE7&lt;\x9D\xE3\x9D\xF9\xB4\xEF4\xCBu.\x9B_&amp;\xFD\x86A\xDB:[\xEFf\x9DM&lt;\xE3\xC6ޙ\xBB\xEE\xB6F\xCDe\xB3\x9CG @\x80@\x89C\xFB\x80\x8C\xBAQ?\xFB\xD9\xCFb\x83-6\xE8\xD9' \xDB\xC8K\xB1\xEE\xB8\xE3\x8E\xF1\xF1\xF5U\xB5\xBE\xF6\xB5\xAF\xD5}\xBA\xDBu\xBE\xEE再\xE7\xB9\xF8y\xA4!\xFB-|򓟌\xFC&quot;:\xD3!\x8F\xE4\xC9\xFC7\xDB!\xFB\x96\xA4]K[l\xB1E\xDD\}H\xCB\xFB\xEE\xBBo\xA4\xE6G1\xCB
 &gt;W\q\xC5H\xED\x8D:ӓ\x9E\xF4\xA4:\xCEQ\xE7\xEF7߰}\xA7\xDFr\xFD\xA6\xDA\xD6Ixw\xAEwұ\x8F\x92\xCB\xCE\xF5{N\x80(M`bG@VT\xF7\xC9#\x9D\x97\xE4\xCDSxV\xAF^չ\xF0Q\x9D\xCB\xFD\xE8G\xEB\xCB\xF9\xFE\xFB\xBF\xFF{}
-O\x83\xD5\xFC\x9A&lt;l\xBEf\xFE\xE6\xB1Y\xAE\xEF\xF7\xF8\xC3\xFE0N:\xE9\xA4\xF8\xF3?\xFF\xF3\xFA\xA7^\xF3\x8D\xDAV.{\xD3M7\xD5GP^\xF0\x82L5\x95\xAC-\xDD\xED7\xE3y$\xA1\xEA3\xDF\xFD\xEEw\xA7O\xAB\xBCZWv:6\x8Cj\x96ES\xB1\xC9\xCE\xFE͐\xF9i\x8E\xB24\xD3F}\xAC\xFA]D\xDE p\xFF\xFD\xF7\xEF\xBBH\xB3\x8D}gx\xFC\x85A\xFBΰe{\xBD&gt;h[g\xEBݬ\xAFٶI\xC4޴5j.\x9B&lt; @\x80J\xAB\xC9/\xD9U'\xE9\xFA*U\xDD\xFB\xC67\xBE1\xF2\x97\xE7&lt;\xAD\xA7\xEAx^y\xFF\x86&lt;??\xBF\xA8敚r\xA8:h\xC7k_\xFBک_\xFB\xB7\xDEz\xEBX\xBBvm\xFDZ\xF6\xAB\xE87_=C\xC7\x9D\xCB\xE5\xFA\xF2\x97\xED\xFC\xD7 y\xA4\xFC\x97C\xF6S\xC8س\xC9/\xFBy
-VJ\xF9&lt;\xFFu\xB7մ\xD1\xF9\x98\xCB5C\xF61ț\xF45}J\xF2\x88E\xDE\xCC/m\xB28\xC9/\xF9\xB9\xCD\xCD\xD0\xDD~\xE7x^E*\xAFp\x95\xC5[3\xE4պ\xF2\x8Br\xDE\xFC1\x87l\xB7\xB3\xC0\xC9\xEDl\xE2d۴\x97\x8FG}tT\x88\xB7\xBE\xF5\xAD\xB5G\x9A\xFC\xE1\xFEaݷ#_\xCFuT\x9D\xA0\xF3i=\xE4:\xD2/}\x9A\xA1s\x9B\xF2
-O\xBF\xF8\x8B\xBF8է\xA4\x99\xA7y\xEC\xDC\xC6a\xF9\xB4\xEFd{ݱdq\xD6\xE4\xB6Y_\xE7\xE3\xA0m\xAD.0+\xEF\O\xE7\xB6e\xBF\x96~\xFB}\xCE;(w\xDDm-\xDA\xFF\xF3~!y\xB4\xE6o%\x975 @\x80\x8A\xA8\xBE`\x8E4T\xA7\xEF\xD4W\xAA6\xB2U\xF5\x87h}\xE4#i\xDDu\xD7]\xEB,{\xDAi\xA7\xB5\xAAKɶ\xAA_t\xEB+`U\x97q\xAD_\xCFe\xAB\x8Eԭ\xEA4\xA8Vu        \xDCVu4b\xEA
-R\xF4GT\xCF_u\xBC\xAE\xAF\xAE\xD4o\xBEuVT\x8Dt.W]&quot;\xB6U\x9D\xD4\xDAk\xAF\xBDZ\xD5/\xFA\xAD\xEAR\xAD\xAD\xEA\xE8A\xAB:\x8D\xA9\xBErUu*S}դ\xEA\xA7V\xF5\xBCU]\xB6\xB5Uuo\xBD\xE9Moj\xE5\xB2:۪\xBELv\xAF\xAAU]V\xB7U\xAD\xAA\xF3y\xEB\x83\xFC`\xEB\xEFxG}\xB5\xAFf\xC6\xEA\xBF\xAD\xAA/E}e\xAC?\xF8\x83?\xA8\xAF Uu\x86\x9F\xBA\xEAVw\xFB\xDD\xE3o\xC6^\xDDԱUu\xD4oU\xD2[U\x81P7\x9FW\x9C\xAA\xBE\xF0\xB6\xAA\xD3\xD7\xEA+XU\x9D\xF9[\xD5\xE5pk\xE7\xFD\xD7m-\xB2m\xE2k3ye\xB2\xCCau\x94\xA0U\x9D\x92V\xBFTO\xAD\xAASz=\xBD\xBAdn=\xFD\xA5/}i=^\xB5\xAA\x8D\xF2*fy\xE5\xA9?\xFE\xE3?n\xBD\xEF}\xEFk啾\xAA_웦\x9F\xF0ع\x8D\xC3\xF2\x93 \xF7\xDBw2\xB6\xCEX\xFE\xFE\xEF\xFF\xBEU]&amp;\xB9U]\xE4\xA0U\xABOXo3\xA1߶\xE6\xEB\xB3\xF1\xCE\xE5;\xB7-\xF7\x97~\xB1\xCB]w[9\xBF\xFD\xBF*\x9E뿓\xDC~ @\xA0d\x81e\xFC$+\xA7\xFC\xC57\xAF\x8E\x94\xA7\xC1d?\x86\xF2\xD7\xFB\xEC/\x90W\xF9\xC9\xCE\xD6\xDD\xF7\xD9\xC8\xF3\xE8\xB3\xEE\xB0\xF9\xBA\xE3l\x96\xEB\x9E\xDEo&lt;5\xCF\xCC9\xE4\x
 AF\xFD\x9D\xBFGi+O\x91\xC98\x9B\xED\xEA\Onw\x95\xC8\xF6\xBB\xDB\xCE\xF9\xBA\xDB\xEF\xCF4\xE4\xFDP\xD2)\xAFz5\xEA0\xAEY\xAE'O\xF1\xCA+4\x8D3\xE4=C\xF2\xEAWyT+\x8FH \xEA޴۽\x8D\xCD\xF4~\x8F\xBD\xF6\x9D~\xF3\x8E2}ж\xCEԻYo\xF7\xB6\xCD&amp;\xF6\xA6\xADa\xB9̫ʍ\xE2\xDE\xC4\xE8\x91 \xB0&amp;^\x80,ƍ\xD3\xEC\x9A\xA4:\xF25\xFBƴ@\x80 \xB0d\xC6\xEA\xB2d\x95\x96\xF8\x86\xE7/\xF3Mߖ%Na\xF3         @\x80f)\xE0\xC8,\x97\xC2\xE2U\xBF\x83\xA9\xCE\xCF\xD5\xE0\xE3\x98c\x8EY
-\x9Bm         @\x80\xE6@@2\xA8\x9A$@\x80 @\xA0\xB7\x80S\xB0z\xBB\x98J\x80 @\x80\xC0(@\xE6U\x93 @\x80\xF4P\x80\xF4v1\x95 @\x80\x819P\x80\xCC\xAA&amp;         @\x80\xE8-\xA0\xE9\xEDb* @\x80s \xA0\x99TM @\x80 \xD0[@\xD2\xDB\xC5T @\x80\xE6@@2\xA8\x9A$@\x80 @\xA0\xB7\x80\xA4\xB7\x8B\xA9 @\x80́\x80dP5I\x80 @\x80@oHoS         @\x80\x98\xC8\xA0j\x92 @\x80\x81\xDE
-\x90\xDE.\xA6 @\x80 0
-\x909@\xD5$ @\x80\xBD \xBD]L%@\x80 @` s\x80\xAAI @\x80z (@z\xBB\x98J\x80 @\x80\xC0,\x8A\xE4\xDE{\xEF\x8Do\xBCq\xE4\xCD\xCB\xF9\xFAӟ\x8E&lt;\xFFB\xCF8\x9Bx\xFE\xF3\x9FDž^\xB8Л\xE3\xE6h܀\x87m磏&gt;?\xFAя\xFA6;\xD7\xF1\xF5]\xF1\xBD\xD0\xED\xD5=&gt;\xD7a\xCDf\x9F5\xB6a9\xB5\x9D\xB9\x98o\x92\xB1-\xB3\x9CTnx\xE0\x81\xB8\xFE\xFA\xEBg\xCC1\x89m\x9E\xE4\xDF\xE9$\xE2\xA3;\xFF\xF5_\xFFW_}\xF58MLl\xDE\xFF\xFC\xCF\xFF\x8C\xFC\xD7 \xB7\xDF~{\xF3t\xBD~\x9C\xE4\xFE\xD3 \xAA;\xC7\xDD\xF3\xCC\xF7&gt;׽\xFE\x85\xBF\xF5\xD6[\xE3\x9B\xDF\xFCf\xE4~6\xCCh\xAEc\x9C\xEB}`\xD4\xF8\xBB\xBA\xC7Gmg)\xCF7\xB4\xF9\xFC\xE7?{\xEE\xB9g,[\xB6,^\xF9\xCAWƉ'\x9E\xBF\xF5[\xBF\xC7{l&lt;\xF7\xB9ύ׾\xF6\xB5\xB3\xF2\xFB\xDC\xE7&gt;O\xFA\xD3\xE3\xF4\xD3O\xA9\x9D\xBF\xFE뿎\xA7&gt;\xF5\xA9\xF1\x85/|a\xA4\xF9z\xA6\xD9\xC4{\xF1\xC5\xC7/\xFC\xC2/į\xFF\xFA\xAF/\xE8f\x8C\x9B\xA3q\x83\xB6\x9D\xDF\xFD\xEEwc\xBF\xFD\xF6\x8B\xDF\xFE\xED\xDF\xEE\xD9\xF4\\xC7
 \xD7s\xA5 8\xB1۫{|\xAEC\x9B\xCD&gt;=jl\xC3r&gt;j;s1\xDF$cf9\xA9\xDC\xFE\xC3?\xFCC\xEC\xB8\xE3\x8E\xF1\xFE\xCF\xFF\x99\xC9$\xB6y\x92\xA7\x93\x88g\x88^yx\xCF{\xDE\xAF{\xDD\xEB\xC6ifV\xF3\xDEq\xC7\xF1ַ\xBE5~\xE9\x97~)&gt;\xF4\xA1\xC5_\xFC\xC5_\xC4\xC1\./\xF4gĬ6lą'\xB9\xFF\xF4Ze\xAFw\xCE7\xDF\xFB\\xE7\xBA\xF2\xF9\xDF\xFC\xCD\xDF\xC4g\x9C\xE7\x9Dw^\xEC\xBE\xFB\xEE\xB1\xFF\xFE\xFB/\xD8w\x92\xB9\xDEFu\xEE\xDEW\xBA\xC7Gmg\xA9\xCF7\xB49ꨣ\xE2\xB8㎫\x9D&gt;\xF0\x81\xC4\xFF\xFD\xBF\xFF7&gt;\xF9\xC9OF\xEE\xDF\xF9\xCEwb\xD3M7\x9D\x95a2˗/\xB9\x8D\xDF\xF9\x9D߉m\xB6\xD9f\xE4\xF9{͘\x95\xEA\xB9\xE7\x9E;\xF5R\xF7\xF8\xD4 x2\x9Bx_\xFC\xE2\xC7o\xFE\xE6oN \x8A\xD951n\x8E\xC6]۰\xED|ы^+W\xAE\x8C-7ܰg\xD3s_ϕ.\xE0\xC4n\xAF\xEE\xF1\xB9m6\xFB\xF4\xA8\xB1-\xCB\xF9\xA8\xED\xCC\xC5|\x93\x8Cm\x98\xE5\xA4r{\xF4\xD1G\xC7\xF3\x9E\xF7\xBCsLb\x9B'\xF9w:\x89x\x86at~.\xF4\xCA\xC3\xFB\xDF\xFF\xFE\xF8\xA7\xFA\xA7a\xCDL\xE4\xF5+\xAF\xBC2\xF6\xDE{\xEFx\xEC\xB1\xC7\xE2\xDF\xF
 8F]|d\xF2\xF5\xAF=2\xB6Σ!\xB3]a\xE7v/\xA6\xB6&amp;\xB9\xFF\xF4ڮ^9\xEE\x9Co\xBE\xF7\xB9\xCEu/\xD4\xF3\xFB\xEE\xBB/~\xFF\xF7?\xFE\xDB\xFBo\xF1\xBE\xF7\xBD/\xFE\xE5_\xFE%\x8E?\xFE\xF8y-\xA7s\x9C\xEB}`\xD4-\xEB\xDEW\xBA\xC7Gmg\xA9\xCF7\xB4I\xA0\xAD\xB7޺vʣ \x9DC\xF9\x97\xD99\xA9~\xFE\xC8#\x8F&lt;aڠ        \xF9Ų\xBB\xEDI\xCE\xDF\xD9\xD6\xC3?o~\xF3\x9B\xE3[\xDF\xFAV=\xB9{\xBCs\xDEI=w\xFB:׻\xD1F\x8Deӹ\xECl\x9E\xB7Z\xADu\x9F\xCD6\xAC\xD3P\x9F\x91~ۙ\xB89l\xB0\xC1\xF1\xA4'\xF5\xDF]G\x8Do\xDC}\xB3O\xB8C'\xCF\xF5z\xBA\xBD\xBALJ8\xCBF\xF5\x9E\xC9jF\xCD\xF9L\xDA\xCEef\x93\x9Bqce]\xC3,\xFB\xE5v\x94\xB6;\x8D6\xDEx\xE3\xBD\x97 \xDB\xE6Aq\xCC\xC5\xFBȰx:\xB7y\xA6\xCF{}.t\xE7!\x8F\xC4\xE7/\xC2s=\xE4i?\xF9#`\xBE\xFF\xE5\xB3\x8C\xA3\xF2s\xF3O\xFF\xF4O\xE39\xCFyN3iV\x8F\xBD\xB6{\xA6-j\xAB{\xBF跎\xEE\xF9\x86\xFD\xAD\xF4kg\xD4\xE9\xDD9n\x96[\xA8}\xAEY\xFFB=\xFE\xFB\xBF\xFF{&lt;\xF4\xD0CS\x9F\xBD/{\xD9\xCB\xEA\xFDo\x9C\xEFk\xB3\x89\xBD\xD7&gt;4\xD7\xFB\xC0\xA8\xF1v\xEF+\
 xDD㣶\xB3\x94\xE7\xEB\xFF\x8Dn\x95?\xFC\xC3?\x8C\xED\xB7\xDF~j\xCE\xFB\xB7\x8B\xF8\xC3\xF5a\xFE\x97\xBF\xFC\xE5q\xC5WL\xBD\x96\xE7\xFF\xAF\xFF\xF5\xBF\xEA\xD7\xF3׸?\xFF\xF3?\x9Fz-\x9F\xE4x\xD2\xDEe\x97]\xE2\xF9\xCF~\xFC\xE4'?Y\xE7\xF5\xEE\x91\xFB\xEF\xBF?\xDE\xF5\xAEwէo\xBD\xF0\x85/\x8C\xFC\x85(\x87&lt;\xD5`\xA7\x9Dv\x8A\xBF\xFA\xAB\xBF\xAA\xC7\xF3\xD0a\x9E*\x{1B6DFD}\xAD\xFF\xD8\xC7&gt;\xFF\xFC\xCF\xFF\\xFFr\x{156DFC}%\xFE\xF7\xFF\xFE\xDF\xEB\x8Cgş\xE7f\xC5\xFF?\xFE\xC7\xFF\xA8\xB1\x9F|\xF2ɑ\xF1\xE7\x90GN~\xE37~\xA3^\xF7\xDF\xFE\xED\xDF\xC6n\xBB\xED{\xEC\xB1nj\xE3\xCD6o\xB9\xE5\x96\xFAW\x86W\xBC\xE2\x91\xDB\xF2\xEDo;'\xF7\xC5\xF6\xC5/~1\x9E\xF6\xB4\xA7\xC5\xEB_\xFF\xFA\xB8\xF3\xCE;\xE3S\x9F\xFAT=\xFE\xAAW\xBD*\xAE\xB9暺\xBD&lt;\xE3\xF1\xE3\xC1\xEC\xD9~\xFA\x9Dv\xDAi\xB5K\xBE\xD9t\x83r4(\xAEa9\xE9\G\xF3&lt;\xF3{\xD2I'ş\xFCɟԹ\xBB\xE4\x92K\x9A\x97\xFA&gt;\x8A\xAF߾\xF9\xE5/9v\xD8a\x87\xC8_\xB7\xA3&lt;\xB2\x97G\xE5\xFE\xF5_\xFF\xB5^\xD78\xF
 9鷞\xEE\xA0\xF3b\xFE&quot;}衇N\xF5m\xC97\xFB\x97\xBE\xF4\xA5SG\xE7\xC6Yow\xFB\x83\xF21\x89\xFD$\xD7\xD7\xEFo0_\xB4\xFE5k\xD6D\xFE\xF2\xFF\xFF\xFD\xFF_\xFD\xE5)\xF7\xD94\x96\xF3~\xFD\xDA\xCB8:\x87~\xB9\xE5ozXl\x9D\xEB\xC9\xE7\xFD\xD6\xD5=_3&gt;Ȳ\x99\xA7y\xD4\xF6\xB0\xF7٦\x8D\xCB.\xBB\xAC\xDE\xE7\xF3=\xEE{\xDF\xFB^3y\x9D\xC7a\xDB&lt;(\x8E\x99\xBE\x8F\xF4\xCBq6,\x9Eu\x82\xAFF\xED\x83\xC3ޓ\xBA?'\xF2s\xA1s\xC8#\xF9ّ\xAF9\x8C\xB2-ڶζ\xBB\x9F\xE7\xFBP\xBE\xFF\xE5/ϛl\xB2I\xF7\xCB\xF5\x97\xC3O\xFA\xD3S\xD3m\xF7\xB08{mw\xBF\xB8g\xD2֠\xFDbj\xAA'\x83\xE6\xF4&gt;?hۇ\xE5\xBCs\xFD\xCD\xF3q\xF6\xB9a\xD9\xE6\xA0\xF8z\xD97q4\x8F\x83\x96\x9F\xCDgY\xAF\xF7\xD0\xFC\xBE\xB6jժ\xFA\x9B\xDF\xFD\xDD߭\xBF\xF34qt&gt;\x8Ai\xB6\x9F5\xFDL\xED\xFD\xF6\xD7Θ\xF3\xF9\xFA\xF0ܽMōW\xBF0 N=\xF5\xD4\xFC9\xBCU\xADꍮ\xF5w\xF7w\xADj\x87lU\xE7N-[&amp;kU_\xFC[UG\xA5zZ\xB5\xE3\xB6\xDE\xF0\x867L\xBD~\xC8!\x87\xB4.\xBA\xE8\xA2z\xBCz3\xADۻ\xF4\xD2K\xEB\xF1}\xF6٧\xB5\xEF\xBE\xF
 B\xB6\xAAC˭\xAA3z\xAB\xFABߪ\xFA\x99L-\xDB\xFDd\xE7\x9DwnU_\xDEZU!Q\xAFo\xD7]wm=\xEBY\xCFjU\xD5r=k\xC6Q\xFD*4\xB5ث_\xFD\xEA֑G95\x9E\xF3W\xA7\x93\xF5\xAFα\xAD\xB73g\xA8\xAA\xFF\xD6\xD0:\xEC\xB0\xC3\xEA\xF9o\xBE\xF9\xE6V\xF5kScu8\xB2Uu\xEAlUN\xAB\xEA3\xD5^\xF7\x93A\xF1V\xBF\xB6~\xF5W\xB5u\xF7\xDDw\xB7\xAA_\xBAZ\xD5\xB3V\xF5\x85\xACU\x9D\xEF[7SajU_\x90\xA7\x9A[Δ9\xA9&gt;\xA8\xA6\xE6\xAFN]jU\xE7-O\x8D\x9F}\xF6٭\xFF\xF7\xFF\xFE\xDF\xD4x\xE7\x93\xF4\xAB\xFA\x9CLMz\xE7;\xDFYǔ\x86\xE5hX\\xC3rҽ\x9D\xD5\xF3VU&lt;ֱ\xA4Ku\xFEz\xAB*\xA4\xA6b\xEB~2(\xBEa\xFBf\xEEk\xD5/\x99SM\xA6\xC31\xC7S\x8F\xCB\xCF\xD4BՓa\xEB\xE9\x9C7\x9F\xA7Yu\xF7\xD4\xE4\W\xF373l\xBD\xDD^\xDD\xE3\xC3\xF21\x9B\xFD$\xB4O\xE7\xEB\x83֟\xEF\xD5i\x94\xAD\xAA_O\xEB\xCC3Ϭ\xF7\x{1AEEEAA}5(\xE7\x83&lt;\xFA\xB5\x97q4à܌\xF27=(\xB6f\xCD\xE3\xA0u5\xF3t&gt;\xB3\xEC\xCC\x{DC36}\xBD\xCFV}\xF8ZՏ)\xF5\xAA?\xF1\x89O\xB4\xFE\xFE\xEF\xFF\xBE3\x8C'&lt;\xB4̓\xE2\x98\xE9\xFBȠgp\x83\xE2yB\xF0ՄA\xFB
 `\xCE?\xEC=\xA9\xFBs\xA23U\xA7\xDCV\xF5\xA3Vk\xBB\x{DDAB}W=l\xB6mu#}\xFE\xFB\xB3?\xFB\xB3\xFA\xF3rX\xBE\x9A\xC5m\xF7\xB08\xB3\x8D\xCE\xED\xF7\xB8m-\xDA/\x9A\xD8\xF3q\xD0|\x83\xDE\xE7s\xD9A۞\xAF\xCByg\x8Es\xFEq\xF6\xB9Q&lt;\x86\xC5\xD7i\x9F\xEB\xEF\x86-?\xD3ϲ~\xEF\xA1U\xE0Vu\xE4m\x9D0\xBA\x8D\x86\xC54\xDBϚn\x93A\xFB\xC0\xA0\xFDu\x9D\x8Dx|$c/\xF53\xB8\xD7\xF6\x946m\xAC# y\xE8+3\xE5\xA1\xFC\xFC\xD79\xE4k\xD9\xAE*$\xEA\xC9yx\xBA9*\x91WO\xC8_\xDC\xF2&lt;\xB9\xF2W\xFE\xEAp\x9D\xBE\xD5\xFC\xF8\xE5_\xFE\xE5\xA8&gt;\x8C㠃\x9A\xFAU\xB8^\xA0\xC7yH\xFA\xF0\xC3\xAF\xE7\xCDsa\xAF\xBB\xEE\xBA\xFA\xDC؜5O-\xEB&lt;D\xB8\xD9f\x9B\xAD3\x9E\xF3t\xBE\xDE9~\xCE9\xE7\xC4\P\xE5\xC8\xE9\xB9]\xF9\xCBS\xFE\xBAP\xFD\x91\xD6G\\xF2\xA8G\x9E\x8F\x9B1\xE7/\xE5\xD99\xFF\xC7?\xFEq\xCE\xDEw\xE8ov\xF2\xAFv\x9A\xFA\x94\xB0\\xF73\x9E\xF1\x8C\xB8\xED\xB6\xDB\xE2\xFC\xF3\xCFB[\xC3b\xCB\xB2\x93\xE2׾\xF6\xB5\xFA\x88R\x8Eg'\xC5&lt;o\xB3\xFA\xC3\xCC\xD1ڨ*\xC6\xEA\xE7\xDD\xFF\xE5Q\x93\xF
 C5\xF4+_\xF9J\xFDR^p ck\x86~9%\xAEQrҬ'\x8Fe \xBF\xF2+\xBFRO\xCAS^\xF3\x9A\xD74/\xF7}\xECߠ}3ˣ]y5\x9B\xECd\x98C\x9Ec\xDD\x8D\x93\x9Fa\xEB\xA9\xEF\xF8\xAF*\xF0\xEA_ʛ\xA3}\xB9\xDFU\xC5h=\xC78\xEB\xEDh\xB2~:J&gt;f\xB3\x9F4\xEB\xEB\xB7O[\xFFK^\xF2\x92\xFA\xA8a^ܢ*\xB8\xEA\x{1C2F22}Р\x9C\xF2\xE8\xD5^\xF7\xA91\x83r\x93\xC1\xF47=\xEE\xFE8h]\x8D]\xF7c?\xCB\xEE\xF9\xB5=\xCA\xFBl\xB6\x97\xEF\xBD\xF9\xFE\x9C\xEB\xEC7 \xDB\xE6Aq\xCC\xF4}dP\x8E\x87\xC5ӽ\xC3\xF6\xC1\x9C\x94\xF7\xA4\xEEωf=y\xD4.?\x9A\xF7\xC7a\xFBРmk\xDA\xEC\xF7\xD8\\xF1\xB1*v\xFA\xCD25}\xD8v\x8B\xB3i\xA8\xD9\xEEAq\x8F\xDBְ\xFD\xA2Y\xF7\xB0\xF9\xFA\xBD\xCF\xDB\xF6l\x94\x9C7q\x8C\xBB\xCF-\xF3%\xBE\wc\xDF\xC4\xD1&lt;\x8E\xB2\xFCL?\xCBFym\xE2\xE8|%\xA6I|\xD6t\x9B\xF4\xDB\x{DBDD}q7\xCFK\xFF n\xB6\xA3\xD4DZ
-\x90&lt;\x95'O\x9Fʎ@\xF9\xC8G\xEA\xABq4\x9E;HUק\xFE\xE4iXyń{~9\xBFL\xE7\xE9&lt;\x9D;Q\x9E\x82\x91\x82\xCD\xD0\xF9Zv2\xCF\xC3z\x83\x86\xAD\xB6\xDAj\xEA\xE5\xFC\xE3\xC9a\x9CK&quot;v\xAE/\x97m\xC6\xF3T\x90\xFCp\xC9\xD8f\xA8\x8E\x80\xD4O\xB3\x88\xCA!\xE7m\xE6\xCF\xF1-\xB7ܲ\xEF)M\xF9z\xFD\xE2͢&amp;\xB2\xB0\xCBy\xEAZv,\xCC&quot;\xAD{%\xB6\xEA\x97\xFB\xBA\x80i\xFA\xB8\xE4ipy\xFA@\x9E.\x91\xA7]\xE5\xA1\xCB\xCD7߼\xBB\xE9z&lt;?ಈ\xCC\xC2.\xB9V\xBF&lt;ē\x9F\xFC\xE4\xA9y;\xB7\xB93G\xA3\xC45\xD5\xC8OV\xAF^]Am\xFA\xE5&quot;[l\xB1\xC5:潚\xE9_N\xEF\xB7of;Y4\xA7\xF7g&gt;\xF3\x99\xBA\xD9,\xE0\xAA_\xBE\xEA\xE7\xE3\xE4g\xD8z\xEA;\xFEK\xE7g&gt;\xF3\x99\x91W\xC9!\x8B\xDC\xFCB\x9E\xC38\xEB\xAD\xE8\xF8o\x94|\xCCf?iV\xD5o\x9Fe\xFD\xF9E \xFFΚaX·yt\xB7״\xDB&lt;\xCBM\xBE\x9E\xFF\x9A\xA1\xF3ozXl\xCD2\xCD\xE3\xB0u5\xF3u&gt;\xF6\xB3\xEC\x9C'\x9Fj{\x94\xF7\xD9,\xF2\xB2\xCF@S\xDCw\xB7ߌ\xDB\xE6Aq\xCC\xF4}dP\x8E\x87\xC5\xD3\xC4\xDD&lt;\x8E\xB26\xF3z\xEC\xDC'\xBA\xE7\xCB\
 xD7:_\xEF\xEF܇m[w\xBB\xDD\xE3\xBBV\xEF\xC394\x85H=\xD2\xE7\xBFQ\xB6{P\x9CM\xB3\xCDv-\x8B{\x9C\xB6\x86\xEDͺ\x87\xCD\xD7Ė\xF3/\xB6ϡA\xA3\xE4&amp;\xB7\xA9s\xFBr\xBCFY~6\x9Fe\xC3\xDEC\x9B8:G\x89i\x9F5\xDD&amp;\x9D\xE3\x9D\xFB\xC0\xB0\xFD\xB53\xF6|^\xFAgp\xF7\xF6\x946\xBE\xC1l\xCEs`;\x87\xEC \x97\xBF\xE2V\xA7h\xD5W\xCAʝ3\x87&lt;'\xAF\xB3?H\xE72\x93x\x9EG!\xF2\xCD&gt;\xFF\xCDv\xC8s&gt;\xF6\xB3\x9F\xD5P~\xE9\xCD!\xE9\xCAN\xD0\xDD\xE7\xCFt]\x9D\xF1溲\xED&lt;R1l%\xB6,f\xF2ׁ\xCF~\xF6\xB3\xF5\xC5\xF22\xBEy!\xFB\xC2\xDCu\xD7]C/\x99\xE7E\xE6\xE5:\xF3\x8Fy^h~\xCAS\x9E20\xB4Q\xE2\xD8@׋k׮\xADs\xD05\xB9\xEFs\xF7|\xBD\xC6\xFB\xED\x9Bͼy\x94+\xAF\xF2\x91}N\xF2&lt;\xEB,s'?9\xFF\xB0\xF5\xE4&lt;͐\xC5\xDD\xDB\xDF\xFE\xF6\xC8\xF3\s\xDDy\xFE~St\x8D\xBBަ\xCD|%\xB3\xDDO:ח\xCF;\xF7\xE9\xFC\xA24\xEE\xDFа\x9C\xCFƣ\x89u\x9C\xDC4\xCB\xE4\xE3\xB0\xD8:\xE7m\x9E\xCFt]\xB9|\xA7e\xD3^\xE7c\xBF\xB6Gy\x9F\xCD\xFE_\xF9\xE3\xD0\xFF\xEF\xFF=\xB2[\xBFa\x94m\xEEG\xB69\x93\xF7
 \x91A9%\x9E\xCEm\xE5o\xA0s\xFE\xB9~&gt;hۆ\xAD{\xAF\xBD\xF6\xAAg\xF9\xE18l֑\xFE\xF6\x876\xD21\xC3l\xE2\xEEhf\xEA\xE9\xA8\xFBŨ\xF3M5\=\x99t\xCE\xC7\xDD\xE7:c\xE9\xF5|\xB6\xF1\x8D\xBA\xFC\xA4&gt;\xCBzmC\xF7\xB4Qb\x9A\xF4gMw \x9D\xE3\xE3\xEE\xAF\xEB\xD3gp\xA7C)\xCF\xC7:ҽQy\x94 \xBFl\xE4/\xC7\xF9昝\x86\xB3sy\xE7у\&amp;?P\xF3\xE8ĵ\xD7^;\xD5D\xBAn\x8E(LM\x9Cᓛn\xBA\xA9&gt;\xDA\xF2\x82\xBC`\xAA\x85\xFC\xA5\xD0\xD0YA\xE7|\xCDxv(ϫ\x8E4\xA7\xE3\xE4ky\x9E&lt;\x85)O\x99\xC4\xD0\xEF\x8A+\xEA#\x9D\x9D\xC2\xD3&amp;\xF1\xEBF\x8D-/ݛ\xF7I\xC9K&amp;\xE7=[\xF2\xE8?\xFE\xE3?֧eG\xF7~Cuk\xBD\xAD\xFD\xE8G#\xADf\xA7\xE8,\\x86-\xA3\xC65,'\xCDz\xB2\xCA\xD3Ъ~ͤY=\xDA7\x9B\x86\xF3\xA8^\xD5'~\xEF\xF7~\xAF\xEE\xC4\xDFL'?\xA3\xAC\xA7i\xB7y\xCC\xFC\xE4)\xF4GT_\xA0\x99&gt;\xCEz\x9Be\x9A\xC7Q\xF31\xD3\xFD\xA4YO\xE7c\xE7&gt;=\xEA\xFA;\x97\x96\xF3\xD9x\xE4zf\x92\x9B&amp;\xBEa\xB15\xF35\x8F\xB3YW\xB6\xD1iٴ\xD9&lt;j{\x94\xF7\xD9\xFC\x91&amp;\xEF\xB9T\xF5'\x88\xB3\xCE:\x
 ABi\xF6        \x8FöyP3}\x94\xE3a\xF1to\xC0\xA8\xFB\xE0\xB0\xF7\xA4\xE6s\xA1\xBB\xFDq\xC7m۰\xB6\xF2\xD4\xE4\xFCe\xBB\xEA\xBBW\xBFW\xF4\x9A\xBF9\xC5v\xD4\xED\xEE\xD5F\xE7\xB4f\xBBgw\xD3^\xD3֨\xFBŨ\xF35\xED7\x8F\xA3n\xFB\xB0\x9C7퍻\xCF5\xCB\xF5{5\xBEƫ\xBB\x9DQ\x97\x9F\xC4gY\xF7\xBA\xFB\x8D\x8F\xD3l?k\xFA\x99t\xC75\x93\xFDu}\xF9 \xEE\xB6(a|\xA4$o\x80\x94C^\x8E\xADs\xA8:&quot;\xD6W(\xCAKf\x8F\xFC\xC3\xCE\xA6\xFC\x9F\xBF\xB2\xE5\x97\xEA\xFC2\x9D\xF7\xC9_\x95\xF3\x8BpΗ\xFF\xF2
-Zy\xFAIYE\xE7\xBFf\xC8_\x82\x9B\xABN5Ӻs͐\xE7&gt;\xE7-\xA1\x9A\xFE'y\xC4&quot;o \x93\xF1\xE6\x87y&gt;y\x8Ey3\xE4\xAF\xCC\xF9\xEBF\xB9m\x9D\xE3y$&quot;\xFB\xA1\xE4iP͐W \xC9?\xB4\xAA\x83g=)\xDB\xED|\xCB\xD8;\xE3i\x96\xEB|\xEC|\xBD3\xDE7\xBE\xF1\x8D\xF5\xA2&lt;%-c\xC9b'\xAF/ߜÞ\xEB\xAA:\xE5\xD5Me\xBF\x84a\xB1\xE5\x8Cُ \xFB\xE8du\x9F\xA7vd\x95&lt;\x8A\x91\xFDK\xFD!\xA7Q^)$\x87\xAA\xE3~}\x93\xC9\xE6(Р\x8Dװ\x9Ctng\x9E\xE6\x97G\x85\xF2\\xF5fȻ\xA0\xE7\xAF\x9D\x8E\xCDk\xF98(\xBEA\xFBfsw\xEEy\xFAY\xEE7\xCD)w\xD9\xEE\xB0\xFC\xE4&lt;\xCD0\xCAz\x9Ay\x9B\xC7&lt;\xDD \xAF\xAA\x96\xA7a\xE5\xE1\xE0f\xB6\xDEN\xAF\\xA6s|\x94|\xE423\xDDOr\xD9:sѹO\x8F\xB2\xFE\xFC\xC2\xD4\xF97&gt;,\xE7\xC3&lt;\xBA\xDBkG8\xFD\xFF\xB0ܤ_\xBF\xBF\xE9a\xB1M\xAF\xA5\xFDlغ\xBA\xE7\xCF\xF1~\x96\xF9Zgn\xB5=\xEC}6\x8Dr\xCF\xD3a\xDF\xFD\xEEw\xC7        '\x9Cз\xAFݰmG\xFE\x9D\xCE\xE4}dP\x8E\x87œN\x9D\xC3(\xFB\xE0\xB0\xF7\xA4\xCEυ|o\xEE\xCCC\xAE+\xDFsrn\xDEC\xEDC\x83\xB6-\xDB\xCA\xCFҼ\xCFV\xF3\xB
 9\x94Ӛ!\x8F`\xE7)\xA4\xF99\x90\xBFn7\xA767\xAFg\xB2?\xF8\x83?\xA8$e\xBBřmvnwM\xCF#k\x83&gt;\x9F\xFA\xFD\xDDt\xB7\x95\xFD4\xFB\xEDͶ\xE4cɟC\x83lG\xC9M\xA7}󽫱e\xF9\x9Cw\xA6\x9Fe\xBD\xDEC\xF3G\xB9\xCCo\xEE\xEB\xCD\xD0\xF9w0jL\xB3\xF9\xAC\xE96\xF4Y?\xEC\xEF\xACن\xCEǒ?\x83;\xB7\xA3\xC8\xE7՛\xE7\xC0\xA1\xFA%\xBD\xBE\xE2S\xB5q\xAD\xEA\xF2\xB8\xAD7\xBD\xE9M\xF5\xBF\xBC:D^\xAD\xA9\xFAb۪v\xDCVuzR}U\x9B\xEA k}ե\xBC\xDAR\xD5\xF9\xBB\x9E7\xAF\x98R\xFD_ϟ\xEDT\xBFԵ\xAAS\xB5\xEA\xF5\xE6Up\xF2* \xD5a\xE6VuD\xA4U\x9D\xF6Ӫ\x8E4\xB4\xAA/\xA0\xF5U\xAEz\xF7\xDE\xF7\xBE\xB7U}x\xB4\xAA\xCE\xE7\xAD~\xF0\x83\xADw\xBC\xE3\xF5U\xA4\x9Ay\xAB\xFE\xAD\xEA\xB0_}e\xACꍹ\xBEZI\xF5+\xD2\xD4\xBA\xAA_\x9B[\xD5\xF1\xFAjQ՛k\xAB{&lt;c\xC8x\xF2\xEA#\xD59ӭ\xEA b\xAB\xFA\xC0\xAD\x9B\xAF
-\xABV\xF5Q_\x95\xA9:߰Uu\xDAn=\xFB\xD9\xCFnU_\xF8[\xD5\xE5\x9B\xD6you\xD9\xDBz\xF9\x8C)M\xD3*\x87\xEA\xCBp\xAB\xEA\x9BP_%\xAFD\x96\x8E\x83b\xEB\iu\x89\xE2VuY٩I\xFC\xC7\xBC\xCE\xF8\xD4 O\xAA\xD3\xE4ZUg\xDCVujE\xEBK_\xFAR\xAB:\xA2U_\x91d\x94-\x8BkPNzmgu
-Y\xAB\xFA\xB5\xB6\xDE\xAA/V\xAD\xEA\xCBy\xAB\xFA\xE2\xD4\xCA\xE9\xDDð\xF8\x86\xED\x9BM{c\xEEO\xDDC\xBF\xFCt\xCF7\xEAz\xBA\x97\xCB}\xAA\xFAժ{r\xAB\xDFz\xBB\xBD\xF2oi&gt;\xF7\x93 t\xD8&gt;=h\xC8V\xFD\x90ZUAܪ\xBE\x90Lm\xF7\xB0\x9C\xF7\xF3\xE8\xD7\xDET\xC3ՓA\xB9ɫ\xEF-\xFB\x9Bۨ\xEBʿ\xE1\xEEa\x90ew\xAE\xAB/%3z\x9F\xCD\xF7\xF1|oο\xEF /\xBC\xB0U\xFD(S\xBF?g&gt;\xFE\xF1\x8Fw\x87T\x8F\xDA\xE6A\x9E\xF9&gt;&gt;\xD3\xF7\x91~9΀\xC5\xD3k\xED\x839\xFF\xA0\xF7\xA4|\xBD\xF3s\xE1\xAB_\xFD\xEA:c\xF97W]\x82\xB7~o\xAE\x8E\xD7Wp\xB6-ڶꇻ\xFA3iЕ\xAE\xF2Jq\xAFx\xC5+\xEAϵ\xBC\xDAQ\xBE\xC7\xE7\x95\xCD\xFE\xE7\xFF\xFC\x9F\xAD\xEAǾ \xB9m\xF7(\x9F_\x9D۝\x9F\x8F\xFD\xE2\xB7\xAD\x9C\xBF\xD7~\xD1\xC4\xDD&lt;\x96\xFA94\x8AǠ\xDC\xE4\xF6w\xDB7&amp;\xCD\xE3\xB0\xE5\x9B\xF9\xC6\xFD,\xEB\xF5Zu\xC2oU\xA7l\xD6\xFBx\xEEk\xF9\x9E\xD1\xFD~4\xD7\xDFIr{:M\xAA\xD3F\x87~_췿66\xBD3w\xA5}\xF7ڎҦ-ˀ'Y9\xE5/Bٙ)\x87\xFCŦ\xF3t\xAC\U\xFEŸW\x8B\x98Đ\x87j\xB3z\xCD_˻\x87\xAC\xD2\xF3WŌ\x
 A5;\x8E\x9C7\xA5\xCBe\x9B\xA1{&lt;c\xCD\xFBB\xE4\xAFO՛f3۬\x87\xC5[]\x82\xB8&gt;]\xAD\xD7\xF6t\xAEx\x94ت7\x86u\xAET\xD6=\xDE\xD9^\xF3&lt;\xE9\xC8\xED\xCDS\x822o\xFD:\xAB7\xF3w?\x8BkXN\xBA\xDB\xCB\xFC\xE5\xAF@\x99\xA7&lt;\x9A\xD6\xEB\xF8\xDD\xCB \xB4o6\xCB\xF5s\xCA\xD8G\xCD\xCF(\xEBi֗\x8Fy\xF4#;\x9A\xE6Q\xA7\xEEa\x9C\xF5v/;,9\xF7\xF6v\x8Fw\xB7\xD9=&gt;h\x9Fe\xFD\xDD\xED-\xCB\xF9l&lt;r]\xE3\xE6\xA63\xBEa\xB1u\xCE;\x93u-\xB2\xA7\xEDt\x9F\xD4\xFB\xEC\xB0m\xEE\xE59\xDB\xF7\x91A9O\xB7Ӱ}0וm\x8E\xFA9\xD1\xDD\xFE\xB8ヶ-O;\xED\xBC0C\xBF\xB6\xF3\xBD0\x8F@\xE5\xE7D)\xEF\xF5\xBE8l\xBB\xFB\xB5\xDDL\xEF\xFE&lt;w\xB3L\xBFǦ\xADQ\xF7\x8BQ\xE7뷾a\xDB&gt;,\xE7\xDD펻\xCFu/\xDF=&gt;,\xBEƫ{\xB9f|\xD8\xF2\xCD|\xFD\xDE\xCBg\x93˦\xED\xEE\xC7Qbꎧ{\xBC\xBB\xCD\xCE\xF1a&amp;\x9D\xF3\xE6\xF3q\xB7\xB1\xE4\xCF\xE0\xEEm/i|\xE2HI/V )\x90\xA7R\xE4\xA9ry\xD88/8\xE8\x{13814C}Ӻ         @\x80\xC0\xFA&amp;\xE03xa3:R\x90\x85-\xD1\xDA        \xAC\xD5)uu\xFF\x9C&lt;\xBA\x96\xF7[Q|\xAC9\xB6E
  \xB08|/|^\x9Ex\xEE\xD2\xC2\xC7$\xEB\xBD@v&lt;Ϣ㵯}m}\xD9\xE3\xF5~\x83m X$&gt;\x83&gt;N\xC1Z\xF8\x88\x80 @\x80\xC0\x92p
-֒I\xB5-%@\x80 \xB0\xF0# \xF7\xDE{o}\xC3\xC1\xB9 7\xAF4\x91\xF7z0 @\x80 \xB0\xFE
- -@\xAA{BDuO\x8D\xFA\xCE\xDAsŐw\xDFo\xBF\xFD\xE2\xB7\xFB\xB7\xE7j\xDA%@\x80 @` -@\xF2\xA8\xDBl\xB3͜\x86\xFA\xA2\xBD(V\xAE\\xB9\xCE=C\xE6t\x85'@\x80 @`A\x86 Uޔn\xAE.\x9A7\xCA!o\xAA\x947\xC13 @\x80 \xB0\xFE
-\x8C|\xDE\xFB\xEF\xBF?\xDE\xF5\xAEw\xC5駟;\xEF\xBCs|\xE63\x9F\x89=\xF7ܳ\x96\xC9&gt;&quot;\xEF~\xF7\xBB뛪]{\x{DD71}\xCB.\xBBć?\xFC\xE1\xFA\xEE\xB2k֬\x89&lt;\x8D+\xEF\xF0\x9Aw\x9B\xFD\xD8\xC7&gt;g\x9F}v&lt;\xFF\xF9ϯ\xDB\xDBa\x87⦛n\x8A\xFC\xE0\xEB\xDC\xD1\xF5\x96[n\xA9۸\xF4\xD2K#\xDB?\xE5\x94S\xE2%/yI\xF4k\xEF\x80X\xB3d\xCB @\x80\xAC'#r\xF8\xECg?\xAFx\xC5+\xE2\x8C3Έ\xDBo\xBF=;\xEC\xB0x\xE4\x91Gj\x86C=4^\xFC\xE2\xC7G&gt;򑺯\xC8\xC5_GuT\xFD\xDAC=TOˢc\x8F=\xF6\x887\xBC\xE1-\xF5)]\xF9z\xB6\xF7\x9E\xF7\xBC'\xF2\x860\xD7]w\xDD\xD4Q\x96\xEC\x90\xFEַ\xBE5\xDE\xF7\xBE\xF7Ź\xE7\x9Ey\x8A֯\xFDگŝw\xDE\xFD\xDA[O\xF2a3 @\x80\xAC\xD7#9\xEE\xB8\xE3\xE2\xF0\xC3\xAF1&gt;\xF4\xA1E\xDE\xC4\xE5\xDF\xF8F=~\xC1L=\xCFӵ\x8E?\xFE\xF8x\xDB\xDB\xDE]tQ\xBC\xF4\xA5/\xAD \x8F]wݵ.&gt;\xB2\xF9\xF6\xB7\xBF_\xF9\xCAW\xEA\xA3(\xD9@\x9Ez\xF5\x9A׼&amp;n\xB8ᆺ\xBD\xCF\xFE\xF3\xD1j\xB5\xE2[\xDF\xFAV=\xFE\x8Cg&lt;#n\xBB\xED\xB68\xFF\xFC\xF3\xEBB$ \x9
 9\xCE\xF6\xEA\x99\xFCG\x80 @\x80\xC0\xA2\xF9\xC8V[m5\xB51y*TW_}u|\xE7;ߩO\xAF\xCA£\x9Aӡ.\xBB\xEC\xB2zR\x9Ez\x95\xA7`5\xC3\xEAի\xEB\xA2d뭷n&amp;\xC5[l1u$ \x97\xBC\xF2\xD6FmT\xFF{\xF9\xCB__\xFF\xFA\xD7\xE3\x85/|a\xCF\xF6\xA6\xF1\x84 @\x80\x81E-0\xF2\x90έX\xBE|yl\xB9\xE5\x96\xF5\xBF\x9F\xFE\xF4\xA7\xF1\xB3\x9F\xFD\xACED{\xEF\xBDwݩ\xFC\xBE\xFB\xEE\xEB\l\xEA\xF9ڵk\xEBe\xA6&amp;&lt;\xFE\xA4\xE9\xE8\x9E\xEDe\xA7\xF4\x83&gt;\xB8{\xE3 @\x80,0\xF2\x90\xCEm\xCCN\xE3\xF7\xDCsO\xBC\xE0/\xA8\x8Fdd\x9F\x8D\xBC\x97G3\xDCz\xEB\xADu\xFF\x90\xA6\x93z3\xBDy\xDCq\xC7\xEBS\xAA\xAE\xBA\xEA\xAAf\xD2:\x8F+V\xAC\xA8\x8Fx&lt;\xF8\xE0\x83S\xD3\xF3\x94\xAC&lt;rb @\x80 @\xA0\\x81\x91 \x90,2\x9A\xE1\x9B\xDF\xFCf\xBC\xEEu\xAF\x8B}\xF7\xDD7\x8E&lt;\xF2\xC8\xFA\xAAXy\x8AT3\r\xC9%uar\xC8!\x87ԓ\xB2\xB3\xFA&lt;мG}t}\x84\xE3\x9F\xF8\xC4Դ\xBC z\xF9\xC8\xF5\xBC\xF1\x8Do\x8C\xBC
-Vރ\xE4\x8E;\xEE\x88,h\xDE\xFF\xFE\xF7\xC7\xEE\xBB\xEF޳\xBD\x9C\xF8\xF3\x9F\xFF&lt;&gt;\xF0\x81D]1 @\x80 \xB08\x9E\xBC\xAA\x86\x85v\xF7\xDDwח\xDF\xCD\xC7\xECp\x9EG.\xFE\xEA\xAF\xFE\xAA\xBE\xECn\xF6\xD38蠃\xE2\x83\xFC`]d\xDCu\xD7]\x91W\xCC:\xED\xB4\xD3b\xFB\x{DDCF}\xCF}\xEEs\xF17\xF37u\xF3g&gt;\xF3\x99\xF1\xBC\xE7=/\xB6\xDDv\xDBx\xF6\xB3\x9F]yY\xDF\xEC\\x9E\xF7\xC9+\m\xB6\xD9f\xF1\xCAW\xBE2\x9E\xFE\xF4\xA7\xD7W\xD5\xCAv?\xF5\xA9Oʼn'\x9Eٷ\xA4W{\xF6G9\xE2\x88#\xEA\xA2( # @\x80\x8BO`YujSk԰n\xBE\xF9\xE6\xD8n\xBB\xED\xEA\xA3\xDD\xCBd3\xD7\sM}E\xAB\xDDvۭ\xFB\xE5\x9E\xE3y\xB4#\x8Fpd\x9By\xBA\xD5&amp;\x9Bl\xB2\xCE|Y\x90\xDCx㍑}N\xB2OȰ!\xAF\x94\xD5\xD9\xD9}\xD8\xFC^'@\x80 @`~\xC6*@\xE674k#@\x80 @`}\xB9\xC8\xFA\xB6ᶇ @\x80\x81\xF9P\x80̿\xB95 @\x80X\xB2
-\x90%\x9BzN\x80 @`\xFE \xF3on\x8D @\x80\x96\xAC\x80dɦކ @\x80\x98\xC8\xFC\x9B[# @\x80\x81%+\xA0Y\xB2\xA9\xB7\xE1 @\x80\xE6_@2\xFF\xE6\xD6H\x80 @`\xC9
-(@\x96l\xEAm8 @\x80\x81\xF9P\x80̿\xB95 @\x80X\xB2
-\x90%\x9BzN\x80 @`\xFE \xF3on\x8D @\x80\x96\xAC\x80dɦކ @\x80\x98\xC8\xFC\x9B[# @\x80\x81%+\xA0Y\xB2\xA9\xB7\xE1 @\x80\xE6_@2\xFF\xE6\xD6H\x80 @`\xC9
-l\xD0o˗-[\xD6\xEF\xA5h\xB5Z=_뷌\xF9\xDB\\x93\xF2\xC9\xD6\xFA\x99\xF6L\x8C\x89 @\x80\x89\x80# \x8B$\xC2 @\x80 \xB0\x86 y\xB0\xA3\xFB_Dy\xE2\xBF\xEE\xF9\x9A\xF1^\xF3\xE6\xB4\xE6\xF5\xEEG\xF3\xB7m\xBB]\xBE\xF0\x85\xA5\xB0K\xDAF @\x80\x81\xF5Y`h\xB2&gt;o|I\xDBv\xE6\x99%E+V @\x80\xBD\xFA\xF6\xE9\x9E\xFD\xBC\xF3VwO2&gt;\xAF+\xE7umVF\x80 @`.\x99 Um @\x80 \xD0S\xA0\xEF\x90\xE9\xAB,\xF5\xBFV\xCFM\x9CS\x81\xE9\xBC\xCC\xE9j4N\x80 @`N\x99V\x8D @\x80 \xD0K@\xD2K\xC54 @\x80\xE6D@2'\xAC%@\x80 @\xA0\x97\x80\xA4\x97\x8Ai @\x80̉\x80dNX5J\x80 @\x80@/\x81\xBEW\xC1Z\xB6\xAC}\xF5\xAB\xBC\xF7(\xC3ʕ\xAFXg\xB6իϫǛ\xE9\xC6\xD7\xF5h\xB0\x97f|\xD8\xE3t^FL̰\xBDN\x80 @`\x99Gl\xAB&quot;@\x80 \xB0\xD4\x96U\xF7\x95\xE8\xF9S\xFA\xF4/\xEDm\xA2awBo\x8Et\xAC\x8A\xF7-uӑ\xB6U\xBC\xB7\x9Eo\xD4# \xB7ݶ\xB2\x9E\xFF\xC8#\xDB\xCD\xF7I[\xFBE\xFF @\x80X\xA4}O\xC17\xDE\xE6\x8B\xF4
 \xEA\x95\xE3.\xB94\xE7o\xBC\x96\xE6\xD6\xDBj @\x80\x81\xA5*0\xB1\xA4pժ\xEE)\x85\x8E\xAF\x9D솬\xFA\xE4d\xDB+TU\xD8 @\x80KT`b}@\xF2\xAC\xE64\xAC%j9\xD6f\xF3\x8B\xCB\xCC @\x80\xEB\x89@\xDF# \xD3} \xDAW\xC3ZO\xB6\xB7\xF8͘\xCEK\xF1\x9Bb @\x80\x96\xA0@\xDFd\\x8B\xA6O\xC3D\xFB\x80\}u\xC4e\x97EuԸ\xE1\xAC;\xFFy\xD5%p&lt;0\xE2\xC9O^w\xFA\x8E5^ \x82U @\x80\x98w\x81\x89\x9D\x825\xB3‹/\x8Ex\xEC\xB1q\x960/ @\x80s 0\xB1# M\xFF\x8FU\xB1z\xFC0\xEF\xBD7⬳&quot;\xBD\xECAE\xEC\xBDw\xFB\xF9D|\xFA\xD3\xB7\xDD\xB1\xED\xB6G\xB1\xD9fk\xD6D\tQģ\x8FF\xEC\xB8cġ\x87Fl\xBAi\xC45\xD7D\xDCxcD\xB6\xF9\xE0\x83w\xDF\x91m\x9CvZ\xC41\xC7D&lt;\xEDi\xE3\xC77K4^\x8E\x84\xCC\xAE&amp;         @\x80\xAD\xC0\xE28r\xF9\xE5O}j\xC4\xC9'G\xBC\xF9\xCD\x97^:-v\xD3M\x87\xF1\xCEwFl\xBEy\xC4WD\xAC]q\xFE\xF9\xC7\xD7^f\xCB-#\xCE9\xA7\xBD\xCC\xC3G\xE4\x8F\x9Dv\x8A8\xFC\xF0\x88Nh&amp;o\xFB\xA2)&gt;\xA67\xCE3 @\x80KK`bG@\x9A_\xF2W\xAF\x
 9C\xE0\xF2\xE5^\xD8^pŊ\x88c\x8F\x9Dn$_\xCB#9\xEC\xBCs\xC4\xFD\xF7G\uU\xC4~\xFBEd\xE1\x91C\xF6\xEF\xF8\xF8\xC7\xDB\xCF\xF3\xFF\x{DDCF}\xD8\xFF\xE9\xF1E\xF8\xAC\xF1Z\x84\xA1        \x89 @\x80\xC0\x9C        \xF4=\x92wBo\xEE\x86&gt;gko\xCE\xC2⤓&quot;v\xD9%\xE2\xCA+#N9\xA5}\xFAT\xBE\xBEAW\x8D\x947n\xCFӮ:;\x94\xE7\xF3\x9C\xD6 [m\xD5&lt;[\xEF\xE75/띞-&quot;@\x80Xh\x81\xBEȸ\x81\xCD\xEA\xBE\\x91W\xBC\xDAg\x9F\x88#\x8Ehw\xDE\xD9?\x84]w\x8D\xF8\xE1#\xF2t\xAB\xBE\xFF\xFD\x88\x9C\xD6 O\xEAڬ\xAA\x98\x8A,\\xD10+\xAFE\xB4B!@\x80 0\x8E@\xD7\xE1\x85q\x9D\xE0\xBC{\xEEq\xC6\xEDK\xEE&gt;\xF4P\xBB\xFFF\x9EFu\xCF=\xBDW\xB2\xFB\xEE7\xDC\xD0\xEEX\x9Eҳ\xB8\xC8¥ߐGVN=5\xE2Mo\x8A\xD8n\xBB~s\x99N\x80 @\x80\xC0 L\xACi\xFA4̨Hv@\xCFS\xB0\xEE\xBB/b\xC3-#6޸\xBD\xD9Yh\xE4\xBFfx\xD9˚g\x91W\xCBʣ \x9Bl2==\x8B\x99\xFC\xD79䕳\xD9\xD0x-\xB2\xB0\x84C\x80 @`N&amp;V\x80\xCC:\xCA&lt;Mj\x8B-\xC6k&amp;\xFB~t\xF6ois @\x80 0\xCF]\x9D%f\xBEv}Ƴ\xE35
 \x9E\x97\xB9         @\x80\xD6\x81\xBEG@ZS\x9D\xB6\xAB#\x86E#0\x9D\x97E\x92@ @\x80\x8C,з\xB9\x85\xC7gl\xFA4̨ȸ+[\xE6o\xBCփM\xB1         @\x80F\x98\xD8)X#\xAFq\xBEf|\xE0\x81\x88\x8F~t\xBE\xD6f= @\x80\x8C 0\xB1D\x9F\x86\xB4;f\xE1Ձ\xE1) @\x80\xC0\x92\x98\xD8)Xc\x8B\x9D}v\xC4n\xBBE\xEC\xB1G\xFB\xA6\x82\xDF\xFEv\xC4\xF1Ƿ\x9B\xF9\xECg#^\xF3\x9A\x88m\xB6\x89X\xB3&amp;⢋\xDAw:\xDFqLjC\x8D\xD8tӈk\xAE\x89\xB8\xF1ƈ{\xEFm\xDF5\xFD\xC8#\xDB\xF3}\xF7\xBB\xED\xFB\x82\xEC\xB5\xD7tH9\xCFYgE\xDCuW{Z^\xBEwァ_\xF7\x8C @\x80\x81y\x98X\xD2\xF4i\xB9H?\xFEq\xBB\xB9\xF6\xDAvq\x90B\xDE\xE4\xF6\xDB\xDB\xC5\xC7ڵ\xE7\x9Fq\xC2        [n\xF1\xB5\xAFE\x9CsN\xC4\xEB_߾\xFF\xC7\xC5G\xBC\xFA\xD5Yl\}\xC4%\x97D\x9Cxb\xFB\xBE 9_3\~yD\xDEk\xE4-o\x89\xB8㎈/}i\xC1 \x90ƫ        \xD1# @\x80\x81\xA5 \xD0\xF7\xACe\xD5}9\xF2ߜ-\xCF}n\xC4O~\xD2n\xFE\x96[&quot;8\xA0]D\w]D\xBE\x96\xC3UWE\xEC\xB7_\xBB\xF8\xC8\xF1lO\xCB\xE79\xE4\xDD\xD2\xF7߿]pd\xB3\xCF&gt;\xED\x
 A3#w\xE7M \x97/\x8F\xB8\xF2ʈ/9⦛&quot;\x8E=\xB6\xBD|\x81\xFF\xCFy^
-42 @\x80@9} \x90q7a\xEC&gt;-\x9Bm\xB1\xF5\xD67\xDC\xB1\xF9\xE6+VL ͝\xCC}t\xDD-\xE6MsZ3l\xB5U\xF3,\xE2\xB1\xC7&quot;6\xE88\xA0\xD3y\x83wn\xDFi}\x97]څ\xC8)\xA7\xB4Oۚ^zޟ\x8D\xED5\xEFZ! @\x80\x81\xC9 L\xAC\x99QhYh\x9C{nD\xA1\xD8a\x87\x88\x9Bo\x8E\xB8\xF5ֈ,r\xD8u\xD7v\xFF\x90\x87\xAEG\xE3\xFB\xDFoOk\x8FE&lt;\xA9#\xFC\x9C\xF7?\x88x\xE4\x91\xE9y\x9B\xF9.\xB8 \xE2\xEA\xAB\xDBGH\x8E8\xA2]\xD4\xDCyg\xF3\xAAG @\x80\xE6I\xA0\xE3\x90\xC1\xEC\xD6\xD8\xF4iX\xBDr\x8Cv\xB2\xFAW\xBF\xDA\xEEǑ\xC5\xC4S\x9E\xB1\xC5Q\x9D\xFB\xD5nd\xF7\xDD\xDBGHN;-&quot;\x8F\x98\xE4\xCD\xB3\x80\xE85\xE4\xBCy֩\xA7\xB6\xE7\xCD\xEC͐\x85\xCEgD\vY\xC4CE\xEC\xB4S\xFB\xF4\xAD\xE6\xF5xl\xBC`\xD5VI\x80 @`\xC1&amp;V\x80\xCCh \xF2\xAAU\xAB\xA6=\xE6\x98\xE9\xE7ͳ\x83\x8EȫV\xE5Q\x90M6i\xA6FdQќ\xAA\xD5L=䐈\x9C?O\xC7\xDAh\xA3fj\xBB\xFAI'E\xDCw_\xBB\x93\xFB\xC6O\xBF\xE6 @\x80\xF3&amp;0\xB1$\xFB4\xE4\xB0*V׏\xFD/\xFBst\xF6\xE9\xD4xg?\x90\xCE\xF9\xF
 2\xA8J]Y$C\xE3\xE5H\xC8&quot;I\x880 @\x80\xE6E\xA0o\xD2\xCAӝ\xEA\xE1\xF1ӡ\xE6%+&amp;0\x9D\x97asz\x9D @\x80\xC0\xE2\xE8[\x80\x8Cj\xF3K\xFEX}@\xC6]\xC9z4\xE3\xB5m\x92M!@\x80 0T\xA0\xE32RC\xE75 @\x80f%0\xB1dA\xEFk\xF1\xFFq\xFA鳂\x98\xEF\x85\xD4k\xBE7\xD6\xFA @\x80&lt;.0\xB1\x84( @\x80\x86        ,\xCE&gt; k\xD6D\tQ\xFB\xAE\xE7;\xEEq\xE8\xA1\xB7\xDCҾ)\xE1=\xF7D\xDCtS\xFB.\xEAGݾ\xE7G\xE7V~\xF1\x8B\xFB\xEE\xB1\xDBn\xED\xA9y\x9F\x91|\xFE\x9C\xE7tε\xE0\xCF\xF5Y\xF0\x80 @`\xFAYV]\xB66\xFF\xCD\xFB\xB0vm\xC4\xF9\xE7Gw\\xC4\xC9'Gl\xB9e\xC49\xE7\xB4\xEFr\xF9\xE5\xAFzU\xC4;\xDE\xB1\xF9\xE6W\\xF1\xC4\xF0\x9E\xF5\xAC\x88\xEF}\xAF==\xEF\x8A\xFE\xA3E\xACX\xF1\xC4\xF9
-\x9D\xB2`y)\xD4K\xD8 @\x80\x8BK\xA0o2n\x98\xEB\xD3p\xD5U\xFB\xED\xD7.&lt;2\x88\x8C\xC8i9,_\xB1\xED\xB6y\xD7\xF4\x9Dw\x8E\xB8\xFF\xFE\xF6\xF4\xCE\xFF\xF7\xDA+\xE2\xFA\xEB\xDBw&lt;\xCF;\xA3\xE7я-7\xEC\x9CcQ&lt;\x9F\x98ע\xD8A @\x80M`Yu_\x89\xE6\x86\xEB,\xD1\xFDh^=\xF3\xCCu^6\xB2@G\xD9^q\x9F\xB4-PTVK\x80 @`4\x81\x91\x8E\x80(&gt;F\xC34 @\x80\x83\x86vB\xEF\xD5-\xA4߯\xEF\xCDQ\x93\xEEU\x9A\xBF-2)\x9Fn_\xE3 @\x80J\xE9H)#N @\x80\xB7@\xDF&gt; \x8B;l\xD1 @\x80 P\xA2\x80# %fM\xCC @\x80
-P\x80\x9A8a @\x80(Q@Rb\xD6\xC4L\x80 @\xA0PH\xA1\x896 @\x80\x81 %fM\xCC @\x80
-P\x80\x9A8a @\x80(Q@Rb\xD6\xC4L\x80 @\xA0PH\xA1\x896 @\x80\x81 %fM\xCC @\x80
-P\x80\x9A8a @\x80(Q@Rb\xD6\xC4L\x80 @\xA0P\x81-\xFAŽlٲ~/E\xAB\xD5\xEA\xF9Z\xBFe\xCC\xDF暔O\xB6\xD6ϴgbL$@\x80 \xB0HY$\x89 @\x80\x81\xA5 0\xB4Ƀ\xDD\xFF&quot;\xF2\xE8\xC8\xFFu\xCF׌\xF7\x9A7\xA75\xAFw?\x9A\xBFm\xDB\xED\xF2\x85/,\x85]\xD26 @\x80\xAC\xCFC \x90\xF5y\xE3Kڶ3\xCF,)Z\xB1 @\x80\xE8-зH\xF7\xEC睷\xBA{\x92\xF1yX9\xAFk\xB32 @\x80s!\xE0\xC8\\xA8j\x93 @\x80\x81\x9E}\x8F\x80L_e\xA9\xFFհz\xB6h\xE2\x9C
-L\xE7eNW\xA3q @\x80s&quot;\xE0Ȝ\xB0j\x94 @\x80\x81^
-\x90^*\xA6 @\x80 0'
-\x909a\xD5( @\x80\xBD \xBDTL#@\x80 @`N sªQ @\x80z        \xF4\xBD
-ֲe\xED\xAB_\xE5ݸGV\xAE|\xC5:\xB3\xAD^}^=\xDEL7\xBE\xAEG\x83ո4\xE3\xC3\xA7\xF32bb\x865\xE8u @\x80\xF3(\xE0\xC8&lt;b[ @\x80\x81\xA5.\xB0\xAC\xBA\xAFDϟҧio-\xBBzs\xA4cU\xBCo\xA9\x9B\x8E\xB4\xFD\xAB\xE2\xBD\xF5|\xA3\xB9\x{DD95}\xF5\xFCG\xD9n\xBEO\xDA\xDA/\xFA\x9F @\x80\xC0&quot;\xE8{
-ָ\xF16_\xA4W\xAFwɥ9\xE3\xB54\xB7\xDEV @\x80,U\x81\x89 ݀\xABVuO)t|\xEDd7d\xD5''\xDB^\xA1\xAA\xC2&amp;@\x80X\xA2\xEB\x92\xA7`5\xA7a-Q˱6\x9B\xD7X\f&amp;@\x80XO\xFA\x99\xEEcо\xD6z\xB2\xBD\xC5o\xC6t^\x8A\xDF@\x80 \xB0\xFA \xE3Z4}&amp;\xDA\xE4\xEA\xAB#.\xBB,⨣\xC6-g\xDD\xF9ϫ.\x81{\xE0\x81O~\xF2\xBA\xD3p\xAC\xF1Z\xC0\xAC\x9A @\x80\xC0\xBC L\xEC\xACy\x8F|\x9C^|q\xC4c\x8F\x8D\xB3\x84y         @\x80\x98\x81\x89i\xFA\xAC\x8A\xD5\xE3\x87y\xEF\xBDg\x9Dq\xD7]\xEDe:(b\xEF\xBD\xDB\xCFx \xE2ӟ\x8E\xB8\x{DD88}m\xB7\x8D8\xFA\xE8\x88\xCD6\x8BX\xB3&amp;⢋&quot;}4b\xC7#=4b\xD3M#\xAE\xB9&amp;\xE2\xC6#\xB2\xCD\x8C\xB8\xFB\xEE\x88l\xE3\xB4\xD3&quot;\x8E9&amp;\xE2iO?\xBE9X\xA2\xF1r$dp5I\x80 \xB0h\xC7\x90\xCB/\x8Fx\xEAS#N&gt;9\xE2\xCDo\x8E\xB8\xF4\xD2i\xB0\x9Bn\x8A8찈w\xBE3b\xF3\xCD#\xAE\xB8&quot;b\xEDڈ\xF3Ϗ8\xEE\xB8\xF62[nq\xCE9\xEDe~8&quot;\x8Fx\xEC\xB4S\xC4\xE1\x87G\x9CpB\xBB0y\xFB\xDBM\xF11\xBDq\x9E @\x80
 XZ;\xD2\xFC\x92\xBFz\xE5 \x97/\x8F\xB8\xF0\xC2\xF6\x82+VD{\xECt#\xF9Z\xF9\xC8a\xE7\x9D#\xEE\xBF?⪫&quot;\xF6\xDB/&quot; \x8F\xB2\xC7\xC7?\xDE~\x9E\xFFo\xBF}\xC4\xFE\xFBO\x8F/\xC2g\x8D\xD7&quot; MH @\x80\xE6L\xA0\xEF\x90\xBCzs7\xF49[{\xD3p'\x9D\xB1\xCB.W^q\xCA)\xEDӧ\xF2\xF5-\xBAj\xA4\xBCq{\x9Ev\xD5١&lt;\x9F\xE7\xB4f\xD8j\xAB\xE6\xD9z\xF78\xAFyY\xEF\xF4l @\x80\xC0B \xF4-@\xC6-lV\xF7\xB5\xB8\xE0\x82\x88\xBC\xE2\xD5&gt;\xFBDqD\xBB\xB8\xB8\xF3\xCE\xFE!\xEC\xBAk\xC4\x91\xA7[\xE5\xF0\xFD\xEFG\xE4\xB4fxR\xD7fU\xC5Tdᲈ\x86Yy-\xA2\xED
- @\x80\x81q\xBA/\x8C\xB3\xE8\xE7\xDDsψ3\xCEh_r\xF7\xA1\x87\xDA\xFD7\xF24\xAA{\xEE齒\xDDw\x8F\xB8\xE1\x86v\xC7\xF2쐞\xC5E.\xFD\x86&lt;\xB2r\xEA\xA9ozS\xC4v\xDB\xF5\x9B\xCBt @\x80\xE6X`bHӧaF}@\xB2z\x9E\x82u\xDF}n\xB1\xF1\xC6\xED\xCD\xCEB#\xFF5\xC3\xCB^\xD6&lt;\x8B8\xF8\xE0\x88\xBCZV\xD9d\x93\xE9\xE9Y\xCC\xE4\xBF\xCE!\xAF\x9C\xB5Ȇ\xC6k\x91\x85% @\x80s*0\xB1d\xD6Q\xE6iR[l1^3\xD9\xF7\xA3\xB3/\xC8xK\x9B\x9B @\x80\x81y\xE8\xEA,1\xF3\xB5\xEB\xD30\x9E\xAF\xF1\xBC\xCCM\x80 \xB0~\xF4=Қ\xEA\xB4]\x990,\x81\xE9\xBC,\x9A\x90B\x80 @`d\x81\xBE\xC8\xC8-&lt;&gt;cӧaF}@\xC6]\xD9z0\xE3\xB5l\x8AM @\x80 0\xB2\xC0\xC4N\xC1y\x8D\xF35\xE3D|\xF4\xA3\xF3\xB56\xEB!@\x80 @`\x81\x89 \xFA4\x8C\xA0\xDD1 \xAF O         @\x80\x96\x8C\xC0\xC4N\xC1[\xEC\xEC\xB3#v\xDB-b\x8F=\xDA7\xFC\xF6\xB7#\x8E?\xBE\xDD\xCCg?\xF1\x9A\xD7Dl\xB3MĚ5]Ծ\xD3\xF9\x8E;FzhĦ\x9BF\sMč7F\xDC{o\xFB\xAE\xE9Gٞ\xEF\xBB\xDFm\xDFd\xAF\xBD\xA6C\xCA
 y\xCE:+⮻\xDA\xD3\xF2\xF2\xBD{\xEF=\xFD\xBAg @\x80̋\xC0\xC4
-\x90\xA6O\xC3\xC8}@\xB2\x98\xF8\xF1\x8F\xDBȵ׶\x8B\x83,\xF2&gt; \xB7\xDF\xDE.&gt;֮\x8D8\xFF\xFC\x88N\x88\xD8rˈ\xAF}-\xE2\x9Cs&quot;^\xFF\xFA\xF6\xFD?.\xBE8\xE2կ\x8E\xC8b\xE3\xFA\xEB#.\xB9$\xE2\xC4\xDB\xF7\xC9\xF9\x9A\xE1\xF2\xCB#\xF2^#oyK\xC4wD|\xE9K ^\x804^M\x88         @\x80,\x81\xBE\xA7`-\xAB\xEEˑ\xFF\xE6lx\xEEs#~\xF2\x93v\xF3\xB7\xDCq\xC0\xED&quot;\xE2\xBA\xEB&quot;\xF2\xB5\xAE\xBA*b\xBF\xFD\xDA\xC5G\x8Ex`{Z&gt;\xCF!\xFF\xFE\xED\x82#\x8B\x98}\xF6iɸ;oZ\xB8|yĕWF|\xF9\xCB7\xDDq\xEC\xB1\xED\xE5 \xFC\xCE\xF3R\xA0\x89\x90         @\x80\xCA\xE8[\x80\x8C\xBB        c\xF7i\xD8l\xB3\x88\xAD\xB7\x8E\xB8ᆈ\xCD7\x8FX\xB1b\xBAi\xEEd\xFE\xE8\xA3\xEB\xDEh0o:\x98Ӛa\xAB\xAD\x9A{3I&amp;\xC1IDATg\x8F=\xB1A\xC7\x9D\xCE\xEE\xBCs\xFBN\xEB\xBB\xEC\xD2.DN9\xA5}\xDA\xD6\xF4\xD2\xF3\xFEll\xAFy\x8F\xD0
-         @\x80L^`bȌB\xCBB\xE3\xDCs#\xF2\xC5;D\xDC|sĭ\xB7Fd\xC1\x90î\xBB\xB6\xFB\x87&lt;\xFCp=\xDF\xFF~{Z{,\xE2I\xE1\xE7\xBC?\xF8A\xC4#\x8FL\xCF\xDB\xCCw\xC1W_\xDD&gt;Br\xC4\xED\xA2\xE6\xCE;\x9BW= @\x80 0O\x87 f\xB7ƦO\xC3\xEA\x95c\xB4\x93п\xFA\xD5v?\x8E,&amp;\x9E\xF2\x94\x88-\xB6\x88\xEAܯv#\xBB\xEF\xDE&gt;Br\xDAiy\xC4$o\x8E\x98D\xAF!\xE7\xCDӰN=\xB5=ov`o\x86,t\xCE8#\xE2\xB2\xCB&quot;z(b\xA7\x9Dڧo5\xAF/\xC0c\xE3\xB5\xAB\xB6J @\x80 &amp;0\xB1dF[\x90\xA7P\xADZ5\xBD\xE81\xC7L?o\x9E|pD^\xB5*\x8F\x82l\xB2I35&quot;\x8B\x8A\xE6T\xADf\xEA!\x87D\xE4\xFCy:\xD6F5S\xDB\xD0O:)\xE2\xBE\xFBڝ\xDC7\xDEx\xFA5\xCF @\x80\x987\x81\x89 ٧!\x87U\xB1\xBA~\x9C\xE8ٟ\xA3\xB3OǠ\xC6;\xFB\x81tΗGU\xF2\xE8\xCA&quot;/GBIB\x84A\x80 0/} \x90V\x9E\xEET\x8F\x9F5/\xE1X\xC90\x81\xE9\xBC \x9B\xD3\xEB @\x80\x9F@\xDFd\xDCP\x9B_\xF2\xC7\xEA2\xEEJ֣\xF9\xAF\xF5h\x93l
- @\x80\x81\xA1\x97\x91:\xAF @\x80 0+\x81\x89  z_\x8B\xFF\xF8\x8F\x88\xD3O\x9F\xC4|/\xBC\xA0^\xF3\xBD\xB1\xD6G\x80 @\xE0q\x81\x89 D         @\x80 0L`q\xF6Y\xB3&amp;⢋\xDAw=\xDFqLjC\x8D\xB8\xE5\x96\xF6M        \xEF\xB9'⦛\xDAwQ?\xFA\xE8\xF6=?:\xB7\xF2\x8B_\x8C\xD8w߈\xDDvkO\xCD\xFB\x8C\xE4\xF3\xE7&lt;\xA7s\xAE\xAEȂ\xA7@ @\x80  \xD0\xF7Ȳ겵\xF9oއ\xB5k#\xCE??\xE2\xB8\xE3&quot;N&gt;9b\xCB-#\xCE9\xA7}\x90\xCB/\x8Fxի&quot;\xDE\xF1\x8E\x88\xCD7\x8F\xB8\xE2\x8A'\x86\xF7\xACgE|\xEF{\xED\xE9yW\xF4\xFD(bŊ'\xCEW\xE8\x94\xCBK\xA1^\xC2&amp;@\x80X\} \x90qÜX\x9F\x86\xAB\xAE\x8A\xD8o\xBFv\xE1\x91Ax`DN\xCBa\xF9\xF2\x88m\xB7\x8DȻ\xA6\xEF\xBCs\xC4\xFD\xF7\xB7\xA7w\xFE\xBF\xD7^\xD7_߾\xE3y\xDE=\x8F~l\xB8a\xE7\x8B\xE2\xF9ļ\xC5\xD6\x82 @\x80\xC0h˪\xFBJ47\xFCXg\x89\xE6\xE8G\xF3\xEA\x99g\xAE\xF3\xB2\x918\xF2\xC8\xF6\x8A\xFB\xA4m\x81\xA2\xB2Z @\x80\xA3        \x8CtD\xF11\xA6\xB9 @\x80,0\xB4z\xAFn \xFD~}o\x8E\x9At\xAF\xD2\
 xFCm\x91I\xF9t\xFB'@\x80 P\x8A\xC0HG@J\xD9q @\x80 \xB0\xB8\xFA\xF6Y\xDCa\x8B\x8E @\x80\x81)1kb&amp;@\x80 P\xA8\x80\xA4\xD0\xC4        \x9B @\x80@\x89
-\x90\xB3&amp;f @\x80\x85
-(@
-M\x9C\xB0         @\x80\x94(\xA0)1kb&amp;@\x80 P\xA8\x80\xA4\xD0\xC4        \x9B @\x80@\x89
-\x90\xB3&amp;f @\x80\x85
-(@
-M\x9C\xB0         @\x80\x94(\xA0)1kb&amp;@\x80 P\xA8\x80\xA4\xD0\xC4        \x9B @\x80@\x89
-\x90\xB3&amp;f @\x80\x85
-l\xD0/\xEEe˖\xF5{)Z\xADV\xCF\xD7\xFA-c\xFE6פ|\xB2\xB5~\xA6=c&quot; @\x80\x81E&quot;\xE0\xC8&quot;I\x840 @\x80,\x81\xA1H\xEC\xE8\xFE\x91GG\x9E\xF8\xAF{\xBEf\xBC׼9\xADy\xBD\xFB\xD1\xFCm\xDBn\x97/|a)쒶\x91 @`}Z\x80\xAC\xCF_Ҷ\x9DyfIъ\x95 @\x80@o\x81\xBE}@\xBAg?\xEF\xBC\xD5ݓ\x8Cϫ\xC0\xCAy]\x9B\x95 @\x80\x98 G@\xE6BU\x9B @\x80\xF4\xE8{d\xFA*K\xFD\xAF\x86ճE\xE7T`:/s\xBA\x8D @\x80\x98G@\xE6\x84U\xA3 @\x80\xF4P\x80\xF4R1\x8D @\x80\x819P\x80\xCC        \xABF         @\x80\xE8%\xA0\xE9\xA5b @\x80s&quot;\xA0\x99V\x8D @\x80 \xD0K\xA0\xEFU\xB0\x96-k_\xFD*\xEF\xC6=ʰr\xE5+֙m\xF5\xEA\xF3\xEA\xF1f\xBA\xF1u=\xACƥ\xF68\x9D\x973\xACA\xAF @\x80\x98GG@\xE6۪ @\x80,u\x81e\xD5}%z\xFE\x94&gt;\xFDK{\x9Bh؝Л#\xAB\xE2}K\xDDt\xA4\xED_\xEF\xAD\xE7\xF5\xC8m\xB7\xAD\xAC\xE7?\xF2\xC8v\xF3}\xD2\xD6~\xD1\xFF @\x80\xA9@\xDFS\xB0ƍ\xB7\xF9&quot;\xBDz\xE5\xB8K.\xCD\xF9\xAF\xA5
 \xB9\xF5\xB6\x9A @`\xA9
-L\xAC\xE9\\xB5\xAA{J\xA1\xE3k'\xBB!\xAB&gt;9\xD9\xF6
-U6 @\x80\xC0\x98X\x90&lt;\xAB9-k\x89Z\x8E\xB5ټ\xC6\xE223 @\x80\xC0z&quot;\xD0\xF7\xC8t\x83\xF6հ֓\xED-~3\xA6\xF3R\xFC\xA6\xD8 @\x80\x81%(зע\xE9\xD30\xD1&gt; W_q\xD9eG5n8\xEB\xCE^u        \xDC\x8Cx\xF2\x93ם\xBE\x80c\x8D\xD7\x86`\xD5 @\x80\xE6]`b\xA7`\xCD{\xE4\xE3\xAC\xF0\xE2\x8B#{l\x9C%\xCCK\x80 @\x80\xC0L\xECH\xD3\xFFcU\xAC?\xCC{\xEF\x8D8묈\xBB\xEEj/{\xD0A{\xEF\xDD~\xFE\xC0\x9F\xFEt\xC4m\xB7El\xBBm\xC4\xD1GGl\xB6YĚ5]\xF1\xE8\xA3;\xEEq\xE8\xA1\x9Bnq\xCD57\xDE\x91m&gt;\xF8`\xC4\xDDwGd\xA7\x9Dq\xCC1O{\xDA\xF8\xF1\xCD\xC1\x8D\x97#!s\x80\xABI @\x80\x81E+\xB08\x8E\x80\~y\xC4S\x9Fq\xF2\xC9o~sĥ\x97N\x83\xDDtS\xC4a\x87E\xBC\xF3\x9D\x9Boq\xC5k\xD7F\x9C~\xC4qǵ\x97\xD9rˈs\xCEi/\xF3\xF0\xC3y\xC4c\xA7\x9D&quot;?&lt;\xE2\x84څ\xC9\xDB߾h\x8A\x8F\xE9\x8D\xF3\x8C @\x80\xC0\xD2\x98\xD8\x90\xE6\x97\xFC\xD5+g\xB8|yą\xB6\\xB1&quot;\xE2\xD8c\xA7\xC9\xD7\xF2\xC8G;\xEFq\xFF\xFDW]\xB1\xDF~Yx\xE4\x9
 0\xFD;&gt;\xFE\xF1\xF6\xF3\xFC\xFB\xED#\xF6\xDFz|&gt;k\xBCahB&quot;@\x80 0g}\x8F\x80\xE4\x9DЛ\xBB\xA1\xCF\xD9ڛ\x86\xB3\xB08餈]v\x89\xB8\xF2ʈSNi\x9F&gt;\x95\xAFo\xD0U#\xE5\x8D\xDB\xF3\xB4\xAB\xCE\xE5\xF9&lt;\xA75\xC3V[5\xCFֻ\xC7y\xCD\xCBz\xA7g\x83 @\x80Z\xA0o2n`\xB3\xBA\xAF\xC5D\xE4\xAF\xF6\xD9'\xE2\x88#\xDA\xC5ŝw\xF6a\xD7]#~\xF8È&lt;\xDD*\x87\xEF?&quot;\xA75Ó\xBA6\xAB*\xA6&quot; \x97E4\xCC\xCAkm\x87P @\x80\x8C#\xD0uxa\x9CE'8\xEF\x9E{F\x9CqF\xFB\x92\xBB=\xD4\xA7Q\xDDsO\xEF\x95\xEC\xBE{\xC4-7\xB4;\x96g\x87\xF4,.\xB2p\xE97䑕SO\x8Dxӛ&quot;\xB6ۮ\xDF\\xA6 @\x80 0\xC7+@\x9A&gt;-3\xEA\x92\xD0\xF3\xAC\xFB\xEE\x8B\xD8pÈ\x8D7nov\xF9\xAF^\xF6\xB2\xE6Y\xC4\xC1G\xE4ղ\xF2(\xC8&amp;\x9BLO\xCFb&amp;\xFFuy\xE5\xACE64^\x8B,,\xE1 @\x80\x98S\x81\x89 \xB3\x8E2O\x93\xDAb\x8B\xF1\x9Aɾ\x9D}A\xC6[\xDA\xDC @\x80̳@Wg\x89\x99\xAF]\x9F\x86\xF1\xECx\x8D\xE7en @\x80\x81\xF5C\xA0\xEF\x90\xD6T\xA7\xED\xEAȄa\xD1L\x
 E7eф$ @\x80# \xF4-@Fn\xE1\xF1\x9B&gt;-3\xEA2\xEE\xCAփ\xF9\xAF\xF5`Sl @\x80\x81\x91&amp;v
-\xD6\xC8k\x9C\xAFx \xE2\xA3\x9D\xAF\xB5Y @\x80#L\xACѧa\xED\x8EYxu`xJ\x80 \xB0d&amp;v
-\xD6\xD8bg\x9F\xB1\xDBn{\xECѾ\xA9෿q\xFC\xF1\xEDf&gt;\xFBو׼&amp;b\x9Bm&quot;֬\x89\xB8\xE8\xA2\xF6\x9D\xCEw\xDC1\xE2\xD0C#6\xDD4\xE2\x9Ak&quot;n\xBC1\xE2\xDE{\xDBwM?\xF2\xC8\xF6|\xDF\xFDn\xFB\xBE {\xED5R\xCEs\xD6Yw\xDD՞\x96\x97\xEF\xDD{\xEF\xE9\xD7=#@\x80 @`^&amp;V\x804}F\xEE\x92\xC5ď\xDC.@\xAE\xBD\xB6]d\x81\x90\xF7\xB9\xFD\xF6v\xF1\xB1vm\xC4\xF9\xE7G\x9CpBĖ[F|\xEDk\xE7\x9C\xF1\xFA׷\xEF\xFFq\xF1\xC5\xAF~uD\xD7_q\xC9%'\x9Eؾ/H\xCE\xD7 \x97_\x91\xF7y\xCB[&quot;\xEE\xB8#\xE2K_Z\xF0\xA4\xF1jB\xF4H\x80 @`)\xF4=kYu_\x8E\xFC7g\xC3s\x9F񓟴\x9B\xBF喈h\xD7]\x91\xAF\xE5p\xD5U\xFB\xED\xD7.&gt;r\xFC\xC0\xDB\xD3\xF2yy\xB7\xF4\xFD\xF7oY\xC4\xEC\xB3O\xFB\xE8H\xC6\xDDy\xD3\xC2\xE5\xCB#\xAE\xBC2\xE2\xCB_\x8E\xB8馈c\x8Fm/_\xE0\xFFs\x9E\x97M\x84L\x80 P\x8E@\xDFd\xDCM\xBBO\xC3f\x9BEl\xBDu\xC4-7Dl\xBEyĊ\xD3Hs'\xF3G]\xF7F\x83y\xD3\xC1\x9C\xD6 [m\xD5&lt;\x8Bx챈-:\xE8tޠp\xE7\x9D\xDBwZ\xDFe\x97v!r\xCA)\xEDӶ\xA6\x97\x9E\xF7gc{
 \xCD{\x84VH\x80 @`\xF2+@fZ\xE7\x9E\x91G(v\xD8!\xE2\xE6\x9B#n\xBD5&quot; \x86vݵ\xDD?\xE4\xE1\x87\xEB\xD1\xF8\xFE\xF7\xDB\xD3\xDAcO\xEA?\xE7\xFD\xC1&quot;ydz\xDEf\xBE .\x88\xB8\xFA\xEA\xF6\x92#\x8Eh5w\xDEټ\xEA\x91 @\x80\x81y\xE88d0\xBB56}V\xAF\xA3\x9D\xEC\x80\xFEկ\xB6\xFBqd1\xF1\x94\xA7Dl\xB1ET\xE7~\xB5\xD9}\xF7\xF6\x92\xD3N\x8B\xC8#&amp;ys\xC4, z-9o\x9E\x86u\xEA\xA9\xEDy\xB3{3d\xA1s\xC6\x97]\xF1\xD0C;\xED\xD4&gt;}\xABy}\xAFX\xB5U @\x80X0\x81\x89 3ڂ&lt;\x85jժ\xE9E\x8F9f\xFAy\xF3\xEC\xE0\x83#\xF2\xAAUyd\x93M\x9A\xA9YT4\xA7j5S9$&quot;\xE7\xCFӱ6ڨ\x99\xDA\xEE\x80~\xD2I\xF7\xDD\xD7\xEE\xE4\xBE\xF1\xC6ӯyF\x80 @\x80\xC0\xBC        L\xAC\xC9&gt;-9\xAC\x8A\xD5\xF5\xE3D\xFF\xCB\xFE\x9D}:5\xDE\xD9\xA4s\xBE&lt;\xAA\x92GW\xC9\xD0x9\xB2H&quot;  @\x80\x81y\xE8[\x80\xB4\xF2t\xA7zx\xFCt\xA8y        \xC7J\x86        L\xE7e؜^'@\x80 \xB0\xF8\xFA \xE3\x86\xDA\xFC\x92?V\x90qW\xB2\xCD\xDFx\xADG\x9BdS @\x80 踌\xD4\xD0y\xC
 D@\x80 @\x80\x81Y        L\xACY\xD0\xFBZ\xFC\xC7D\x9C~\xFA\xAC \xE6{\xE1\xF5\x9A&gt; @\x80\x8F L\xAC!J\x80 @\x80\x81a\x8B\xB3Ț5]Ծ\xEB\xF9\x8E;Fzh\xC4-\xB7\xB4oJx\xCF=7\xDDԾ\x8B\xFA\xD1G\xB7\xEF\xF9ѹ\x95_\xFCbľ\xFBF\xEC\xB6[{j\xDEg$\x9F?\xE79\x9Ds-\xF8s}@&lt; @\x80X\x81\xBEG@\x96U\x97\xAD\xCD\xF3&gt;\xAC]q\xFE\xF9\xC7q\xF2\xC9[nq\xCE9\xED\xFB\x80\~yī^\xF1\x8EwDl\xBEy\xC4W&lt;1\xBCg=+\xE2{\xDFkOϻ\xA2\xFF\xE8G+V&lt;q\xBEB\xA7,X^
-\xF56 @\x80\xC0\xE2\xE8[\x80\x8C\xE6\xC4\xFA4\uU\xC4~\xFB\xB5 \x8F \xE2\xC0#rZ˗Gl\xBBmD\xDE5}\xE7\x9D#=\xBD\xF3\xFF\xBD\xF6\x8A\xB8\xFE\xFA\xF6\xCF\xF3\xCE\xE8y\xF4c\xC3-;\xE7X\xCF'\xE6\xB5(\xB6F @\x80FXV\xDDW\xA2\xB9\xE1\xC7:K4G?\x9AW\xCF&lt;s\x9D\x97\x8D,\x90\xC0\x91G\xB6W\xDC'm \x95\xD5 @\x80M`\xA4# \x8A\x8F\xD10\xCDE\x80 @\x80\xC0`\x81\xA1\x9D\xD0{u\xE9\xF7\xEB{sԤ{\x95\xE6o\x8BLʧ\xDB\xD78 @\x80\x81RF:R\xCAƈ\x93 @\x80\x81\xC5-з\xC8\xE2[t @\x80\x94(\xE0H\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\
 x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80
 \x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80J
 P\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\x
 E2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3
  @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\
 x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80
 (T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x
 89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\x
 D8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xA0DH\x89Y3 @\x80\x81B \x85&amp;N\xD8 @\x80JP\x80\x94\x9851 @\x80(T@Rh\xE2\x84M\x80 @\xE0\xFFo\xBF\x8EI\x86\xF9w]\x858\xD9գ\x809\xBEf3 @\x80\x81\xA9\x80\x
 99g6 @\x80\x81\xA3\x809\xBEf3 @\x80\x81\xA9\x80\x99g6 @\x80\x81\xA3\x809\xBEf3 @\x80\x81\xA9\x80\x99g6 @\x80\x81\xA3\x809\xBEf3 @\x80\x81\xA9\x80\x99g6 @\x80\x81\xA3\x809\xBEf3 @\x80\x81\xA9@\x8E\x9A &quot;\xDBw{\xB9IEND\xAEB`\x82#EOF
</del><ins>+IHDR X\x9Av\x82p)tEXtchecksum2859d045c4390946748efd4a21957ed6\x9B)sRGB\xAE\xCE\xE9@IDATx\xEC\xDD\xBCU\xDD\xFF\xF1\xDF,\xBD\x88\x80 !R#&quot;%yE\x91         \x92P\xE4{},\xB0\xF7\xF2(VP\xA2X\x88\x82%\xD4H$        \x8A\x82\xF4:\xD2A@@:&amp;\xEC\xF9\x9F\xEF\xB99\x9B\xB9sw\xB6ܻww\xCF\xCD\xE7\xBC^\xC9\xDD);s\xE6}fg\xE67gΙ\xCC\xF9d$@@@\xA0 \x95.\xAC\x83U \x80 \x80 \x80A\x80\x84@@\xBA&amp;@\xD25jV\x84 \x80 \x80 \xEC \x80 \x80 \xD05\x90\xAEQ\xB3&quot;@@ a@@@\x81\xAE        \x80t\x8D\x9A!\x80 \x80 \x80\xFB \x80 \x80tM\x80\xA4kԬ@@\xC6L\xF2\xF8\xE3\x8F۝w\xDE9*%Z\xADV\x{D99B}n\x95e\xF7\xDBB\xEF\xBF\xFF~\xBB\xF6\xDAkk\xD9\xFA׿\xFE\xD5\xF1mIY\x8DF~j\xCB@@\x81Qh\x80\xBC\x{1B5BF5}M6\xD9\xC4\xDE\xF0\x867\xD8Ga+\xAD\xB4\x92m\xB9\xE5\x96v\xF8\xE1\x87\xDB+_\xF9J[m\xB5\xD5\xEC\xC7?\xFE\xF1\xA8g\xB4\xD1
+\xCE&lt;\xF3̐\xC7\xD3O?\xBD\xD1lÚv\xF9\xE5\x97ۤI\x93\xEC\xC8#\x8F\xD6\xF7S\xF9\x92\x82\xACY\xB3f\xD9ĉ\xED{\xDF\xFB^-\xDB'\x9Ex\xA2|\xF0\xC1\xB5\xE1\x91~iYu:?#\xDD\xBE\x8F \x80 О@\xD3d\xCD5״ŋۯ\xFDk\xD3\xFE\xAA\xAB\xAEj\xFF\xF5_\xFFe?\xFD\xE9Om޼y\xF6\x93\x9F\xFCĞz\xEA\xA9\xF6ֺl\xEE\xBF\xFE\xF5\xAFv\xC7w 뻳gϮ}\xEF\x90C\xB1\xCD7߼6\xDC\xEE\x87'\x9Ex\xC2\xCE9眺_\xDBi\xA7\x9Dl\xDF}\xF7\xAD;\xAD\x9D\x91\xF9\xFC\xEA{\x8D\xD6\xD9\xCEr;5o\xA5R        A\x96\x82\xAD|\xFA\xE2\xBFh\xE7\x9Dw^~T۟\xF3\xE5&lt;Ҳ\xEAD~\xDAހ&amp;_\xE8tY潚\xAC\x9A\xC9 \x80 \x80@rM\x90w\xBD\xEB]6nܸ\xD2+;蠃L\xE9͒\xEE\xB0\xE7\x93iR\xADʓO&gt;\x99&gt;\xE7-\xCEpꩧ\xDAg&gt;\xF3\x99A\xA3W^ye˲lиzK\x96,4\xFA?\xFF\xF9\x8Fv\xD8av饗\x9FP\xAD\xCFHR1\xBF\xAD\xACs\xB8\xEBkf\x97_\xAEs.?&gt;\xB7U\xE8Fm4d\xBE8\xA2\xD9\xFA\xEA\x95s\xABeב\xFF\xDB,?\xF9y\xBB\xF1\xB9\xD3eY\xCF+nG\xBD\xF2\x8A\xD3\xF8\x8B \x80\xA4&quot;\xD04\xD9c\x8F=n\xCB*\xAB\xACb/{\xD9\xCBLw\xA6\xDF\
 xF2\x96\xB7\xD8\xF3\x9F\xFF|\xFBҗ\xBET\xFB\x8E.\x9A&gt;\xF9\xC9O\xDAi\xA7\x9Df'\x9Cp\x82}\xE4#\xB1\xA7\x9F~\xDA\xDE\xF1\x8Ew\xD8?\xFF\xF9O\xFB\xD8\xC7&gt;f_\xFE\xF2\x97\xC3\xFC7\xDExc,N9\xE5{\xE3\xDFh\xF8\xC3jˉ.\xB9䒰\xBC\xBB\xEF\xBEێ9\xE6[\xB8pa\x9Cd\xCF&gt;\xFB\xAC}\xF4\xA3+\xB5!\xDBo\xBF\xBD\xDDr\xCB-\xB5i\xFC\xE3\xED _\xF8\x82}\xFD\xEB_7mӕW^\xA6}\xF3\x9B\xDF4M\xFB\xEDo\x96\xA7\xBB\xD9eI\x8F\x9A\xBD\xE4%/        \x8F{}\xFF\xFB\xDF\xB3\xA9vh\xCF=\xF7 \x8F\xA3i\x84\x96\xAB\xC7\xD66\xDDt\xD30\xBD^~\xCB\xD6\xF9\xADo}\xCB\xDE\xFE\xF6\xB7\xDB[\xDF\xFAV{\xCDk^j\x9E\xB4\x90\xDBo\xBF\xDD&gt;\xF0\x81\x84@O\xCB\xDF{\xEF\xBDm\x83+6\xA6a%\xFE\xBFV\xEC\xE2\xBCW_}\xB5}\xF0\x83 ֯\xFD\xEB\xC6y\xF4WƟ\xFB\xDC\xE7l\xF7\xDDw\xA3,*\x8F\xBB\x{DD9B}\xFD\xEAW\xBF
+۹\xD6Zkٔ)S\xEC\xBE\xFB\xEE\xCB5|.+gMlTV\xF7\xDE{\xAF\xBD\xEF}\xEF 5O/}\xE9K\xED\xC2 / \xCB+\xE6G\xFFg\x9Cq\x86\xED\xB3\xCF&gt;\xA16N\x8F\xAA\xDC\xEB]\xA8\xAB\\xB5\xEFi\xDFT\xC0\xA9\xFD5\xA6G}4\xEC\x9B2\xD1~\xA7\xFD4\xEE\xF3\xE7Ϸ7\xBD\xE9M\xF6\xFE\xF7\xBF\xDFT\xE6z\xFC\xF0\x85/|\xA1\xDDz\xEB\xAD\xE1\xEB\xF5\xCARAY\xBD\xDF\xC3ҥKM\xF3\xCB\xF3\xDCsϵc\x8F=6\xF7ӦM y.\xF3\xFA\xF9\xCFn\xDF\xFD\xEEw\xC3\xEF\xE4\xE5/y\xCC6@@\x814\xFC\xC5Z[i\xF5\xD5Ww\xBE=Ġ\xEF|\xE8Cr\xE7\x9F~\xA7\xBF^\xC2\xFD\xF2\x97\xBF \xC3\xFE1-\xF7\x9E\xF7\xBC'|\xF6`\xCE_H\x87\xCF_|q\x98\xEF\xE6\x9Bo\xC3\xFA\xCF_\x909\xFF\xF8I\xBE袋\x9C\xBF\xB8\xACM\xCB\xD02|\xADK~\x94{\xF1\x8B_\xEC|p\xE0-Z\xE4\xFC\xAC{ы^\xE4|\x80\xE6\xF1vηc\xA9\xE5\xF1\x9F\xF8\x84\xF3\xEDj\xDF\xDFb\x8B-\xDCg?\xFB\xD9\xDAp\xF1\x83\xF2\xBF\xCE:븯}\xEDk\xAEr\xBE-L\xC8\xFB_\xFE\xF2\x970\xAB\xA6k\xDD1\xF9\x8F0=\xD7\xCBoq\x9D_\xFD\xEAW\x9D\xAF\x8A_q\xFEB\xD9=\xE79\xCFqw\xDDu\x97\xF3\xDA\xCE\xD7D9\xDF\xDE&
 amp;\xE4\xE1\xE1\x87v&gt;Pq뮻nm\xFEV\xED|0\xE3\xFCE}X\xA6\xBE\xEC/\xCA\xDD ^\xF0\x82\xDAr|0\xE5|p\x86z\xE8!\xE7/\xC6݆n\x86}\xEDQ(W\x95\xAFo\xE4\xFC\xE3s\xCE_\x94\x87|\xBC\xFB\xDD\xEF\xAE-#\xFF\xA1^97*+\xADc\xFF\xFD\xF7w\xBE\xA1\xBA\xF3\xF2a;}\xB0\xE5|\xE3sWܷ̏\xBF\xFD\xED`\xAD2\x99;w\xAE{\xEF{ߛ_}\xED\xF3+^\xF1
+\xA7\xBC(\xF9v=\xE1;\xFF\xFB\xDF\xC3:\xFCE\xBD\xFB\xD9\xCF~\xA6i\xFD\x93'Ov\xAFzի\xC2\xF0\x83&gt;\xE8\xB6\xDDv\xDB\xF0\xCF\xC4\xCEAn\xBB\x{DDAB}\xED[\x9A\xA9X\x96e\xBFm\x8F\x98ú=\xF4Pw\xDBm\xB79\xFC\x86a-[\xA9襲Wy\xC5\xE4!烷8\xC8_@@ 9\x81\xA65 \xCD\xC2*Q\xEE\xC4\xEB\xB8\xEEF\xEB\xAFRB\x9B}Ww\xEFU\xBB\xF0\x8F\xFC#4`W\xADEYҼ'\x9F|\xB2\xE91\xA9]w\xDD5\xD46\x94\xCD[\xEFq\xAB8\xC0\xF6\xDAk/\xDBx\xE3\x8D\xC3]\xF1믿&gt;|]\xEDV\x8E:\xEA\xA8ڣb\xFE\xC2ݮ\xBB\xEE\xBAA\x8B\xAE\xB7\xBC\xFC \xFE&quot;\xD4\xFCE\xB6\xED\xB8㎦G\xAA\xD6Xc\x8DpG\\xF3h{\xF3Iӊ\xA9\xDE\xF2\xE3\xB8g\x9Ey\xC6|P\xEE\xCC\xC7\xEF\xA96I\xBDE\xA9\xD6F\xB5L\xAAy\xD1|\xCA\xC3z\xEB\xADgjK\xF1\xEF\xFF\xBBV\xF3Ъ\x9Dj\xA3d\xA4e*\xF9\xE0i\xC8\xE3l1z\xF4\xCE_l\xD7j\xF4\xE8\xD4\xCE;\xEF&amp;\xBF\xEDmo \xB5]\xBA\x8B\xAFZ\x83\xDF\xFF\xFE\xF7\xF1k-\xFD-++\x98j
+\xCE&gt;\xFBlS\xBB\x99\xB5\xD7^\xDB\xD4\xF3\x95,CmA&gt;?z\xEB\xC0 듇\x96\xF9\x95\xAF|e\xC8\xFA\xD5VI\xE5\xBD\xCB.\xBB\x84i\xB2Tۥ\xAD\xB6\xDA*\xB4\xFD\xF1\xC1\xAEM\x9D:5L\xD36}\xF4ѡ\xF6\xED\x82 .5Mj\x98\xAFrW+\xCB\xF3\x9E\xF7\xBC\xB0o\xA9\xC6)\x9FbY6\xFA=h\x9E\xE8\xA7\xF5M\x980\xC1\xF6\xDBo??~\xBC\xDDp\xC3+\xF9\xC5\xD5&gt;?\xF6\xD8c\xE6\x83^\xF3}\xA7\xDA1\x94\xA9M\xE7 \x80 \x90\x9A\xC0\x88=Σ \xF0\xAD\xB7޺\xF6\xEF\xCF\xFE\xB3\xA9\xB7&quot;%\xF5\xA0\xA4 &amp;5n\xFE\xC67\xBE_\xC9#\xC5 7\x8D\xD3cY\xBF\xF8\xC5/B\xA0\xE0\xEF\x997\xFF\xBDz\x9F\xF3\xCBR\x90\xA3\xD1x\xB5Q\xF4\xF9\xCF\xDEt\xC1\xA9\x8B\xFB|\xCA7?&gt;~օpL
+ht\x9B\xC4+Nk\xE7o\\xA7\x9E\xFBW0\xA1\xDE\xC6bR\x90\xB1\xCD6\xDB\xD8W\G+\xFA\xF3\xA3\xA0D\xA9U;\x95M|\xA4J\xDF\xF3\xB5\x83\x8D\xCB'\xE51\xE63?^\x8D\xD6c\xD2E\xB4\x82==&quot;U\x96\x8A\xCB\xC8\xE7\xCBJe\xA3\xE2\xFE\xA4 u=\xC6,\xE6'믿~٪M۬\xC7\xC6\xF2I\xBD\xB8\xC9\xD8ׂ\x84@\x81GLq\xDEh_\\xA7\xEC\xA3{\xFCNܞf\xBF\x878\xFE\xAFc+[\x9E\xB6k\xE6̙\xE6kLl\xFA\xF4顼\x8A\xEDt\xF2\xCB\xE23 \x80 \xD0\xEF˯&quot;\x87\x99\xD3Gy$\xB4\xE5PCt\xDDݍ\xFFt\xF1\xAC\xA4 (]@ꮻ\xB4\xAB\x8DC&gt;\xC5 7\x8DS\xDB        \xFF\x97鮯\xDA9\xFC\xEEw\xBF\xCB\xCF:\xE8s\xFE{\x83&amp;\x94 (\xD13\xFC\xFE񘐗\xE2\xF7\x8B\xC3%\x8B\xA9\x8D֝\xF8F\x8D\xF3k3.\xFBPo\xF9q\x9C\xEE\xF8+\xEF\xAA+hS;\x87VR\xABv\xFE\x91\xA2\x86+\xEE[YWq\xB5GQR\x8DDY\x8A\xDBZ6=\x8EW \xA6\xB6q?\x8AUK0ܤm\xBE\xEC\xB2\xCB\xEA~]\xB5mj\x8B\xA4\xFD8&amp;\xFF\xF8\x9E) ѴVSܾf\xBF\x87v\x97\xA7\xF9U㦶8g\x9Du\x96\xA9+\x88\xB6\x87\x84 \x80\xA4*0\xE2D\x8F\xB1\xE8\xEE\xEDo~\xF3\x9BAz\x84F5ztFA\x88\xBA\xB9Uc\xF3
 \xEF|\xE7;v\xCF=\xF7\xD4\xE6\xCD?N\xA2yu\xA7[/\xC2\xD3_\xDF.\xA36\xDFH&gt;\xE8\xE2S\x8D\xDD?\xF5\xA9Oս\x9B\xAFe\xE7\xF3\xD1ʺt\xA7;&gt;ң\xF9ը\xBA\xDDש`M\x8FD\xA9\xFB\xD5|\xF2m£?\xF9qe\x9F[\xB5S#j\xDFVb\xD0b\xE4\xADǜ\x86\x9B|[\x98P[\xD3( \x8B\xDB\xDAlڟx\xAAaxL
+\xD0\xD4h{\xB8ɷq        \x8F^s\xCD5\xB5E(\xB8\x90\xF7;\xEC\xCA^5n1\xA9&amp;G\xEBԴVSܾf\xBF\x87v\x97\xA7\x97kj?\xF8\xF0\x87?l\xFB\xDB\xDFL/\x8A\xD4cj$@@ U\x81\xB6]\x94)\xD8\xD0\xE3\x98\xD4\xEB\x90z\xC1\xD2#@\xFAӟ\xC2\xDDY\xF5أ\xBBغ+\xACq\xF1Q%\xB57x\xEEs\x9Fkz\xE4&amp;\xDE5״x \\xF0\xA9\xF7+%=\xE2\xA2\xE5m\xB6\xD9fq5\x83\xFE\xEA\xBB
+b\xF4\xFE\x91\xCC\xE8\x91*՜Ĥ\xE1\xF8\x98U|׈zS\xD2wt1\xABdzt\xAA\x8B \xF9\xC6\xF0\xE1BT=0\xD5K\xF9\x9A݁\xF6\x8D\xC3\xED\x9D\xEF|g\x98Uۯ^\x91t!\xAF&lt;h\x9B\x95b\xCFP\xF5\xF2\x9B_\xA7\xEE\xFA\xABfHߓ\x9B\x92\xF2\xA6\xE5\xC9L)\x8EW~\x95\xE2\xB6\xC5ړV\xED\xD4fC\x8FKw\xDCq\xA1\x97\xAD\xFD\xE8G\xA1}A,\xAD'\xBF\xAD\xDAY\xC5\xF5\x86\x95\xFB\xFF\xA2\xBB\x86\xD5S\x94j\x96ꥸ\xDC|97*+\xBD\xECR\xEAJުR\x8FX1\xD8+\xE6'\xE65z\xD4˃]\xD2cN\xFA\xABDZԶCۯ}W\xEDW\xA0\xE4\xDF\xA3;\xD5&gt;\xE9\xD12%\x99\xE4L\xE5!_;\x92/K}n\xF4{\x88\xE5\x98_\x9E\xF2\x97W\xF4R\x9B\xB5\xADRR-\xA3o\xA0\xDAބ\xFE?\xF5\xAA\xA7\xC7q\xFCE@\xFAZ\xC0߹m)\xF9;\xFE\xCE7\xE4=\xF6\xA8w&amp;\xDFͨ\xF3\x8AỾ\xAD\xF3w~\xC34\xDF6`POD\xEA]\xCA?N\xE5\xFC\x8B C\x8FE\xBE\xD7\xF0\xE1\xEC\xFC`\xE8]J=@)\xF9Z\xE7/ \x9D\xBFt\xFE\x8Eo\xE8\xAD(L(\xFC\xE7/\x9Do\x87\xE1|\xC3`\xA7\x9E\xA8|ce\xA7\xF5\xAA\xB7&quot;_\xDB\xE1\xFC;=\x9C\xEF*\xD5\xF9g坯\x99q\xBE\xFB\xD8\xD0k\x96o/\xE0\xFCE\xA8\xF3/\x
 D6s\xFEq!\xE7\xDB\x84ޠ&gt;\xFE񏇼k\x9Az[*&amp;_\xBBz\xD5R\xDE|#\xE7\xD0[\x97\xB69&amp;\xD48\xC1\xF2\xE4\xBB\xCF+=*\xF9Z+\xF7\xE9O:\xCCR̯Fש\x9Df̘\xE1\xFC{U\x9C\xAF\xBD?\xF9\xF60\xE1\xFB\xEA        \xCBwu\xF2\xA8\xF5\xAB7(\xDF5lV\&gt;(l\xD9N=(\xF9\xEEf\x9D\xAFqq&gt;@ =o\xC5r\xF4]%\x87\xF1\xEA\xCB?
+\xE7\xFCw\xE7\xDBC\x84\xF5\xF8ګ\xB0h\x85a\xAD_\xDB\xF7\xE67\xBF\xD9\xF9ڥ\x90\xCFz\xFF˹YYi\xB3f\xCDr\xBE!X\x8F\xF4*\xF4n\xA5\xF1\xC5\xFC\xF8 (\xF4\xD2\xE5`\xA1\xD7*\x95{Y\xF2A\xA7\xF3\xEF3        \xCB\xF4\xB5@Ne\x93\xF4\x9C\xAF\xED=\xA1\xA9'-m\x9B\x98\xC2d9\xF8\x809\xF4\xA2\xA6\xDAԃ\x96|\xB4\xFFŞ\xAB\x8AeY\xF6{\x90\xBD\xAC\x94_\xDF\xFD\xB1S\xFE\xF0\x83\x84a\xDF邓m\xD1\xCB\xD7ڄ^\xB6\xD4ۗ\xF6e\xDF\xF8?\xCC\xF3\xAE߀\xFC.\xF2@\xE8{\x81L9\xECT\x84\xA4\x9E\x98t76\x90\xD6ru\xA7W+\x96Uk\xA2\xDA\xC5g\xE5\xE34=j\xDDѼ\xFA\xA7qj\xDD(i\xDF-m\xF8\xD7h\xBE\xFC4\xD5~\xC4\xAAt\xC79\xF6\xA5yT\xAB\xD1\xCA:\x95\x80\xE5[\xFB\xAC;\xF7\xAA\xDD).[3\xD4\xCBo\xBDu\xEAQ(=\xA46&amp;\xF9\xFC\xD5VR\xF2\xA1;-Bw\xE2\xF5O+\xB1\xDBIjȯ=\xBE\xA4ޡ\xB4\xBD\xB1!x\xD9rb\x99\xC6r.\x9B/?^\x86z\xFCH=Eu\xAAѵvu=\xC2T\xF6bEՂi]ڮvS\xBD\xB2\xAC\xF7{he\xB9y/\xD5&lt;\xE9\xF7\xA3\xB6%\xDAT\x93\x93O\xAA\x8D\xD1\xF8fe\x90\xFF\x9F@@\x81^
+t4\xE9冰\xEE\xEE\xE4\x90|oZ\xDDY;kA@H]\xA0\xAD6 \xA9o,\xF9\xB9\x80ھ(\xC5v=#_&quot;K@@X\x91\xA8Y\x91J{\x84۪nj|\xFB\x8C\xD0\x81UR#m5\xB8&amp;!\x80 \x80 ЪH\xABṘ \x80 \x80#\xE0\xAC\xB2@@hU\x80\xA4U)\xE6C@@\x81 \x80\x8C\x98\x90 \x80 \x80 \x80@\xAB \xADJ1 \x80 \x80\x8CX\x80dĄ,@@Z iU\x8A\xF9@@@`\xC4 #&amp;d \x80 \x80 ЪH\xABṘ \x80 \x80# 1! @@@\x81V@Z\x95b&gt;@@\xB1Ȉ        Y \x80 \x80\xB4*@Ҫ\xF3!\x80 \x80 \x80\xC0\x88@FL\xC8@@@\xA0U\x90V\xA5\x98@@F,@2bB\x80 \x80 \x80\xAD
+\x80\xB4*\xC5| \x80 \x80 0b\x90\xB2@@hU\xA0/\x90;\xEE\xB8Þ|\xF2\xC9V\xF3l\xB7\xDDv\x9B=\xF3\xCC3-\xCF\xDF3\x8E$\xCF\xF7\xDF\xBF]{\xED\xB5=ߌ\xC7\xDC\xEE\xBC\xF3\xCEQˇ\xCA\xF4\xC2 /l\xB8\xFC[n\xB9Ş~\xFA\xE9\xBA\xF3T\xABU\xBB\xE1\x86\xEAN\xAB#\xEB\x99]}\xF5\xD5\xF6\xE0\x83ve\x93e~\xD3M7\x8D\xFA\xBA}\xF4\xD1Q\xDD\xF7F\xBA\x8D\xF6\xCBv\x96݊g\xA7\xCA\x{1E99DE}
+\xC7\xD2v\xF2\x97\x9F\xF7\xD9g\x9F\xB5믿&gt;?\xAA\xEDϝ\xFE\xCDv\xAAZݐ\xE2\xB1Y&amp;\x97\r\x899\xE7Z]D\xC7\xE6[\xBAt\xA9i\xFB{\xEC\xB1\xDA2z\xE8\xA1\xDA\xE7\xB1\xFE\xA1\xDF\xCFOc\xD9_\xBF\xE3+\xAE\xB8\xC2t-\xA7}\xFF\xEE\xBB\xEF\xEE\xD9\xE6\x8E\xF6~\xD0Ά\x8F\xD5\xC5\xE3E;\xCB\x8B\xF36+@\xCE&lt;\xF3L\xDB~\xFB\xED-\xCB2\xDB\xFF\xFD\xED\xEDo\xBB\xBD\xEDmo\xB3\xA3\x8E:\xCA&amp;M\x9Ad\xAF\xFD\xEB\x87\xED\xF2\xC4O\xD8;\xDF\xF9N\x9B0a\x82\xDDs\xCF=M\x97\xA3\x83\xE9[\xDE\xF2\x9B8q\xA2\xFD\xEB_\xFFj:?\xCC0\x92&lt;\xEBG=k֬\xB0\xBD\xDF\xFB\xDE\xF7z\xBA9\xDA6\xD9d;\xFD\xF4\xD3G%:iO\x9E&lt;\xD9&gt;\xF8\xE0\xBA\xCB\xD7\xF5\xF1\xC7o[m\xB5\x95\xFD\xFB\xDF\xFF2\x8F\x8F\xDDv\xDB\xCD;\xEC\xB0!\xD3\xC6ꈢ\xD9}\xF7\xDD~\x9F/~\xF1\x8B\xED\xBA\xEB\xAE\xF5;\xFC\xF2\xCB\xC31\xE0\xC8#\x8F\xD5ui\x9F?~\xBC\xFD\xF6\xB7\xBF\xD5\xF5 g\xE1\xCD\xF6\xCBv\x96\xD9̳\x93\xE5\xFB\xEB_\xFF\xDA6\xDDtS\xFB\xEAW\xBF\xDANk\xF3*\xAF;S\xBD\xF5\xADo\xAD\x8Dk\xF7C'\xB3\x9D,\x87V\xB6\xA3\
 xEC\xD8\xFC\x97\xBF\xFC\xC5v\xD9e\x97f\xAD\xE4!γ`\xC1\x82p\xEC\x9B6m\x9A\xFD\xE4'?\xB1\xFF\xFD\xDF\xFF\xB5\xFF\xFA\xAF\xFF\xB2\xBD\xF7\xDE۾\xFF\xFD\xEF\xC7\xD9\xC6\xF4\xDF~??\x8De|\x9Dkt\xD0M\xD6}\xF7\xDD\xD7ƍg\xF9\xC8Gz\xB2ɣ\xBD\xB4\xBAQ\xC5cu\xD9\xF1\xA2\xD5\xE5\x8D\xD5\xF9\x9A \x87r\x88͜93l\xFFI'\x9Dd\xDF\xFAַ\xEC\xDB\xDF\xFE\xB6\x9Dv\xDAi\xA6\x83\xEDs\x9E\xF3\x9Ca۬\xB5\xD6Zv\xDCqǵ\xFC\xFD\xF5\xD7_?\xEC\xE8-\xA1dƿ\xFE\xF5\xAF!R\xCFO\x9E={v~\xB0c\x9FG\x92\xE7J\xA5\xB6W\x81^\xAF\x93\xF6\x83\xCD7\xDF|Բ񲗽̎8\xE2\x88\xD2\xE5o\xB8\xE1\x866}\xFA\xF40}\x95UV2\xDF _\xF8B{\xEDk_;d\xFCXQ4\xDBx\xE3\x8D\xC3\xC5G\xB7\xB6y\xA7\x9Dv
+'\x9C\xD1^\x9F\xF6 \xFD\x8EV^y\xE5\xD1^U\xDB\xCBo\xB6_\xB6\xB3\xC0f\x9E\x9D,\xDF7\xBC\xE1+\xB6\xC3;\xB4\x93\xBDA\xF3*\xAF\xBA\xC8I\x99t\xF27\xDB\xC9r\xB4\xA1\x85\x81x\x9E(;6\xCB\xE4\xD6[o\xB5\xED\xB6ۮ\xF0\xCD\xD1\xFC\xECg?kp\x80}\xEAS\x9F\xB2_\xFE\xF2\x97v\xE2\x89'\xDA\xC9'\x9Fl\xE7\x9Cs\x8E\xAD\xB6\xDAj\xA6\x9B|\x9DJq\xDB;\xB1&lt;\xE5Ky\xECT\xEA\xF7\xF3S\xA7\xB6\xB3\x93eЩ&lt;}\xF0\x83\xB4W\xBC\xE2v\xD0A\xD95\xD7\c\xBA\xA6\xDFG\xB7R\xFEzn\xB4\xF7\x83V\xB7\xA9x\xAC.;^\xB4\xBA\xBC\xB1:_K{I 2T \x92O\xBA\xFC\xCEw\xBE\x93&gt;/Y\xB2dȸ8\xA2X5\xBD\xD2J+\xC5I-\xFDmw\xFE\xE2B\xF5\xB8\x88N\xBE\xF9G\xBEN=\xF5T\xFB\xCCg&gt;S\x9C\xB5c\xC3#\xCD\xF3H\xBF?\x9C+Q\xC4^L\xBA\xD8(\xEE\xC5yF2\xDCh\xF9\xCAOt(;\xB8\xC5\xE9\xCD\xF2\xA0\xC7$\x8A\xFBa\xB3\xEF wz\xA3\xDF\xC2p\x97\x99\xFF^\xD1l$\x84\xF9\xE5\xB6\xFA\xB9U\xF3V\x97W\x9C/\xEE\x87*\xF3\xB2r/~\xA7\x9DᑖO+\xFBe\xCCO+\xFB]3\xCFF\xE5\xDB\xEE\xB6\xE8\xF8=\x9C\xDFs,\xE5\xB5^\x994\xCAG\xF1w\xD7l{\xA3]\xB3\xBF\xED\x94C\xB3e\x95
 M\xAFw\x9E\xA8\x97\xD5\xD0w#]v\xD9e\xF6\xFF\xFE\xDF\xFF 5ï|\xE5+\xADR\xE7l\xDD(\xECԣ\xCA\xF5\xB6}\xD0
+\xDB\xF8\xCF\xFEj\xAA/\xBD\xF4\xD2!ߊ\xFB֐        \x85\xF5\xE6+ _\xF1`\xA3\xE5\xF7j\xFF\xF1Fu`\xE7\x9F\xBE\xAD\xB7\xDEzaI\xAB\xAF\xBE\xBA\xAD\xB3\xCE:Xjk\x8B\xA8w=ר\x9CZ[jg\xE6\xAAw\xAC\xAEw\xBC\xE8\xCC\xDA\xD2\JKH٦)\xF2\x8D\xC1\x89\xE6\xD1ݘ\xFD\xE8G\xF6\xEEw\xBF\xDB\xDE\xF8\xC67\x9A\x9E1\x8EI\xCF\xC2i~]\xE8뱭\x85 \xC6Iᯞ&lt;\xF4\xD0Cm\xDDu\xD7+w\xBA\xEB`\xF2_\xB8\xF2\xCA+C \xA1\xF9u\x87T\xEBҳ\xAF'\x9CpBx\xB4@ՁzT\xE7\xC3\xFEp\xD6\xDD\xB5x\xC7;\xDEa\xFF\xFC\xE7?\xEDc\xFB\x98}\xF9\xCB_\xCF\xEB~\xF2\x93\x9F \xCF,s\xCC1\xB5|\xE9\xE0&gt;c\xC6 {\xDF\xFB\xDEg:\xB8k\xBB\x94\xF4\x9C\xED7\xBF\xF9M\xDB}\xF7\xDD\xED\xDCsϵc\x8F=6T9\xAA\xFA\xBBxr\xCD\xE7W\x9F\xEB\xE59\xCE\xF3\xFB\xDF\xFF\xDE&gt;\xF0\x81ؖ[niozӛ\x9A&gt;b\xA6\x9A(=\xA7G ^\xF3\x9A\xD7\xD8\xE2ŋâ\xE4\xF8\x92\x97\xBC\xC4^\xF0\x82\x84\xF5\xA9툆7\xDBl3\xD3:\x94\xAE\xBA\xEA\xAA\xDA\xF40&quot;\xF7\x9F\xB6A\xAA\xE1\x92e\xB1*UQ\xFD\xE8GCm\x88\xCD\xD33\xC71\xE99}}G\xE5\xAC\xF2\xD7\xE7xNw\xE7\xF4ȇ
 \xEC\x94t'Gw@\x9BՀ}\xE3\xDF\xCB\xFB\xF8\xC7?\xEE\xEC\xC5u5\xFA{\xF6\xD9g\x87ǹ\xF4؎\xB6#\xA6{\xEF\xBD7\xD4\xFC\xF4\xA7?\xB5W\xBF\xFA\xD5\xF6\xFF\xF7a\x92\xB6I\xFB\x85\xEE\xA2*?\xF1\xA4\xAD}\xF5\xE5/\xB9\xE9{J\xED\x94Q\xA3\xDFBX\x98\xFFO\xEB\xD1\xFA^\xF4\xA2\x85\xFD4&gt;\xBB}\xCA)\xA7\x84\xC7x\xE0\x810k;\xEB\x8D\xCB\xCE\xFF-ۗ5\x8F\xA5\xD4v\xFD\xEB_e\xA5\xDAN+\xEBw\xA3\xFC\xA9L\xF5{m\xA0\xFF\xF8\xC7?\xFB\x99\xD3+&gt;\xF6Q\xB6\xAF\xAA\x9A\xFAs\x9F\xFB\x9C\xED\xB9瞶hѢ\xF0\xA8\xA1\xCAYIy\xD6㖟\xFE\xF4\xA7\xC3~\xA4\xDFw\xFEb\xB9\x9E\x89.l\xCE8\xE3 \xDBg\x9F}l޼y\xE1w\xAB}\xB4\xDE\xEF\xF2\x8F\xFC\xA3}\xE1 _۽\xC7{\x84ߊ\xD6{\xFB\x{DDC7}ߡ\xEE\xF0\xEB\xF7\xAA\xC7X6\xD8`\x83A\xFB\x91\xE6kg\xBF,\xDBﴜ\xB2\xD4ȳ\xF8\x9DF\xFB\x9A~\xFA+\xE9K_
+}_\xFC\xE2\x8B_\xC3z~[5j\xFA\xEDj\xBB\xEB%=[\xAD\xC7 \xB5&gt;{\xFE\xFE\xF7\xBF\x9A\xAD\xCCT3\xFD\xFC\xE7?\xB7\xEF~\xF7\xBBᘫ\xDFT1\x95\xFDfuP\x9E\xB5/&lt;\xFF\xF9\xCFۑ\xFFn;\xE5\xA0\xEF\x95\xED\x8B:~j?\x8C\xF22P\x8D\xAA\x8EYJzܱ\xDEy&quot;L\\xF6\x9F\xCE/?\xFB\xD9\xCF\xEC\xBF\xFF\xFB\xBF\xC3y\xA4\xD5sE\xBD}9\xBFܲ\xCF:~\xE9\xD8%\x9BzI\x8F\xAB\xE6\x8F\xDFe\xDB\xDEl\x9F/\xDBv\xED\xD7:?걛\x97\xBE\xF4\xA5\xB5\xF6{\xF3\xE7\xCF\xE7\xB0\xF7\xBF\xFF\xFD\xE1X\xA0s\x9A\x8E\xF5\xAAR\xD29@\xFB\x8A\xA9\xD49W\xFB\xE8\x8D7\xDE\x8E1:\xF6\xE9\xDC\xF1\x87?\xFC\xA1\xDE&amp;\x85\xDFr\x8A\xE7\xA7f\xC6qc\xCBʨ\xAC \xE2\xF7\xE2߲c\xFDH\xCFq_|q\xB8\xD6\xD1u\x93j\xDBt\x8EP}\xE8C
+\xE5\xA7߷\xAE \xF4\xAF\xD8\xB3\xD1u\xC1o~\xF3\x9B\xB0,=z\xFD\xC8#\x8F\x98\x8E{:o\xEBw\xAF-\xBE\x{1B5BC5}\xDA\xD6x^\x8E\xDBZ\xEFz.Nkt\x9DR\xB6\xDF\xC6\xEFƿ\xDA'\xA7L\x99b;)\x9FJʣ\xF6\xD9\xF8\xBBjv|\x8A\xCBj\xF4\xB7\xAC\xCCGz-\xD7h\x9D}3͟\x9C\x9B&amp;'E-ꜿ(q\xBE-\x82Ӱ?\xE89Щ}\xF7\xBC\xF3\xCEs~\xA7\xAC+\xFB\xBF\xF3;e\xF6?\xBE0\xAF\xBF@þ\xF0\x9C\xBF@\x9F}#ưl!\xEF&lt;\xB8\xF3\xAF0\xECʵe\xE5?\xF8F\xCAa\xFA\x91G\xE9\xFC\x8F\xCD\xF9;3\xCEG\x95\xCE=a\xB68\xDDG\xC6a\xD8\xEF\xFCa~\x86\xFD) \xDF|\xF3͵\xC5\xFA \xE7/8j\xC3\xFA\xAE\xAFBs\xFE\xB9\xE20Ο\x9C\xDCk\xAC\xD6\xE5w8烧\xB0 09\xE880+\xC3\xFEY[F\xFEC\xCCSY\x9E\xFF\xF6\xB7\xBF9\xDF&amp;|ŷq\xDBl\xB3\x8DӲc\xF2'F\xE7/\x90\xE3\xA0\xF3\xCFm;_\x8BS\xF6\xCE\x82\xEE
+\xE3\xFC        \xDB\xF9\xBBΟð?\xF1\x87ag2 \xEB\xAF\x9C\xA9\xF6\xFD\xFC\xE1\xE6\xDE\xF3\x9E\xF7\x84Q\xFA\xBElb\xF2U\xAB\xCE3\xCE_,:\xFF#v\xFE\xC2\xD9\xF9c\x98,a\xE1\xFC        8 k\xBEM\x87{ի^\xBF\xEE|\xE4\xFC\x85lmXӦN\x9DZ\xF6\xC1=\x8EP\xD9\xE6T\xC6\xDA\xFDA \xCE2\xE8\xAF?0:'&amp;\xEC\x9F*w\x85\xED\x8E3\xF9`\xCD\xF9 \xA80\xA82\xD5~\xE3ba\xD8׈\x85\xFCi\x8FiΜ9η?\x83\xCD\xCA(~G\xFD\xF2\xF3\xE9\xB3o\xAC\xE7V]uU\xE7kk\x93~\xF7\xBB߅ߙF4[o\xD1L\xE5&quot;#\x95\x91R\xA3}Y\xD3\xFDE\x81\xF3\xF6\xCE\xE8t&gt;(p\xFE΍\x9B;wn\xD6\xFF\xF3?\xFF\xE3\xB4_\xD6K\xDAW\xB4\xAF\xF9\x93\x84\xF3\x81\xAD\xF37\xC2\xFA\xFD\xE3\x99a\xF6F\xFB\xAA\xF2z\xE0\x81\x86\xEF\xFB\x8B)\xA7m\xF1\xC1a؏\xFDŦ\xF37\xC22\xB4,m\x93l\xC2p\x99\x89\xBF\x90        e\xAFy\x95m\xC3{\xDF\xFB\xDE!\xD9V\x99\xFB@\xC9\xF9;wa\xDA'&gt;\xF1        \xE7O\x80᳎Q\xEFz׻\x9C|%l\xD3\xC3?\xEC\xFCŶ\xF37:j\xCBiw\xBFl\xB4\xDF\xD5\xBA\xECC3\xCFb\xF96\xDB\xD7\xFC\xA3N\xC7&lt;%\xDFn#8\xFA\xC0! \xFB \xC7\xDAq\xC7_:\xBC\x
 85\xF1e\xFF\xE9\xF7꟱\x93\xF5{\xD7\xEF\xD9_l\x87\xE1f\xA6\xF9s\x85\xBF0u\xFE!|\xAF\xD9o\xD6_\xE0\xD4\xCAI奲\x8D\xC7\xF2vˡѾ\xA8\xCC\xC8^Ƿ\x98\xB4|\xAD/\xA6\xE2yB\xE3\xF3\xC7f\xA0\xD5\xCE\xFAӟ\+犲}9\xAE\xB3\xD1_0\x86\xFC\xE9\xD8\xD5,5\xDA\xF6V\xF6\xF9\xE2\xB6\xEB\xF8\xEEۄ:m\xB3\xB6S\xBF\xA8;\xDF63\x9C7\xB7\xDDv[\xA7:'\xEA\xE7I\xAB\x9D+\x94\xD7-\xB6\xD8\xC2\xF9@\xB6\x96m\x9D\xFF\xFD\xA34a\xF8\xA2\x8B.*\xDDS=?\xB5bܨ\x8CS,\x83޲͎\xF5#9\xC7\xF9ڪP\xBE\xFEqp\xA7󢎑&gt;@p:\xE6\xEA7\xA2r\x89\xC9?\xE8t\xAD\xA3\xD4\xCAu\x81o3U\x9B_\xDF\xD11\xCB\xDF\xD3ǐ\xFC\xCD        \xE7\x9388\xE8o\xBD\xEB\xB9F\xD7)\x8D\xF6\xDBA ^6\xA0\xF3\xB2\xAEt^\x8CI\xE7Cߘ&lt; 6:&gt;\x8F\xD5\xFAB\xFEx\xA1\xE1fe&gt;\x92k9-\xBF\xDFS[5 \x8ALuGH\xFF\x9E\xF7\xBC\xE7+\xAA~WCr5~\x8BI5\xB1!\xAC\xEEX\xEC\xB5\xD7^\x9F\xDD\xF7\xFA!wTu\xB7\w\xB8t7E\xEBiֻ\x8A\xBFh0ݥT4\xAA\xE7\xFEt\xE7\xC4c\x9B\xAA\xF3\xA98\x9C\x9F\x96\xFF\x9C\xBF\xBB\xAA\xFC\xEAn\x98\xEE|*\xE9y^++\xFA\xD7|j|\xA9\xE4/\x9EC\xF
 A\xFD\xF6\xDB/\xE4\xB9\xF9\x87\x99r\xFF\x95\xE5YwyUm\xA9\xBB\xB7\xBA\xAB\xA0\xBBȺ;\xE4\xBC\xB9o|\xD4]-'\xDF\xD8Zw\xC0twRwt\x95T#\xA4\xBBJ\pAV\xAF\xBB\xBA뤤\xBB\xC3e\x8D\xBDu\xA7F\xEB\xFE\xC7?\xFEy\x92o&gt;\xE9yc\x95\xA5\x9Eqԝ\xE6XN\xAAa\xF2'\x8E`\xA2\xF9U\xFDx\xF4\xD1G\x87\xED\x89\xF9PY\xE4\x9D}P7h8\xBF\xDD=&lt;ɷ9RMEL\xAD\xB4\xF1x\xEEs\x9F\xEEҪfN\xFB\x85\xB6\xDB\xC2&quot;\xB4o\xA9\x96MI\xFB\xA7\xEE\x92\xF8\x83vV^\x94_ՎDw9iJ\xED\x94Q\xA3\xDFBXX\xEE?\xFD\x8E\x94\xA7|'\xB2\xCEzs\x8B\xAD}l\xB4/k&amp;=.\xA2\xBB\xFCZ\xA7\xD2FmjdԘOɟ8\xC3~\xA0\x86\x85e\xC9_h\x84ZO\xDD)\xF2m&amp;KՂ4\xDBW\xE3&gt;$o\xD5\xA9J\xED|\xB4\xAB}B\xAC\xCAW\xE7j\x{1DDCB2}\xD0\xFE\xE5\x9A\x90M\xF9i_\xFD\xCAW\xBE2$\xDB&gt;\xE0 5?:~(\xE5\x8FU:F\xA9\xC6PyWM\xAE-вT\x9B\xAA\x9B\xE1엍\xF6\xBB!\x99\xF3#\xCA&lt;\xEB\xCD\xDBh_\xD3\xFE\xABc\xB0E+i\xBB\xD4HYw\xC6\xF3Iw\xB5\xA8\xE6\xB5,\xFD\xF9\xCF\xC7\xDD\xDDWRY\xA8\xE65\xA6F\xA6\xAA\xD9S\xAD\xABjA\x95Tk\xABcuLe\xBFYu\xE0\xA1
 L\xB9\xEBب\xBF*c5\xA0o\xB7\x9A\xED\x8B\xCAK\xF1\\xA1\xFD\xB8\x98\xE2&gt;X\xAFa\xB5i\x94qL\x9A\xB7ٹ\xA2l_\x8EǠ\xB8\xACzu\[s\xCD5\xC3\xEF\xAD\xDE\xF48\xAEٶ7\xDB\xE7\xE3r\xF2ۮ\x9A\x95\x81j\xAET\x9B\xBD\xF6\xDAk\x87Z{\xD5d꼩\xFDI\xC7\xDD\xC9\xD61N\xE7
+\xDDQΧ\xFC\xF2t\xDEQ\xDB\x81h\xBB\xEE\xBA\xEB \xC7\xFCwR=?53nVF\xD1 o\xC7ſ͎\xF5#9ǩ\x86K\xB5X:.\xBF\xEEu\xAF 5\xC7zʢYj\xE5\xBA@\xB5\xF0\xAA\xD4\xF9XI\xD7+&gt;\xC8        \xE7+\xEB8\xA6Z\xB1vR\xD9uJ\xA3\xFD\xB6\xDE\xF2\xF5\x8C\xCEC?\xF8\xC1\xC2d\xE5Q\xB5\xF1\xBAFmt|\xAA\xB7\xAC\xE2\xB8V\xCA|$\xD7r\xC5\xF5\xF5\xE3p[\x88UP\xC1\xEA$\xAF\x8B\xE0x2҆餦\xC0B#U\xF7\xAB\xAAJ\xC1J:y鑥\x98T}\x97\xBF\x80\x8E\xE3\xE3_]\xC4\xEF\xC6qſ:\xE0Ťek~\x9D\xA0ZM\x8D~Ȫ\xEET\x90OZ\x87\x96_\xB6\x9D|\xB4C5Jeyօ\xBB\xC3\xD9z\xEB\xAD\xC3?]4\xA9\x81\xFE$\x97\xAB f] \xE5\xF3\xA7\x8B$_k\xBA\xC1\xD3|\xBA\xB0\xF3w+\xC3\xE3V@\xA1\x86a\xFA\xF1)\xF9;\xC3\xE1 
+\xFF)0\xD1z\xD5\xF0]\x8F7蠓Oy\xB7|9\xE9q \xFD(\xF3\xCF=\xAAW*%=\xDE\xD1nR\xE4ktB\xEF.\xF1\xBB\xF1\x82 \x9F\x878\xAD\xDE_\xE5OI\xC1\x99\x92.\xF4\xB5]z\xDCHU\xBDJ\xF9\xFD\xCCߵ        \xEBT\xAF2j#\xA4m\x89%\xED\x94Q\xA3\xDFBXi\xE1?\xDF2Rc:\xE0\xB4n]p+\xB5\xB3\xDE\xC2b\xC3`+\xFB\xB2\xB6\xFB\xBF\xF8E8\xF9\xAB\xDA[\xCF\xF5\xEB&quot;O\xFB\xB3N:\xE14J\xF9\xFDZ\xA2\xBA\xD3rZ\xD9W\xE5\xAB\xEF\xEB{1\xE9&quot;&amp;\xBCPy\xC7r\xD0&lt;\x8DL\xE2|\xD1/.3\xFFW\xCB\xD3#e\xDA\xC7&gt;\xFF\xF9χ\xE5\xC5}$?_\xFC\xB7O\xC3\xD9/\x9B\xEDwq=\xF1o\\x9F\x86\xF3\x9Eqz\xFEo\xA3}M\xC7\xDD\xF8\x8C\xDF9\xFC\xF0\xC3k\xCFkk\x9C\xCAW\x8F8\xE5\xBD\xE3\xBC\xF9\xBF*݈\x89A\xA1\xA6\xE9\xE27\xFE\x99\xAA,\xFC\xCD\xF0\xFBS\x80\xA9\xE3ٳ\xD0\xF9߬\xDBUy\xC6\xE3\xA2\xFEj\x9BN\xF4+\xAD\xDB-\x87V\xF6\xC5\xFC\xF6\x8E\xE6\xE7\xFC\xB9\xA2Ѿ\xDC,\xBAԱBB\x8D\xD2p\xB6=\xEE\x83e\xE74\xE5[\x9D\x92IJ\xD1\xCD8kt\x8D\xA0\xA4\xFD!\xEE\xD6\xF2\x8A\xCB\xCAO\xD7\xCD\x83tS@\x8F\xFB\xCF;Z\x86\xD2X:?升SF&quot;\xCB
 \xFFo\xF5X\xAF\xF3\xEAp\xCEq\xFA-ƛ\xB2\xCB\xD7\xDA\xF8S+\xD7\xBA\xF45\xCD\xE6k+\xC3\xC2\xF4\xBB׍/݌\x8D\xE7gk\xA5\xFC\xBE\xA4\xF9\xF2\xC3\xF9\xEB\x94f\xFBmqZ\xAFnLꆚn
+\xA8\xE9\x80n8+5:&gt;\x97So\xB8\x952ɵ\\xBDu\xF6۸\xB6\x90b\xE6\xF5,pL\xDAQT0\xBA\xF3\xEC\xAB
+Mw\xB5bR\x89\xF5\x9C\xC5\xE9#\xFD\xAB\xA3v\xB8x\xF2jey\xF9T\xF3\xE7\x87u\xA6x\xB7&amp;\xF6D\xA5i\x9DH\xF9&lt;+\xA0\xD0ŵ\xEE\x96\xE5\xFF\xD5;I뮓R\xBD\xFC\xE9G\x93.*u\xC7Q\xE5\xA2\x8A\xCAJ\x81\x88\xBA;ֺ\xF2|\xF1;\xFA\xAB\x8B\xC8T\xCB\xE1\xABYó\xDE\xF9\xE9e\x9F墶5
+&lt;cRP\xA5\x8B\xF8\xE1\x98\xC5n\x99u\xB0\xECT҉M\xD3:\xE0\xD5{nZw\xEDt\xA7N\xC1\x89\x9E\xF9\xCC\xD7\xB5SF\x8D~ \xF5\xB6E\x89z\xFE^:\xE8BO=\x8A\xC4\xD4\xCEz\xE3w\xF2[ٗc{-݅ҁV\xFB\x8D\x82\xB5q\xD2ݧ\xF8\|~\xB9\x8D&gt;k\xDFV\x8DI\xAB\xFBjqY\xBA\xB3[\xEF}3\xF17:R\xADO\x88\xB6U\xCF0k_\x8F\xCB.\xE6\xA58&lt;\x9C\xFD\xB2\xD9~W\Gq8z\xC7k\xB8Ѿ\xA6㮞        o\x94tI\xBFy\xD5J4J\xDAn\xFD+\xDEɻ52U͘\xDA\xFB\x9Cu\xD6Y\xA1]\x95\xF2\xD6,\xE9X\xA2c\x8A.J\xF3\xC7E\xDDli\xB7\x86\xBB/\xF3\x98\xDF\xDE\xE2\xB4\xE1 \x8Fd_\xD6M%\xA5\xB26;1?\xA3\xB1\xEDʷ\x9E\xC1ϗ\x8B&gt;\xEB&amp;T\xAB)o\xA9\xDAm\xFF\x88]hǩY\xFFj\xDDŌ\xD5\xF3S\xABe\x947+\xB5r\xAC\xEF\xD49\xAE\xB8\xEE\xB2\xE1V\xAE t\xAE\xD0yYݭ\xFBG\xC3\xD3&amp;\xAAu\xD6+S/Z\xA9\xFDh\xE4\x92\xCF\xDBp\xF6[\xBDvB\xE7#\x9DU\xA3\xA3N\x8C\x94\x9F\xF2\xEB,\xFB\xDCj\x99\xF7Z\xAEl\xBD\xFD4~D\x886ķ\xA5\x8F?\xA9*Y)_-F\xF8\xFF\xD4Mw\xDD\xF3I\x8D\xA3;\xF5.U\xEF\xABj0G.n~\x9D\xF9\xCF\xC5i~\x9A\xAE*R\xCEϣF\xED\xAAiPc\xEEN\xA4|\x9
 E\xE5S\xEC^O\x8F6\x83 \xADW'_U\xE7\xEAny&gt;)\xAA\xF2\x8EI\xB5T\xFAQ\xFA\xE7C#bՈ\xC8GUz\x8Dj\x9Ft\xAC\x83\xBC~hj\xA4\xAF\x8B\xE2x\xB2\x8Fˮ\xF7W\xFE\xF2\xD2\xC5VLz\x91\xCAA\xD3bjV.q&gt;=Z\xA2ߊ\xE3\xF5\xB7ՃM\xFE;\xFA\xAC\xBB\xAFo~\xF3\x9BC+QqZVu\xB0z\xFE\xD9\xFAp \x8C\xE3\xDB)\xA3F\xBF\x85\xB8\xBC\xE2_Ղ\xE8\xC2_\xE1\xFC\xBBu\xDAYoq\x99ne_֝8\xE4\xD5HXU\xDDU\xD7&gt;\xA2\x9A\xA2Fw\xAB\xEB\xADO\xE3\xF0걟V\xF7\xD5\xE2rT\xF6\xBA\xD3]L\xB1\xDCGj\xA2\x8B\xF2ؘ2.\xB3\xB8\xAE\xB2\xE1\xE1역\xECwe\xEB\xD3\xF8\xE8Yo\x9EF\xFB\x9A\xEE\x90\xEB\x91u\x8D\x93.\xF2\xC7݌\xD0&gt;\xA7\x9A        eIۭ\xBB\x94\xF9e\xE5\xE7md\xAA\x93\xB7\x8EO\xEA\xD8@zW\xAC\x8D\xCD/\xA3\xF8Y\xFB\xA1\xEE\x9A\xC7\xA0q\xBA\xFB\x89]\x82\xB7z|hu_\x8C\x8F\x81\xC4u\x8D\xF6ߑ\xEC\xCBj\xAEI\xAA\xC5+Kz\xB5\xD5m/[F\xBD\xF1*        Z~L:\xB6\xEB&quot;\xADՔ?\xBF꼣\xDA]\xE8o\xFE\xE6f~yc\xF5\xFCԉ2j\xE5X/\xCBN\x9C\xE3\xF2e\xD2\xE8s\xAB\xD7\xBA\xC8\xFEկ~zn\xD3g՘꘤\x9Bb\xEAںY\xCA\xEFK\x8D\xE6\xCE~\xA
 B\xE3\xA8\xD7#\x82:Ŏ\x97\x9FZ\xC9O\xABe&gt;\xDCk\xB9F\xFD2\xAD\xA5$\xF6Ɠ\xEF\xD5J\xA0\xC7t'Y\xCF\xEAD\xA7;1\xBA#\xA7\xC7/t\x81\xADgu\xC2SOQ\xBA\xA0\xD6s\xDE\xEAmD=J\xE9bK\xD5y\xF1ч\xF8W\xCB\xD52\xF2\xC3WL\xF9\xBB\xFDj۠\x9E\x94Tu\xAB *\x9D\xA4Te\xA6\x8BI]\xB0\xC7v\xB1
+Qy\xD4v頩q\xBA\xC8\xD6\xF6\xE9\xAFz\x82х\x98\x83\x8AIU\x89\xBEAk\xB8\xF8՝\xA5\xFC\xC9J\xF9ն6Jey\xD6A\xD5Ϻ\xE0\xD7I^\xBD\x88\xE8.\xBCvP%\xAD/~WA\x84z\xA0Quė֫\xB7\x81\x8BI}\xC0\xEB\x99n]\xC8)bWM\x84\xBF\x90C|&amp;&lt;Λ\xFF\xAB\xE5\xCAFI\xCBSMV\xACY\xD26ƞ\x9A4]ñ\x9Ct\xABjlK\xA0\xE9\xAAIQ\xCDQ\xAC\xB2\xD4]~U\xFDjz6]V,\xCD/\xFFXM\xBF\xC5[\x84gAuq\xA4 %\x95\x81\x92\xAA.\xEB\xA5|~4=\xE6M\xFB\x93\x8CT\xB6\xBEC\x80(\xE9`\xE7ɗ\x9B\xB6C5Oj\x8F\x94\xBF8mVFaa\xCB\xFEk\xF4[\xC8ϗ\xFF\xAC ~\xED\xB7z\xA4B\x8Fh\xC4\xD4l\xBDy3}'\xEEqi\xB6/\xC7\xF5蠯\x8B\xF8\x95\xF4W'{\xED3\xCDR\\x97\xE6ӝm\xD5Z\xE9\xA3\xAD\xEC\xAB\xFA\xAE\xB6!\xFF̻\xF2\xA2\xE3E\xBCi\xA1\x8BW-W7;t`od\xF3˾^\xDEջ\x88\x92\xF6\xAD[\xDB\xF7\xE5#\xC6&lt;\xC5e\xE9X\xD1\xEE~\xD9\xEA~\x97\xCFg\xDC\x8D\xCB{j8\xE6-\xCE\xD3h_S\xE0\xA3}Iu\xD0ź\x8E\xC1\xBAPQ\xD22\xB4\x8D:~\xEB\xB1&amp;\x95YY\x8D\x89z\xF9\xD31%\xB6\xA9ѱO\xF3\xEA7\xA5}\xB6\x91\xA9\x8E\xA5já\xA4\xDA \xBD\xD0V\xBF/\xA5F\xBFY\xE5S\
 xC7 =\x9E\xA3\xE3\x92,$\xCB@wr\xA7L\x99\x82\xA7V\x8E\xAD\xEC\x8BZ\x97zjұTǨ\xF8HH|\xEC\xB6x\x9EP\xFE\x95\x97X\x8E\xC7Ǹ\xCF\xC4\xF2*;W4ڗ\xB5&lt;\xDD\xD0\xD1q\xB8\xDE\x8D \x80\xEA\xFC\xA7G\xA2\xF3\xF3\xA8\\xD5.R\xBF\xA1V\xB6=\xE6\xB3\xDE&gt;\xAF|\xB7]7\xB2t7Y\xFB\x85~\x9F:\x96+ \x8A\xE7-/\xBF\xCDr\xC9gu\x93+\xFE\x9EuP^\x95t Ty\x97\xDD\xE8K\xF9\xFC\xD4ȸ\x952*\x96A\xCB\xFD\xD7\xEA\xB1~\xB8\xE78\xED\xE7q\xBF\x8E\xAB\x8D\xC3\xF9\x8B\xDA\xCE8\xDC\xCAu\x81\x96\xA5\xA4*{m\xA3.\xF0\xF5\xDBVm\x9A\xF1˟\x87\xE3z\xE3_ͯ\x94\xBF\x9ES\x9E\xE2\xEFP\xD34\xF3\xD9l\xBF\xD5\xFC\xF5\x92n\xEA\x910=!S\xA3\xE3\x93\xF2\xCB;|и8\xDCJ\x99k]ý\x96\x8B\xF9\xEC\xEB\xBF\xFE\xA0\xD50\xF9;\xF3\xA1W&amp;\xBFᯯs\xFA\xA7T\xFCz\x87\xF1;\x9B\xF3\x86\xD0 \x96\xBFSz\xB7\xF0F\xE7O~\xA1\xE7 r\xFE\xC7\xE1| z\xDCQN\xFE\xE0\xE5\xFCNz\xC6в\xFD\x8Ez\xDA\xF1\x8DC\xAF
+\xEA\xC9\xC0Ԇ\xE4̜͟\xAFe        =%\xA8\xF5Ơ\x9Es\xF2I=\xF9 n\xE7/~C\xEF&gt;\xFE\xC2\xD8\xF9}\xE8]Gy\xF5;N\xE8yG\xDFW\xF2ʡ'&quot;_\x83\xE0b\xEF=ʇ\xE6\xD3\xF6\xAB'\xBF:qzo\xF1wOC\xFD\x9Dj\xE7O\xC0\xCE7P
+þ\xF1\\xE8U(\x9F}n\x96g-\xD7ȃ\x8D,ԛ\x94\xBF\x88 \x8BQ&gt;\xE4\xA6mP/0J\xFEb\xC9\xF9\xC6Qο\xF8ǩ\xC7$\xF5@\xE2\x980-\xFF\x9FzXQ/
+1\xF9\xA0\xD0\xF9\xBBeq\xB0\xEE_\xF5L\xE2\xAB\xC0\x9Doz\xF2]ą\xF9\xE4\xE0\xCB        =\x9B\xF8 \xA7^1|\xB0z\x88\xF0w(\xC3&lt;\xFE\xC4\xED\xFC\x8FP\xFE\xFE\xC4\xE7|zʈ+\xD2&gt;\xE2\xCE7J =z\xA8G*\xF5x\xA1\x9ER\x94Wq\xD5#\x8FL\xFC\x89-\x8C\xD3~\xE6H\xA1\xAC\xD5;\x92\xEF\xEA\xAF\xD6CR\\xB6\xBF3\xEBT~\xF2\xF3nؗ|mGV\xAF\xFE\x87\xEF|'        a\xBF\xF0ϻ\x87\x9E̴&gt;\xF5\xD4&quot;\x97|R\xBE|\x90\x93\xF2SVF\x83f\xF4\x8D~ \xC5y\xF3\xC3\xFE\xC4\xEB\xA2e\xDFh\xDF(\x9A\xA99m\xAB d/?\xA5\xB2}9\xAEC\xFD\x85G\xF8]\xE7\xC7\xF9\xE0#?X\xF7\xB3RBoh\xFE\xC2\xD6\xF9\x8BS\xA7\xDEl|g \xB5y\xED\xAB&gt;\xA0t\xFE\xF1\xB3\x90_\xDF\xFDn\xE8AG_\xF4*N\xCB\xF3ww\x9D\xBF( =\xC0\xF9\x8B\xAD\xD0s\x9Bo+SZ\xFE5\xFCN\xB5\xFD\xEA\xB1I\xFBh\xBD\xE4/\x98\xC3~\xE5\x9Fi\xCBTOR\xFEdzd\xF3m ¾\xA6eh{\xD4\xFB\x97,5\xEC/\xDB\xDE/\xB5\xFEV\xF7;\xCD\xDB\xC8\xD3_)\xDFf\xFB\x9A\xAE\x9C\xEFX \xE4\xDF\xDFm\xC7:\xADG\xBFg\x9F}@\xE5\xD4K\x9FzCӰz2\xF45_\x9AeH\xF27s\xC2\xF1\xDE\xD7&gt;8\xFF\xC8D\xE8\x89
 O\xC7*߰\xDD52U\xEF[Z\x8FzO\xD4\xFE\xEDi=\xF4\xB5\xF2\x9Bվ\xE4\xEF4\x86\xFC\xEB\xF8\x93\xEFլ\x9D\xE3\x836\xA6Ѿ\xA8\xE9&gt;+\xE7 \xEDw:\xC7\xF8Z\x9Ap\xCEӹL\xA9x\x9E(\x9B\xFD\x85t\xD8W\xB5\xAF\xE8\xE7/\x8A\\xB3sE\xA3߷\xD6\xE9\x87߁\xCE!eIe\xAC\xB2\xD5\xF1L=\xFA\x80\xD3\xF9\xBB\xC6\xCE?r[\xFBJ\xA3m׹F\xC7\xD7F\xFB|q۵\xE0Y\xB3f\x85\xDE!\xF5=\xB1X\xEB9O\xE7)\xD3*\xF44\xA7\x9E\xADT\xFE:\xC9U\xC7z%\xFD\xDE\xF5=\xE5U=g\xF9Z\x8F\xF0\x9B\xF77\xB0Bo\x9B\xFAN\xBD\x94\xEA\xF9\xA9\xE3Fe$\x8BzeP4j\xE5X\xAF\xEF\xB4{\x8E\xF37\xC31Rǒػ\xA9~\xF3\xBA\xAES9\xFA\xBB\xF4\xB5Au,\xD5\xEF]\xE7'\xA5f\xD7a&amp;\xFF\x9Fz\xF9\xCA\xF7N\xAA}D\xBF\xA1F\xA9x=\xD7\xCAuJ\xD9~\xDBh=:?\xEAzGLj|*;&gt;\xD5;V\x8FZN\xB32\x8F\xEBε\\xFCn?\xFF\xD5]\x93\x8E%L\xB5C\xC4\xE4#\xBD\xF81\xFCU\xE1\xA9[\xCBN$]\xA4\xA8\x90˒\x9C\x98\x8A\xF9Pua\x91O\x9A_\xA9\xF9\xA4a]\xF0\xE7\xCD\xCF\xD3\xCE\xE7fy\xD6z\xD4ea\xABI\\xBE\xD6\xC9\xB7/\xFF}\x95I&gt;\xB71?M\x9Fe\xA3\x9BN\xA6\xFA;\x9C\xA4\x8Bw]\xD0\xD
 4Kʏ\J\x8D\xF2\x9D\xFF\xAE\xAF\xA9
+\x81\x9F\xBE\xAB`v$)\xAE[\xCBж\xD6[^#\xA3V˨\xD9o\xA1\xDE6\xE8d\,\xAF8_\xAB\xEB\x8D\xF3\xFF\xB6\xB2/\xB7\xBB,/\xC5ekX\xBF\xFF8F\xBDIa\+\xFBj\xF1\xCB\xFE\xAEU\xE8\xE6S\xE3\x8B~\x8D\xA9I~_hu_\xD4zcjg\xBF̯\xABl\xBF\x8B\xCB\xD5\xDFf\x9E\xF9y\x9B\xEDk\xFA7:V\xE6\x97\xD5\xEC\xB3~/\xDAn\xA5ze\x92\xDF\xCEhc:\xF6\xABL\x87\x93l\xE8\x86U\xBD\xD4N9\xE8\xFB\xCD\xF6\xC5x\xB1\xF3\x9F_g\xBD\xF3D~\xFAp?\x97\xED\xCB*\xBB\xE8\xDDl\xD9Z\x86.\xF8\xFF\xE1\x83\xE8\xB2cw\xB3mo\xB4\x8Ez\xDB.#]$j\x9Fn7\xE5\xB7K\xDF\xD7~\x9CWoy\x9AO\xDB6V\xCFO\xDA\xE6FeT\xAF \x8AN\xC39\xD6\xE7\x97Q\xB6/\xE6\xE7\xCE\xE7F\xD7Z^\xF1\xFCS.[\xA7\xF6        幝\xD4\xEE~\xABnwuS\xAC,5:&gt;\x95}'?\xBEQ\x99\xC7\xF9\x8A\xE7\xE3V}\xE2\xF7\xFB\xF1o\xA6L\xF9\x96\x84=\xF0\x95PŬg\xEB\xF5ؠ\x85!!\x80 \x80@o\xF4(\x97        \xD3 r\xD5\xD3[\xEC\xF8\xA1\xB7\xB9;ko\xA9+\xC8\xD8\xD9\\xB6\x81\xFE\xD0\xF3\xF0\xEAD\xEF[Q# \x80\xF4V@=\xF0\xA9\xE3!\xB5\x83\xF55O\xA3PԀ\x8C*\x8BD\xA0U\xFF\xACs\xE8\xE5H\x8D\xD0\xFD
 3ҭ~\x8D\xF9@@`\xD4y\x86^\xBC\xAD\xAE\xDAI\x9D \xE9\xBC)KD@@\x81\xC1*\x81a4 \x80 \x80t^\xA0\xA5D}(\xEB\xA5r\xA3\x99|O)\xA1\xEF\xFF\xD1\\xCBF@@\x81\xDE
+4+@N;\xED\xB4\xF0r\xBD8p\xB4\x92\x9E\x83\xDFy\xE7\x9D\xED\xADo}\xEBh\xAD\x82\xE5&quot;\x80 \x80 \x80@4+@\xF4\xA6V\xBD\xB5t4\x93ގ\xEB_\x9C\xDE\xD6=\x9A\xEBa\xD9 \x80 \x80 \xD0[\x81\xA6\x88\xB2\xE7\xDF*\xDEU0Y\xF5/
+\x8B]i\xA5\x95̿\xE9v4V\xC12@@@\xA0OZ\xBE\xE2\xF7\xAF\x8C\xEF)\xD8h\xA3\x8D\xEC\xA5/}\xA9\xE9\xC5i1\xF97 \xDB        '\x9C`\xFC\xE0\xED\x8Do|c\xF8\xAC\xF9\x95.\xBE\xF8b;\xF6\xD8c\xEDc\xFB\x98}\xEAS\x9F\xB2+7\xDC\xD0.\xBA\xE8&quot;S\xBB\x92\xE3\x8F?\xDE&gt;\xFB\xD9\xCF\xDA\xDB\xDF\xFEv\xFB\xFB\xDF\xFF\xFE\xFA7\x9D\xDA\xFB\xDE\xF7&gt;\xDBw\xDF}\xC3\xFA.\xBC\xF0\xC20޿\xD1\xD7&gt;\xF7\xB9\xCFٞ{\xEEi\x8B-\xB2\x89'\x86\x97\xC4 \xFA2 \x80 \x80 З- ?\xFF\xF9\xCFM/M\xFBկ~ez;\xE4\xEB^\xF7:[\xB2d\x89\xE9E\xEA\xAF~\xF5\xABm\x8F=\xF6\xB0/~\xF1\x8B6{\xF6l\xBB\xEC\xB2\xCBB \xA2-V\xEDɯ\xFDk\x9B;w\xAE\xBD\xE4%/\xB17\xBF\xF9\xCD6~\xFCx;\xE4\x90Cl\xBF\xFD\xF6 \x81\xC9\xC9'\x9Fl\xB7\xDF~{\xAD\x96e\xE9ҥv\xF4\xD1G\xDB'?\xF9I\x9B?\xBE\xBD\xFC\xE5/\xB7&lt;\xD0z血\xF8\xB7\xBF\xFD-\xBC;\xE1\x8A+\xAEA\xD1v\xDBmח\xB8d
+@@ \xAC&lt;x\xB0|h\xE6̙\xF6\xCAW\xBE2\xCC\xF0\xF9\xCF&gt;\xF3\xE6\xCD \x88j4.\\xA6)\xE0P\xF0\xA0Z\x8F .\xB8 \xBC\xC0\xE5\x85/|a\xA8\xA9PТ\xFE\xF3\x9F\xED\x8F\xFC\xA3\xFD\xE2\xBF\xDFɲ\xCC^\xF3\x9A\xD7\xD8?\xFE\xF1\x8F0\xFC\xB3\x9F\xFD\xCC\x84\x9C}\xF6\xD9ax\xED\xB5׶\xFD\xEB_\xA1\xC6㠃\xB2}\xF6\xD9\xC7\xFE\xF4\xA7?\xD9q\xC7\xC7\xCBۂ\xFF!\x80 \x80 \x90\x86@\xCB\xC8s\x9E\xF3\x9C\xDA\xED\xBE\xFB\xEE\xE1\xF3-\xB7\xDC\xD5h(\xF0\x88i\xB7\xDDv UC\xA17H\xAE\xBE\xFA\xEA\xA1'\xAD8]\x8FN\xA9\xD6b\x9Du։\xA3l\xCD5׬Հ(\xA0\xD9|\xF3\xCDm뭷\xD3\xF5w\xEAԩa\x9CFhy
+Jxst\x8D\x8F \x80 \x80$!\xB0&lt;jh#\xBBz5\xBD\x92q\xE3ƙ\xDAd\xFC\xF3\x9F\xFF\xB4Gy\xC4\xD6[o\xBD\xB0\x94\xBD\xE8E! \xD1#Z\xF5\xD2=\xF7\xDCc\xFA\xA7ǷT\xFBS\xFC\xFC\xEF\xFF;LS׼$@@;-\xB7\xC9o\xB2\xDAk\xA8\xF9\xCB^\xF62\xDBa\x87B\xB0\xA0\xC6\xE61饅z\x84J\xD3\xEA\xA5        &amp;\xD8\xC3?&lt;\xA8!{~\xBE\xAD\xB6\xDA\xCA~\xF7\xBBߙ\xB7Ǥ\xE5\x9D{\xEE\xB9q\x90\xBF \x80 \x80 \x90\xA0@\xCB\xC8\xFE\xF3\x9F\xDA\xE6\xA9\xED\xC7\xF4\xE9\xD3\xC3cT\xEA\xF5\xEA/x\x81\x9Ds\xCE9\xB5\xE9\x97\r\x89M\x9A4)42\xD7H}WKLӦM\xB3\xD5V[;򕯄Qz \xBA\xAE\xABV\xE4\xC9'\x9F\xB4#\x8E8\xC2T \xA2\xF9n\xBB\xED6\xBB\xF1\xC6C\x8FX\xBB\xEC\xB2K\x98_\xCB{ꩧ,v᫑
+\x80\xDE\xF3\x9E\xF7\x84`(\xCC\xC4 \x80 \x80 \xD0w- zC\xF9w\xBE\xF3\xFB\xCCg&gt;\xBAͽ\xFE\xFA\xEB\xED\xD4SO+\xA3@B\x8D\xC5\xD5(\\xDD\xE3*Q\xE3r\xF5\x96\xA5\xF7z\xFC\xE4'?        \xC1\x85Ɵq\xC6\xE1;\x9Bm\xB6\x99\xA9\xA1\xF9o~\xF3Sm\xC8\xDE\xF0\x86\xD0FD\x8Fu\xA9Ǭ-\xB7\xDC\xD2~\xF8\xC3\xDA\xF9\xE7\x9F\xAF\xAB\xCB]5\x80W[7\xFA\xAE\x94\x93N:\xA9\xD63\xD6\xFE\xF0\xFB\xF6\xB7\xBF=\xA8֤\xEF\xB4\xC9 \x80 \x80+\xB8@\xE6\xDBa\xB8V+\xD4\xD6C\xEF\xF1\xD0K륛o\xBE9Lӻ9ZI\xAA\xC1P׺Z\xE6\xD3O?\x97翧6$w\xDEygR\xCA\xD6\xE7\xD7f\xA8\xA7,-\x8B\x84 \x80 \x80\xFD)\xD0Vҟ\x9B@\xAE@@@ \x81\x96\xC1Jec\xC8' \x80 \x80\xF4\xB7H\x97\xB9C@@`L        \x80\x8C\xA9\xE2dc@@\xE8o\x90\xFE.r\x87 \x80 \x80\xC0\x98 S\xC5\xC9\xC6 \x80 \x80 \xD0\xDF \xFD]&gt;\xE4@@\x811%@2\xA6\x8A\x93\x8DA@@\xA0\xBF@\xFA\xBB|\xC8 \x80 \x80cJ\x80dL'\x83 \x80 \x80@ \x80\xF4w\xF9\x90;@@
 ƔȘ*N6@@\x81\xFE \xE9\xEF\xF2!w \x80 \x80\x8C)\x901U\x9Cl  \x80 \x80\xFD-@\xD2\xDF\xE5C\xEE@@S c\xAA8\xD9@@\xFA[\x80\xA4\xBFˇ\xDC!\x80 \x80 0\xA6V.ۚ,\xCBMr\xCEՆ\x8B\xD3\xE2\x84\xFC&lt;q\x9C\xFE2\xFF\x80\xC6H|\x8A\x86e\xCBʻ\xF3@@\x81~\xA0\xA4\xDFJ\x84\xFC \x80 \x80 0\x862'}y\xD5FnC\xE3\xF7jݩ\xB9\xF9\xD85\x81\xB3\xCE4\x9B:u`u%\xC5ֵ\xBC\xB0&quot;@@\x86#@+\xC8p\xD4z\xF0$@@R(mRܰE G1\xDCU\x81)]]+C@@`4\xA8+U\x96\x89 \x80 \x80uJk@bg\x83{ê\xBBFvM \x96K\xD7VȊ@@\xE8\xA05 \xC4dQ \x80 \x80 \xD0X\x80\xA4\xB1S@@@\xA0\x83 \xC4dQ \x80 \x80 \xD0X\x80\xA4\xB1S@@@\xA0\x83 \xC4dQ \x80 \x80 \xD0X\xA04ћ\xD0\xE3\xDB\xD0/b`\xEAaS\xF66\xFD\x8B\x89\xE1\xF6&lt;\xA2[\xB3\xBF\xED\x96K\xB3\xE51@@\x81n
+\x94 \xDD\xCC\xEBB@@\x81C \xF3\xEF\x95p\xF565\xD6~T\x97Mm\xF5M\xE8 \xA6,\xA8\xB78\xC6\xA6,\x98R\xD3x\xF0\x81\xE6\x9F:u`\xBE\x92bk\xBC\xA6&quot;\x80 \x80 \xD0c\x81\xD2\xB6\x9B\xAF\xF8\xF8\xD5q\xB6\xA0ݯ\xAE\x90\xF3G\xAF3,\!\xB7\x9F\x8DF@X1:\x80\xF9N:\xA98&amp;\xD1\xE1\xBB:\xBB!'\x9D\xDA\xD9\xE5%\xAAJ\xB6@@VP\x81\x8E \xF1N~\x9BO\xAD\xA0\xECf\xD1k\x85`\xC3@@VH\x81\xD2F\xE8jc\xD0\xF3vj\x9E\xF2\xE4\x93+d\xC1\x94mt_\x94KY\xE6\x8F \x80 \x80@\x81\xD2\xA4\xC9\xF7\x86L.v\xBB;d\x86\xE1\x8C\xF0\xC1G\xF6\xC3盃\xBF\xA3\xE5\xDC{\xEF\xE0q=\xAFo\xABG@@\xA0\x99@\xC7\x90f+\xEA\xE5\xF4\xCA\xFD\xF7[\xB6hQ/\xB3\xC0\xBA@@@\xC0 \xF4M\x90\xCA嗛\xBB\xEA*\xCBV\xF6Y\xDAm7\xABn\xB5U\xAD\x80*^80m\xB3ͬ\xBA\xCF&gt;fk\xADe\xB6d\x89U\xE6\xCF7w\xCB-a8\xF3\xE3\xAB&amp;\x98=\xFA\xA8U\xFA\x9E\xA5\xFCr\xDC=\xF7\x98t\x90\xB9s\xCE1\xF7\xF8\xE3\x96͚e\xEE\xC8#k\xCB\xED\xE5ڀ\xF4R\x9Fu#\x80 \x80\xF4J\xA0?j@y\xC
 4\xDCE\x99\x9B&gt;ݪhv\xF3\xCD\xE6\xA0\xF7\xD0Cfk\xACa\xEE\xE8\xA3ø\xCAW\x84\xF1\x95+\xAF4{\xE2        s3gZ\xB6\xE7\x9E\xE6\xE6\xCC        ӳ\xA5K\xADz\xD9ef&gt;Xq3f\x98\xDB`\xCB8\xC0*[l\xD17\xC1G\xAF
+\x9B\xF5&quot;\x80 \x80 \xD0k\x81\x8E #j\xD3\xE0 {\xFAi\xAB\p\x81e\xBE\xA3\xBA\xFF\xFEfYl2_\xDBQ\xDDi'\xB3UW5\xDBqG\xB3\xDBo\xE3\xDD\xE2\xC5\xE6&amp;O6[{\xEDP[\x92\x8Dg\x95\xBB\xEF\xF0?ު\x9Aw\x95Uz\xED[\xBA\xFEy\x95.\x95         \x80 \x80\xF4\xB7@i\xA27\xA1Ƿ\xA1\x8F\xFA&amp;\xAC\xB6\x9A\xB9\xE3\x8F7[w]\xCB,\xB0\xCA\xE9\xA7/_\xA5\x9FVKz&lt;+\xBE\xB8\xDD,\x96\x9F\xA6\xCF\xE7S\xD6ǁGm[\x86\xF9\xA1\xAB\xE52\xCC&lt;\xF25@@\xCAJ\x90\xB2/\x94\x8DW\x9B\x86\xE1\xB6k\xC8\xFCcV\x95\x9Bn\xB2\xEA\xCE;[u\xDA4s&gt;h\xF6\xD4Se\xAB
+\xE3\xB3\x{DDB3}̷        \xC9c\x8F\x99\xF3\xBD\U'N\xAC\xFB\xE7\xD7g\xDD\xF9\x8Eī\xEEF2@@\x81:\xD6}$\xDB\xEAT\xF31o\x9Ee\x97\2Ў\xC37Bwz,˷\xF1(Kz,+\x9B=;!\xCE\xD7|d\xFB\xEDgn\xA5\x95\xEA\xCE\xEE6\xD9\xC4\xF4@Wv\xCA)\xE6\x8E=\xB6\xEE&lt;\x8CD@@\x81\xD1\xE8X\xA26+J\xC7ق\xF0\xB7\xAD\xFF|\xE0P=\xEC\xB0гU\xE8\xBDjY\xFB\xF5v\xE5N8\xA1\xB6\xA8\xAAoXn\x87&gt;0\xEC\xDB~\xB8c\x8E1{\xE6\x99\xD0֣Z\xA8\xCCq\xEB\xAFoV 2\xFC4w\xD4Qf\xCF&gt;[[V\xAF?D\xAF\xE1\xD6\xF5:\xFF\xAC@@\x81\xE1t,\xCEʇ|g8m7\xF2\xED@\x86,\xB00\xA2\xA4\x86\xA40\x83 \x80 \x80 0J @\xE2\x9D\xFCSF)\xA7cl\xB1\xD1k\x8Cm\x9B\x83 \x80 \x80@C\x81\xD2\xC4\xC5\xF7p\x84\xD6+\x97\xC1\xC4.
+\xC4r\xE9\xE2*Y \x80 \x80(+@\xDA]Cl\xD30\xAC6 \x{DBAC}\x95\xF9\xABՁny\xD7\\xB3\x95\xB9\xBB&gt;O\xF4\xA2&amp;\xA4\xEB\xF4\xAC@@\xA0\x87놷\x87\xDBP\xD5\xEAAk֬\xFA\xD3\x8B \x80 \x80=\xE8X+H\xBC\x93O\x90\xD6\xCA1z\xB567s!\x80 \x80 06:\x80 \x87\xA3r\xF1\xC5f\xEB\xACc\xD5m\xB7\xB5\xCA\x{DDDB}]z\xA9U&gt;8,\xAAr\xC6\x9F}\x97\xBC\x95\xF9\xF3\xCD\xDDr\x8B\xA9[\xDEl\x9F}\xAC:a\x82٣\x8FZe\xE1B \xDD\xF6\xDEsO\xE8\x92W/3t\xFEM\xEA\xE6{\xBB\xCAv\xD9\xC5\xFCCX\xB5T\xB9\xFCrs\xFEŅ\x99ަ\xEE\xDF3R\xDDj\xAB\xDA4&gt; \x80 \x80 \x80@w:\xF6\x96\xDA4\xC4v+-g]\xEF\xEC\xB8ᆁٯ\xBFޜ\x82\xBD\xB1\o6\xF7\xFFl\xD5U\xADr\xE5\x95ᅄn\xE6L\xCB\xF6\xDC\xD3ܜ9/+\\xBAԪ\x97]f\xE6\xDF+\xE2f\xCC0\xF3m&gt;\xDCܹ!@q\x87b\xB6x\xF1\xF2l&lt;򈹋.27}\xBAU&lt;\xD0\xEC\xE6\x9Bޠ\xBE|\x8E\xAE\x96W\xD7s\xC9
+@@\xE8\xAC@i\x92\xF9\x9A\xFDͤ\x9A\x8C\xEA\xDDw\x87U\xB8{\xEF\xB5l\xF2d\xAB\xDCz\xABUn\xBBͲe5\xCEΏ7\xFF\xE2A\xD5Zd\xE3\xC6Ye\xD9wl\xFCx\xAB\xEE\xB8cxa\xE5\xCE;-\xDBh\xA3\x81\x9A+_\xABb\xBB\xEE\xBA&lt;\xEBz\xAB\xBA[z\xE5\x82 ,\xF35'\xD5\xFD\xF7\xF7\xAFE\xDDm[\xBE\xF2\xCE~\xEAF\xB9t6\xC7,+@@\x81\xE5{+\xB6ih\xAB+\x88\xF1`E\xC1\xC2]w\x85G\xB1\xDC6\xDBX\xB6hQx\xAC\xCA&amp;Mȥ,\xFF\xB2A}\xD68߻U\xE6\xBF\xEF\xE2\xB6\xE6s\xAB\xAF\xA7\x84\xEF\xBB㏷\xEC\x9Ak,\xF3\x8Fhe\xBE\xB6\xA4z\xC4˧\xF7\xE0S\xF4\xEA\xC1\xAAY% \x80 \x80=(\xAD\xE9Z\x8E\xB6\xDC\xD2\xDCy\xE7\x99m\xBD\xB59\xFFH\x96\xD3\xE3R\xF7\xDDg\xD5M7+Yȶ\xDB\xCE2\xDFv\xC3\xF4^=\x9A\xE5kJ\xAA'ɞƹ;\xEE\xF3\xE8q\xACL\x8Fn-K\xD9C\x99ڇTw\xDE٪Ӧ\x99{\xF0A\xB3\xA7\x9E\x8A\x93\xF9\x8B \x80 \x80]\xE8X+Hl\xFF\xD1\xEE{@\x9C\xAC\xCA͛g\xEE\xD0C\xC3&amp;go\x98\xBB\xCA@lT\xDDi'\xCBf\xCFA\x88\xF3\xB5\xD9~\xFB\x99\xF3\x8Ḋ$\xDF^D+\xCF\xDD\xC9'[\xA6Z\x95v\xA8\xCD\xE2\x
 D6]\xD72\xBF\x8E\xEC\x92Kڏ\xF8F\xE8N\x8Fe\xF50E/jBzX\xAC@@\xA0\xEB @\x86\x9Bs\xE7\xDBq؉'־\xDAgԆ\xFC\xDF\xF6\xC3s\x8C\xD93τ\xB6\xD5e\x81\x89jK\xEC\xD8c\xF3sZ\xD57R\xB7\xDDw7\xE7\xDBw\x84 e\xEF\xBD\xA6\xFB\x80\xA5z\xD8afK\x96 \xF4\x9A\x95h\xFB\x8FA\xCB \x80 \x80        
+t,\x89w\xF2L%\x85|;\x90F\xABP7\xBBeɷ\xE9\x97\xBD\xFA%?\xE4@@\x81n\x94^\xAD;\xB5\xB9\xF0\xC9Y\x9A\xBDEu\xAF\xEB\x88\xE5ҋu\xB3N@@F*P\x80\xB4\xBB\xE0ئ\xA1\xDD\xD8Hce3ZIDAT6 \xED\xAEg\xAC\xCC\xBD\xA8        +%\xCAv \x80 \x80\xB4&quot;\xD0\xFB^\xB0Z\xC9e\xB3yT[\xA3\x92@@@\xA0\xAF:V\xEF\xE4\x8FZ\x90F\x8C&gt;\xF8\xC8N;\xCD\xDC        '4\x9A\xAB\xAF\xA6E\xAF\xBE\xCA\x99A@@`\x94\xC6F+\xC8(#\xB1x@@\xE8\x8C@\xC7j@b\x9B\x86N\xB4\xA9\xDCv\x9B\xB9\xF3\xCF7\xE7_X\xF1/*\xAC\xEE\xBBo肷\xE2\xC7\xD9z\xEB\x99\xD3K}w\xBC\xD9{X\xD5Oϧ\xCAܹ\xE6\xFC \xDD&amp;\x9B\x84ѕ9s\xCCM\x9El\xA1\xBB\xDF\xFC\x8C=\xFE\xBD\xA8        \xE9qA\xB0z@@\x81\xAE
+\x94րd\xFE]\xFA\xD7\xF5\xE4\xDBs\xB8\xB3϶l\xAF\xBD\xCCf\xCCo6\xAF\}\xF5@6~\xD8\xEC\xDAk\xCDM\x9Djٔ)\xE6\xCE=wh\xF66\xDAȲ8\xBF4\xCB)\x98\xD9pá\xF3%:\xA6g咨\xD9F@\xE8/\x81\xD2\xA4\xDDl\xEAN~'\xEE\xE6W\xEE\xBCӲ+6\xB0\xAAC\xBA^B\xA8 \xDA\xE2\xC5˳3i\x92\xD9ZkYu\xF3\xCDͪU\xB3\xC7_&gt;\xCD\xAAn\xBF\xBD\xB9o \xE3*\xD7]g\x99ވދ@jP\xAE\x86t\xCAk\xE8\x92\x83 \x80 \x80@\xFF
+d\xFE\xBD/\xFC(\xE41\xD6~T\x97M=\xEB\xCC\xC2 \xF6D\xC0W\xFE\x84TRl=\xC9+E@@\xA0U\x81\x96j@&gt;Z\xE5d&gt;@@h$дzeY3\x90\xFC\xF7X;R\p~\x9E\xFC4\xE6\xD0\x89O\x99aޙ\xCF \x80 \x80\xF4\xBB@K5 \xFD\xBE\xE4@@\xD2(m\x92F\xF6\xC9% \x80 \x80\xA4$@+HJ\xA5E^@@H\\x80$\xF1$\xFB \x80 \x80\xA4$@\x92Ri\x91W@@ I\xBC\xC9&gt; \x80 \x80)        \x80\xA4TZ\xE4@@\x81\xC4@/@\xB2\x8F \x80 \x80@J )\x95yE@@ q\x90\xC4 \x90\xEC#\x80 \x80 \x90\x92HJ\xA5E^@@H\\x80$\xF1$\xFB \x80 \x80\xA4$@\x92Ri\x91W@@X\xB9,\xFFY\x96+\x9A䜫+\xA7\xC5        \xF9y\xE28\xFDe\xFE\x8D\x91\xF8+˖\x95w\xE73 \x80 \x80\xFD&amp;@+H\xBF\x95\xF9A@@` d\xFEN\xFA\xF2\xAA\x8D܆\xC6;\xEEպSs3\xF2\xB1kg\x9Di6u\xEA\xC0\xEAJ\x8A\xADkyaE \x80 \x80 G\x80\x90\xE1\xA8\xF5\xE0;
+&gt;H \x80 \x80\xA4.P\xDA\xA4\xB8a\x8B.(\x8Eb\xB8\xABS\xBA\xBA6V\x86 \x80 \x80\xC0hP2\xAA,@@\xEA
+\x94ր\xC46\xCE\xF7\x86Uw)\x8C\xEC\x9A@,\x97\xAE\xAD\x90!\x80 \x80 \xD0Aj@:\x88ɢ@@@\xA0\xB1Hc\xA6&quot;\x80 \x80 \x80@@:\x88ɢ@@@\xA0\xB1Hc\xA6&quot;\x80 \x80 \x80@@:\x88ɢ@@@\xA0\xB1@i\xA27\xA1Ƿ\xA17^\xC4\xC0\xD4æ\xECm\xFA\xC3\xEDyD\xB7f\xDB-\x97f\xCBc: \x80 \x80\xDD(+@\xBA\x99        օ \x80 \x80+\x86@\xE6\xDF+\xE1\xEAmj\xAC\xFD\xA8.\x9B\xDA\xEA\x9B\xD0LYPoq\x8C+LY0\xA50\xA6\xF1\xE0 \xCC?u\xEA\xC0|%\xC5\xD6x!LE@@\xA0\xC7\xA5/&quot;l7_\xF1\xF1\xAB\xE3lA\xBB_]!\xE7\x8F^g,X\xB8Bn?\x8D \x80 \xB0b
+t,)\xF2\x9DtRqL\xA2\xC3wuvCN:\xB5\xB3\xCBKT\x95l#\x80 \x80\xAC\xA0 @\xE2\x9D\xFC6\x9F,ZA\xD9͢\xD7
+ \xC0\x86#\x80 \x80\xAC\x90\xA5\x8D\xD0\xD5Ơ\xE7\xED \xD4&lt;\xE5\xC9'WȂ)\xDB\xE8\xBE(\x97\xB2\xCC1@@\x81&amp;\xA5H\x93\xEF+\x99\\xECvw\xC8 \xC3჏\xEC\x87?\xCE7G˹\xF7\xDE\xC1\xE3z&lt;4*^=\xDE&amp;V\x8F \x80 \x80@3\x81\x8E \xCDV\xD4\xCB\xE9\x95\xFB\xEF\xB7lѢ^f\x81u#\x80 \x80 \x80\x80\xE8\x9B6 \x95\xCB/7w\xD5U\x96\xAD쳴\xDBnV\xDDj\xABZU.\xBCp`\xDAf\x9BYu\x9F}\xCC\xD6Z\xCBl\xC9\xAB̟o\xEE\x96[\xC2p\xE6\xC7W'L0{\xF4Q\xAB,\xF4=K\xF9\xE5\xB8{\xEE1;\xE8 s\xE7\x9Cc\xEE\xF1\xC7-\x9B5\xCBܑG֖\xDB\xCB\xB4\xE9\xA5&gt;\xEBF@\xE8\x95@Ԁ&lt;򈹋.27}\xBAU&lt;\xD0\xEC\xE6\x9B\xCD7@        &amp;\xCC\xD6X\xC3\xDC\xD1G\x87q\x95+\xAE\xE3+W^i\xF6\xC4\xE6fδl\xCF=\xCD͙\xA6gK\x97Z\xF5\xB2\xCB\xCC|\xB0\xE2f\xCC0\xB7\xC1\x96p\x80U\xB6آo\x82\x8F^6\xEBE@@\xA0\xD7 @FԦ\xC1\xF6\xF4\xD3V\xB9\xE0\xCB|+Fu\xFF\xFDͲ,\xD8d\xBE\xB6\xA3\xBA\xD3Nf\xAB\xAEj\xB6\xE3\x8Ef\xB7\xDFƻŋ\xCDM\x9El\xB6\xF6ڡ\xB6$7\xCE*w\xDF=\xE09~\xBCU5\xEF*\x
 AB\xF4ڷt\xFD#\xF2*]*@@\xE8o\x81\xD2DoB\x8FoC\xF5MXm5s\xC7o\xB6-X`\x95\xD3O_\xBEJ?\xAD\x96\xF4xV|q\xBBX,?M\x9F5Χ\xAC\x8F\x8Fڶ \xF3CW\xCBe\x98y\xE4k \x80 \x80\x94        \x94 e_(\xAF6+\xC3mא\xF9Ǭ*7\xDDd՝w\xB6\xEA\xB4i\xE6|\xD0쩧\xCAV\xC6g\xDBmg\x99o3\x92\xC73\xE7{\xB9\xAAN\x9CX\xF7;\xCE$\xAEϺ\xF3\x89Wݍd$ \x80 \x80        t\xAC\xFAH\xB6թ\xE6c\xDE&lt;\xCB.\xB9d\xA0\x87o\x84\xEE\xF4X\x96o\xE3Q\x96\xF4XV6{vB\x9C\xAF\xF9\xC8\xF6\xDB\xCF\xDCJ+՝\xDDm\xB2\x89遮\xEC\x94S\xCC{l\xDDy\x89 \x80 \x80\xA3/бDm\x94\x8E\xB3\xE1o[\xFF\xF9\xC0\xA1z\xD8a\xA1g\xAB\xD0{ղ\xF6\xEA\xEDʝpBmQU߰\xDC?|`ط\xFDp\xC7c\xF6\xCC3\xA1\xADG\xB52P\x99\xE3\xD6_߬d\xF8i̞}\xB6\xB6\xAC^\x88^í5\xEAu\xFEY? \x80 \x80\xC3\xE8X2\x9C\x95\xF9\xCEp\xDAn\xE4ہ Y`aDI+Ia.@@@`\x94:\x80\xC4;\xF9 \xA6\x8CRN\xC7\xD8b\xA3\xD7\xDB,6@@\x81\x86\xA5\x88\x8B\xEF\xE1\xAD'.\x83\x89]\x88\xE5\xD2\xC5U\xB2*@@:&amp;P\x80\xB4\xBB
 \x86ئaXm@\xDA]Y+\xF3W\xAB\xDD\xF2\xAE\xB9f+sw}\x9E\xE8EMH\xD7\xE9Y! \x80 \x80@:\xD6+o\xB7\xA1\xFE\xAAՃ֬Y\xF5\xA71@@z&quot;б\x90x'\x9F6 \xAD\x95c\xF4jmn\xE6B@@`lt,G\xE5\xE2\x8B\xCD\xD6YǪ\xDBnk\x95\xDBo7\xBB\xF4R\xAB|pXT\xE5\x8C3&gt;\xFB.y+\xF3盻\xE5S\xB7\xBC\xD9&gt;\xFBXu\xC2\xB3G\xB5\xCA…\xBA\xED\xBD\xE7\x9E\xD0%\xAF^f\xE8\xFC\x9B\xD4\xCD\xF7v\x95\x{DC8B}\xF9\x87\xB0j\xA9r\xF9\xE5\xE6\xFC\x8B 3\xBDMݿg\xA4\xBA\xD5V\xB5i|@@@\x81\xEEt\xEC,\xB5i\x88\xEDZκ\xDE\xD9q\xC3+\xB3_\xBD9!zc\xB9\xDEl\xEE\xFF٪\xABZ\xE5\xCA+\xC3         \xDD̙\x96\x{DE67}\xB99s^V\xB8t\xA9U/\xBB\xCC̿\xC4͘a\xE6\xDB|\xB8\xB9sC\x80\xE29\xC4l\xF1\xE2\xE5\xD9x\xE4s]dn\xFAt\xABx\xA0\xD9\xCD7\xBCA}\xF9]\xFF4,\xAF\xAE\xE7\x92&quot;\x80 \x80 \xD0Y\x81\xD2$\xF35\xFA7\x9AI5ջ\xEF\xABp\xF7\xDEk\xD9\xE4\xC9V\xB9\xF5V\xAB\xDCv\x9Be\xCBj(\x9C$\x9Co\xFEŃ\xAA\xB5\xC8ƍ\xB3ʲ\xEF\xD8\xF8\xF1V\xDDq\xC7\xF0&quot;\xC2ʝwZ\xB6\xD1F5\xBEV\xC5v\xDD
 uy\xD6\xF5Vu\xFF\xB6\xF4\xCAX\xE6kN\xAA\xFB\xEF\xEF_\x8B&gt;\xBA۶|\xE5\x9D\xFDԍr\xE9l\x8EY \x80 \x80\xCB:\xF6Vl\xD3\xD0V\xFF\xE2\xC1\x8A\x82\x85\xBB\xEE
+\x8Fb\xB9m\xB6\xB1lѢ\xF0X\x95M\x9A4\x90K8X\xFEe\x83\xFA\xACq\xBEw\xAB\xCC\xDF\xC5m)\xCC\xE7V_=N        \xDFw\xC7o\xD95\xD7X\xE6\xD1\xCA|mI\xF5\x88#\x96O\xEF\xC1\xA7\xE8ՃU\xB3J@@z&amp;PZҵm\xB9\xA5\xB9\xF3\xCE3\xDBzks\xFE\x91,\xA7ǥ\xEE\xBBϪ\x9Bn\xB2\x90m\xB7\x9De\xBE\xED\x86\xE9\xBD$z4\xCBהT'N\x92=\x8Dsw\xDC\xE6\xD1\xE3X\x99\xDDZ\x96\xB2\x872\xB5\xA9U\xA7M3\xF7\xE0\x83fO='\xF3@@\xBA$б\x90\xD8\xFE\xA3\xDD\xF7\x808\xFFX\x95\x9B7\xCFܡ\x87\x86M\xCE6\xDE840w\x95\x81ب\xBA\xD3N\x96͞\x82\xE7k9\xB2\xFD\xF63\xE7\x99I\xBE\xBD\x88\x9E\xBB\x93O\xB6L\xB5*;\xECP\x9Bŭ\xBB\xAEe~\xD9%\x97 \xB4\xF1\x8DН\xCB\xEAa\x8A^Ԅ\xF4\xB0X5 \x80 \x80@\xD7:\x80 7\xE7η\xE3\xB0O\xAC}=\xB4Ϩ+\xF9\xBE\xED\x87;\xE6\xB3g\x9E        m=\xAA\xCBՖر\xC7\xE6紪o\xA4n\xBB\xEFnη\xEFA\xCA\xDE{L\xF7K\xF5\xB0\xC3̖,\xE85+\xD1\xF6\x836\x96@@\xE8X\xEF\xE4/\x982J
+\xF9v \x8DV\xA1nv˒o3\xD2/)z\xF5K~\xC8 \x80 \x80\xDD(\xBDZwjsᓳ4{\x8B\xEA^/\xD6˥\xEBf\x9D \x80 \x80\x8CT\xA04iw\xC1\xB1MC\xBBm@\xDA]\xCFX\x99?zQ2VJ\x94\xED@@hE\xA0\xF7\xBD`\xB5\x92\xCBf\xF3\xA8\xB6F/0$!\x80 \x80 \x80@_ t\xAC$\xDE\xC9\xB56 \x8D}\xF0\x91\x9Dv\x9A\xB9Nh4W_M\x8B^}\x95)2\x83 \x80 \x80\xC0( \x8C\x8D\x90QFb\xF1 \x80 \x80 \xD0\x81\x8EՀ\xC46+\x9DhR\xB9\xED6s\xE7\x9Foο,\xB0\xE2_TX\xDDw\xDF\xD0oŏ\xB3\xF5\xD63\xA7\x97 \xFA\xEEx\xB3=\x{1B0A9F}\x9EO\x95\xB9s\xCD\xF9\xBAM6        \xA3+s昛&lt;\xD9Bw\xBF\xF9{\xFC9zQ\xD2\xE3\x82`\xF5 \x80 \x80](\xAD\xC9\xFC\xBB2\xF4\xAF\xEBɷ\xE7pg\x9Fm\xD9^{\x99͘\xDEl^\xB9\xFA\xEA\x81l&lt;\xFC\xB0ٵך\x9B:ղ)S̝{\xEE\xD0\xECm\xB4\x91eq~\xFFh\x96S0\xB3\xE1\x86C\xE7KtL\xCF\xCA%Q/\xB2\x8D \x80 \xD0_\xA5H\xBB\xD9ԝ\xFCN\xDCͯ\xDCy\xA7el`U\xFF\x86t\xBD\x84P/\xB4ŋ\x97gg\xD2$\xB3\xB5ֲ\xEA曛U\xABf\x8F?\xBE|\x9A\xFFT\xDD~{s7\xDE\xC6U\xAE\xBB\xCE2\xBD\xBD\x81Ԡ\+\x
 E8\x94\xD7\xD0%3@@\x81\xFE\xC8\xFC{%^\xF8Q\xC8c\xAC\xFD\xA8.\x9Bz֙\x85쉀\xAF\xFC        \xA9\xA4\xD8z\x92'V\x8A \x80 \x80@\xAB-Հ|\xB4\xCA\xC9| \x80 \x80 \xD0H\xA0i#\xF4ʲf \xF9;\xEE\xB1v\xA4\xB8\xE0\xFC&lt;\xF9i\xCC?\xA01\x9F2ü3\x9F@@\xE8w\x81\x96j@\xFA}#\xC8 \x80 \x80\xA4!P\xDA$\x8D\xEC\x93K@@HI\x80\x90\x94J\x8B\xBC&quot;\x80 \x80 \x90\xB8H\xE2H\xF6@@HI\x80$\xA5\xD2&quot;\xAF \x80 \x80$.@\x92x\x92}@@R I\xA9\xB4\xC8+ \x80 \x80\x89 \x80$^\x80d@@\x81\x94@R*-\xF2\x8A \x80 \x80@\xE2 \x89 \xD9G@@ %\x90\x94J\x8B\xBC&quot;\x80 \x80 \x90\xB8H\xE2H\xF6@@HI\x80$\xA5\xD2&quot;\xAF \x80 \x80$.\xB0rY\xFE\xB3,4\xC99W.N\x8B\xF2\xF3\xC4q\xFA\xCB\xFC#\xF1)\x96-+\xEF\xCEg@@\xFAM\x80\x90~+\xF2\x83 \x80 \x80\xC0\xC8\xFC\x9D\xF4\xE5U\xB9+\x8Dwܫu\xA7\xE6f\xE4c\xD7\xCE:\xD3l\xEAԁՕ[\xD7\xF2Š@@\x8E5 
 \xC3Q\xEB\xC1w|\x90@@H]\xA0\xB4+Hq\xC3-\P\xC5pW\xA6tum\xAC @@\x81\xD1\xA0d4TY&amp; \x80 \x80\xD4(\xAD\x89m \x9C+\xEE+\xAB\xEER\xD95\x81X.][!+B@@\xA0\x83Ԁt\x93E!\x80 \x80 \x80@c\x90\xC6&gt;LE@@\x81
+\x80t\x93E!\x80 \x80 \x80@c\x90\xC6&gt;LE@@\x81
+\x80t\x93E!\x80 \x80 \x80@c\x81\xD2DoB\x8FoCo\xBC\x88\x81\xA9\x87M\xD9\xDB\xF4/&amp;\x86\xDB\xF3\x88n\xCD\xFE\xB6[.͖\xC7t@@\xBA)P\x80t3\xAC @@V \x81̿W\xC2\xD5\xDB\xD4X\xFBQ]6\xB5\xD57\xA1/\x98\xB2\xA0\xDE\xE2W\x98\xB2`JaL\xE3\xC1\x98\xEAԁ\xF9J\x8A\xAD\xF1B\x98\x8A \x80 \x80@\x8FJ_D\xD8n\xBE\xE2\xE3W\xC7قv\xBF\xBAB\xCE\xBD\xCEX\xB0p\x85\xDC~6@@`\xC5\xE8XR\xE4;\xE9\xA4\xE2\x98D\x87\xEF\xEA솜tjg\x97\x97\xA8*\xD9F@XA:\x80\xC4;\xF9m&gt;Y\xB4\x82\xB2\x9BE\xAF\x80+G@X!J\xA1\xAB\x8DA\xCF\xDB\xA8yʓO\xAE\x90S\xB6\xD1}Q.e\x99c&lt; \x80 \x80MJ\x90&amp;\xDF2\xB9\xD8\xED\xEE\x90\x863\xC2\xD98\x9Co\xFE\x8E\x96sc\xC7\xF5xhT\xBCz\xBCM\xAC@@\x81f @\x9A\xAD\xA8\x97\xD3+\xF7\xDFo٢E\xBD\xCC\xEBF@@/\xD07m@*\x97_n,[\xD9gi\xB7ݬ\xBA\xD5V\xB5\xAA\x\xE1\xC0\xB4\xCD6\xB3\xEA&gt;\x{362DD56}ْ%V\x99?\xDF\xDC-\xB7\x84\xE1̏\xAFN\x98`\xF6\xE8\xA3VY\xE8{\x96\xF2\xCBq\xF7\xDCcv\x
 D0A\xE6\xCE9\xC7\xDC\xE3\x8F[6k\x96\xB9#\x8F\xAC-\xB7\x97h\xD2K}֍ \x80 \xD0+\x81\xFE\xA8y\xE4s]dn\xFAt\xABx\xA0\xD9\xCD7\x9Bo\x80L\xDCC\x99\xAD\xB1\x86\xB9\xA3\x8F\xE3*W\\xC6W\xAE\xBC\xD2\xEC\x89'\xCC͜iٞ{\x9A\x9B3'Lϖ.\xB5\xEAe\x97\x99\xF9`\xC5͘an\x83+,;\xE0\xABl\xB1E\xDF\xBD*l֋ \x80 \x80@\xAF:\x80\x8C\xA8M\x830\xEC駭r\xC1\x96\xF9\x8C\xEA\xFE\xFB\x9BeY\xB0\xC9|mGu\xA7\x9D\xCCV]\xD5l\xC7\xCDn\xBF=\x8Cw\x8B\x9B\x9B&lt;\xD9l\xED\xB5CmI6n\x9CU\xEE\xBE{\xC0s\xFCx\xABj\xDEUV\xE9\xB5o\xE9\xFAG\xE4U\xBAT&amp; \x80 \x80 \xD0\xDF\xA5\x88ބ߆&gt;꛰\xDAj\xE6\x8E?\xDEl\xDDu-[\xB0\xC0*\xA7\x9F\xBE|\x95~Z-\xE9\xF1\xAC\xF8\xE2v\xB0X~\x9A&gt;k\x9COY\xB5m懮\x96\xCB0\xF3\xC8\xD7@@((+@ʾP6^m\x86ۮ!\xF3\x8FYUn\xBAɪ;\xEFl\xD5i\xD3\xCC=\xF8\xA0\xD9SO\x95\xAD*\x8C϶\xDB\xCE2\xDFf$$\x8F=f\xCE\xF7rU\x9D8\xB1\xEEw\x9CH\\x9Fu\xE7;\xAF\xBA\xC9H@@\xE8X#\xF4\x91l\xABS\xCDǼy\x96]r\xC9@;\xDF\xDD\xE9\xB1,\xDFƣ,鱬l\xF6\xEC
 \x848_\xF3\x91\x{DDDF}\xB9\x95V\xAA;\xBB\xDBd\xD3]\xD9)\xA7\x98;\xF6غ\xF30@@F_\xA0c\x88\xDA4(g \xC2߶\xFE\xF3\x81C\xF5\xB0\xC3B\xCFV\xA1\xF7\xAAe\xED?\xD4ە;\xE1\x84ڢ\xAA\xBEa\xB9~\xF8\xC0\xB0o\xFB\xE1\x8E9\xC6\xEC\x99gB[\x8Fje\xA02ǭ\xBF\xBEY1\xC8\xF0\xD3\xDCQG\x99=\xFBlmY\xBD\xFE\xBD\x86[k\xD4\xEB\xFC\xB3~@@\x86#бd8+\xF2\x9D\xE1\xB4\xDDȷ\xB2\xC0ˆ\x92\x92\xC2\ &quot;\x80 \x80 \x80\xC0(        t,\x89w\xF2L\xA5\x9C\x8E\xB1\xC5F\xAF1\xB6Yl \x80 \x80+J\xDF\xC3ZO4\\xBB(˥\x8B\xABdU \x80 \x80tL\xA04iw+\xB1Mðڀ\xB4\xBB\xB2V\xE6\xAFV\xBA\xE5]s\xCDV\xE6\xEE\xFA&lt;ы\x9A\x90\xAEӳB@@\x81
+t\xAC\xDEnC\xFDU\xAB\xADY\xB3\xEAOc, \x80 \x80\xF4D\xA0c5 \xF1N&gt;m@Z+\xC7\xE8\xD5\xDA\xDC̅ \x80 \x80\xC0\xD8\xE8X2\x8E\xCA\xC5\x9B\xAD\xB3\x8EU\xB7\xDD\xD6*\xB7\xDFnv\xE9\xA5V=\xF8న\xCAg |\xF6]\xF2V\xE6\xCF7w\xCB-\xA6ny\xB3}\xF6\xB1\xEA\x84        f\x8F&gt;j\x95\x85 -t\xDB{\xCF=\xA1K^\xBD\xCC\xD0\xF97\xA9\x9B\xEF\xED*\xDBe\xF3a\xD5R\xE5\xF2\xCB\xCD\xF9fz\x9B\xBA\xCFHu\xAB\xADj\xD3\xF8\x80 \x80 \x80\xDD\xE8\xD8#Xj\xD3\xDB5\xB4\x9Cu\xBD\xB3\xE3\x86f\xBF\xFEzs
+B\xF4\xC6r\xBD\xD9\xDC\xFF\xB3UW\xB5ʕW\x86\xBA\x993-\xDBsOss\xE6 \xBC\xACp\xE9R\xAB^v\x99\x997\x88\x9B1\xC3̷\xF9ps\xE7\x86\xC5r\x88\xD9\xE2\xC5˳\xF1\xC8#\xE6.\xBA\xC8\xDC\xF4\xE9V=\xF0@\xB3\x9Box\x83\xFA\xF29\xBA\xFEiX^]\xCF%+D@@\xA0\xB3\xA5H\xE6k\xF4o4\x93j2\xAAw\xDFV\xE1\xEE\xBDײɓ\xADr\xEB\xADV\xB9\xED6˖\xD5P8H8?\xDE\xFC\x8BUk\x91\x8Dg\x95e߱\xF1㭺\xE3\x8E\xE1E\x84\x95;\xEF\xB4l\xA3\x8Dj6|\xAD\x8A\xED\xBA\xEB\xF2\xAC\xEB\xAD\xEA\xFEm\xE9\x95 .\xB0\xCCלT\xF7\xDF߿}t\xB7m\xF9\xCA;\xFB\xA9\xE5\xD2\xD9\xB34@@\x96 t\xEC\xACئ\xA1\xAD6 \xFEŃ w\xDD\xC5r\xDBlc٢E\xE1\xB1*\x9B4i \x97&gt;p\xB0\xFC\xCB\xF5Y\xE3|\xEFV\x99\xFF\xBE\x8B\xDBR\x98ϭ\xBEz\x9C\xBE\xEF\x8E?޲k\xAE\xB1\xCC?\xA2\x95\xF9ڒ\xEAG,\x9FރOѫ\xABf\x95 \x80 \x80\xF4L\xA0\xB4\xA4k9\xDArKs\xE7\x9Dg\xB6\xF5\xD6\xE6\xFC#YN\x8FK\xDDw\x9FU7\xDD4d!\xDBn;\xCB|\xDB+\xD3{I\xF4h\x96\xAF)\xA9N\x9C8${\xE7\xEE\xB8#̣DZ2=\xBA\xB5,e=djR\xDDyg\xABN\x9Bf\xEE\xC1͞z*N\xE6/
  \x80 \x80tI\xA0c5 \xB1\xFDG\xBB\xEFq\xFE\xB1*7o\x9E\xB9C+\x9B\x9Cm\xBCqh`\xEE*\xB1Qu\xA7\x9D,\x9B=;!\xCE\xD7rd\xFB\xEDg\xCE72\x92|{5&lt;w'\x9Fl\x99jUvء6\x8B[w]\xCB\xFC:\xB2K.h?\xE2\xA1;=\x96\xD5\xC3\xBD\xA8        \xE9a!\xB0j@@\x81\xAE t,nΝo\xC7a'\x9EX\xFBzh\x9FQ\xF2|\xDBw\xCC1f\xCF&lt;\xDAzT\x97&amp;\xAA-\xB1c\x8F\xCD\xCFiU\xDFH\xDDv\xDFݜo\xDF\x82\x94\xBD\xF7\x98\xEE\x96\xEAa\x87\x99-Y2\xD0kV\xA2\xED?m, \x80 \x80$(б$\xDE\xC9_0e\x94\xF2\xED@\xADB\xDD\xEC\x96%\xDFf\xA4_R\xF4\xEA\x97\xFC\x90@@\xBA!Pz\xB5\xEE\xD4\xE6\xC2'gi\xF6\xD5+\xBC^\xAC#\x96K/\xD6\xCD:@@\xA9@i\xD2\xEE\x82c\x9B\x86vۀ\xB4\xBB\x9E\xB12\xF4\xA2&amp;d\xAC\x94(ہ \x80 Њ@\xEF{\xC1j%\x97\xCD\xE6Qm\x8D^`HB@@\x81\xBE\xE8X+H\xBC\x93?jm@1\xFA\xE0#;\xED4s'\x9C\xD0h\xAE\xBE\x9A\xBD\xFA*Sd@@\x81Q5 \xA3\x8C\xC4\xE2@@@\xA03\xAB\x89m:\xD1\xA4r\xDBm\xE6\xCE?ߜY`ſ\xA8\xB0\xBAᄀ ފg\xEB\xADgN/\xF4\xDD\xF1f{\
 xECaU?=\x9F*s\xE7\x9A\xF3/t\x9BlFW\xE6\xCC17y\xB2\x85\xEE~\xF33\xF6\xF8s\xF4\xA2&amp;\xA4\xC7\xC1\xEA@@\xBA*PZ\x92\xF9we\xE8_דo\xCF\xE1\xCE&gt;۲\xBD\xF62\x9B1#\xBCټr\xF5\xD5\xD9x\xF8a\xB3k\xAF57u\xAAeS\xA6\x98;\xF7ܡ\xD9\xDBh#\xCB\xE2\xFC\xFE\xD1,\xA7`f\xC3+\x87Η蘞\x95K\xA2^d@@\xA0\xBFJ\x90v\xB3\xA9;\xF9\x9D\xB8\x9B_\xB9\xF3N\xCB6\xD8\xC0\xAA\xFE+\xE9z        \xA1^,h\x8B/\xCFΤIfk\xADe\xD5\xCD77\xABV\xCD|\xF94\xFF\xA9\xBA\xFD\xF6\xE6n\xBC1\x8C\xAB\w\x9Dez#z/\xA9A\xB9:\xD0)\xAF\xA1Kf  \x80 \x80\xFD+\x90\xF9\xF7J \xBC\xF0\xA3\x90\xC7X\xFBQ]6\xF5\xAC3 30\xD8_\xF9RI\xB1\xF5$O\xAC@@\x81VZ\xAA!\xF8h\x95\x93\xF9@@@\xA0\x91@\xD3F\xE8\x95e\xCD@\xF2w\xDCc\xEDHq\xC1\xF9y\xF2Ә@c$&gt;e\x86yg&gt;#\x80 \x80 \xD0\xEF-Հ\xF4\xFBF\x90?@@HC\xA0\xB4+H\xD9'\x97 \x80 \x80 \x90\x925 )\x95yE@@ q\x90\xC4 \x90\xEC#\x80 \x80 \x90\x92HJ\xA5E^@@H\\x80$\xF1$\xFB \x80 \x80\xA4$@\x92
 Ri\x91W@@ I\xBC\xC9&gt; \x80 \x80)        \x80\xA4TZ\xE4@@\x81\xC4@/@\xB2\x8F \x80 \x80@J )\x95yE@@ q\x90\xC4 \x90\xEC#\x80 \x80 \x90\x92HJ\xA5E^@@H\\x80$\xF1$\xFB \x80 \x80\xA4$@\x92Ri\x91W@@ I\xBC\xC9&gt; \x80 \x80)        \x80\xA4TZ\xE4@@\x81\xC4@/@\xB2\x8F \x80 \x80@J )\x95yE@@ q\x90\xC4 \x90\xEC#\x80 \x80 \x90\x92HJ\xA5E^@@H\\x80$\xF1$\xFB \x80 \x80\xA4$@\x92Ri\x91W@@ I\xBC\xC9&gt; \x80 \x80)        \x80\xA4TZ\xE4@@\x81\xC4@/@\xB2\x8F \x80 \x80@J )\x95yE@@ q\x90\xC4 \x90\xEC#\x80 \x80 \x90\x92HJ\xA5E^@@H\\x80$\xF1$\xFB \x80 \x80\xA4$@\x92Ri\x91W@@ I\xBC\xC9&gt; \x80 \x80)        \x80\xA4TZ\xE4@@\x81\xC4@/@\xB2\x8F \x80 \x80@J )\x95yE@@ q\x90\xC4 \x90\xEC#\x80 \x80 \x90\x92HJ\xA5E^@@H\\x80$\xF1$\
 xFB \x80 \x80\xA4$@\x92Ri\x91W@@ I\xBC\xC9&gt; \x80 \x80)        \x80\xA4TZ\xE4@@\x81\xC4@/@\xB2\x8F \x80 \x80@J )\x95yE@@ q\x90\xC4 \x90\xEC#\x80 \x80 \x90\x92HJ\xA5E^@@H\\x80$\xF1$\xFB \x80 \x80\xA4$@\x92Ri\x91W@@ I\xBC\xC9&gt; \x80 \x80)        \x80\xA4TZ\xE4@@\x81\xC4@/@\xB2\x8F \x80 \x80@J )\x95yE@@ q\x90\xC4 \x90\xEC#\x80 \x80 \x90\x92HJ\xA5E^@@H\\x80$\xF1$\xFB \x80 \x80\xA4$@\x92Ri\x91W@@ I\xBC\xC9&gt; \x80 \x80)        \x80\xA4TZ\xE4@@\x81\xC4@/@\xB2\x8F \x80 \x80@J )\x95yE@@ q\x90\xC4 \x90\xEC#\x80 \x80 \x90\x92HJ\xA5E^@@H\\x80$\xF1$\xFB \x80 \x80\xA4$@\x92Ri\x91W@@ I\xBC\xC9&gt; \x80 \x80)        \x80\xA4TZ\xE4@@\x81\xC4@/@\xB2\x8F \x80 \x80@J )\x95yE@@ q\x90\xC4 \x90\xEC#\x80 \x80 \x90\x92HJ\
 xA5E^@@H\\x80$\xF1$\xFB \x80 \x80\xA4$@\x92Ri\x91W@@ I\xBC\xC9&gt; \x80 \x80)        \x80\xA4TZ\xE4@@\x81\xC4@/@\xB2\x8F \x80 \x80@J )\x95yE@@ q\x90\xC4 \x90\xEC#\x80 \x80 \x90\x92HJ\xA5E^@@H\\x80$\xF1$\xFB \x80 \x80\xA4$@\x92Ri\x91W@@ I\xBC\xC9&gt; \x80 \x80)        \x80\xA4TZ\xE4@@\x81\xC4@/@\xB2\x8F \x80 \x80@J )\x95yE@@ q\x90\xC4 \x90\xEC#\x80 \x80 \x90\x92HJ\xA5E^@@H\\x80$\xF1$\xFB \x80 \x80\xA4$@\x92Ri\x91W@@ I\xBC\xC9&gt; \x80 \x80)        \x80\xA4TZ\xE4@@\x81\xC4@/@\xB2\x8F \x80 \x80@J )\x95yE@@ q\x90\xC4 \x90\xEC#\x80 \x80 \x90\x92HJ\xA5E^@@H\\x80$\xF1$\xFB \x80 \x80\xA4$@\x92Ri\x91W@@ I\xBC\xC9&gt; \x80 \x80)        \x80\xA4TZ\xE4@@\x81\xC4@/@\xB2\x8F \x80 \x80@J )\x95yE@@ q\x90\xC4 \x90\xE
 C#\x80 \x80 \x90\x92HJ\xA5E^@@H\\x80$\xF1$\xFB \x80 \x80\xA4$@\x92Ri\x91W@@ I\xBC\xC9&gt; \x80 \x80)        \x80\xA4TZ\xE4@@\x81\xC4@/@\xB2\x8F \x80 \x80@J )\x95yE@@ q\x90\xC4 \x90\xEC#\x80 \x80 \x90\x92HJ\xA5E^@@H\\x80$\xF1$\xFB \x80 \x80\xA4$@\x92Ri\x91W@@ I\xBC\xC9&gt; \x80 \x80)        \x80\xA4TZ\xE4@@\x81\xC4@/@\xB2\x8F \x80 \x80@J )\x95yE@@ q\x90\xC4 \x90\xEC#\x80 \x80 \x90\x92HJ\xA5E^@@H\\x80$\xF1$\xFB \x80 \x80\xA4$@\x92Ri\x91W@@ I\xBC\xC9&gt; \x80 \x80)        \x80\xA4TZ\xE4@@\x81\xC4@/@\xB2\x8F \x80 \x80@J )\x95yE@@ q\x90\xC4 \x90\xEC#\x80 \x80 \x90\x92HJ\xA5E^@@H\\x80$\xF1$\xFB \x80 \x80\xA4$@\x92Ri\x91W@@ I\xBC\xC9&gt; \x80 \x80)        \x80\xA4TZ\xE4@@\x81\xC4@/@\xB2\x8F \x80 \x80@J )\x95y
 E@@ q\x90\xC4 \x90\xEC#\x80 \x80 \x90\x92HJ\xA5E^@@H\\x80$\xF1$\xFB \x80 \x80\xA4$@\x92Ri\x91W@@ I\xBC\xC9&gt; \x80 \x80)        \x80\xA4TZ\xE4@@\x81\xC4@/@\xB2\x8F \x80 \x80@J )\x95yE@@ q\x90\xC4 \x90\xEC#\x80 \x80 \x90\x92HJ\xA5E^@@H\\x80$\xF1$\xFB \x80 \x80\xA4$@\x92Ri\x91W@@ I\xBC\xC9&gt; \x80 \x80)        \x80\xA4TZ\xE4@@\x81\xC4@/@\xB2\x8F \x80 \x80@J )\x95yE@@ q\x90\xC4 \x90\xEC#\x80 \x80 \x90\x92HJ\xA5E^@@H\\x80$\xF1$\xFB \x80 \x80\xA4$@\x92Ri\x91W@@ I\xBC\xC9&gt; \x80 \x80)        \x80\xA4TZ\xE4@@\x81\xC4@/@\xB2\x8F \x80 \x80@J )\x95yE@@ q\x90\xC4 \x90\xEC#\x80 \x80 \x90\x92HJ\xA5E^@@H\\x80$\xF1$\xFB \x80 \x80\xA4$@\x92Ri\x91W@@ I\xBC\xC9&gt; \x80 \x80)        \x80\xA4TZ\xE4@@\x81\xC4@/@\xB2\
 x8F \x80 \x80@J )\x95yE@@ q\x90\xC4 \x90\xEC#\x80 \x80 \x90\x92HJ\xA5E^@@H\\x80$\xF1$\xFB \x80 \x80\xA4$@\x92Ri\x91W@@ I\xBC\xC9&gt; \x80 \x80)        \x80\xA4TZ\xE4@@\x81\xC4@/@\xB2\x8F \x80 \x80@J )\x95yE@@ q\x90\xC4 \x90\xEC#\x80 \x80 \x90\x92HJ\xA5E^@@H\\x80$\xF1$\xFB \x80 \x80\xA4$@\x92Ri\x91W@@ I\xBC\xC9&gt; \x80 \x80)        \x80\xA4TZ\xE4@@\x81\xC4@/@\xB2\x8F \x80 \x80@J )\x95yE@@ q\x90\xC4 \x90\xEC#\x80 \x80 \x90\x92HJ\xA5E^@@H\\x80$\xF1$\xFB \x80 \x80\xA4$@\x92Ri\x91W@\xF8\xFF\xED\xD71        \xC30\xFF\xAE\xAB\xA3#\xBBJ\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe
 + @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x8
 1\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt
 ; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\x
 B9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+
  @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9\x80\x99h&gt; @\x80\x81\x93\x809\xBDe+ @\x80\x81\xB9@&quot;Ў\xE3\xF7z\xFD\xE2IEND\xAEB`\x82#EOF
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformscontrolclipexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/control-clip-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/control-clip-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/control-clip-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx">               RenderBlock (floating) {DIV} at (52,2) size 20x100 [bgcolor=#006400]
</span><span class="cx">               RenderText {#text} at (13,2) size 36x52
</span><span class="cx">                 text run at (13,2) width 28: &quot;short&quot;
</span><del>-                text run at (10,15) width 34: &quot;words&quot;
</del><ins>+                text run at (11,15) width 32: &quot;words&quot;
</ins><span class="cx">                 text run at (16,28) width 22: &quot;only&quot;
</span><span class="cx">                 text run at (9,41) width 36: &quot;please&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx">             RenderBlock (floating) {DIV} at (52,2) size 20x100 [bgcolor=#006400]
</span><span class="cx">             RenderText {#text} at (13,2) size 36x52
</span><span class="cx">               text run at (13,2) width 28: &quot;short&quot;
</span><del>-              text run at (10,15) width 34: &quot;words&quot;
</del><ins>+              text run at (11,15) width 32: &quot;words&quot;
</ins><span class="cx">               text run at (16,28) width 22: &quot;only&quot;
</span><span class="cx">               text run at (9,41) width 36: &quot;please&quot;
</span><span class="cx">       RenderBlock {P} at (0,218) size 784x0
</span><span class="lines">@@ -39,6 +39,6 @@
</span><span class="cx">         RenderBlock (floating) {DIV} at (52,2) size 20x100 [bgcolor=#006400]
</span><span class="cx">         RenderText {#text} at (13,2) size 36x52
</span><span class="cx">           text run at (13,2) width 28: &quot;short&quot;
</span><del>-          text run at (10,15) width 34: &quot;words&quot;
</del><ins>+          text run at (11,15) width 32: &quot;words&quot;
</ins><span class="cx">           text run at (16,28) width 22: &quot;only&quot;
</span><span class="cx">           text run at (9,41) width 36: &quot;please&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformscontrolclipoverflowexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/control-clip-overflow-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformscontrolclipoverflowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/control-clip-overflow-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/control-clip-overflow-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/control-clip-overflow-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -23,13 +23,13 @@
</span><span class="cx">   RenderBlock {DIV} at (0,86) size 100x50
</span><span class="cx">     RenderMenuList {SELECT} at (0,2) size 80x18 [bgcolor=#FFFFFF]
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 80x18
</span><del>-        RenderText at (8,2) size 145x13
-          text run at (8,2) width 145: &quot;Lorem ipsum dolor sit amet&quot;
</del><ins>+        RenderText at (8,2) size 143x13
+          text run at (8,2) width 143: &quot;Lorem ipsum dolor sit amet&quot;
</ins><span class="cx">     RenderText {#text} at (0,0) size 0x0
</span><span class="cx"> layer at (8,164) size 100x50
</span><span class="cx">   RenderBlock {DIV} at (0,156) size 100x50
</span><span class="cx">     RenderButton {BUTTON} at (0,2) size 80x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</span><span class="cx">       RenderBlock (anonymous) at (8,2) size 64x13
</span><del>-        RenderText {#text} at (0,0) size 145x13
-          text run at (0,0) width 145: &quot;Lorem ipsum dolor sit amet&quot;
</del><ins>+        RenderText {#text} at (0,0) size 143x13
+          text run at (0,0) width 143: &quot;Lorem ipsum dolor sit amet&quot;
</ins><span class="cx">     RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformscontrolrestrictlineheightexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/control-restrict-line-height-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformscontrolrestrictlineheightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/control-restrict-line-height-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/control-restrict-line-height-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/control-restrict-line-height-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -6,27 +6,27 @@
</span><span class="cx">       RenderText {#text} at (0,0) size 533x18
</span><span class="cx">         text run at (0,0) width 533: &quot;This tests that we don't honor line-height for controls that have restricted font size. &quot;
</span><span class="cx">       RenderBR {BR} at (0,0) size 0x0
</span><del>-      RenderMenuList {SELECT} at (2,20) size 303x18 [bgcolor=#FFFFFF]
-        RenderBlock (anonymous) at (0,0) size 303x18
-          RenderText at (8,2) size 272x13
-            text run at (8,2) width 272: &quot;This text should be centered vertically in the button&quot;
-      RenderText {#text} at (307,19) size 4x18
-        text run at (307,19) width 4: &quot; &quot;
</del><ins>+      RenderMenuList {SELECT} at (2,20) size 302x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 302x18
+          RenderText at (8,2) size 271x13
+            text run at (8,2) width 271: &quot;This text should be centered vertically in the button&quot;
+      RenderText {#text} at (306,19) size 4x18
+        text run at (306,19) width 4: &quot; &quot;
</ins><span class="cx">       RenderBR {BR} at (0,0) size 0x0
</span><del>-      RenderButton {INPUT} at (2,42) size 288x18 [bgcolor=#C0C0C0]
-        RenderBlock (anonymous) at (8,2) size 272x13
-          RenderText at (0,0) size 272x13
-            text run at (0,0) width 272: &quot;This text should be centered vertically in the button&quot;
-      RenderText {#text} at (291,41) size 5x18
-        text run at (291,41) width 5: &quot; &quot;
</del><ins>+      RenderButton {INPUT} at (2,42) size 287x18 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 271x13
+          RenderText at (0,0) size 271x13
+            text run at (0,0) width 271: &quot;This text should be centered vertically in the button&quot;
+      RenderText {#text} at (290,41) size 5x18
+        text run at (290,41) width 5: &quot; &quot;
</ins><span class="cx">       RenderBR {BR} at (0,0) size 0x0
</span><del>-      RenderTextControl {INPUT} at (2,64) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderFlexibleBox {DIV} at (3,0) size 158x19
</del><ins>+      RenderTextControl {INPUT} at (2,64) size 173x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,0) size 167x19
</ins><span class="cx">           RenderBlock {DIV} at (0,0) size 8x19
</span><del>-          RenderBlock {DIV} at (8,3) size 131x13
-          RenderBlock {DIV} at (138,0) size 20x19
</del><ins>+          RenderBlock {DIV} at (8,3) size 140x13
+          RenderBlock {DIV} at (147,0) size 20x19
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (21,75) size 130x13 scrollWidth 272
-  RenderBlock {DIV} at (0,0) size 131x13
-    RenderText {#text} at (0,0) size 272x13
-      text run at (0,0) width 272: &quot;This text should be centered vertically in the button&quot;
</del><ins>+layer at (21,75) size 140x13 scrollWidth 272
+  RenderBlock {DIV} at (0,0) size 140x13
+    RenderText {#text} at (0,0) size 271x13
+      text run at (0,0) width 271: &quot;This text should be centered vertically in the button&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsdisabledselectchangeindexexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/disabled-select-change-index-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsdisabledselectchangeindexexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/disabled-select-change-index-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/disabled-select-change-index-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/disabled-select-change-index-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -3,34 +3,34 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-      RenderMenuList {SELECT} at (2,2) size 61x18 [color=#808080] [bgcolor=#FFFFFF]
-        RenderBlock (anonymous) at (0,0) size 61x18
-          RenderText at (8,2) size 30x13
-            text run at (8,2) width 30: &quot;PASS&quot;
-      RenderBR {BR} at (65,15) size 0x0
-      RenderMenuList {SELECT} at (2,24) size 61x18 [color=#808080] [bgcolor=#FFFFFF]
-        RenderBlock (anonymous) at (0,0) size 61x18
-          RenderText at (8,2) size 30x13
-            text run at (8,2) width 30: &quot;PASS&quot;
-      RenderBR {BR} at (65,37) size 0x0
-      RenderMenuList {SELECT} at (2,46) size 61x18 [bgcolor=#FFFFFF]
-        RenderBlock (anonymous) at (0,0) size 61x18
-          RenderText at (8,2) size 30x13
-            text run at (8,2) width 30: &quot;PASS&quot;
-      RenderBR {BR} at (65,59) size 0x0
-      RenderMenuList {SELECT} at (2,68) size 61x18 [bgcolor=#FFFFFF]
-        RenderBlock (anonymous) at (0,0) size 61x18
-          RenderText at (8,2) size 30x13
-            text run at (8,2) width 30: &quot;PASS&quot;
-      RenderBR {BR} at (65,81) size 0x0
-      RenderListBox {SELECT} at (2,90) size 47x57 [color=#7F7F7F] [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-      RenderBR {BR} at (51,142) size 0x0
-      RenderListBox {SELECT} at (2,151) size 47x57 [color=#7F7F7F] [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-      RenderBR {BR} at (51,203) size 0x0
-      RenderListBox {SELECT} at (2,212) size 47x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-      RenderBR {BR} at (51,264) size 0x0
-      RenderListBox {SELECT} at (2,273) size 47x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-      RenderBR {BR} at (51,325) size 0x0
</del><ins>+      RenderMenuList {SELECT} at (2,2) size 60x18 [color=#808080] [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 60x18
+          RenderText at (8,2) size 29x13
+            text run at (8,2) width 29: &quot;PASS&quot;
+      RenderBR {BR} at (64,15) size 0x0
+      RenderMenuList {SELECT} at (2,24) size 60x18 [color=#808080] [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 60x18
+          RenderText at (8,2) size 29x13
+            text run at (8,2) width 29: &quot;PASS&quot;
+      RenderBR {BR} at (64,37) size 0x0
+      RenderMenuList {SELECT} at (2,46) size 60x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 60x18
+          RenderText at (8,2) size 29x13
+            text run at (8,2) width 29: &quot;PASS&quot;
+      RenderBR {BR} at (64,59) size 0x0
+      RenderMenuList {SELECT} at (2,68) size 60x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 60x18
+          RenderText at (8,2) size 29x13
+            text run at (8,2) width 29: &quot;PASS&quot;
+      RenderBR {BR} at (64,81) size 0x0
+      RenderListBox {SELECT} at (2,90) size 46x57 [color=#7F7F7F] [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+      RenderBR {BR} at (50,142) size 0x0
+      RenderListBox {SELECT} at (2,151) size 46x57 [color=#7F7F7F] [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+      RenderBR {BR} at (50,203) size 0x0
+      RenderListBox {SELECT} at (2,212) size 46x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+      RenderBR {BR} at (50,264) size 0x0
+      RenderListBox {SELECT} at (2,273) size 46x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+      RenderBR {BR} at (50,325) size 0x0
</ins><span class="cx">       RenderText {#text} at (0,332) size 495x18
</span><span class="cx">         text run at (0,332) width 495: &quot;PASS: sel1 correctly set to selectedIndex 1 by sel1.options[1].selected = true.&quot;
</span><span class="cx">       RenderBR {BR} at (494,346) size 1x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsencodingtestexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/encoding-test-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsencodingtestexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/encoding-test-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/encoding-test-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/encoding-test-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -4,10 +4,10 @@
</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 {FORM} at (0,0) size 784x23
</span><del>-        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock (anonymous) at (0,39) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 127x18
</span><span class="cx">           text run at (0,0) width 127: &quot;multipart/form-data&quot;
</span><del>-layer at (13,13) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (13,13) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsfieldsetalignexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/fieldset-align-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsfieldsetalignexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/fieldset-align-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/fieldset-align-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/fieldset-align-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -11,7 +11,7 @@
</span><span class="cx">           RenderText {#text} at (2,0) size 100x18
</span><span class="cx">             text run at (2,0) width 100: &quot;My Legend left&quot;
</span><span class="cx">         RenderBlock (anonymous) at (14,23) size 737x24
</span><del>-          RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+          RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderFieldSet {FIELDSET} at (2,92) size 765x60 [border: (2px groove #C0C0C0)]
</span><span class="cx">         RenderBlock {LEGEND} at (321,0) size 123x18
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx">           RenderText {#text} at (2,0) size 118x18
</span><span class="cx">             text run at (2,0) width 118: &quot;My Legend center&quot;
</span><span class="cx">         RenderBlock (anonymous) at (14,23) size 737x24
</span><del>-          RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+          RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderFieldSet {FIELDSET} at (2,151) size 765x59 [border: (2px groove #C0C0C0)]
</span><span class="cx">         RenderBlock {LEGEND} at (638,0) size 113x18
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">           RenderText {#text} at (2,0) size 109x18
</span><span class="cx">             text run at (2,0) width 109: &quot;My Legend right&quot;
</span><span class="cx">         RenderBlock (anonymous) at (14,23) size 737x24
</span><del>-          RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+          RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderFieldSet {FIELDSET} at (2,209) size 765x60 [border: (2px groove #C0C0C0)]
</span><span class="cx">         RenderBlock {LEGEND} at (14,0) size 127x18
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx">           RenderText {#text} at (2,0) size 123x18
</span><span class="cx">             text run at (2,0) width 123: &quot;My Legend default&quot;
</span><span class="cx">         RenderBlock (anonymous) at (14,23) size 737x24
</span><del>-          RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+          RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {HR} at (0,276) size 769x3 [border: (1px inset #000000)]
</span><span class="cx">       RenderBlock {P} at (0,294) size 769x19
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx">             RenderText {#text} at (2,0) size 100x18
</span><span class="cx">               text run at (2,0) width 100: &quot;My Legend left&quot;
</span><span class="cx">           RenderBlock (anonymous) at (14,23) size 737x24
</span><del>-            RenderTextControl {INPUT} at (598,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+            RenderTextControl {INPUT} at (589,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">             RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderFieldSet {FIELDSET} at (2,58) size 765x60 [border: (2px groove #C0C0C0)]
</span><span class="cx">           RenderBlock {LEGEND} at (321,0) size 123x18
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx">             RenderText {#text} at (2,0) size 118x18
</span><span class="cx">               text run at (2,0) width 118: &quot;My Legend center&quot;
</span><span class="cx">           RenderBlock (anonymous) at (14,23) size 737x24
</span><del>-            RenderTextControl {INPUT} at (598,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+            RenderTextControl {INPUT} at (589,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">             RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderFieldSet {FIELDSET} at (2,117) size 765x59 [border: (2px groove #C0C0C0)]
</span><span class="cx">           RenderBlock {LEGEND} at (638,0) size 113x18
</span><span class="lines">@@ -61,7 +61,7 @@
</span><span class="cx">             RenderText {#text} at (2,0) size 109x18
</span><span class="cx">               text run at (2,0) width 109: &quot;My Legend right&quot;
</span><span class="cx">           RenderBlock (anonymous) at (14,23) size 737x24
</span><del>-            RenderTextControl {INPUT} at (598,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+            RenderTextControl {INPUT} at (589,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">             RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderFieldSet {FIELDSET} at (2,175) size 765x60 [border: (2px groove #C0C0C0)]
</span><span class="cx">           RenderBlock {LEGEND} at (624,0) size 127x18
</span><span class="lines">@@ -68,7 +68,7 @@
</span><span class="cx">             RenderText {#text} at (2,0) size 123x18
</span><span class="cx">               text run at (2,0) width 123: &quot;My Legend default&quot;
</span><span class="cx">           RenderBlock (anonymous) at (14,23) size 737x24
</span><del>-            RenderTextControl {INPUT} at (598,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+            RenderTextControl {INPUT} at (589,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">             RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock (anonymous) at (0,562) size 769x0
</span><span class="cx">         RenderInline {SPAN} at (0,0) size 0x0
</span><span class="lines">@@ -82,7 +82,7 @@
</span><span class="cx">           RenderText {#text} at (2,0) size 100x18
</span><span class="cx">             text run at (2,0) width 100: &quot;My Legend left&quot;
</span><span class="cx">         RenderBlock (anonymous) at (17,33) size 705x23
</span><del>-          RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+          RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderFieldSet {FIELDSET} at (15,710) size 739x74 [border: (2px groove #C0C0C0)]
</span><span class="cx">         RenderBlock {LEGEND} at (308,0) size 123x18
</span><span class="lines">@@ -89,7 +89,7 @@
</span><span class="cx">           RenderText {#text} at (2,0) size 118x18
</span><span class="cx">             text run at (2,0) width 118: &quot;My Legend center&quot;
</span><span class="cx">         RenderBlock (anonymous) at (17,33) size 705x23
</span><del>-          RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+          RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderFieldSet {FIELDSET} at (15,798) size 739x74 [border: (2px groove #C0C0C0)]
</span><span class="cx">         RenderBlock {LEGEND} at (609,0) size 113x18
</span><span class="lines">@@ -96,7 +96,7 @@
</span><span class="cx">           RenderText {#text} at (2,0) size 109x18
</span><span class="cx">             text run at (2,0) width 109: &quot;My Legend right&quot;
</span><span class="cx">         RenderBlock (anonymous) at (17,33) size 705x23
</span><del>-          RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+          RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderFieldSet {FIELDSET} at (15,886) size 739x74 [border: (2px groove #C0C0C0)]
</span><span class="cx">         RenderBlock {LEGEND} at (17,0) size 127x18
</span><span class="lines">@@ -103,7 +103,7 @@
</span><span class="cx">           RenderText {#text} at (2,0) size 123x18
</span><span class="cx">             text run at (2,0) width 123: &quot;My Legend default&quot;
</span><span class="cx">         RenderBlock (anonymous) at (17,33) size 705x23
</span><del>-          RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+          RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {HR} at (0,974) size 769x3 [border: (1px inset #000000)]
</span><span class="cx">       RenderBlock {P} at (0,992) size 769x19
</span><span class="lines">@@ -118,7 +118,7 @@
</span><span class="cx">             RenderText {#text} at (2,0) size 100x18
</span><span class="cx">               text run at (2,0) width 100: &quot;My Legend left&quot;
</span><span class="cx">           RenderBlock (anonymous) at (17,33) size 705x23
</span><del>-            RenderTextControl {INPUT} at (566,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+            RenderTextControl {INPUT} at (557,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">             RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderFieldSet {FIELDSET} at (15,88) size 739x73 [border: (2px groove #C0C0C0)]
</span><span class="cx">           RenderBlock {LEGEND} at (308,0) size 123x18
</span><span class="lines">@@ -125,7 +125,7 @@
</span><span class="cx">             RenderText {#text} at (2,0) size 118x18
</span><span class="cx">               text run at (2,0) width 118: &quot;My Legend center&quot;
</span><span class="cx">           RenderBlock (anonymous) at (17,33) size 705x23
</span><del>-            RenderTextControl {INPUT} at (566,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+            RenderTextControl {INPUT} at (557,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">             RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderFieldSet {FIELDSET} at (15,176) size 739x73 [border: (2px groove #C0C0C0)]
</span><span class="cx">           RenderBlock {LEGEND} at (609,0) size 113x18
</span><span class="lines">@@ -132,7 +132,7 @@
</span><span class="cx">             RenderText {#text} at (2,0) size 109x18
</span><span class="cx">               text run at (2,0) width 109: &quot;My Legend right&quot;
</span><span class="cx">           RenderBlock (anonymous) at (17,33) size 705x23
</span><del>-            RenderTextControl {INPUT} at (566,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+            RenderTextControl {INPUT} at (557,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">             RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderFieldSet {FIELDSET} at (15,264) size 739x73 [border: (2px groove #C0C0C0)]
</span><span class="cx">           RenderBlock {LEGEND} at (595,0) size 127x18
</span><span class="lines">@@ -139,40 +139,40 @@
</span><span class="cx">             RenderText {#text} at (2,0) size 123x18
</span><span class="cx">               text run at (2,0) width 123: &quot;My Legend default&quot;
</span><span class="cx">           RenderBlock (anonymous) at (17,33) size 705x23
</span><del>-            RenderTextControl {INPUT} at (566,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+            RenderTextControl {INPUT} at (557,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">             RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock (anonymous) at (0,1378) size 769x0
</span><span class="cx">         RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (29,71) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (29,129) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (29,188) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (29,246) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (626,365) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (626,424) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (626,482) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (626,541) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (45,669) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (45,757) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (45,845) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (45,933) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (610,1073) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (610,1161) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (610,1249) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (610,1337) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (29,71) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (29,129) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (29,188) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (29,246) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (616,365) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (616,424) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (616,482) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (616,541) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (45,669) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (45,757) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (45,845) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (45,933) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (600,1073) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (600,1161) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (600,1249) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (600,1337) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsfilefileinputdirectionexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/file/file-input-direction-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsfilefileinputdirectionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/file/file-input-direction-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/file/file-input-direction-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/file/file-input-direction-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -1,101 +1,101 @@
</span><del>-layer at (0,0) size 1025x585
</del><ins>+layer at (0,0) size 1089x585
</ins><span class="cx">   RenderView at (0,0) size 800x585
</span><span class="cx"> layer at (0,0) size 800x585
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x585
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x569
</span><del>-      RenderTable {TABLE} at (0,0) size 1018x108
-        RenderTableSection {TBODY} at (0,0) size 1018x108
-          RenderTableRow {TR} at (0,2) size 1018x20
</del><ins>+      RenderTable {TABLE} at (0,0) size 1082x108
+        RenderTableSection {TBODY} at (0,0) size 1082x108
+          RenderTableRow {TR} at (0,2) size 1082x20
</ins><span class="cx">             RenderTableCell {TH} at (2,11) size 86x2 [r=0 c=0 rs=1 cs=1]
</span><del>-            RenderTableCell {TH} at (89,11) size 231x2 [r=0 c=1 rs=1 cs=1]
-            RenderTableCell {TH} at (321,2) size 231x20 [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (68,1) size 94x18
-                text run at (68,1) width 94: &quot;text-align:left&quot;
-            RenderTableCell {TH} at (553,2) size 231x20 [r=0 c=3 rs=1 cs=1]
-              RenderText {#text} at (58,1) size 114x18
-                text run at (58,1) width 114: &quot;text-align:center&quot;
-            RenderTableCell {TH} at (785,2) size 231x20 [r=0 c=4 rs=1 cs=1]
-              RenderText {#text} at (63,1) size 104x18
-                text run at (63,1) width 104: &quot;text-align:right&quot;
-          RenderTableRow {TR} at (0,24) size 1018x26
</del><ins>+            RenderTableCell {TH} at (89,11) size 247x2 [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TH} at (337,2) size 247x20 [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (76,1) size 94x18
+                text run at (76,1) width 94: &quot;text-align:left&quot;
+            RenderTableCell {TH} at (585,2) size 247x20 [r=0 c=3 rs=1 cs=1]
+              RenderText {#text} at (66,1) size 114x18
+                text run at (66,1) width 114: &quot;text-align:center&quot;
+            RenderTableCell {TH} at (833,2) size 247x20 [r=0 c=4 rs=1 cs=1]
+              RenderText {#text} at (71,1) size 104x18
+                text run at (71,1) width 104: &quot;text-align:right&quot;
+          RenderTableRow {TR} at (0,24) size 1082x26
</ins><span class="cx">             RenderTableCell {TH} at (2,36) size 86x2 [r=1 c=0 rs=1 cs=1]
</span><del>-            RenderTableCell {TD} at (89,24) size 231x26 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
-              RenderFileUploadControl {INPUT} at (4,4) size 222x18 &quot;no file selected&quot;
-                RenderButton {INPUT} at (0,0) size 79x18 [bgcolor=#C0C0C0]
-                  RenderBlock (anonymous) at (8,2) size 63x13
-                    RenderText at (0,0) size 63x13
-                      text run at (0,0) width 63: &quot;Choose File&quot;
-            RenderTableCell {TD} at (321,24) size 231x26 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
-              RenderFileUploadControl {INPUT} at (4,4) size 222x18 &quot;no file selected&quot;
-                RenderButton {INPUT} at (0,0) size 79x18 [bgcolor=#C0C0C0]
-                  RenderBlock (anonymous) at (8,2) size 63x13
-                    RenderText at (0,0) size 63x13
-                      text run at (0,0) width 63: &quot;Choose File&quot;
-            RenderTableCell {TD} at (553,24) size 231x26 [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
-              RenderFileUploadControl {INPUT} at (4,4) size 222x18 &quot;no file selected&quot;
-                RenderButton {INPUT} at (0,0) size 79x18 [bgcolor=#C0C0C0]
-                  RenderBlock (anonymous) at (8,2) size 63x13
-                    RenderText at (0,0) size 63x13
-                      text run at (0,0) width 63: &quot;Choose File&quot;
-            RenderTableCell {TD} at (785,24) size 231x26 [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
-              RenderFileUploadControl {INPUT} at (4,4) size 222x18 &quot;no file selected&quot;
-                RenderButton {INPUT} at (0,0) size 79x18 [bgcolor=#C0C0C0]
-                  RenderBlock (anonymous) at (8,2) size 63x13
-                    RenderText at (0,0) size 63x13
-                      text run at (0,0) width 63: &quot;Choose File&quot;
-          RenderTableRow {TR} at (0,52) size 1018x26
</del><ins>+            RenderTableCell {TD} at (89,24) size 247x26 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
+              RenderFileUploadControl {INPUT} at (4,4) size 238x18 &quot;no file selected&quot;
+                RenderButton {INPUT} at (0,0) size 78x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 62x13
+                    RenderText at (0,0) size 62x13
+                      text run at (0,0) width 62: &quot;Choose File&quot;
+            RenderTableCell {TD} at (337,24) size 247x26 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
+              RenderFileUploadControl {INPUT} at (4,4) size 238x18 &quot;no file selected&quot;
+                RenderButton {INPUT} at (0,0) size 78x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 62x13
+                    RenderText at (0,0) size 62x13
+                      text run at (0,0) width 62: &quot;Choose File&quot;
+            RenderTableCell {TD} at (585,24) size 247x26 [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
+              RenderFileUploadControl {INPUT} at (4,4) size 238x18 &quot;no file selected&quot;
+                RenderButton {INPUT} at (0,0) size 78x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 62x13
+                    RenderText at (0,0) size 62x13
+                      text run at (0,0) width 62: &quot;Choose File&quot;
+            RenderTableCell {TD} at (833,24) size 247x26 [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
+              RenderFileUploadControl {INPUT} at (4,4) size 238x18 &quot;no file selected&quot;
+                RenderButton {INPUT} at (0,0) size 78x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 62x13
+                    RenderText at (0,0) size 62x13
+                      text run at (0,0) width 62: &quot;Choose File&quot;
+          RenderTableRow {TR} at (0,52) size 1082x26
</ins><span class="cx">             RenderTableCell {TH} at (2,55) size 86x20 [r=2 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 84x18
</span><span class="cx">                 text run at (1,1) width 84: &quot;direction:ltr&quot;
</span><del>-            RenderTableCell {TD} at (89,52) size 231x26 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
-              RenderFileUploadControl {INPUT} at (4,4) size 222x18 &quot;no file selected&quot;
-                RenderButton {INPUT} at (0,0) size 79x18 [bgcolor=#C0C0C0]
-                  RenderBlock (anonymous) at (8,2) size 63x13
-                    RenderText at (0,0) size 63x13
-                      text run at (0,0) width 63: &quot;Choose File&quot;
-            RenderTableCell {TD} at (321,52) size 231x26 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
-              RenderFileUploadControl {INPUT} at (4,4) size 222x18 &quot;no file selected&quot;
-                RenderButton {INPUT} at (0,0) size 79x18 [bgcolor=#C0C0C0]
-                  RenderBlock (anonymous) at (8,2) size 63x13
-                    RenderText at (0,0) size 63x13
-                      text run at (0,0) width 63: &quot;Choose File&quot;
-            RenderTableCell {TD} at (553,52) size 231x26 [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
-              RenderFileUploadControl {INPUT} at (4,4) size 222x18 &quot;no file selected&quot;
-                RenderButton {INPUT} at (0,0) size 79x18 [bgcolor=#C0C0C0]
-                  RenderBlock (anonymous) at (8,2) size 63x13
-                    RenderText at (0,0) size 63x13
-                      text run at (0,0) width 63: &quot;Choose File&quot;
-            RenderTableCell {TD} at (785,52) size 231x26 [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
-              RenderFileUploadControl {INPUT} at (4,4) size 222x18 &quot;no file selected&quot;
-                RenderButton {INPUT} at (0,0) size 79x18 [bgcolor=#C0C0C0]
-                  RenderBlock (anonymous) at (8,2) size 63x13
-                    RenderText at (0,0) size 63x13
-                      text run at (0,0) width 63: &quot;Choose File&quot;
-          RenderTableRow {TR} at (0,80) size 1018x26
</del><ins>+            RenderTableCell {TD} at (89,52) size 247x26 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
+              RenderFileUploadControl {INPUT} at (4,4) size 238x18 &quot;no file selected&quot;
+                RenderButton {INPUT} at (0,0) size 78x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 62x13
+                    RenderText at (0,0) size 62x13
+                      text run at (0,0) width 62: &quot;Choose File&quot;
+            RenderTableCell {TD} at (337,52) size 247x26 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
+              RenderFileUploadControl {INPUT} at (4,4) size 238x18 &quot;no file selected&quot;
+                RenderButton {INPUT} at (0,0) size 78x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 62x13
+                    RenderText at (0,0) size 62x13
+                      text run at (0,0) width 62: &quot;Choose File&quot;
+            RenderTableCell {TD} at (585,52) size 247x26 [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
+              RenderFileUploadControl {INPUT} at (4,4) size 238x18 &quot;no file selected&quot;
+                RenderButton {INPUT} at (0,0) size 78x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 62x13
+                    RenderText at (0,0) size 62x13
+                      text run at (0,0) width 62: &quot;Choose File&quot;
+            RenderTableCell {TD} at (833,52) size 247x26 [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
+              RenderFileUploadControl {INPUT} at (4,4) size 238x18 &quot;no file selected&quot;
+                RenderButton {INPUT} at (0,0) size 78x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 62x13
+                    RenderText at (0,0) size 62x13
+                      text run at (0,0) width 62: &quot;Choose File&quot;
+          RenderTableRow {TR} at (0,80) size 1082x26
</ins><span class="cx">             RenderTableCell {TH} at (2,83) size 86x20 [r=3 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 84x18
</span><span class="cx">                 text run at (1,1) width 84: &quot;direction:rtl&quot;
</span><del>-            RenderTableCell {TD} at (89,80) size 231x26 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
-              RenderFileUploadControl {INPUT} at (4,4) size 222x18 &quot;no file selected&quot;
-                RenderButton {INPUT} at (143,0) size 79x18 [bgcolor=#C0C0C0]
-                  RenderBlock (anonymous) at (8,2) size 63x13
-                    RenderText at (0,0) size 63x13
-                      text run at (0,0) width 63: &quot;Choose File&quot;
-            RenderTableCell {TD} at (321,80) size 231x26 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
-              RenderFileUploadControl {INPUT} at (4,4) size 222x18 &quot;no file selected&quot;
-                RenderButton {INPUT} at (143,0) size 79x18 [bgcolor=#C0C0C0]
-                  RenderBlock (anonymous) at (8,2) size 63x13
-                    RenderText at (0,0) size 63x13
-                      text run at (0,0) width 63: &quot;Choose File&quot;
-            RenderTableCell {TD} at (553,80) size 231x26 [border: (1px solid #000000)] [r=3 c=3 rs=1 cs=1]
-              RenderFileUploadControl {INPUT} at (4,4) size 222x18 &quot;no file selected&quot;
-                RenderButton {INPUT} at (143,0) size 79x18 [bgcolor=#C0C0C0]
-                  RenderBlock (anonymous) at (8,2) size 63x13
-                    RenderText at (0,0) size 63x13
-                      text run at (0,0) width 63: &quot;Choose File&quot;
-            RenderTableCell {TD} at (785,80) size 231x26 [border: (1px solid #000000)] [r=3 c=4 rs=1 cs=1]
-              RenderFileUploadControl {INPUT} at (4,4) size 222x18 &quot;no file selected&quot;
-                RenderButton {INPUT} at (143,0) size 79x18 [bgcolor=#C0C0C0]
-                  RenderBlock (anonymous) at (8,2) size 63x13
-                    RenderText at (0,0) size 63x13
-                      text run at (0,0) width 63: &quot;Choose File&quot;
</del><ins>+            RenderTableCell {TD} at (89,80) size 247x26 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
+              RenderFileUploadControl {INPUT} at (4,4) size 238x18 &quot;no file selected&quot;
+                RenderButton {INPUT} at (160,0) size 78x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 62x13
+                    RenderText at (0,0) size 62x13
+                      text run at (0,0) width 62: &quot;Choose File&quot;
+            RenderTableCell {TD} at (337,80) size 247x26 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
+              RenderFileUploadControl {INPUT} at (4,4) size 238x18 &quot;no file selected&quot;
+                RenderButton {INPUT} at (160,0) size 78x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 62x13
+                    RenderText at (0,0) size 62x13
+                      text run at (0,0) width 62: &quot;Choose File&quot;
+            RenderTableCell {TD} at (585,80) size 247x26 [border: (1px solid #000000)] [r=3 c=3 rs=1 cs=1]
+              RenderFileUploadControl {INPUT} at (4,4) size 238x18 &quot;no file selected&quot;
+                RenderButton {INPUT} at (160,0) size 78x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 62x13
+                    RenderText at (0,0) size 62x13
+                      text run at (0,0) width 62: &quot;Choose File&quot;
+            RenderTableCell {TD} at (833,80) size 247x26 [border: (1px solid #000000)] [r=3 c=4 rs=1 cs=1]
+              RenderFileUploadControl {INPUT} at (4,4) size 238x18 &quot;no file selected&quot;
+                RenderButton {INPUT} at (160,0) size 78x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 62x13
+                    RenderText at (0,0) size 62x13
+                      text run at (0,0) width 62: &quot;Choose File&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsfilefileinputdisabledexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/file/file-input-disabled-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsfilefileinputdisabledexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/file/file-input-disabled-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/file/file-input-disabled-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/file/file-input-disabled-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -13,10 +13,10 @@
</span><span class="cx">           RenderBR {BR} at (0,19) size 0x18
</span><span class="cx">           RenderText {#text} at (0,38) size 89x18
</span><span class="cx">             text run at (0,38) width 89: &quot;  Select File:  &quot;
</span><del>-          RenderFileUploadControl {INPUT} at (90,39) size 223x18 &quot;no file selected&quot;
-            RenderButton {INPUT} at (0,0) size 79x18 [color=#7F7F7F] [bgcolor=#C0C0C0]
-              RenderBlock (anonymous) at (8,2) size 63x13
-                RenderText at (0,0) size 63x13
-                  text run at (0,0) width 63: &quot;Choose File&quot;
-          RenderBR {BR} at (314,52) size 1x0
</del><ins>+          RenderFileUploadControl {INPUT} at (90,39) size 239x18 &quot;no file selected&quot;
+            RenderButton {INPUT} at (0,0) size 78x18 [color=#7F7F7F] [bgcolor=#C0C0C0]
+              RenderBlock (anonymous) at (8,2) size 62x13
+                RenderText at (0,0) size 62x13
+                  text run at (0,0) width 62: &quot;Choose File&quot;
+          RenderBR {BR} at (330,52) size 1x0
</ins><span class="cx">         RenderTable {TABLE} at (0,59) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsfileinputfilererenderexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/file/input-file-re-render-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/file/input-file-re-render-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/file/input-file-re-render-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -4,11 +4,11 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x80
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x56
</span><span class="cx">       RenderBlock {FORM} at (0,0) size 784x22
</span><del>-        RenderFileUploadControl {INPUT} at (2,2) size 222x18 &quot;2 files&quot;
-          RenderButton {INPUT} at (0,0) size 85x18 [bgcolor=#C0C0C0]
-            RenderBlock (anonymous) at (8,2) size 69x13
-              RenderText at (0,0) size 69x13
-                text run at (0,0) width 69: &quot;Choose Files&quot;
</del><ins>+        RenderFileUploadControl {INPUT} at (2,2) size 238x18 &quot;2 files&quot;
+          RenderButton {INPUT} at (0,0) size 84x18 [bgcolor=#C0C0C0]
+            RenderBlock (anonymous) at (8,2) size 68x13
+              RenderText at (0,0) size 68x13
+                text run at (0,0) width 68: &quot;Choose Files&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,38) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 449x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsfloatingtextfieldrelayoutexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/floating-textfield-relayout-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsfloatingtextfieldrelayoutexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/floating-textfield-relayout-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/floating-textfield-relayout-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/floating-textfield-relayout-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -22,5 +22,5 @@
</span><span class="cx">     RenderTextControl {INPUT} at (0,2) size 392x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</span><span class="cx"> layer at (11,75) size 386x13
</span><span class="cx">   RenderBlock {DIV} at (3,3) size 386x13
</span><del>-    RenderText {#text} at (0,0) size 18x13
-      text run at (0,0) width 18: &quot;foo&quot;
</del><ins>+    RenderText {#text} at (0,0) size 17x13
+      text run at (0,0) width 17: &quot;foo&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsformelementgeometryexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsformelementgeometryexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -12,9 +12,9 @@
</span><span class="cx">       RenderBlock {H2} at (0,96) size 769x29
</span><span class="cx">         RenderText {#text} at (0,0) size 167x28
</span><span class="cx">           text run at (0,0) width 167: &quot;Bounding Boxes&quot;
</span><del>-      RenderTable {TABLE} at (0,144) size 170x29
-        RenderTableSection {TBODY} at (0,0) size 170x28
-          RenderTableRow {TR} at (0,2) size 170x24
</del><ins>+      RenderTable {TABLE} at (0,144) size 169x29
+        RenderTableSection {TBODY} at (0,0) size 169x28
+          RenderTableRow {TR} at (0,2) size 169x24
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 57x24 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 55x22 [border: (2px solid #0000FF)]
</span><span class="cx">                 RenderInline {FONT} at (0,0) size 51x28
</span><span class="lines">@@ -22,24 +22,24 @@
</span><span class="cx">                     RenderBlock (anonymous) at (8,2) size 35x13
</span><span class="cx">                       RenderText at (0,0) size 35x13
</span><span class="cx">                         text run at (0,0) width 35: &quot;button&quot;
</span><del>-            RenderTableCell {TD} at (60,2) size 68x24 [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (1,1) size 65x22 [border: (2px solid #0000FF)]
-                RenderInline {FONT} at (0,0) size 61x28
-                  RenderMenuList {SELECT} at (2,2) size 61x18 [bgcolor=#FFFFFF]
-                    RenderBlock (anonymous) at (0,0) size 61x18
-                      RenderText at (8,2) size 30x13
-                        text run at (8,2) width 30: &quot;menu&quot;
-            RenderTableCell {TD} at (129,5) size 19x18 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (60,2) size 67x24 [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 64x22 [border: (2px solid #0000FF)]
+                RenderInline {FONT} at (0,0) size 60x28
+                  RenderMenuList {SELECT} at (2,2) size 60x18 [bgcolor=#FFFFFF]
+                    RenderBlock (anonymous) at (0,0) size 60x18
+                      RenderText at (8,2) size 29x13
+                        text run at (8,2) width 29: &quot;menu&quot;
+            RenderTableCell {TD} at (128,5) size 19x18 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 16x16 [border: (2px solid #0000FF)]
</span><span class="cx">                 RenderInline {FONT} at (0,0) size 12x28
</span><span class="cx">                   RenderBlock {INPUT} at (2,2) size 12x12
</span><del>-            RenderTableCell {TD} at (149,5) size 19x18 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (148,5) size 19x18 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 16x16 [border: (2px solid #0000FF)]
</span><span class="cx">                 RenderInline {FONT} at (0,0) size 12x28
</span><span class="cx">                   RenderBlock {INPUT} at (2,2) size 12x12
</span><del>-      RenderTable {TABLE} at (0,172) size 170x29
-        RenderTableSection {TBODY} at (0,0) size 170x28
-          RenderTableRow {TR} at (0,2) size 170x24
</del><ins>+      RenderTable {TABLE} at (0,172) size 169x29
+        RenderTableSection {TBODY} at (0,0) size 169x28
+          RenderTableRow {TR} at (0,2) size 169x24
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 57x24 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 55x22 [border: (2px solid #0000FF)]
</span><span class="cx">                 RenderButton {INPUT} at (2,2) size 51x18 [bgcolor=#C0C0C0]
</span><span class="lines">@@ -46,21 +46,21 @@
</span><span class="cx">                   RenderBlock (anonymous) at (8,2) size 35x13
</span><span class="cx">                     RenderText at (0,0) size 35x13
</span><span class="cx">                       text run at (0,0) width 35: &quot;button&quot;
</span><del>-            RenderTableCell {TD} at (60,2) size 68x24 [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (1,1) size 65x22 [border: (2px solid #0000FF)]
-                RenderMenuList {SELECT} at (2,2) size 61x18 [bgcolor=#FFFFFF]
-                  RenderBlock (anonymous) at (0,0) size 61x18
-                    RenderText at (8,2) size 30x13
-                      text run at (8,2) width 30: &quot;menu&quot;
-            RenderTableCell {TD} at (129,5) size 19x18 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (60,2) size 67x24 [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 64x22 [border: (2px solid #0000FF)]
+                RenderMenuList {SELECT} at (2,2) size 60x18 [bgcolor=#FFFFFF]
+                  RenderBlock (anonymous) at (0,0) size 60x18
+                    RenderText at (8,2) size 29x13
+                      text run at (8,2) width 29: &quot;menu&quot;
+            RenderTableCell {TD} at (128,5) size 19x18 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 16x16 [border: (2px solid #0000FF)]
</span><span class="cx">                 RenderBlock {INPUT} at (2,2) size 12x12
</span><del>-            RenderTableCell {TD} at (149,5) size 19x18 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (148,5) size 19x18 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 16x16 [border: (2px solid #0000FF)]
</span><span class="cx">                 RenderBlock {INPUT} at (2,2) size 12x12
</span><del>-      RenderTable {TABLE} at (0,200) size 170x29
-        RenderTableSection {TBODY} at (0,0) size 170x28
-          RenderTableRow {TR} at (0,2) size 170x24
</del><ins>+      RenderTable {TABLE} at (0,200) size 169x29
+        RenderTableSection {TBODY} at (0,0) size 169x28
+          RenderTableRow {TR} at (0,2) size 169x24
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 57x24 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 55x22 [border: (2px solid #0000FF)]
</span><span class="cx">                 RenderInline {FONT} at (0,0) size 51x13
</span><span class="lines">@@ -68,44 +68,44 @@
</span><span class="cx">                     RenderBlock (anonymous) at (8,2) size 35x13
</span><span class="cx">                       RenderText at (0,0) size 35x13
</span><span class="cx">                         text run at (0,0) width 35: &quot;button&quot;
</span><del>-            RenderTableCell {TD} at (60,2) size 68x24 [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (1,1) size 65x22 [border: (2px solid #0000FF)]
-                RenderInline {FONT} at (0,0) size 61x13
-                  RenderMenuList {SELECT} at (2,2) size 61x18 [bgcolor=#FFFFFF]
-                    RenderBlock (anonymous) at (0,0) size 61x18
-                      RenderText at (8,2) size 30x13
-                        text run at (8,2) width 30: &quot;menu&quot;
-            RenderTableCell {TD} at (129,5) size 19x18 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (60,2) size 67x24 [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 64x22 [border: (2px solid #0000FF)]
+                RenderInline {FONT} at (0,0) size 60x13
+                  RenderMenuList {SELECT} at (2,2) size 60x18 [bgcolor=#FFFFFF]
+                    RenderBlock (anonymous) at (0,0) size 60x18
+                      RenderText at (8,2) size 29x13
+                        text run at (8,2) width 29: &quot;menu&quot;
+            RenderTableCell {TD} at (128,5) size 19x18 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 16x16 [border: (2px solid #0000FF)]
</span><span class="cx">                 RenderInline {FONT} at (0,0) size 12x13
</span><span class="cx">                   RenderBlock {INPUT} at (2,2) size 12x12
</span><del>-            RenderTableCell {TD} at (149,5) size 19x18 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (148,5) size 19x18 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 16x16 [border: (2px solid #0000FF)]
</span><span class="cx">                 RenderInline {FONT} at (0,0) size 12x13
</span><span class="cx">                   RenderBlock {INPUT} at (2,2) size 12x12
</span><del>-      RenderTable {TABLE} at (0,228) size 517x68
-        RenderTableSection {TBODY} at (0,0) size 517x67
-          RenderTableRow {TR} at (0,2) size 517x63
-            RenderTableCell {TD} at (2,2) size 78x25 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (1,1) size 76x23 [border: (2px solid #0000FF)]
-                RenderTextControl {INPUT} at (2,2) size 72x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-            RenderTableCell {TD} at (81,2) size 40x63 [r=0 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,228) size 546x68
+        RenderTableSection {TBODY} at (0,0) size 546x67
+          RenderTableRow {TR} at (0,2) size 546x63
+            RenderTableCell {TD} at (2,2) size 82x25 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 80x23 [border: (2px solid #0000FF)]
+                RenderTextControl {INPUT} at (2,2) size 76x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderTableCell {TD} at (85,2) size 40x63 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 37x61 [border: (2px solid #0000FF)]
</span><span class="cx">                 RenderListBox {SELECT} at (2,2) size 33x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</span><del>-            RenderTableCell {TD} at (122,2) size 229x24 [r=0 c=2 rs=1 cs=1]
-              RenderBlock {DIV} at (1,1) size 226x22 [border: (2px solid #0000FF)]
-                RenderFileUploadControl {INPUT} at (2,2) size 222x18 &quot;no file selected&quot;
-                  RenderButton {INPUT} at (0,0) size 79x18 [bgcolor=#C0C0C0]
-                    RenderBlock (anonymous) at (8,2) size 63x13
-                      RenderText at (0,0) size 63x13
-                        text run at (0,0) width 63: &quot;Choose File&quot;
-            RenderTableCell {TD} at (352,2) size 163x42 [r=0 c=3 rs=1 cs=1]
-              RenderBlock {DIV} at (1,1) size 160x40 [border: (2px solid #0000FF)]
</del><ins>+            RenderTableCell {TD} at (126,2) size 245x24 [r=0 c=2 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 242x22 [border: (2px solid #0000FF)]
+                RenderFileUploadControl {INPUT} at (2,2) size 238x18 &quot;no file selected&quot;
+                  RenderButton {INPUT} at (0,0) size 78x18 [bgcolor=#C0C0C0]
+                    RenderBlock (anonymous) at (8,2) size 62x13
+                      RenderText at (0,0) size 62x13
+                        text run at (0,0) width 62: &quot;Choose File&quot;
+            RenderTableCell {TD} at (372,2) size 172x42 [r=0 c=3 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 169x40 [border: (2px solid #0000FF)]
</ins><span class="cx">       RenderBlock {H2} at (0,315) size 769x29
</span><span class="cx">         RenderText {#text} at (0,0) size 200x28
</span><span class="cx">           text run at (0,0) width 200: &quot;Baseline Alignment&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,363) size 769x30
</span><del>-        RenderInline {FONT} at (0,0) size 212x28
</del><ins>+        RenderInline {FONT} at (0,0) size 211x28
</ins><span class="cx">           RenderText {#text} at (0,0) size 42x28
</span><span class="cx">             text run at (0,0) width 42: &quot;text &quot;
</span><span class="cx">           RenderButton {INPUT} at (43,9) size 52x18 [bgcolor=#C0C0C0]
</span><span class="lines">@@ -114,16 +114,16 @@
</span><span class="cx">                 text run at (0,0) width 35: &quot;button&quot;
</span><span class="cx">           RenderText {#text} at (96,0) size 7x28
</span><span class="cx">             text run at (96,0) width 7: &quot; &quot;
</span><del>-          RenderMenuList {SELECT} at (104,9) size 62x18 [bgcolor=#FFFFFF]
-            RenderBlock (anonymous) at (0,0) size 61x18
-              RenderText at (8,2) size 30x13
-                text run at (8,2) width 30: &quot;menu&quot;
-          RenderText {#text} at (167,0) size 7x28
-            text run at (167,0) width 7: &quot; &quot;
-          RenderBlock {INPUT} at (175,12) size 13x12
-          RenderText {#text} at (189,0) size 7x28
-            text run at (189,0) width 7: &quot; &quot;
-          RenderBlock {INPUT} at (197,12) size 13x12
</del><ins>+          RenderMenuList {SELECT} at (104,9) size 61x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 60x18
+              RenderText at (8,2) size 29x13
+                text run at (8,2) width 29: &quot;menu&quot;
+          RenderText {#text} at (166,0) size 7x28
+            text run at (166,0) width 7: &quot; &quot;
+          RenderBlock {INPUT} at (174,12) size 13x12
+          RenderText {#text} at (188,0) size 7x28
+            text run at (188,0) width 7: &quot; &quot;
+          RenderBlock {INPUT} at (196,12) size 13x12
</ins><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {DIV} at (0,392) size 769x23
</span><span class="cx">         RenderText {#text} at (0,1) size 28x18
</span><span class="lines">@@ -134,19 +134,19 @@
</span><span class="cx">               text run at (0,0) width 35: &quot;button&quot;
</span><span class="cx">         RenderText {#text} at (82,1) size 5x18
</span><span class="cx">           text run at (82,1) width 5: &quot; &quot;
</span><del>-        RenderMenuList {SELECT} at (88,2) size 62x18 [bgcolor=#FFFFFF]
-          RenderBlock (anonymous) at (0,0) size 61x18
-            RenderText at (8,2) size 30x13
-              text run at (8,2) width 30: &quot;menu&quot;
-        RenderText {#text} at (151,1) size 5x18
-          text run at (151,1) width 5: &quot; &quot;
-        RenderBlock {INPUT} at (157,5) size 13x12
-        RenderText {#text} at (171,1) size 5x18
-          text run at (171,1) width 5: &quot; &quot;
-        RenderBlock {INPUT} at (177,5) size 13x12
</del><ins>+        RenderMenuList {SELECT} at (88,2) size 61x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 60x18
+            RenderText at (8,2) size 29x13
+              text run at (8,2) width 29: &quot;menu&quot;
+        RenderText {#text} at (150,1) size 5x18
+          text run at (150,1) width 5: &quot; &quot;
+        RenderBlock {INPUT} at (156,5) size 13x12
+        RenderText {#text} at (170,1) size 5x18
+          text run at (170,1) width 5: &quot; &quot;
+        RenderBlock {INPUT} at (176,5) size 13x12
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {DIV} at (0,414) size 769x23
</span><del>-        RenderInline {FONT} at (0,0) size 177x13
</del><ins>+        RenderInline {FONT} at (0,0) size 176x13
</ins><span class="cx">           RenderText {#text} at (0,5) size 18x13
</span><span class="cx">             text run at (0,5) width 18: &quot;text &quot;
</span><span class="cx">           RenderButton {INPUT} at (19,2) size 51x18 [bgcolor=#C0C0C0]
</span><span class="lines">@@ -155,36 +155,36 @@
</span><span class="cx">                 text run at (0,0) width 35: &quot;button&quot;
</span><span class="cx">           RenderText {#text} at (71,5) size 4x13
</span><span class="cx">             text run at (71,5) width 4: &quot; &quot;
</span><del>-          RenderMenuList {SELECT} at (76,2) size 62x18 [bgcolor=#FFFFFF]
-            RenderBlock (anonymous) at (0,0) size 61x18
-              RenderText at (8,2) size 30x13
-                text run at (8,2) width 30: &quot;menu&quot;
-          RenderText {#text} at (139,5) size 3x13
-            text run at (139,5) width 3: &quot; &quot;
-          RenderBlock {INPUT} at (143,5) size 13x12
-          RenderText {#text} at (157,5) size 4x13
-            text run at (157,5) width 4: &quot; &quot;
-          RenderBlock {INPUT} at (162,5) size 13x12
</del><ins>+          RenderMenuList {SELECT} at (76,2) size 61x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 60x18
+              RenderText at (8,2) size 29x13
+                text run at (8,2) width 29: &quot;menu&quot;
+          RenderText {#text} at (138,5) size 3x13
+            text run at (138,5) width 3: &quot; &quot;
+          RenderBlock {INPUT} at (142,5) size 13x12
+          RenderText {#text} at (156,5) size 4x13
+            text run at (156,5) width 4: &quot; &quot;
+          RenderBlock {INPUT} at (161,5) size 13x12
</ins><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {DIV} at (0,436) size 769x44
</span><span class="cx">         RenderText {#text} at (0,22) size 28x18
</span><span class="cx">           text run at (0,22) width 28: &quot;text &quot;
</span><del>-        RenderTextControl {INPUT} at (29,22) size 73x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderText {#text} at (103,22) size 5x18
-          text run at (103,22) width 5: &quot; &quot;
-        RenderFileUploadControl {INPUT} at (109,23) size 223x18 &quot;no file selected&quot;
-          RenderButton {INPUT} at (0,0) size 79x18 [bgcolor=#C0C0C0]
-            RenderBlock (anonymous) at (8,2) size 63x13
-              RenderText at (0,0) size 63x13
-                text run at (0,0) width 63: &quot;Choose File&quot;
-        RenderText {#text} at (333,22) size 5x18
-          text run at (333,22) width 5: &quot; &quot;
</del><ins>+        RenderTextControl {INPUT} at (29,22) size 77x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (107,22) size 5x18
+          text run at (107,22) width 5: &quot; &quot;
+        RenderFileUploadControl {INPUT} at (113,23) size 239x18 &quot;no file selected&quot;
+          RenderButton {INPUT} at (0,0) size 78x18 [bgcolor=#C0C0C0]
+            RenderBlock (anonymous) at (8,2) size 62x13
+              RenderText at (0,0) size 62x13
+                text run at (0,0) width 62: &quot;Choose File&quot;
+        RenderText {#text} at (353,22) size 5x18
+          text run at (353,22) width 5: &quot; &quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {H2} at (0,498) size 769x29
</span><span class="cx">         RenderText {#text} at (0,0) size 198x28
</span><span class="cx">           text run at (0,0) width 198: &quot;Pop-up Menu Sizes&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,546) size 769x30
</span><del>-        RenderInline {FONT} at (0,0) size 176x28
</del><ins>+        RenderInline {FONT} at (0,0) size 174x28
</ins><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><span class="cx">           RenderMenuList {SELECT} at (2,9) size 36x18 [bgcolor=#FFFFFF]
</span><span class="cx">             RenderBlock (anonymous) at (0,0) size 36x18
</span><span class="lines">@@ -194,14 +194,14 @@
</span><span class="cx">             text run at (40,0) width 6: &quot; &quot;
</span><span class="cx">           RenderMenuList {SELECT} at (48,9) size 36x18 [bgcolor=#FFFFFF]
</span><span class="cx">             RenderBlock (anonymous) at (0,0) size 36x18
</span><del>-              RenderText at (8,2) size 3x13
-                text run at (8,2) width 3: &quot;|&quot;
</del><ins>+              RenderText at (8,2) size 4x13
+                text run at (8,2) width 4: &quot;|&quot;
</ins><span class="cx">           RenderText {#text} at (86,0) size 6x28
</span><span class="cx">             text run at (86,0) width 6: &quot; &quot;
</span><del>-          RenderMenuList {SELECT} at (94,9) size 80x18 [bgcolor=#FFFFFF]
-            RenderBlock (anonymous) at (0,0) size 80x18
-              RenderText at (8,2) size 49x13
-                text run at (8,2) width 49: &quot;xxxxxxxx&quot;
</del><ins>+          RenderMenuList {SELECT} at (94,9) size 78x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 78x18
+              RenderText at (8,2) size 47x13
+                text run at (8,2) width 47: &quot;xxxxxxxx&quot;
</ins><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {DIV} at (0,575) size 769x23
</span><span class="cx">         RenderMenuList {SELECT} at (2,2) size 36x18 [bgcolor=#FFFFFF]
</span><span class="lines">@@ -212,17 +212,17 @@
</span><span class="cx">           text run at (40,1) width 4: &quot; &quot;
</span><span class="cx">         RenderMenuList {SELECT} at (46,2) size 36x18 [bgcolor=#FFFFFF]
</span><span class="cx">           RenderBlock (anonymous) at (0,0) size 36x18
</span><del>-            RenderText at (8,2) size 3x13
-              text run at (8,2) width 3: &quot;|&quot;
</del><ins>+            RenderText at (8,2) size 4x13
+              text run at (8,2) width 4: &quot;|&quot;
</ins><span class="cx">         RenderText {#text} at (84,1) size 4x18
</span><span class="cx">           text run at (84,1) width 4: &quot; &quot;
</span><del>-        RenderMenuList {SELECT} at (90,2) size 80x18 [bgcolor=#FFFFFF]
-          RenderBlock (anonymous) at (0,0) size 80x18
-            RenderText at (8,2) size 49x13
-              text run at (8,2) width 49: &quot;xxxxxxxx&quot;
</del><ins>+        RenderMenuList {SELECT} at (90,2) size 78x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 78x18
+            RenderText at (8,2) size 47x13
+              text run at (8,2) width 47: &quot;xxxxxxxx&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {DIV} at (0,597) size 769x23
</span><del>-        RenderInline {FONT} at (0,0) size 169x13
</del><ins>+        RenderInline {FONT} at (0,0) size 167x13
</ins><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><span class="cx">           RenderMenuList {SELECT} at (2,2) size 36x18 [bgcolor=#FFFFFF]
</span><span class="cx">             RenderBlock (anonymous) at (0,0) size 36x18
</span><span class="lines">@@ -232,30 +232,30 @@
</span><span class="cx">             text run at (40,5) width 3: &quot; &quot;
</span><span class="cx">           RenderMenuList {SELECT} at (44,2) size 37x18 [bgcolor=#FFFFFF]
</span><span class="cx">             RenderBlock (anonymous) at (0,0) size 36x18
</span><del>-              RenderText at (8,2) size 3x13
-                text run at (8,2) width 3: &quot;|&quot;
</del><ins>+              RenderText at (8,2) size 4x13
+                text run at (8,2) width 4: &quot;|&quot;
</ins><span class="cx">           RenderText {#text} at (82,5) size 3x13
</span><span class="cx">             text run at (82,5) width 3: &quot; &quot;
</span><del>-          RenderMenuList {SELECT} at (87,2) size 80x18 [bgcolor=#FFFFFF]
-            RenderBlock (anonymous) at (0,0) size 80x18
-              RenderText at (8,2) size 49x13
-                text run at (8,2) width 49: &quot;xxxxxxxx&quot;
</del><ins>+          RenderMenuList {SELECT} at (87,2) size 78x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 78x18
+              RenderText at (8,2) size 47x13
+                text run at (8,2) width 47: &quot;xxxxxxxx&quot;
</ins><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (16,244) size 65x13
-  RenderBlock {DIV} at (3,3) size 66x13
-    RenderText {#text} at (0,0) size 46x13
-      text run at (0,0) width 46: &quot;text field&quot;
-layer at (365,243) size 152x32 clip at (366,244) size 150x30
-  RenderTextControl {TEXTAREA} at (4,4) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 146x13
</del><ins>+layer at (16,244) size 70x13
+  RenderBlock {DIV} at (3,3) size 70x13
+    RenderText {#text} at (0,0) size 47x13
+      text run at (0,0) width 47: &quot;text field&quot;
+layer at (386,243) size 161x32 clip at (387,244) size 159x30
+  RenderTextControl {TEXTAREA} at (4,4) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 155x13
</ins><span class="cx">       RenderText {#text} at (0,0) size 43x13
</span><span class="cx">         text run at (0,0) width 43: &quot;textarea&quot;
</span><del>-layer at (41,469) size 65x13
-  RenderBlock {DIV} at (3,3) size 66x13
-    RenderText {#text} at (0,0) size 46x13
-      text run at (0,0) width 46: &quot;text field&quot;
-layer at (347,446) size 152x32 clip at (348,447) size 150x30
-  RenderTextControl {TEXTAREA} at (339,2) size 153x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 146x13
</del><ins>+layer at (41,469) size 70x13
+  RenderBlock {DIV} at (3,3) size 70x13
+    RenderText {#text} at (0,0) size 47x13
+      text run at (0,0) width 47: &quot;text field&quot;
+layer at (368,446) size 161x32 clip at (369,447) size 159x30
+  RenderTextControl {TEXTAREA} at (359,2) size 162x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 155x13
</ins><span class="cx">       RenderText {#text} at (0,0) size 43x13
</span><span class="cx">         text run at (0,0) width 43: &quot;textarea&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformshiddenlistboxexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/hidden-listbox-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformshiddenlistboxexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/hidden-listbox-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/hidden-listbox-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/hidden-listbox-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -6,5 +6,5 @@
</span><span class="cx">       RenderText {#text} at (0,0) size 523x18
</span><span class="cx">         text run at (0,0) width 523: &quot;This tests that the whole listbox control is hidden when visibility is set to hidden. &quot;
</span><span class="cx">       RenderBR {BR} at (522,14) size 1x0
</span><del>-      RenderListBox {SELECT} at (2,20) size 176x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</del><ins>+      RenderListBox {SELECT} at (2,20) size 174x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputalignexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-align-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputalignexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-align-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-align-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-align-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -7,41 +7,41 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 576x18
</span><span class="cx">           text run at (0,0) width 576: &quot;The following 5 inputs should be all be rendered exactly the same, aligned to the left side.&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,34) size 784x92
</span><del>-        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderText {#text} at (140,2) size 5x18
-          text run at (140,2) width 5: &quot; &quot;
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (149,2) size 5x18
+          text run at (149,2) width 5: &quot; &quot;
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x0
</span><del>-        RenderTextControl {INPUT} at (2,25) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderText {#text} at (140,25) size 5x18
-          text run at (140,25) width 5: &quot; &quot;
</del><ins>+        RenderTextControl {INPUT} at (2,25) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (149,25) size 5x18
+          text run at (149,25) width 5: &quot; &quot;
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x0
</span><del>-        RenderTextControl {INPUT} at (2,48) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderText {#text} at (140,48) size 5x18
-          text run at (140,48) width 5: &quot; &quot;
</del><ins>+        RenderTextControl {INPUT} at (2,48) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (149,48) size 5x18
+          text run at (149,48) width 5: &quot; &quot;
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x0
</span><del>-        RenderTextControl {INPUT} at (2,71) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderText {#text} at (140,71) size 5x18
-          text run at (140,71) width 5: &quot; &quot;
</del><ins>+        RenderTextControl {INPUT} at (2,71) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (149,71) size 5x18
+          text run at (149,71) width 5: &quot; &quot;
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {DIV} at (0,126) size 784x23
</span><del>-        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-layer at (13,47) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 98x13
-      text run at (0,0) width 98: &quot;The quick brown...&quot;
-layer at (13,70) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 98x13
-      text run at (0,0) width 98: &quot;The quick brown...&quot;
-layer at (13,93) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 98x13
-      text run at (0,0) width 98: &quot;The quick brown...&quot;
-layer at (13,116) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 98x13
-      text run at (0,0) width 98: &quot;The quick brown...&quot;
-layer at (13,139) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 98x13
-      text run at (0,0) width 98: &quot;The quick brown...&quot;
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+layer at (13,47) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 97x13
+      text run at (0,0) width 97: &quot;The quick brown...&quot;
+layer at (13,70) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 97x13
+      text run at (0,0) width 97: &quot;The quick brown...&quot;
+layer at (13,93) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 97x13
+      text run at (0,0) width 97: &quot;The quick brown...&quot;
+layer at (13,116) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 97x13
+      text run at (0,0) width 97: &quot;The quick brown...&quot;
+layer at (13,139) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 97x13
+      text run at (0,0) width 97: &quot;The quick brown...&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputappearancebkcolorexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-appearance-bkcolor-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputappearancebkcolorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-appearance-bkcolor-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-appearance-bkcolor-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-appearance-bkcolor-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -6,15 +6,15 @@
</span><span class="cx">       RenderText {#text} at (0,0) size 578x18
</span><span class="cx">         text run at (0,0) width 578: &quot;This tests that background color and background images can be set on the new text fields. &quot;
</span><span class="cx">       RenderBR {BR} at (577,14) size 1x0
</span><del>-      RenderTextControl {INPUT} at (2,20) size 137x19 [bgcolor=#FFC0CB] [border: (2px inset #000000)]
-      RenderText {#text} at (140,20) size 5x18
-        text run at (140,20) width 5: &quot; &quot;
-      RenderBR {BR} at (144,34) size 1x0
-      RenderTextControl {INPUT} at (2,43) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+      RenderTextControl {INPUT} at (2,20) size 146x19 [bgcolor=#FFC0CB] [border: (2px inset #000000)]
+      RenderText {#text} at (149,20) size 5x18
+        text run at (149,20) width 5: &quot; &quot;
+      RenderBR {BR} at (153,34) size 1x0
+      RenderTextControl {INPUT} at (2,43) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,31) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 107x13
-      text run at (0,0) width 107: &quot;This should be pink.&quot;
-layer at (13,54) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (13,31) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 106x13
+      text run at (0,0) width 106: &quot;This should be pink.&quot;
+layer at (13,54) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputappearancedefaultbkcolorexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-appearance-default-bkcolor-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputappearancedefaultbkcolorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -6,9 +6,9 @@
</span><span class="cx">       RenderText {#text} at (0,0) size 483x18
</span><span class="cx">         text run at (0,0) width 483: &quot;This tests that the default background color for the new text fields is white. &quot;
</span><span class="cx">       RenderBR {BR} at (483,14) size 0x0
</span><del>-      RenderTextControl {INPUT} at (2,20) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+      RenderTextControl {INPUT} at (2,20) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,31) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 113x13
-      text run at (0,0) width 113: &quot;This should be white.&quot;
</del><ins>+layer at (13,31) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 112x13
+      text run at (0,0) width 112: &quot;This should be white.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputappearancedisabledexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-appearance-disabled-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputappearancedisabledexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-appearance-disabled-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-appearance-disabled-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-appearance-disabled-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -6,9 +6,9 @@
</span><span class="cx">       RenderText {#text} at (0,0) size 408x18
</span><span class="cx">         text run at (0,0) width 408: &quot;This tests that text can not be inserted into a disabled text field. &quot;
</span><span class="cx">       RenderBR {BR} at (407,14) size 1x0
</span><del>-      RenderTextControl {INPUT} at (2,20) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+      RenderTextControl {INPUT} at (2,20) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,31) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13 [color=#545454]
</del><ins>+layer at (13,31) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13 [color=#545454]
</ins><span class="cx">     RenderText {#text} at (0,0) size 64x13
</span><span class="cx">       text run at (0,0) width 64: &quot;Test Passed&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputappearancefocusexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-appearance-focus-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputappearancefocusexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-appearance-focus-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-appearance-focus-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-appearance-focus-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -7,10 +7,10 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 769x18
</span><span class="cx">           text run at (0,0) width 769: &quot;This test uses the new text field to test focus() and blur() and to make sure that onFocus and onBlur events fire correctly.&quot;
</span><span class="cx">       RenderBlock {P} at (0,34) size 784x23
</span><del>-        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderText {#text} at (140,2) size 5x18
-          text run at (140,2) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (146,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (149,2) size 5x18
+          text run at (149,2) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (155,2) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {DIV} at (0,73) size 784x72
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="lines">@@ -23,13 +23,13 @@
</span><span class="cx">         RenderText {#text} at (0,54) size 324x18
</span><span class="cx">           text run at (0,54) width 324: &quot;Test Passed. Text field 2's onFocus event has fired.&quot;
</span><span class="cx">       RenderBlock {P} at (0,161) size 784x0
</span><del>-layer at (13,47) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (13,47) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 78x13
+      text run at (0,0) width 78: &quot;My Text Field 1&quot;
+layer at (167,47) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 80x13
</span><del>-      text run at (0,0) width 80: &quot;My Text Field 1&quot;
-layer at (157,47) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 80x13
</del><span class="cx">       text run at (0,0) width 80: &quot;My Text Field 2&quot;
</span><span class="cx"> selection start: position 0 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 3 {INPUT} of child 1 {P} of body
</span><span class="cx"> selection end:   position 15 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 3 {INPUT} of child 1 {P} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputappearanceheightexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-appearance-height-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputappearanceheightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-appearance-height-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-appearance-height-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-appearance-height-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -9,16 +9,16 @@
</span><span class="cx">       RenderBlock {FORM} at (0,18) size 784x258
</span><span class="cx">         RenderText {#text} at (0,2) size 37x18
</span><span class="cx">           text run at (0,2) width 37: &quot;input &quot;
</span><del>-        RenderTextControl {INPUT} at (38,2) size 138x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderText {#text} at (177,2) size 5x18
-          text run at (177,2) width 5: &quot; &quot;
-        RenderBR {BR} at (181,16) size 1x0
</del><ins>+        RenderTextControl {INPUT} at (38,2) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (186,2) size 5x18
+          text run at (186,2) width 5: &quot; &quot;
+        RenderBR {BR} at (190,16) size 1x0
</ins><span class="cx">         RenderText {#text} at (0,25) size 28x18
</span><span class="cx">           text run at (0,25) width 28: &quot;text &quot;
</span><del>-        RenderTextControl {INPUT} at (29,25) size 138x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderText {#text} at (168,25) size 5x18
-          text run at (168,25) width 5: &quot; &quot;
-        RenderBR {BR} at (172,39) size 1x0
</del><ins>+        RenderTextControl {INPUT} at (29,25) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (177,25) size 5x18
+          text run at (177,25) width 5: &quot; &quot;
+        RenderBR {BR} at (181,39) size 1x0
</ins><span class="cx">         RenderText {#text} at (0,46) size 66x18
</span><span class="cx">           text run at (0,46) width 66: &quot;checkbox &quot;
</span><span class="cx">         RenderBlock {INPUT} at (67,50) size 13x12
</span><span class="lines">@@ -27,14 +27,14 @@
</span><span class="cx">         RenderBR {BR} at (85,60) size 1x0
</span><span class="cx">         RenderText {#text} at (0,66) size 25x18
</span><span class="cx">           text run at (0,66) width 25: &quot;file &quot;
</span><del>-        RenderFileUploadControl {INPUT} at (26,67) size 223x18 &quot;no file selected&quot;
-          RenderButton {INPUT} at (0,0) size 79x18 [bgcolor=#C0C0C0]
-            RenderBlock (anonymous) at (8,2) size 63x13
-              RenderText at (0,0) size 63x13
-                text run at (0,0) width 63: &quot;Choose File&quot;
-        RenderText {#text} at (250,66) size 5x18
-          text run at (250,66) width 5: &quot; &quot;
-        RenderBR {BR} at (254,80) size 1x0
</del><ins>+        RenderFileUploadControl {INPUT} at (26,67) size 239x18 &quot;no file selected&quot;
+          RenderButton {INPUT} at (0,0) size 78x18 [bgcolor=#C0C0C0]
+            RenderBlock (anonymous) at (8,2) size 62x13
+              RenderText at (0,0) size 62x13
+                text run at (0,0) width 62: &quot;Choose File&quot;
+        RenderText {#text} at (266,66) size 5x18
+          text run at (266,66) width 5: &quot; &quot;
+        RenderBR {BR} at (270,80) size 1x0
</ins><span class="cx">         RenderText {#text} at (0,87) size 44x18
</span><span class="cx">           text run at (0,87) width 44: &quot;image &quot;
</span><span class="cx">         RenderImage {INPUT} at (43,100) size 11x1
</span><span class="lines">@@ -58,51 +58,51 @@
</span><span class="cx">         RenderBR {BR} at (176,141) size 1x0
</span><span class="cx">         RenderText {#text} at (0,146) size 35x18
</span><span class="cx">           text run at (0,146) width 35: &quot;reset &quot;
</span><del>-        RenderButton {INPUT} at (36,147) size 47x18 [bgcolor=#C0C0C0]
-          RenderBlock (anonymous) at (8,2) size 31x13
-            RenderText at (0,0) size 31x13
-              text run at (0,0) width 31: &quot;Reset&quot;
-        RenderText {#text} at (84,146) size 5x18
-          text run at (84,146) width 5: &quot; &quot;
-        RenderBR {BR} at (88,160) size 1x0
</del><ins>+        RenderButton {INPUT} at (36,147) size 46x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 30x13
+            RenderText at (0,0) size 30x13
+              text run at (0,0) width 30: &quot;Reset&quot;
+        RenderText {#text} at (83,146) size 5x18
+          text run at (83,146) width 5: &quot; &quot;
+        RenderBR {BR} at (87,160) size 1x0
</ins><span class="cx">         RenderText {#text} at (0,168) size 48x18
</span><span class="cx">           text run at (0,168) width 48: &quot;submit &quot;
</span><del>-        RenderButton {INPUT} at (49,169) size 55x18 [bgcolor=#C0C0C0]
-          RenderBlock (anonymous) at (8,2) size 38x13
-            RenderText at (0,0) size 38x13
-              text run at (0,0) width 38: &quot;Submit&quot;
-        RenderText {#text} at (105,168) size 5x18
-          text run at (105,168) width 5: &quot; &quot;
-        RenderBR {BR} at (109,182) size 1x0
</del><ins>+        RenderButton {INPUT} at (49,169) size 54x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 37x13
+            RenderText at (0,0) size 37x13
+              text run at (0,0) width 37: &quot;Submit&quot;
+        RenderText {#text} at (104,168) size 5x18
+          text run at (104,168) width 5: &quot; &quot;
+        RenderBR {BR} at (108,182) size 1x0
</ins><span class="cx">         RenderText {#text} at (0,191) size 51x18
</span><span class="cx">           text run at (0,191) width 51: &quot;isindex &quot;
</span><del>-        RenderTextControl {INPUT} at (52,191) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderText {#text} at (190,191) size 5x18
-          text run at (190,191) width 5: &quot; &quot;
-        RenderBR {BR} at (194,205) size 1x0
</del><ins>+        RenderTextControl {INPUT} at (52,191) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (200,191) size 5x18
+          text run at (200,191) width 5: &quot; &quot;
+        RenderBR {BR} at (204,205) size 1x0
</ins><span class="cx">         RenderText {#text} at (0,214) size 65x18
</span><span class="cx">           text run at (0,214) width 65: &quot;password &quot;
</span><del>-        RenderTextControl {INPUT} at (66,214) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,3) size 131x13
-            RenderBlock {DIV} at (0,0) size 131x13
-        RenderText {#text} at (204,214) size 5x18
-          text run at (204,214) width 5: &quot; &quot;
-        RenderBR {BR} at (208,228) size 1x0
</del><ins>+        RenderTextControl {INPUT} at (66,214) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 140x13
+            RenderBlock {DIV} at (0,0) size 140x13
+        RenderText {#text} at (214,214) size 5x18
+          text run at (214,214) width 5: &quot; &quot;
+        RenderBR {BR} at (218,228) size 1x0
</ins><span class="cx">         RenderText {#text} at (0,237) size 45x18
</span><span class="cx">           text run at (0,237) width 45: &quot;search &quot;
</span><del>-        RenderTextControl {INPUT} at (46,237) size 165x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,0) size 158x19
</del><ins>+        RenderTextControl {INPUT} at (46,237) size 174x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 167x19
</ins><span class="cx">             RenderBlock {DIV} at (0,0) size 8x19
</span><del>-            RenderBlock {DIV} at (8,3) size 131x13
-            RenderBlock {DIV} at (138,0) size 20x19
</del><ins>+            RenderBlock {DIV} at (8,3) size 140x13
+            RenderBlock {DIV} at (147,0) size 20x19
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (50,31) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (41,54) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (63,220) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (77,243) size 130x13
-  RenderBlock {DIV} at (0,0) size 131x13
-layer at (66,266) size 130x13
-  RenderBlock {DIV} at (0,0) size 131x13
</del><ins>+layer at (50,31) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (41,54) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (63,220) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (77,243) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
+layer at (66,266) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputappearancepreventDefaultexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputappearancepreventDefaultexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -8,10 +8,10 @@
</span><span class="cx">         text run at (0,18) width 681: &quot;This tests that preventDefault called onmousedown will prevent a caret from being placed in the text field.&quot;
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (12,52) size 136x19
-  RenderTextControl {INPUT} at (12,52) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-layer at (15,55) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (12,52) size 146x19
+  RenderTextControl {INPUT} at (12,52) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+layer at (15,55) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 127x13
</span><span class="cx">       text run at (0,0) width 127: &quot;No caret should be here&quot;
</span><span class="cx"> layer at (10,70) size 328x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputappearancereadonlyexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-appearance-readonly-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputappearancereadonlyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-appearance-readonly-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-appearance-readonly-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-appearance-readonly-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -6,10 +6,10 @@
</span><span class="cx">       RenderText {#text} at (0,0) size 410x18
</span><span class="cx">         text run at (0,0) width 410: &quot;This tests that text can not be inserted into a readonly text field. &quot;
</span><span class="cx">       RenderBR {BR} at (409,14) size 1x0
</span><del>-      RenderTextControl {INPUT} at (2,20) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+      RenderTextControl {INPUT} at (2,20) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,31) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (13,31) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 64x13
</span><span class="cx">       text run at (0,0) width 64: &quot;Test Passed&quot;
</span><span class="cx"> selection start: position 0 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 2 {INPUT} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputappearanceselectionexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-appearance-selection-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputappearanceselectionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-appearance-selection-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-appearance-selection-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-appearance-selection-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 343x18
</span><span class="cx">           text run at (0,0) width 343: &quot;This tests the selection methods on the new text field.&quot;
</span><span class="cx">       RenderBlock {P} at (0,34) size 784x23
</span><del>-        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {DIV} at (0,73) size 784x486
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="lines">@@ -74,9 +74,9 @@
</span><span class="cx">           text run at (0,468) width 48: &quot;Passed.&quot;
</span><span class="cx">         RenderBR {BR} at (47,482) size 1x0
</span><span class="cx">       RenderBlock {P} at (0,575) size 784x0
</span><del>-layer at (13,47) size 130x13 scrollWidth 135
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 135x13
-      text run at (0,0) width 135: &quot;123456789 ABCDEFGHIJ&quot;
</del><ins>+layer at (13,47) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 133x13
+      text run at (0,0) width 133: &quot;123456789 ABCDEFGHIJ&quot;
</ins><span class="cx"> selection start: position 3 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 1 {INPUT} of child 1 {P} of body
</span><span class="cx"> selection end:   position 12 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 1 {INPUT} of child 1 {P} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputappearancespinbuttonexpectedpng"></a>
<div class="binary"><h4>Added: trunk/LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Index: trunk/LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-expected.png
</span><span class="cx">===================================================================
</span><del>--- trunk/LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-expected.png        2016-07-05 18:36:21 UTC (rev 202825)
</del><ins>+++ trunk/LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-expected.png        2016-07-05 18:59:05 UTC (rev 202826)
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-expected.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+image/png
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsplatformmacfastformsinputappearancespinbuttonexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -8,232 +8,232 @@
</span><span class="cx">           text run at (0,0) width 245: &quot;Test appearances of outer-spin-button.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,34) size 784x0
</span><span class="cx">       RenderBlock {DIV} at (0,34) size 784x528
</span><del>-        RenderTable {TABLE} at (0,0) size 466x528
-          RenderTableSection {TBODY} at (0,0) size 466x528
-            RenderTableRow {TR} at (0,2) size 466x524
-              RenderTableCell {TD} at (2,81) size 189x366 [r=0 c=0 rs=1 cs=1]
-                RenderBlock {DIV} at (1,1) size 187x35
-                  RenderTextControl {INPUT} at (0,3) size 106x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (105,0) size 5x18
-                    text run at (105,0) width 5: &quot; &quot;
-                  RenderBR {BR} at (109,14) size 1x0
-                  RenderTextControl {INPUT} at (0,19) size 106x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                    RenderFlexibleBox {DIV} at (3,3) size 100x10
-                      RenderBlock {DIV} at (0,0) size 87x10
-                RenderBlock {DIV} at (1,36) size 187x36
-                  RenderTextControl {INPUT} at (0,2) size 116x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (115,0) size 5x18
-                    text run at (115,0) width 5: &quot; &quot;
-                  RenderBR {BR} at (119,14) size 1x0
-                  RenderTextControl {INPUT} at (0,19) size 116x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                    RenderFlexibleBox {DIV} at (3,3) size 110x11
-                      RenderBlock {DIV} at (0,0) size 97x11
-                RenderBlock {DIV} at (1,72) size 187x37
-                  RenderTextControl {INPUT} at (0,1) size 126x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (125,0) size 5x18
-                    text run at (125,0) width 5: &quot; &quot;
-                  RenderBR {BR} at (129,14) size 1x0
-                  RenderTextControl {INPUT} at (0,19) size 126x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                    RenderFlexibleBox {DIV} at (3,3) size 120x12
-                      RenderBlock {DIV} at (0,0) size 107x12
-                RenderBlock {DIV} at (1,109) size 187x46
-                  RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (140,2) size 5x18
-                    text run at (140,2) width 5: &quot; &quot;
-                  RenderBR {BR} at (144,16) size 1x0
-                  RenderTextControl {INPUT} at (2,25) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                    RenderFlexibleBox {DIV} at (3,3) size 131x13
-                      RenderBlock {DIV} at (0,0) size 118x13
-                RenderBlock {DIV} at (1,155) size 187x50
-                  RenderTextControl {INPUT} at (2,2) size 148x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (151,3) size 5x18
-                    text run at (151,3) width 5: &quot; &quot;
-                  RenderBR {BR} at (155,17) size 1x0
-                  RenderTextControl {INPUT} at (2,27) size 148x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                    RenderFlexibleBox {DIV} at (3,3) size 142x15
-                      RenderBlock {DIV} at (0,0) size 129x15
-                RenderBlock {DIV} at (1,205) size 187x52
-                  RenderTextControl {INPUT} at (2,2) size 159x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (162,4) size 5x18
-                    text run at (162,4) width 5: &quot; &quot;
-                  RenderBR {BR} at (166,18) size 1x0
-                  RenderTextControl {INPUT} at (2,28) size 159x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                    RenderFlexibleBox {DIV} at (3,3) size 153x16
-                      RenderBlock {DIV} at (0,0) size 138x16
-                RenderBlock {DIV} at (1,257) size 187x54
-                  RenderTextControl {INPUT} at (2,2) size 169x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (172,5) size 5x18
-                    text run at (172,5) width 5: &quot; &quot;
-                  RenderBR {BR} at (176,19) size 1x0
-                  RenderTextControl {INPUT} at (2,29) size 169x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                    RenderFlexibleBox {DIV} at (3,3) size 163x17
-                      RenderBlock {DIV} at (0,0) size 148x17
-                RenderBlock {DIV} at (1,311) size 187x54
-                  RenderTextControl {INPUT} at (2,2) size 179x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (182,5) size 5x18
-                    text run at (182,5) width 5: &quot; &quot;
-                  RenderBR {BR} at (186,19) size 1x0
-                  RenderTextControl {INPUT} at (2,29) size 179x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                    RenderFlexibleBox {DIV} at (3,3) size 173x17
-                      RenderBlock {DIV} at (0,0) size 158x17
-              RenderTableCell {TD} at (192,2) size 272x524 [r=0 c=1 rs=1 cs=1]
-                RenderBlock {DIV} at (1,1) size 269x56
-                  RenderTextControl {INPUT} at (2,2) size 190x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (193,6) size 5x18
-                    text run at (193,6) width 5: &quot; &quot;
-                  RenderBR {BR} at (197,20) size 1x0
-                  RenderTextControl {INPUT} at (2,30) size 190x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                    RenderFlexibleBox {DIV} at (3,3) size 184x18
-                      RenderBlock {DIV} at (0,0) size 169x18
-                RenderBlock {DIV} at (1,57) size 269x60
-                  RenderTextControl {INPUT} at (2,2) size 201x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (204,7) size 5x18
-                    text run at (204,7) width 5: &quot; &quot;
-                  RenderBR {BR} at (208,21) size 1x0
-                  RenderTextControl {INPUT} at (2,32) size 201x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                    RenderFlexibleBox {DIV} at (3,3) size 195x20
-                      RenderBlock {DIV} at (0,0) size 180x20
-                RenderBlock {DIV} at (1,117) size 269x62
-                  RenderTextControl {INPUT} at (2,2) size 210x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (213,8) size 5x18
-                    text run at (213,8) width 5: &quot; &quot;
-                  RenderBR {BR} at (217,22) size 1x0
-                  RenderTextControl {INPUT} at (2,33) size 210x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                    RenderFlexibleBox {DIV} at (3,3) size 204x21
-                      RenderBlock {DIV} at (0,0) size 185x21
-                RenderBlock {DIV} at (1,179) size 269x64
-                  RenderTextControl {INPUT} at (2,2) size 220x28 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (223,9) size 5x18
-                    text run at (223,9) width 5: &quot; &quot;
-                  RenderBR {BR} at (227,23) size 1x0
-                  RenderTextControl {INPUT} at (2,34) size 220x28 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                    RenderFlexibleBox {DIV} at (3,3) size 214x22
-                      RenderBlock {DIV} at (0,0) size 195x22
-                RenderBlock {DIV} at (1,243) size 269x66
-                  RenderTextControl {INPUT} at (2,2) size 229x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (232,10) size 5x18
-                    text run at (232,10) width 5: &quot; &quot;
-                  RenderBR {BR} at (236,24) size 1x0
-                  RenderTextControl {INPUT} at (2,35) size 229x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                    RenderFlexibleBox {DIV} at (3,3) size 223x23
-                      RenderBlock {DIV} at (0,0) size 204x23
-                RenderBlock {DIV} at (1,309) size 269x68
-                  RenderTextControl {INPUT} at (2,2) size 240x30 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (243,11) size 5x18
-                    text run at (243,11) width 5: &quot; &quot;
-                  RenderBR {BR} at (247,25) size 1x0
-                  RenderTextControl {INPUT} at (2,36) size 240x30 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                    RenderFlexibleBox {DIV} at (3,3) size 234x24
-                      RenderBlock {DIV} at (0,0) size 215x24
-                RenderBlock {DIV} at (1,377) size 269x72
-                  RenderTextControl {INPUT} at (2,2) size 251x32 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (254,12) size 5x18
-                    text run at (254,12) width 5: &quot; &quot;
-                  RenderBR {BR} at (258,26) size 1x0
-                  RenderTextControl {INPUT} at (2,38) size 251x32 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                    RenderFlexibleBox {DIV} at (3,3) size 245x26
-                      RenderBlock {DIV} at (0,0) size 226x26
-                RenderBlock {DIV} at (1,449) size 269x74
-                  RenderTextControl {INPUT} at (2,2) size 261x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (264,13) size 5x18
-                    text run at (264,13) width 5: &quot; &quot;
-                  RenderBR {BR} at (268,27) size 1x0
-                  RenderTextControl {INPUT} at (2,39) size 261x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                    RenderFlexibleBox {DIV} at (3,3) size 255x27
-                      RenderBlock {DIV} at (0,0) size 236x27
-layer at (14,130) size 99x10
-  RenderBlock {DIV} at (3,3) size 100x10
-layer at (14,146) size 86x10
-  RenderBlock {DIV} at (0,0) size 87x10
-layer at (14,164) size 109x11
-  RenderBlock {DIV} at (3,3) size 110x11
-layer at (14,181) size 96x11
-  RenderBlock {DIV} at (0,0) size 97x11
-layer at (14,199) size 119x12
-  RenderBlock {DIV} at (3,3) size 120x12
-layer at (14,217) size 106x12
-  RenderBlock {DIV} at (0,0) size 107x12
-layer at (16,237) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (16,260) size 117x13
-  RenderBlock {DIV} at (0,0) size 118x13
-layer at (16,283) size 141x15
-  RenderBlock {DIV} at (3,3) size 142x15
-layer at (16,308) size 128x15
-  RenderBlock {DIV} at (0,0) size 129x15
-layer at (16,333) size 152x16
-  RenderBlock {DIV} at (3,3) size 153x16
-layer at (16,359) size 137x16
-  RenderBlock {DIV} at (0,0) size 138x16
-layer at (16,385) size 162x17
-  RenderBlock {DIV} at (3,3) size 163x17
-layer at (16,412) size 147x17
-  RenderBlock {DIV} at (0,0) size 148x17
-layer at (16,439) size 173x17
-  RenderBlock {DIV} at (3,3) size 173x17
-layer at (16,466) size 158x17
-  RenderBlock {DIV} at (0,0) size 158x17
-layer at (207,50) size 183x18
-  RenderBlock {DIV} at (3,3) size 184x18
-layer at (207,78) size 168x18
-  RenderBlock {DIV} at (0,0) size 169x18
-layer at (207,106) size 194x20
-  RenderBlock {DIV} at (3,3) size 195x20
-layer at (207,136) size 179x20
-  RenderBlock {DIV} at (0,0) size 180x20
-layer at (207,166) size 203x21
-  RenderBlock {DIV} at (3,3) size 204x21
-layer at (207,197) size 184x21
-  RenderBlock {DIV} at (0,0) size 185x21
-layer at (207,228) size 213x22
-  RenderBlock {DIV} at (3,3) size 214x22
-layer at (207,260) size 194x22
-  RenderBlock {DIV} at (0,0) size 195x22
-layer at (207,292) size 223x23 backgroundClip at (207,292) size 222x23 clip at (207,292) size 222x23
-  RenderBlock {DIV} at (3,3) size 223x23
-layer at (207,325) size 204x23 backgroundClip at (207,325) size 203x23 clip at (207,325) size 203x23
-  RenderBlock {DIV} at (0,0) size 204x23
-layer at (207,358) size 233x24
-  RenderBlock {DIV} at (3,3) size 234x24
-layer at (207,392) size 214x24
-  RenderBlock {DIV} at (0,0) size 215x24
-layer at (207,426) size 244x26
-  RenderBlock {DIV} at (3,3) size 245x26
-layer at (207,462) size 225x26
-  RenderBlock {DIV} at (0,0) size 226x26
-layer at (207,498) size 255x27 backgroundClip at (207,498) size 254x27 clip at (207,498) size 254x27
-  RenderBlock {DIV} at (3,3) size 255x27
-layer at (207,535) size 236x27 backgroundClip at (207,535) size 235x27 clip at (207,535) size 235x27
-  RenderBlock {DIV} at (0,0) size 236x27
-layer at (101,145) size 13x12
-  RenderBlock (relative positioned) {DIV} at (87,-1) size 14x12
-layer at (111,180) size 13x13
-  RenderBlock (relative positioned) {DIV} at (97,-1) size 14x13
-layer at (121,216) size 13x14
-  RenderBlock (relative positioned) {DIV} at (107,-1) size 14x14
-layer at (134,259) size 13x15
-  RenderBlock (relative positioned) {DIV} at (118,-1) size 14x15
-layer at (145,307) size 13x17
-  RenderBlock (relative positioned) {DIV} at (129,-1) size 14x17
-layer at (154,358) size 15x18
-  RenderBlock (relative positioned) {DIV} at (138,-1) size 16x18
-layer at (164,411) size 15x19
-  RenderBlock (relative positioned) {DIV} at (148,-1) size 16x19
-layer at (175,465) size 15x19
-  RenderBlock (relative positioned) {DIV} at (158,-1) size 16x19
-layer at (376,77) size 15x20
-  RenderBlock (relative positioned) {DIV} at (169,-1) size 16x20
-layer at (387,135) size 15x22
-  RenderBlock (relative positioned) {DIV} at (180,-1) size 16x22
-layer at (392,196) size 19x23
-  RenderBlock (relative positioned) {DIV} at (185,-1) size 20x23
-layer at (402,259) size 19x24
-  RenderBlock (relative positioned) {DIV} at (195,-1) size 20x24
-layer at (411,324) size 19x25
-  RenderBlock (relative positioned) {DIV} at (204,-1) size 20x25
-layer at (422,391) size 19x26
-  RenderBlock (relative positioned) {DIV} at (215,-1) size 20x26
-layer at (433,461) size 19x28
-  RenderBlock (relative positioned) {DIV} at (226,-1) size 20x28
-layer at (443,534) size 19x29
-  RenderBlock (relative positioned) {DIV} at (236,-1) size 20x29
</del><ins>+        RenderTable {TABLE} at (0,0) size 509x528
+          RenderTableSection {TBODY} at (0,0) size 509x528
+            RenderTableRow {TR} at (0,2) size 509x524
+              RenderTableCell {TD} at (2,80) size 201x368 [r=0 c=0 rs=1 cs=1]
+                RenderBlock {DIV} at (1,1) size 199x35
+                  RenderTextControl {INPUT} at (0,3) size 111x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (110,0) size 5x18
+                    text run at (110,0) width 5: &quot; &quot;
+                  RenderBR {BR} at (114,14) size 1x0
+                  RenderTextControl {INPUT} at (0,19) size 111x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,3) size 105x10
+                      RenderBlock {DIV} at (0,0) size 92x10
+                RenderBlock {DIV} at (1,36) size 199x36
+                  RenderTextControl {INPUT} at (0,2) size 123x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (122,0) size 5x18
+                    text run at (122,0) width 5: &quot; &quot;
+                  RenderBR {BR} at (126,14) size 1x0
+                  RenderTextControl {INPUT} at (0,19) size 123x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,3) size 117x11
+                      RenderBlock {DIV} at (0,0) size 104x11
+                RenderBlock {DIV} at (1,72) size 199x37
+                  RenderTextControl {INPUT} at (0,1) size 135x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (134,0) size 5x18
+                    text run at (134,0) width 5: &quot; &quot;
+                  RenderBR {BR} at (138,14) size 1x0
+                  RenderTextControl {INPUT} at (0,19) size 135x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,3) size 129x12
+                      RenderBlock {DIV} at (0,0) size 116x12
+                RenderBlock {DIV} at (1,109) size 199x46
+                  RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (149,2) size 5x18
+                    text run at (149,2) width 5: &quot; &quot;
+                  RenderBR {BR} at (153,16) size 1x0
+                  RenderTextControl {INPUT} at (2,25) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,3) size 140x13
+                      RenderBlock {DIV} at (0,0) size 127x13
+                RenderBlock {DIV} at (1,155) size 199x50
+                  RenderTextControl {INPUT} at (2,2) size 158x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (161,3) size 5x18
+                    text run at (161,3) width 5: &quot; &quot;
+                  RenderBR {BR} at (165,17) size 1x0
+                  RenderTextControl {INPUT} at (2,27) size 158x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,3) size 152x15
+                      RenderBlock {DIV} at (0,0) size 139x15
+                RenderBlock {DIV} at (1,205) size 199x52
+                  RenderTextControl {INPUT} at (2,2) size 169x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (172,4) size 5x18
+                    text run at (172,4) width 5: &quot; &quot;
+                  RenderBR {BR} at (176,18) size 1x0
+                  RenderTextControl {INPUT} at (2,28) size 169x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,3) size 163x16
+                      RenderBlock {DIV} at (0,0) size 148x16
+                RenderBlock {DIV} at (1,257) size 199x54
+                  RenderTextControl {INPUT} at (2,2) size 180x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (183,5) size 5x18
+                    text run at (183,5) width 5: &quot; &quot;
+                  RenderBR {BR} at (187,19) size 1x0
+                  RenderTextControl {INPUT} at (2,29) size 180x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,3) size 174x17
+                      RenderBlock {DIV} at (0,0) size 159x17
+                RenderBlock {DIV} at (1,311) size 199x56
+                  RenderTextControl {INPUT} at (2,2) size 191x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (194,6) size 5x18
+                    text run at (194,6) width 5: &quot; &quot;
+                  RenderBR {BR} at (198,20) size 1x0
+                  RenderTextControl {INPUT} at (2,30) size 191x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,3) size 185x18
+                      RenderBlock {DIV} at (0,0) size 170x18
+              RenderTableCell {TD} at (204,2) size 303x524 [r=0 c=1 rs=1 cs=1]
+                RenderBlock {DIV} at (1,1) size 300x56
+                  RenderTextControl {INPUT} at (2,2) size 202x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (205,6) size 5x18
+                    text run at (205,6) width 5: &quot; &quot;
+                  RenderBR {BR} at (209,20) size 1x0
+                  RenderTextControl {INPUT} at (2,30) size 202x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,3) size 196x18
+                      RenderBlock {DIV} at (0,0) size 181x18
+                RenderBlock {DIV} at (1,57) size 300x60
+                  RenderTextControl {INPUT} at (2,2) size 213x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (216,7) size 5x18
+                    text run at (216,7) width 5: &quot; &quot;
+                  RenderBR {BR} at (220,21) size 1x0
+                  RenderTextControl {INPUT} at (2,32) size 213x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,3) size 207x20
+                      RenderBlock {DIV} at (0,0) size 192x20
+                RenderBlock {DIV} at (1,117) size 300x62
+                  RenderTextControl {INPUT} at (2,2) size 225x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (228,8) size 5x18
+                    text run at (228,8) width 5: &quot; &quot;
+                  RenderBR {BR} at (232,22) size 1x0
+                  RenderTextControl {INPUT} at (2,33) size 225x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,3) size 219x21
+                      RenderBlock {DIV} at (0,0) size 200x21
+                RenderBlock {DIV} at (1,179) size 300x64
+                  RenderTextControl {INPUT} at (2,2) size 236x28 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (239,9) size 5x18
+                    text run at (239,9) width 5: &quot; &quot;
+                  RenderBR {BR} at (243,23) size 1x0
+                  RenderTextControl {INPUT} at (2,34) size 236x28 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,3) size 230x22
+                      RenderBlock {DIV} at (0,0) size 211x22
+                RenderBlock {DIV} at (1,243) size 300x66
+                  RenderTextControl {INPUT} at (2,2) size 256x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (259,10) size 5x18
+                    text run at (259,10) width 5: &quot; &quot;
+                  RenderBR {BR} at (263,24) size 1x0
+                  RenderTextControl {INPUT} at (2,35) size 256x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,3) size 250x23
+                      RenderBlock {DIV} at (0,0) size 231x23
+                RenderBlock {DIV} at (1,309) size 300x68
+                  RenderTextControl {INPUT} at (2,2) size 268x30 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (271,11) size 5x18
+                    text run at (271,11) width 5: &quot; &quot;
+                  RenderBR {BR} at (275,25) size 1x0
+                  RenderTextControl {INPUT} at (2,36) size 268x30 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,3) size 262x24
+                      RenderBlock {DIV} at (0,0) size 243x24
+                RenderBlock {DIV} at (1,377) size 300x72
+                  RenderTextControl {INPUT} at (2,2) size 280x32 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (283,12) size 5x18
+                    text run at (283,12) width 5: &quot; &quot;
+                  RenderBR {BR} at (287,26) size 1x0
+                  RenderTextControl {INPUT} at (2,38) size 280x32 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,3) size 274x26
+                      RenderBlock {DIV} at (0,0) size 255x26
+                RenderBlock {DIV} at (1,449) size 300x74
+                  RenderTextControl {INPUT} at (2,2) size 292x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (295,13) size 5x18
+                    text run at (295,13) width 5: &quot; &quot;
+                  RenderBR {BR} at (299,27) size 1x0
+                  RenderTextControl {INPUT} at (2,39) size 292x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,3) size 286x27
+                      RenderBlock {DIV} at (0,0) size 267x27
+layer at (14,129) size 105x10
+  RenderBlock {DIV} at (3,3) size 105x10
+layer at (14,145) size 92x10
+  RenderBlock {DIV} at (0,0) size 92x10
+layer at (14,163) size 117x11
+  RenderBlock {DIV} at (3,3) size 117x11
+layer at (14,180) size 104x11
+  RenderBlock {DIV} at (0,0) size 104x11
+layer at (14,198) size 128x12
+  RenderBlock {DIV} at (3,3) size 129x12
+layer at (14,216) size 115x12
+  RenderBlock {DIV} at (0,0) size 116x12
+layer at (16,236) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (16,259) size 127x13
+  RenderBlock {DIV} at (0,0) size 127x13
+layer at (16,282) size 151x15
+  RenderBlock {DIV} at (3,3) size 152x15
+layer at (16,307) size 138x15
+  RenderBlock {DIV} at (0,0) size 139x15
+layer at (16,332) size 162x16
+  RenderBlock {DIV} at (3,3) size 163x16
+layer at (16,358) size 147x16
+  RenderBlock {DIV} at (0,0) size 148x16
+layer at (16,384) size 173x17
+  RenderBlock {DIV} at (3,3) size 174x17
+layer at (16,411) size 158x17
+  RenderBlock {DIV} at (0,0) size 159x17
+layer at (16,438) size 184x18
+  RenderBlock {DIV} at (3,3) size 185x18
+layer at (16,466) size 169x18
+  RenderBlock {DIV} at (0,0) size 170x18
+layer at (218,50) size 195x18
+  RenderBlock {DIV} at (3,3) size 196x18
+layer at (218,78) size 180x18
+  RenderBlock {DIV} at (0,0) size 181x18
+layer at (218,106) size 206x20
+  RenderBlock {DIV} at (3,3) size 207x20
+layer at (218,136) size 191x20
+  RenderBlock {DIV} at (0,0) size 192x20
+layer at (218,166) size 218x21
+  RenderBlock {DIV} at (3,3) size 219x21
+layer at (218,197) size 199x21
+  RenderBlock {DIV} at (0,0) size 200x21
+layer at (218,228) size 230x22
+  RenderBlock {DIV} at (3,3) size 230x22
+layer at (218,260) size 211x22
+  RenderBlock {DIV} at (0,0) size 211x22
+layer at (218,292) size 250x23
+  RenderBlock {DIV} at (3,3) size 250x23
+layer at (218,325) size 231x23
+  RenderBlock {DIV} at (0,0) size 231x23
+layer at (218,358) size 262x24
+  RenderBlock {DIV} at (3,3) size 262x24
+layer at (218,392) size 243x24
+  RenderBlock {DIV} at (0,0) size 243x24
+layer at (218,426) size 274x26
+  RenderBlock {DIV} at (3,3) size 274x26
+layer at (218,462) size 255x26
+  RenderBlock {DIV} at (0,0) size 255x26
+layer at (218,498) size 286x27
+  RenderBlock {DIV} at (3,3) size 286x27
+layer at (218,535) size 267x27
+  RenderBlock {DIV} at (0,0) size 267x27
+layer at (107,144) size 13x12
+  RenderBlock (relative positioned) {DIV} at (92,-1) size 14x12
+layer at (119,179) size 13x13
+  RenderBlock (relative positioned) {DIV} at (104,-1) size 14x13
+layer at (130,215) size 13x14
+  RenderBlock (relative positioned) {DIV} at (116,-1) size 14x14
+layer at (144,258) size 13x15
+  RenderBlock (relative positioned) {DIV} at (127,-1) size 14x15
+layer at (155,306) size 13x17
+  RenderBlock (relative positioned) {DIV} at (139,-1) size 14x17
+layer at (164,357) size 15x18
+  RenderBlock (relative positioned) {DIV} at (148,-1) size 16x18
+layer at (175,410) size 15x19
+  RenderBlock (relative positioned) {DIV} at (159,-1) size 16x19
+layer at (186,465) size 15x20
+  RenderBlock (relative positioned) {DIV} at (170,-1) size 16x20
+layer at (400,77) size 15x20
+  RenderBlock (relative positioned) {DIV} at (181,-1) size 16x20
+layer at (411,135) size 15x22
+  RenderBlock (relative positioned) {DIV} at (192,-1) size 16x22
+layer at (418,196) size 19x23
+  RenderBlock (relative positioned) {DIV} at (200,-1) size 20x23
+layer at (430,259) size 19x24
+  RenderBlock (relative positioned) {DIV} at (211,-1) size 20x24
+layer at (450,324) size 19x25
+  RenderBlock (relative positioned) {DIV} at (231,-1) size 20x25
+layer at (462,391) size 19x26
+  RenderBlock (relative positioned) {DIV} at (243,-1) size 20x26
+layer at (474,461) size 19x28
+  RenderBlock (relative positioned) {DIV} at (255,-1) size 20x28
+layer at (486,534) size 19x29
+  RenderBlock (relative positioned) {DIV} at (267,-1) size 20x29
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputappearancespinbuttonupexpectedpng"></a>
<div class="binary"><h4>Added: trunk/LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Index: trunk/LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.png
</span><span class="cx">===================================================================
</span><del>--- trunk/LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.png        2016-07-05 18:36:21 UTC (rev 202825)
</del><ins>+++ trunk/LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.png        2016-07-05 18:59:05 UTC (rev 202826)
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+image/png
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsplatformmacfastformsinputappearancespinbuttonupexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,22 @@
</span><ins>+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 784x18
+        RenderText {#text} at (0,0) size 439x18
+          text run at (0,0) width 439: &quot;Test appearances of outer-spin-button with its up button highlighted.&quot;
+      RenderBlock {DIV} at (0,34) size 784x0
+      RenderBlock (anonymous) at (0,34) size 784x31
+        RenderTextControl {INPUT} at (2,2) size 225x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 219x21
+            RenderBlock {DIV} at (0,0) size 200x21
+        RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+layer at (13,47) size 199x21
+  RenderBlock {DIV} at (0,0) size 200x21
+    RenderText {#text} at (0,0) size 8x21
+      text run at (0,0) width 8: &quot;1&quot;
+layer at (213,46) size 19x23
+  RenderBlock (relative positioned) {DIV} at (200,-1) size 20x23
+caret: position 1 of child 0 {#text} of child 0 {DIV} of child 0 {DIV} of child 0 {DIV} of {#document-fragment} of child 5 {INPUT} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputappearancevisibilityexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-appearance-visibility-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputappearancevisibilityexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-appearance-visibility-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-appearance-visibility-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-appearance-visibility-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -7,11 +7,11 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 491x18
</span><span class="cx">           text run at (0,0) width 491: &quot;This tests that the value becomes visible when the text field becomes visible.&quot;
</span><span class="cx">       RenderBlock {P} at (0,34) size 784x23
</span><del>-        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {DIV} at (0,73) size 784x0
</span><span class="cx">       RenderBlock {P} at (0,73) size 784x0
</span><del>-layer at (13,47) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (13,47) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 64x13
</span><span class="cx">       text run at (0,0) width 64: &quot;Test Passed&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputappearancewidthexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-appearance-width-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputappearancewidthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-appearance-width-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-appearance-width-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-appearance-width-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -6,24 +6,24 @@
</span><span class="cx">       RenderText {#text} at (0,0) size 352x18
</span><span class="cx">         text run at (0,0) width 352: &quot;This tests that the new text fields use the correct width.&quot;
</span><span class="cx">       RenderBR {BR} at (351,14) size 1x0
</span><del>-      RenderTextControl {INPUT} at (2,20) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-      RenderBR {BR} at (140,34) size 1x0
</del><ins>+      RenderTextControl {INPUT} at (2,20) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderBR {BR} at (149,34) size 1x0
</ins><span class="cx">       RenderTextControl {INPUT} at (0,43) size 200x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</span><span class="cx">       RenderBR {BR} at (200,57) size 0x0
</span><del>-      RenderTextControl {INPUT} at (2,66) size 332x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-      RenderBR {BR} at (335,80) size 1x0
</del><ins>+      RenderTextControl {INPUT} at (2,66) size 356x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderBR {BR} at (359,80) size 1x0
</ins><span class="cx">       RenderTextControl {INPUT} at (0,89) size 200x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</span><span class="cx">       RenderBR {BR} at (200,103) size 0x0
</span><del>-      RenderTextControl {INPUT} at (2,112) size 72x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-      RenderBR {BR} at (75,126) size 1x0
-layer at (13,31) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+      RenderTextControl {INPUT} at (2,112) size 76x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderBR {BR} at (79,126) size 1x0
+layer at (13,31) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx"> layer at (11,54) size 194x13
</span><span class="cx">   RenderBlock {DIV} at (3,3) size 194x13
</span><del>-    RenderText {#text} at (0,0) size 100x13
-      text run at (0,0) width 100: &quot;styled width 200px&quot;
-layer at (13,77) size 326x13
-  RenderBlock {DIV} at (3,3) size 326x13
</del><ins>+    RenderText {#text} at (0,0) size 101x13
+      text run at (0,0) width 101: &quot;styled width 200px&quot;
+layer at (13,77) size 350x13
+  RenderBlock {DIV} at (3,3) size 350x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 38x13
</span><span class="cx">       text run at (0,0) width 38: &quot;size 50&quot;
</span><span class="cx"> layer at (11,100) size 194x13
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx">   RenderBlock {DIV} at (3,3) size 194x13
</span><span class="cx">     RenderText {#text} at (0,0) size 155x13
</span><span class="cx">       text run at (0,0) width 155: &quot;styled width 200px &amp; size=10&quot;
</span><del>-layer at (13,123) size 65x13
-  RenderBlock {DIV} at (3,3) size 66x13
-    RenderText {#text} at (0,0) size 38x13
-      text run at (0,0) width 38: &quot;size 10&quot;
</del><ins>+layer at (13,123) size 70x13
+  RenderBlock {DIV} at (3,3) size 70x13
+    RenderText {#text} at (0,0) size 37x13
+      text run at (0,0) width 37: &quot;size 10&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputbaselineexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-baseline-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputbaselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-baseline-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-baseline-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-baseline-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -7,15 +7,15 @@
</span><span class="cx">         text run at (0,0) width 302: &quot;This tests that text fields get the right baseline. &quot;
</span><span class="cx">       RenderBR {BR} at (301,14) size 1x0
</span><span class="cx">       RenderBR {BR} at (0,18) size 0x18
</span><del>-      RenderTextControl {INPUT} at (2,38) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-      RenderText {#text} at (140,38) size 435x18
-        text run at (140,38) width 435: &quot;This text should line up with the bottom of the text in the text field. &quot;
-      RenderBR {BR} at (574,52) size 1x0
</del><ins>+      RenderTextControl {INPUT} at (2,38) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (149,38) size 435x18
+        text run at (149,38) width 435: &quot;This text should line up with the bottom of the text in the text field. &quot;
+      RenderBR {BR} at (583,52) size 1x0
</ins><span class="cx">       RenderBR {BR} at (0,59) size 0x18
</span><del>-      RenderTextControl {INPUT} at (2,79) size 137x132 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-      RenderText {#text} at (140,171) size 431x18
-        text run at (140,171) width 431: &quot;This text should line up with the bottom of the text in the text field.&quot;
-layer at (13,49) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (13,90) size 130x126
-  RenderBlock {DIV} at (3,3) size 131x126
</del><ins>+      RenderTextControl {INPUT} at (2,79) size 146x132 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (149,171) size 431x18
+        text run at (149,171) width 431: &quot;This text should line up with the bottom of the text in the text field.&quot;
+layer at (13,49) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (13,90) size 140x126
+  RenderBlock {DIV} at (3,3) size 140x126
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputbuttonsizesexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-button-sizes-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputbuttonsizesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-button-sizes-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-button-sizes-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-button-sizes-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -15,13 +15,13 @@
</span><span class="cx">             text run at (0,0) width 51: &quot;Test Button&quot;
</span><span class="cx">       RenderText {#text} at (137,1) size 5x18
</span><span class="cx">         text run at (137,1) width 5: &quot; &quot;
</span><del>-      RenderButton {INPUT} at (141,4) size 67x15 [bgcolor=#C0C0C0]
</del><ins>+      RenderButton {INPUT} at (141,4) size 68x15 [bgcolor=#C0C0C0]
</ins><span class="cx">         RenderBlock (anonymous) at (8,2) size 51x11
</span><span class="cx">           RenderText at (0,0) size 51x11
</span><span class="cx">             text run at (0,0) width 51: &quot;Test Button&quot;
</span><del>-      RenderText {#text} at (207,1) size 5x18
-        text run at (207,1) width 5: &quot; &quot;
-      RenderButton {INPUT} at (211,4) size 68x15 [bgcolor=#C0C0C0]
</del><ins>+      RenderText {#text} at (208,1) size 5x18
+        text run at (208,1) width 5: &quot; &quot;
+      RenderButton {INPUT} at (212,4) size 67x15 [bgcolor=#C0C0C0]
</ins><span class="cx">         RenderBlock (anonymous) at (8,2) size 51x11
</span><span class="cx">           RenderText at (0,0) size 51x11
</span><span class="cx">             text run at (0,0) width 51: &quot;Test Button&quot;
</span><span class="lines">@@ -33,13 +33,13 @@
</span><span class="cx">             text run at (0,0) width 51: &quot;Test Button&quot;
</span><span class="cx">       RenderText {#text} at (349,1) size 5x18
</span><span class="cx">         text run at (349,1) width 5: &quot; &quot;
</span><del>-      RenderButton {INPUT} at (353,4) size 67x15 [bgcolor=#C0C0C0]
</del><ins>+      RenderButton {INPUT} at (353,4) size 68x15 [bgcolor=#C0C0C0]
</ins><span class="cx">         RenderBlock (anonymous) at (8,2) size 51x11
</span><span class="cx">           RenderText at (0,0) size 51x11
</span><span class="cx">             text run at (0,0) width 51: &quot;Test Button&quot;
</span><del>-      RenderText {#text} at (419,1) size 5x18
-        text run at (419,1) width 5: &quot; &quot;
-      RenderButton {INPUT} at (425,2) size 78x18 [bgcolor=#C0C0C0]
</del><ins>+      RenderText {#text} at (420,1) size 5x18
+        text run at (420,1) width 5: &quot; &quot;
+      RenderButton {INPUT} at (426,2) size 77x18 [bgcolor=#C0C0C0]
</ins><span class="cx">         RenderBlock (anonymous) at (8,2) size 61x13
</span><span class="cx">           RenderText at (0,0) size 61x13
</span><span class="cx">             text run at (0,0) width 61: &quot;Test Button&quot;
</span><span class="lines">@@ -51,18 +51,18 @@
</span><span class="cx">             text run at (0,0) width 61: &quot;Test Button&quot;
</span><span class="cx">       RenderText {#text} at (588,1) size 5x18
</span><span class="cx">         text run at (588,1) width 5: &quot; &quot;
</span><del>-      RenderButton {INPUT} at (594,2) size 77x18 [bgcolor=#C0C0C0]
</del><ins>+      RenderButton {INPUT} at (594,2) size 78x18 [bgcolor=#C0C0C0]
</ins><span class="cx">         RenderBlock (anonymous) at (8,2) size 61x13
</span><span class="cx">           RenderText at (0,0) size 61x13
</span><span class="cx">             text run at (0,0) width 61: &quot;Test Button&quot;
</span><del>-      RenderText {#text} at (672,1) size 5x18
-        text run at (672,1) width 5: &quot; &quot;
-      RenderButton {INPUT} at (678,2) size 77x18 [bgcolor=#C0C0C0]
</del><ins>+      RenderText {#text} at (673,1) size 5x18
+        text run at (673,1) width 5: &quot; &quot;
+      RenderButton {INPUT} at (679,2) size 77x18 [bgcolor=#C0C0C0]
</ins><span class="cx">         RenderBlock (anonymous) at (8,2) size 61x13
</span><span class="cx">           RenderText at (0,0) size 61x13
</span><span class="cx">             text run at (0,0) width 61: &quot;Test Button&quot;
</span><del>-      RenderText {#text} at (756,1) size 5x18
-        text run at (756,1) width 5: &quot; &quot;
</del><ins>+      RenderText {#text} at (757,1) size 5x18
+        text run at (757,1) width 5: &quot; &quot;
</ins><span class="cx">       RenderButton {INPUT} at (2,26) size 77x18 [bgcolor=#C0C0C0]
</span><span class="cx">         RenderBlock (anonymous) at (8,2) size 61x13
</span><span class="cx">           RenderText at (0,0) size 61x13
</span><span class="lines">@@ -70,37 +70,37 @@
</span><span class="cx">       RenderText {#text} at (80,25) size 5x18
</span><span class="cx">         text run at (80,25) width 5: &quot; &quot;
</span><span class="cx">       RenderButton {INPUT} at (86,24) size 87x21 [bgcolor=#C0C0C0]
</span><del>-        RenderBlock (anonymous) at (8,2) size 71x16
-          RenderText at (0,0) size 71x16
-            text run at (0,0) width 71: &quot;Test Button&quot;
</del><ins>+        RenderBlock (anonymous) at (8,2) size 70x16
+          RenderText at (0,0) size 70x16
+            text run at (0,0) width 70: &quot;Test Button&quot;
</ins><span class="cx">       RenderText {#text} at (174,25) size 5x18
</span><span class="cx">         text run at (174,25) width 5: &quot; &quot;
</span><del>-      RenderButton {INPUT} at (180,24) size 87x21 [bgcolor=#C0C0C0]
-        RenderBlock (anonymous) at (8,2) size 71x16
-          RenderText at (0,0) size 71x16
-            text run at (0,0) width 71: &quot;Test Button&quot;
-      RenderText {#text} at (268,25) size 5x18
-        text run at (268,25) width 5: &quot; &quot;
-      RenderButton {INPUT} at (274,24) size 87x21 [bgcolor=#C0C0C0]
-        RenderBlock (anonymous) at (8,2) size 71x16
-          RenderText at (0,0) size 71x16
-            text run at (0,0) width 71: &quot;Test Button&quot;
-      RenderText {#text} at (362,25) size 5x18
-        text run at (362,25) width 5: &quot; &quot;
-      RenderButton {INPUT} at (368,24) size 88x21 [bgcolor=#C0C0C0]
-        RenderBlock (anonymous) at (8,2) size 71x16
-          RenderText at (0,0) size 71x16
-            text run at (0,0) width 71: &quot;Test Button&quot;
-      RenderText {#text} at (457,25) size 5x18
-        text run at (457,25) width 5: &quot; &quot;
-      RenderButton {INPUT} at (463,24) size 87x21 [bgcolor=#C0C0C0]
-        RenderBlock (anonymous) at (8,2) size 71x16
-          RenderText at (0,0) size 71x16
-            text run at (0,0) width 71: &quot;Test Button&quot;
-      RenderText {#text} at (551,25) size 5x18
-        text run at (551,25) width 5: &quot; &quot;
-      RenderButton {INPUT} at (557,24) size 87x21 [bgcolor=#C0C0C0]
-        RenderBlock (anonymous) at (8,2) size 71x16
-          RenderText at (0,0) size 71x16
-            text run at (0,0) width 71: &quot;Test Button&quot;
</del><ins>+      RenderButton {INPUT} at (180,24) size 86x21 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 70x16
+          RenderText at (0,0) size 70x16
+            text run at (0,0) width 70: &quot;Test Button&quot;
+      RenderText {#text} at (267,25) size 5x18
+        text run at (267,25) width 5: &quot; &quot;
+      RenderButton {INPUT} at (273,24) size 87x21 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 70x16
+          RenderText at (0,0) size 70x16
+            text run at (0,0) width 70: &quot;Test Button&quot;
+      RenderText {#text} at (361,25) size 5x18
+        text run at (361,25) width 5: &quot; &quot;
+      RenderButton {INPUT} at (367,24) size 87x21 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 70x16
+          RenderText at (0,0) size 70x16
+            text run at (0,0) width 70: &quot;Test Button&quot;
+      RenderText {#text} at (455,25) size 5x18
+        text run at (455,25) width 5: &quot; &quot;
+      RenderButton {INPUT} at (461,24) size 86x21 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 70x16
+          RenderText at (0,0) size 70x16
+            text run at (0,0) width 70: &quot;Test Button&quot;
+      RenderText {#text} at (548,25) size 5x18
+        text run at (548,25) width 5: &quot; &quot;
+      RenderButton {INPUT} at (554,24) size 87x21 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 70x16
+          RenderText at (0,0) size 70x16
+            text run at (0,0) width 70: &quot;Test Button&quot;
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputdisabledcolorexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-disabled-color-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputdisabledcolorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-disabled-color-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-disabled-color-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-disabled-color-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -6,172 +6,172 @@
</span><span class="cx">       RenderText {#text} at (0,0) size 521x18
</span><span class="cx">         text run at (0,0) width 521: &quot;This tests that the text color changes appropriately when the text field is disabled.&quot;
</span><span class="cx">       RenderBR {BR} at (520,14) size 1x0
</span><del>-      RenderTextControl {INPUT} at (2,20) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-      RenderText {#text} at (140,20) size 5x18
-        text run at (140,20) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (146,20) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-      RenderBR {BR} at (284,34) size 1x0
-      RenderTextControl {INPUT} at (2,43) size 137x19 [color=#FF0000] [bgcolor=#FFFFFF] [border: (2px inset #FF0000)]
-      RenderText {#text} at (140,43) size 5x18
-        text run at (140,43) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (146,43) size 137x19 [color=#FF0000] [bgcolor=#FFFFFF] [border: (2px inset #FF0000)]
-      RenderBR {BR} at (284,57) size 1x0
-      RenderTextControl {INPUT} at (2,66) size 137x19 [bgcolor=#0000FF] [border: (2px inset #000000)]
-      RenderText {#text} at (140,66) size 5x18
-        text run at (140,66) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (146,66) size 137x19 [bgcolor=#0000FF] [border: (2px inset #000000)]
-      RenderBR {BR} at (284,80) size 1x0
-      RenderTextControl {INPUT} at (2,89) size 137x19 [color=#FF0000] [bgcolor=#0000FF] [border: (2px inset #FF0000)]
-      RenderText {#text} at (140,89) size 5x18
-        text run at (140,89) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (146,89) size 137x19 [color=#FF0000] [bgcolor=#0000FF] [border: (2px inset #FF0000)]
-      RenderBR {BR} at (284,103) size 1x0
-      RenderTextControl {INPUT} at (2,112) size 137x19 [bgcolor=#000000] [border: (2px inset #000000)]
-      RenderText {#text} at (140,112) size 5x18
-        text run at (140,112) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (146,112) size 137x19 [bgcolor=#000000] [border: (2px inset #000000)]
-      RenderBR {BR} at (284,126) size 1x0
-      RenderTextControl {INPUT} at (2,135) size 137x19 [color=#FFFFFF] [bgcolor=#000000] [border: (2px inset #FFFFFF)]
-      RenderText {#text} at (140,135) size 5x18
-        text run at (140,135) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (146,135) size 137x19 [color=#FFFFFF] [bgcolor=#000000] [border: (2px inset #FFFFFF)]
-      RenderBR {BR} at (284,149) size 1x0
-      RenderTextControl {INPUT} at (2,158) size 137x19 [bgcolor=#808080] [border: (2px inset #000000)]
-      RenderText {#text} at (140,158) size 5x18
-        text run at (140,158) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (146,158) size 137x19 [bgcolor=#808080] [border: (2px inset #000000)]
-      RenderBR {BR} at (284,172) size 1x0
-      RenderTextControl {INPUT} at (2,181) size 137x19 [color=#FFFFFF] [bgcolor=#A9A9A9] [border: (2px inset #FFFFFF)]
-      RenderText {#text} at (140,181) size 5x18
-        text run at (140,181) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (146,181) size 137x19 [color=#FFFFFF] [bgcolor=#A9A9A9] [border: (2px inset #FFFFFF)]
-      RenderBR {BR} at (284,195) size 1x0
-      RenderTextControl {INPUT} at (2,204) size 137x19 [color=#808080] [bgcolor=#000000] [border: (2px inset #808080)]
-      RenderText {#text} at (140,204) size 5x18
-        text run at (140,204) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (146,204) size 137x19 [color=#808080] [bgcolor=#000000] [border: (2px inset #808080)]
-      RenderBR {BR} at (284,218) size 1x0
-      RenderTextControl {INPUT} at (2,227) size 137x19 [color=#FF0000] [bgcolor=#808080] [border: (2px inset #FF0000)]
-      RenderText {#text} at (140,227) size 5x18
-        text run at (140,227) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (146,227) size 137x19 [color=#FF0000] [bgcolor=#808080] [border: (2px inset #FF0000)]
-      RenderBR {BR} at (284,241) size 1x0
-      RenderTextControl {INPUT} at (2,250) size 137x19 [color=#808080] [bgcolor=#FF0000] [border: (2px inset #808080)]
-      RenderText {#text} at (140,250) size 5x18
-        text run at (140,250) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (146,250) size 137x19 [color=#808080] [bgcolor=#FF0000] [border: (2px inset #808080)]
-      RenderBR {BR} at (284,264) size 1x0
-      RenderTextControl {INPUT} at (2,273) size 137x19 [color=#FF0000] [bgcolor=#FFFFFF] [border: (2px inset #FF0000)]
-      RenderText {#text} at (140,273) size 5x18
-        text run at (140,273) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (146,273) size 137x19 [color=#FF0000] [bgcolor=#FFFFFF] [border: (2px inset #FF0000)]
-      RenderBR {BR} at (284,287) size 1x0
-      RenderTextControl {INPUT} at (2,296) size 137x19 [color=#FF0000] [border: (2px inset #FF0000)]
-      RenderText {#text} at (140,296) size 5x18
-        text run at (140,296) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (146,296) size 137x19 [color=#FF0000] [border: (2px inset #FF0000)]
-      RenderBR {BR} at (284,310) size 1x0
-layer at (13,31) size 130x13 scrollWidth 347
-  RenderBlock {DIV} at (3,3) size 131x13 [color=#545454]
-    RenderText {#text} at (0,0) size 347x13
-      text run at (0,0) width 347: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
-layer at (157,31) size 130x13 scrollWidth 153
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 152x13
-      text run at (0,0) width 152: &quot;This text field is not disabled&quot;
-layer at (13,54) size 130x13 scrollWidth 347
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 347x13
-      text run at (0,0) width 347: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
-layer at (157,54) size 130x13 scrollWidth 153
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 152x13
-      text run at (0,0) width 152: &quot;This text field is not disabled&quot;
-layer at (13,77) size 130x13 scrollWidth 347
-  RenderBlock {DIV} at (3,3) size 131x13 [color=#545454]
-    RenderText {#text} at (0,0) size 347x13
-      text run at (0,0) width 347: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
-layer at (157,77) size 130x13 scrollWidth 153
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 152x13
-      text run at (0,0) width 152: &quot;This text field is not disabled&quot;
-layer at (13,100) size 130x13 scrollWidth 347
-  RenderBlock {DIV} at (3,3) size 131x13 [color=#AB0000]
-    RenderText {#text} at (0,0) size 347x13
-      text run at (0,0) width 347: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
-layer at (157,100) size 130x13 scrollWidth 153
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 152x13
-      text run at (0,0) width 152: &quot;This text field is not disabled&quot;
-layer at (13,123) size 130x13 scrollWidth 347
-  RenderBlock {DIV} at (3,3) size 131x13 [color=#545454]
-    RenderText {#text} at (0,0) size 347x13
-      text run at (0,0) width 347: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
-layer at (157,123) size 130x13 scrollWidth 153
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 152x13
-      text run at (0,0) width 152: &quot;This text field is not disabled&quot;
-layer at (13,146) size 130x13 scrollWidth 347
-  RenderBlock {DIV} at (3,3) size 131x13 [color=#ABABAB]
-    RenderText {#text} at (0,0) size 347x13
-      text run at (0,0) width 347: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
-layer at (157,146) size 130x13 scrollWidth 153
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 152x13
-      text run at (0,0) width 152: &quot;This text field is not disabled&quot;
-layer at (13,169) size 130x13 scrollWidth 347
-  RenderBlock {DIV} at (3,3) size 131x13 [color=#545454]
-    RenderText {#text} at (0,0) size 347x13
-      text run at (0,0) width 347: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
-layer at (157,169) size 130x13 scrollWidth 153
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 152x13
-      text run at (0,0) width 152: &quot;This text field is not disabled&quot;
-layer at (13,192) size 130x13 scrollWidth 347
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 347x13
-      text run at (0,0) width 347: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
-layer at (157,192) size 130x13 scrollWidth 153
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 152x13
-      text run at (0,0) width 152: &quot;This text field is not disabled&quot;
-layer at (13,215) size 130x13 scrollWidth 347
-  RenderBlock {DIV} at (3,3) size 131x13 [color=#2C2C2C]
-    RenderText {#text} at (0,0) size 347x13
-      text run at (0,0) width 347: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
-layer at (157,215) size 130x13 scrollWidth 153
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 152x13
-      text run at (0,0) width 152: &quot;This text field is not disabled&quot;
-layer at (13,238) size 130x13 scrollWidth 347
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 347x13
-      text run at (0,0) width 347: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
-layer at (157,238) size 130x13 scrollWidth 153
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 152x13
-      text run at (0,0) width 152: &quot;This text field is not disabled&quot;
-layer at (13,261) size 130x13 scrollWidth 347
-  RenderBlock {DIV} at (3,3) size 131x13 [color=#2C2C2C]
-    RenderText {#text} at (0,0) size 347x13
-      text run at (0,0) width 347: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
-layer at (157,261) size 130x13 scrollWidth 153
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 152x13
-      text run at (0,0) width 152: &quot;This text field is not disabled&quot;
-layer at (13,284) size 130x13 scrollWidth 347
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 347x13
-      text run at (0,0) width 347: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
-layer at (157,284) size 130x13 scrollWidth 153
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 152x13
-      text run at (0,0) width 152: &quot;This text field is not disabled&quot;
-layer at (13,307) size 130x13 scrollWidth 347
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 347x13
-      text run at (0,0) width 347: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
-layer at (157,307) size 130x13 scrollWidth 153
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 152x13
-      text run at (0,0) width 152: &quot;This text field is not disabled&quot;
</del><ins>+      RenderTextControl {INPUT} at (2,20) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (149,20) size 5x18
+        text run at (149,20) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (155,20) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderBR {BR} at (303,34) size 1x0
+      RenderTextControl {INPUT} at (2,43) size 146x19 [color=#FF0000] [bgcolor=#FFFFFF] [border: (2px inset #FF0000)]
+      RenderText {#text} at (149,43) size 5x18
+        text run at (149,43) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (155,43) size 147x19 [color=#FF0000] [bgcolor=#FFFFFF] [border: (2px inset #FF0000)]
+      RenderBR {BR} at (303,57) size 1x0
+      RenderTextControl {INPUT} at (2,66) size 146x19 [bgcolor=#0000FF] [border: (2px inset #000000)]
+      RenderText {#text} at (149,66) size 5x18
+        text run at (149,66) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (155,66) size 147x19 [bgcolor=#0000FF] [border: (2px inset #000000)]
+      RenderBR {BR} at (303,80) size 1x0
+      RenderTextControl {INPUT} at (2,89) size 146x19 [color=#FF0000] [bgcolor=#0000FF] [border: (2px inset #FF0000)]
+      RenderText {#text} at (149,89) size 5x18
+        text run at (149,89) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (155,89) size 147x19 [color=#FF0000] [bgcolor=#0000FF] [border: (2px inset #FF0000)]
+      RenderBR {BR} at (303,103) size 1x0
+      RenderTextControl {INPUT} at (2,112) size 146x19 [bgcolor=#000000] [border: (2px inset #000000)]
+      RenderText {#text} at (149,112) size 5x18
+        text run at (149,112) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (155,112) size 147x19 [bgcolor=#000000] [border: (2px inset #000000)]
+      RenderBR {BR} at (303,126) size 1x0
+      RenderTextControl {INPUT} at (2,135) size 146x19 [color=#FFFFFF] [bgcolor=#000000] [border: (2px inset #FFFFFF)]
+      RenderText {#text} at (149,135) size 5x18
+        text run at (149,135) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (155,135) size 147x19 [color=#FFFFFF] [bgcolor=#000000] [border: (2px inset #FFFFFF)]
+      RenderBR {BR} at (303,149) size 1x0
+      RenderTextControl {INPUT} at (2,158) size 146x19 [bgcolor=#808080] [border: (2px inset #000000)]
+      RenderText {#text} at (149,158) size 5x18
+        text run at (149,158) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (155,158) size 147x19 [bgcolor=#808080] [border: (2px inset #000000)]
+      RenderBR {BR} at (303,172) size 1x0
+      RenderTextControl {INPUT} at (2,181) size 146x19 [color=#FFFFFF] [bgcolor=#A9A9A9] [border: (2px inset #FFFFFF)]
+      RenderText {#text} at (149,181) size 5x18
+        text run at (149,181) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (155,181) size 147x19 [color=#FFFFFF] [bgcolor=#A9A9A9] [border: (2px inset #FFFFFF)]
+      RenderBR {BR} at (303,195) size 1x0
+      RenderTextControl {INPUT} at (2,204) size 146x19 [color=#808080] [bgcolor=#000000] [border: (2px inset #808080)]
+      RenderText {#text} at (149,204) size 5x18
+        text run at (149,204) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (155,204) size 147x19 [color=#808080] [bgcolor=#000000] [border: (2px inset #808080)]
+      RenderBR {BR} at (303,218) size 1x0
+      RenderTextControl {INPUT} at (2,227) size 146x19 [color=#FF0000] [bgcolor=#808080] [border: (2px inset #FF0000)]
+      RenderText {#text} at (149,227) size 5x18
+        text run at (149,227) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (155,227) size 147x19 [color=#FF0000] [bgcolor=#808080] [border: (2px inset #FF0000)]
+      RenderBR {BR} at (303,241) size 1x0
+      RenderTextControl {INPUT} at (2,250) size 146x19 [color=#808080] [bgcolor=#FF0000] [border: (2px inset #808080)]
+      RenderText {#text} at (149,250) size 5x18
+        text run at (149,250) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (155,250) size 147x19 [color=#808080] [bgcolor=#FF0000] [border: (2px inset #808080)]
+      RenderBR {BR} at (303,264) size 1x0
+      RenderTextControl {INPUT} at (2,273) size 146x19 [color=#FF0000] [bgcolor=#FFFFFF] [border: (2px inset #FF0000)]
+      RenderText {#text} at (149,273) size 5x18
+        text run at (149,273) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (155,273) size 147x19 [color=#FF0000] [bgcolor=#FFFFFF] [border: (2px inset #FF0000)]
+      RenderBR {BR} at (303,287) size 1x0
+      RenderTextControl {INPUT} at (2,296) size 146x19 [color=#FF0000] [border: (2px inset #FF0000)]
+      RenderText {#text} at (149,296) size 5x18
+        text run at (149,296) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (155,296) size 147x19 [color=#FF0000] [border: (2px inset #FF0000)]
+      RenderBR {BR} at (303,310) size 1x0
+layer at (13,31) size 140x13 scrollWidth 344
+  RenderBlock {DIV} at (3,3) size 140x13 [color=#545454]
+    RenderText {#text} at (0,0) size 344x13
+      text run at (0,0) width 344: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
+layer at (167,31) size 140x13 scrollWidth 152
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 151x13
+      text run at (0,0) width 151: &quot;This text field is not disabled&quot;
+layer at (13,54) size 140x13 scrollWidth 344
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 344x13
+      text run at (0,0) width 344: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
+layer at (167,54) size 140x13 scrollWidth 152
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 151x13
+      text run at (0,0) width 151: &quot;This text field is not disabled&quot;
+layer at (13,77) size 140x13 scrollWidth 344
+  RenderBlock {DIV} at (3,3) size 140x13 [color=#545454]
+    RenderText {#text} at (0,0) size 344x13
+      text run at (0,0) width 344: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
+layer at (167,77) size 140x13 scrollWidth 152
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 151x13
+      text run at (0,0) width 151: &quot;This text field is not disabled&quot;
+layer at (13,100) size 140x13 scrollWidth 344
+  RenderBlock {DIV} at (3,3) size 140x13 [color=#AB0000]
+    RenderText {#text} at (0,0) size 344x13
+      text run at (0,0) width 344: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
+layer at (167,100) size 140x13 scrollWidth 152
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 151x13
+      text run at (0,0) width 151: &quot;This text field is not disabled&quot;
+layer at (13,123) size 140x13 scrollWidth 344
+  RenderBlock {DIV} at (3,3) size 140x13 [color=#545454]
+    RenderText {#text} at (0,0) size 344x13
+      text run at (0,0) width 344: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
+layer at (167,123) size 140x13 scrollWidth 152
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 151x13
+      text run at (0,0) width 151: &quot;This text field is not disabled&quot;
+layer at (13,146) size 140x13 scrollWidth 344
+  RenderBlock {DIV} at (3,3) size 140x13 [color=#ABABAB]
+    RenderText {#text} at (0,0) size 344x13
+      text run at (0,0) width 344: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
+layer at (167,146) size 140x13 scrollWidth 152
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 151x13
+      text run at (0,0) width 151: &quot;This text field is not disabled&quot;
+layer at (13,169) size 140x13 scrollWidth 344
+  RenderBlock {DIV} at (3,3) size 140x13 [color=#545454]
+    RenderText {#text} at (0,0) size 344x13
+      text run at (0,0) width 344: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
+layer at (167,169) size 140x13 scrollWidth 152
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 151x13
+      text run at (0,0) width 151: &quot;This text field is not disabled&quot;
+layer at (13,192) size 140x13 scrollWidth 344
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 344x13
+      text run at (0,0) width 344: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
+layer at (167,192) size 140x13 scrollWidth 152
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 151x13
+      text run at (0,0) width 151: &quot;This text field is not disabled&quot;
+layer at (13,215) size 140x13 scrollWidth 344
+  RenderBlock {DIV} at (3,3) size 140x13 [color=#2C2C2C]
+    RenderText {#text} at (0,0) size 344x13
+      text run at (0,0) width 344: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
+layer at (167,215) size 140x13 scrollWidth 152
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 151x13
+      text run at (0,0) width 151: &quot;This text field is not disabled&quot;
+layer at (13,238) size 140x13 scrollWidth 344
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 344x13
+      text run at (0,0) width 344: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
+layer at (167,238) size 140x13 scrollWidth 152
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 151x13
+      text run at (0,0) width 151: &quot;This text field is not disabled&quot;
+layer at (13,261) size 140x13 scrollWidth 344
+  RenderBlock {DIV} at (3,3) size 140x13 [color=#2C2C2C]
+    RenderText {#text} at (0,0) size 344x13
+      text run at (0,0) width 344: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
+layer at (167,261) size 140x13 scrollWidth 152
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 151x13
+      text run at (0,0) width 151: &quot;This text field is not disabled&quot;
+layer at (13,284) size 140x13 scrollWidth 344
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 344x13
+      text run at (0,0) width 344: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
+layer at (167,284) size 140x13 scrollWidth 152
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 151x13
+      text run at (0,0) width 151: &quot;This text field is not disabled&quot;
+layer at (13,307) size 140x13 scrollWidth 344
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 344x13
+      text run at (0,0) width 344: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
+layer at (167,307) size 140x13 scrollWidth 152
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 151x13
+      text run at (0,0) width 151: &quot;This text field is not disabled&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputdoubleclickselectiongapbugexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputdoubleclickselectiongapbugexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -7,24 +7,24 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 421x18
</span><span class="cx">           text run at (0,0) width 331: &quot;The top table was resized while the field\x{2019}s contents &quot;
</span><span class="cx">           text run at (330,0) width 91: &quot;were selected.&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 185x244
-        RenderTableSection {TBODY} at (0,0) size 185x244
-          RenderTableRow {TR} at (0,2) size 185x240
-            RenderTableCell {TD} at (2,90) size 181x64 [bgcolor=#90EE90] [r=0 c=0 rs=1 cs=1]
-              RenderTextControl {INPUT} at (22,22) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+      RenderTable {TABLE} at (0,34) size 194x244
+        RenderTableSection {TBODY} at (0,0) size 194x244
+          RenderTableRow {TR} at (0,2) size 194x240
+            RenderTableCell {TD} at (2,90) size 190x64 [bgcolor=#90EE90] [r=0 c=0 rs=1 cs=1]
+              RenderTextControl {INPUT} at (22,22) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,278) size 185x244
-        RenderTableSection {TBODY} at (0,0) size 185x244
-          RenderTableRow {TR} at (0,2) size 185x240
-            RenderTableCell {TD} at (2,90) size 181x64 [bgcolor=#90EE90] [r=0 c=0 rs=1 cs=1]
-              RenderTextControl {INPUT} at (22,22) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+      RenderTable {TABLE} at (0,278) size 194x244
+        RenderTableSection {TBODY} at (0,0) size 194x244
+          RenderTableRow {TR} at (0,2) size 194x240
+            RenderTableCell {TD} at (2,90) size 190x64 [bgcolor=#90EE90] [r=0 c=0 rs=1 cs=1]
+              RenderTextControl {INPUT} at (22,22) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (35,166) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (35,166) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 38x13
</span><span class="cx">       text run at (0,0) width 38: &quot;foo bar&quot;
</span><del>-layer at (35,410) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (35,410) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 38x13
</span><span class="cx">       text run at (0,0) width 38: &quot;foo bar&quot;
</span><span class="cx"> selection start: position 0 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 1 {INPUT} of child 1 {TD} of child 0 {TR} of child 1 {TBODY} of child 3 {TABLE} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputfieldtexttruncatedexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-field-text-truncated-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputfieldtexttruncatedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-field-text-truncated-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-field-text-truncated-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-field-text-truncated-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -12,5 +12,5 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx"> layer at (11,50) size 294x15
</span><span class="cx">   RenderBlock {DIV} at (3,3) size 294x15
</span><del>-    RenderText {#text} at (0,0) size 96x15
-      text run at (0,0) width 96: &quot;something gjpqy&quot;
</del><ins>+    RenderText {#text} at (0,0) size 95x15
+      text run at (0,0) width 95: &quot;something gjpqy&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputfirstletterexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-first-letter-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputfirstletterexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-first-letter-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-first-letter-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-first-letter-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -6,8 +6,8 @@
</span><span class="cx">       RenderText {#text} at (0,0) size 601x18
</span><span class="cx">         text run at (0,0) width 601: &quot;This test passes if it doesn't crash and if the Submit button does not honor the first-letter style.&quot;
</span><span class="cx">       RenderBR {BR} at (600,14) size 1x0
</span><del>-      RenderButton {INPUT} at (2,20) size 54x22 [border: (2px outset #C0C0C0)]
-        RenderBlock (anonymous) at (8,4) size 38x13
-          RenderText at (0,0) size 38x13
-            text run at (0,0) width 38: &quot;Submit&quot;
</del><ins>+      RenderButton {INPUT} at (2,20) size 53x22 [border: (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,4) size 37x13
+          RenderText at (0,0) size 37x13
+            text run at (0,0) width 37: &quot;Submit&quot;
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputplaceholdervisibility1expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-1-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputplaceholdervisibility1expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -7,13 +7,13 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 347x18
</span><span class="cx">           text run at (0,0) width 347: &quot;Focus the field, focus away, then focus the field again.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,34) size 784x23
</span><del>-        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,47) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13 [color=#A9A9A9]
</del><ins>+layer at (13,47) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13 [color=#A9A9A9]
</ins><span class="cx">     RenderText {#text} at (0,0) size 63x13
</span><span class="cx">       text run at (0,0) width 63: &quot;Placeholder&quot;
</span><del>-layer at (13,47) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (13,47) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx"> caret: position 0 of child 1 {DIV} of {#document-fragment} of child 1 {INPUT} of child 3 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputplaceholdervisibility3expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-3-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputplaceholdervisibility3expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -7,14 +7,14 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 390x18
</span><span class="cx">           text run at (0,0) width 390: &quot;Focus field with a placeholder, then type, then delete all text.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,34) size 784x23
</span><del>-        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,47) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13 [color=#A9A9A9]
</del><ins>+layer at (13,47) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13 [color=#A9A9A9]
</ins><span class="cx">     RenderText {#text} at (0,0) size 63x13
</span><span class="cx">       text run at (0,0) width 63: &quot;Placeholder&quot;
</span><del>-layer at (13,47) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (13,47) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx">     RenderBR {BR} at (0,0) size 0x13
</span><span class="cx"> caret: position 0 of child 0 {BR} of child 1 {DIV} of {#document-fragment} of child 1 {INPUT} of child 3 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputreadonlyautoscrollexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-readonly-autoscroll-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputreadonlyautoscrollexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-readonly-autoscroll-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-readonly-autoscroll-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-readonly-autoscroll-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -15,14 +15,14 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 358x18
</span><span class="cx">           text run at (0,0) width 358: &quot;Readonly text fields don't scroll when selecting content.&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,68) size 784x23
</span><del>-        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {DIV} at (0,91) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 90x18
</span><del>-          text run at (0,0) width 90: &quot;ScrollLeft: 24&quot;
</del><ins>+          text run at (0,0) width 90: &quot;ScrollLeft: 13&quot;
</ins><span class="cx">         RenderBR {BR} at (89,14) size 1x0
</span><del>-layer at (13,81) size 130x13 scrollX 24 scrollWidth 154
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (13,81) size 140x13 scrollX 13 scrollWidth 153
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 154x13
</span><span class="cx">       text run at (0,0) width 154: &quot;abcdefghijklmnopqrstuvwxyz&quot;
</span><span class="cx"> selection start: position 1 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 5 {INPUT} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputreadonlydimmedexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-readonly-dimmed-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputreadonlydimmedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-readonly-dimmed-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-readonly-dimmed-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-readonly-dimmed-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -6,9 +6,9 @@
</span><span class="cx">       RenderText {#text} at (0,0) size 465x18
</span><span class="cx">         text run at (0,0) width 465: &quot;This tests that the border of a readonly text field should appear dimmed. &quot;
</span><span class="cx">       RenderBR {BR} at (464,14) size 1x0
</span><del>-      RenderTextControl {INPUT} at (2,20) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+      RenderTextControl {INPUT} at (2,20) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,31) size 130x13 scrollWidth 162
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 162x13
-      text run at (0,0) width 162: &quot;This border should be dimmed&quot;
</del><ins>+layer at (13,31) size 140x13 scrollWidth 160
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 161x13
+      text run at (0,0) width 161: &quot;This border should be dimmed&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputreadonlyemptyexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-readonly-empty-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputreadonlyemptyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-readonly-empty-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-readonly-empty-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-readonly-empty-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -5,7 +5,7 @@
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><span class="cx">       RenderText {#text} at (0,2) size 487x18
</span><span class="cx">         text run at (0,2) width 487: &quot;This tests that empty readonly text fields have the right height and baseline. &quot;
</span><del>-      RenderTextControl {INPUT} at (489,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+      RenderTextControl {INPUT} at (489,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (500,13) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (500,13) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputspacesexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-spaces-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputspacesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-spaces-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-spaces-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-spaces-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -7,9 +7,9 @@
</span><span class="cx">         text run at (0,0) width 769: &quot;This tests that leading and trailing spaces in a text field don't get lost. There should be 3 spaces before and 3 spaces after&quot;
</span><span class="cx">         text run at (0,18) width 128: &quot;the text in the field. &quot;
</span><span class="cx">       RenderBR {BR} at (127,32) size 1x0
</span><del>-      RenderTextControl {INPUT} at (2,38) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+      RenderTextControl {INPUT} at (2,38) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,49) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 59x13
-      text run at (0,0) width 59: &quot;   foo bar   &quot;
</del><ins>+layer at (13,49) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 57x13
+      text run at (0,0) width 57: &quot;   foo bar   &quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputtableexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-table-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputtableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-table-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-table-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-table-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -66,13 +66,13 @@
</span><span class="cx">       RenderBlock {P} at (0,586) size 769x18
</span><span class="cx">         RenderText {#text} at (0,0) size 70x18
</span><span class="cx">           text run at (0,0) width 70: &quot;Test case 6&quot;
</span><del>-      RenderTable {TABLE} at (0,620) size 159x69 [border: (3px solid #0000FF)]
-        RenderTableSection {TBODY} at (3,3) size 153x63
-          RenderTableRow {TR} at (0,2) size 153x31
-            RenderTableCell {TD} at (2,2) size 149x31 [border: (3px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
-              RenderTextControl {INPUT} at (6,6) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderTableRow {TR} at (0,35) size 153x26
-            RenderTableCell {TD} at (2,35) size 149x26 [border: (3px solid #FF0000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,620) size 168x69 [border: (3px solid #0000FF)]
+        RenderTableSection {TBODY} at (3,3) size 162x63
+          RenderTableRow {TR} at (0,2) size 162x31
+            RenderTableCell {TD} at (2,2) size 158x31 [border: (3px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
+              RenderTextControl {INPUT} at (6,6) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderTableRow {TR} at (0,35) size 162x26
+            RenderTableCell {TD} at (2,35) size 158x26 [border: (3px solid #FF0000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (4,4) size 70x18
</span><span class="cx">                 RenderText {#text} at (0,0) size 32x18
</span><span class="cx">                   text run at (0,0) width 32: &quot;70px&quot;
</span><span class="lines">@@ -86,13 +86,13 @@
</span><span class="cx">   RenderBlock {DIV} at (3,3) size 24x13
</span><span class="cx"> layer at (20,432) size 194x13
</span><span class="cx">   RenderBlock {DIV} at (3,3) size 194x13
</span><del>-    RenderText {#text} at (0,0) size 64x13
-      text run at (0,0) width 64: &quot;width 100%&quot;
</del><ins>+    RenderText {#text} at (0,0) size 60x13
+      text run at (0,0) width 60: &quot;width 100%&quot;
</ins><span class="cx"> layer at (22,551) size 64x13
</span><span class="cx">   RenderBlock {DIV} at (3,3) size 64x13
</span><del>-    RenderText {#text} at (0,0) size 52x13
-      text run at (0,0) width 52: &quot;max 70px&quot;
-layer at (22,642) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 89x13
-      text run at (0,0) width 89: &quot;min-width 100px&quot;
</del><ins>+    RenderText {#text} at (0,0) size 51x13
+      text run at (0,0) width 51: &quot;max 70px&quot;
+layer at (22,642) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 88x13
+      text run at (0,0) width 88: &quot;min-width 100px&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputtextclickinsideexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-text-click-inside-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputtextclickinsideexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-text-click-inside-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-text-click-inside-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-text-click-inside-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -4,11 +4,11 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x576
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 425x75 [bgcolor=#FFFF00]
</span><del>-        RenderTextControl {INPUT} at (27,27) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {INPUT} at (27,27) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">       RenderBlock {P} at (0,91) size 784x36
</span><span class="cx">         RenderText {#text} at (0,0) size 759x36
</span><span class="cx">           text run at (0,0) width 759: &quot;This test clicks inside an input element, and must result in the element receiving focus. If the test succeeds the element&quot;
</span><span class="cx">           text run at (0,18) width 161: &quot;should have a focus ring.&quot;
</span><del>-layer at (38,38) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (38,38) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx"> caret: position 0 of child 0 {DIV} of {#document-fragment} of child 0 {INPUT} of child 0 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputtextclickoutsideexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-text-click-outside-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputtextclickoutsideexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-text-click-outside-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-text-click-outside-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-text-click-outside-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -4,11 +4,11 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x576
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 425x75 [bgcolor=#FFFF00]
</span><del>-        RenderTextControl {INPUT} at (27,27) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {INPUT} at (27,27) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">       RenderBlock {P} at (0,91) size 784x36
</span><span class="cx">         RenderText {#text} at (0,0) size 737x36
</span><span class="cx">           text run at (0,0) width 737: &quot;This test clicks outside an input element, and must not result in the element receiving focus. If the test succeeds the&quot;
</span><span class="cx">           text run at (0,18) width 240: &quot;element should not have a focus ring.&quot;
</span><del>-layer at (38,38) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (38,38) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx"> caret: position 1 of child 0 {INPUT} of child 0 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputtextdoubleclickexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-text-double-click-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputtextdoubleclickexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-text-double-click-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-text-double-click-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-text-double-click-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -4,13 +4,13 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x576
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x23
</span><del>-        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,39) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 575x18
</span><span class="cx">           text run at (0,0) width 575: &quot;Tests double-clicking on a word. If the test succeeds, the word \&quot;word\&quot; should be selected.&quot;
</span><del>-layer at (13,13) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (13,13) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 70x13
</span><span class="cx">       text run at (0,0) width 70: &quot;word another&quot;
</span><span class="cx"> selection start: position 0 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 0 {INPUT} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputtextdragdownexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-text-drag-down-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputtextdragdownexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-text-drag-down-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-text-drag-down-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-text-drag-down-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -4,14 +4,14 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x576
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x23
</span><del>-        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,39) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 748x18
</span><span class="cx">           text run at (0,0) width 748: &quot;Tests drag-selecting down. If the test succeeds, the text from the center to the end of the text field should be selected.&quot;
</span><del>-layer at (13,13) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 121x13
-      text run at (0,0) width 121: &quot;This is a bunch of text.&quot;
</del><ins>+layer at (13,13) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 120x13
+      text run at (0,0) width 120: &quot;This is a bunch of text.&quot;
</ins><span class="cx"> selection start: position 8 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 0 {INPUT} of body
</span><span class="cx"> selection end:   position 24 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 0 {INPUT} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputtextoptiondeleteexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-text-option-delete-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputtextoptiondeleteexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-text-option-delete-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-text-option-delete-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-text-option-delete-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -4,13 +4,13 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x576
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x23
</span><del>-        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,39) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 654x18
</span><span class="cx">           text run at (0,0) width 654: &quot;Tests option-deleting a word. If the test succeeds, the word \&quot;word\&quot; should end up with a space after it.&quot;
</span><del>-layer at (13,13) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (13,13) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 30x13
</span><span class="cx">       text run at (0,0) width 30: &quot;word &quot;
</span><span class="cx"> caret: position 5 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 0 {INPUT} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputtextscrollleftonblurexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputtextscrollleftonblurexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -4,28 +4,28 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x576
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x23
</span><del>-        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderText {#text} at (140,2) size 5x18
-          text run at (140,2) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (146,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderText {#text} at (284,2) size 5x18
-          text run at (284,2) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (290,2) size 138x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (149,2) size 5x18
+          text run at (149,2) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (155,2) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (303,2) size 5x18
+          text run at (303,2) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (309,2) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,39) size 784x36
</span><span class="cx">         RenderText {#text} at (0,0) size 765x36
</span><span class="cx">           text run at (0,0) width 765: &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,18) width 164: &quot;third scrolled to the right.&quot;
</span><del>-layer at (13,13) size 130x13 scrollWidth 308
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 308x13
-      text run at (0,0) width 308: &quot;this text field has a lot of text in it so that it needs to scroll&quot;
-layer at (157,13) size 130x13 scrollX 177 scrollWidth 307
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (-177,0) size 309x13
-      text run at (-177,0) width 308: &quot;this text field has a lot of text in it so that it needs to scroll&quot;
-layer at (302,13) size 130x13 scrollX 178 scrollWidth 308
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 308x13
-      text run at (0,0) width 308: &quot;this text field has a lot of text in it so that it needs to scroll&quot;
</del><ins>+layer at (13,13) size 140x13 scrollWidth 306
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 306x13
+      text run at (0,0) width 306: &quot;this text field has a lot of text in it so that it needs to scroll&quot;
+layer at (167,13) size 140x13 scrollX 165 scrollWidth 305
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (-165,0) size 306x13
+      text run at (-165,0) width 305: &quot;this text field has a lot of text in it so that it needs to scroll&quot;
+layer at (321,13) size 140x13 scrollX 166 scrollWidth 306
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 306x13
+      text run at (0,0) width 306: &quot;this text field has a lot of text in it so that it needs to scroll&quot;
</ins><span class="cx"> caret: position 66 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 4 {INPUT} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputtextselfemptyingclickexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-text-self-emptying-click-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputtextselfemptyingclickexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-text-self-emptying-click-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-text-self-emptying-click-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-text-self-emptying-click-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -4,12 +4,12 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x576
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x23
</span><del>-        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,39) size 784x36
</span><span class="cx">         RenderText {#text} at (0,0) size 778x36
</span><span class="cx">           text run at (0,0) width 778: &quot;Tests clicking on an input element that has a value that self-destructs. If the test succeeds, there should be a blinking caret&quot;
</span><span class="cx">           text run at (0,18) width 101: &quot;in the text field.&quot;
</span><del>-layer at (13,13) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (13,13) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx"> caret: position 0 of child 0 {DIV} of {#document-fragment} of child 0 {INPUT} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputtextwordwrapexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-text-word-wrap-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputtextwordwrapexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-text-word-wrap-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-text-word-wrap-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-text-word-wrap-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -12,9 +12,9 @@
</span><span class="cx">         RenderText {#text} at (186,0) size 309x18
</span><span class="cx">           text run at (186,0) width 309: &quot; property is ignored for single-line text controls.&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,34) size 784x33
</span><del>-        RenderTextControl {INPUT} at (2,0) size 137x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {INPUT} at (2,0) size 146x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,52) size 130x13 scrollWidth 258
-  RenderBlock {DIV} at (3,10) size 131x13
-    RenderText {#text} at (0,0) size 257x13
-      text run at (0,0) width 257: &quot;This sentence should not wrap into the next line.&quot;
</del><ins>+layer at (13,52) size 140x13 scrollWidth 256
+  RenderBlock {DIV} at (3,10) size 140x13
+    RenderText {#text} at (0,0) size 255x13
+      text run at (0,0) width 255: &quot;This sentence should not wrap into the next line.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputvalueexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-value-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputvalueexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-value-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-value-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-value-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -12,213 +12,213 @@
</span><span class="cx">           text run at (0,0) width 725: &quot;Results that match Gecko are like WinIE, but with \&quot;before\&quot; for the attribute in the first two rows and the last row.&quot;
</span><span class="cx">       RenderBlock {HR} at (0,86) size 784x2 [border: (1px inset #000000)]
</span><span class="cx">       RenderBlock {FORM} at (0,96) size 784x365
</span><del>-        RenderTable {TABLE} at (0,0) size 754x365
-          RenderTableSection {THEAD} at (0,0) size 754x24
-            RenderTableRow {TR} at (0,2) size 754x20
</del><ins>+        RenderTable {TABLE} at (0,0) size 770x365
+          RenderTableSection {THEAD} at (0,0) size 770x24
+            RenderTableRow {TR} at (0,2) size 770x20
</ins><span class="cx">               RenderTableCell {TH} at (2,2) size 392x20 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                   text run at (1,1) width 57: &quot;test case&quot;
</span><del>-              RenderTableCell {TH} at (395,2) size 229x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TH} at (395,2) size 245x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 92x18
</span><span class="cx">                   text run at (1,1) width 92: &quot;form element&quot;
</span><del>-              RenderTableCell {TH} at (625,2) size 63x20 [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TH} at (641,2) size 63x20 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 61x18
</span><span class="cx">                   text run at (1,1) width 61: &quot;property&quot;
</span><del>-              RenderTableCell {TH} at (689,2) size 63x20 [r=0 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TH} at (705,2) size 63x20 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 61x18
</span><span class="cx">                   text run at (1,1) width 61: &quot;attribute&quot;
</span><del>-          RenderTableSection {TBODY} at (0,24) size 754x341
-            RenderTableRow {TR} at (0,0) size 754x25
</del><ins>+          RenderTableSection {TBODY} at (0,24) size 770x341
+            RenderTableRow {TR} at (0,0) size 770x25
</ins><span class="cx">               RenderTableCell {TD} at (2,2) size 392x21 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (1,1) size 211x19
</span><span class="cx">                   text run at (1,2) width 211: &quot;text with value property changed&quot;
</span><del>-              RenderTableCell {TD} at (395,0) size 229x25 [r=0 c=1 rs=1 cs=1]
-                RenderTextControl {INPUT} at (3,3) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-              RenderTableCell {TD} at (625,2) size 63x21 [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (395,0) size 245x25 [r=0 c=1 rs=1 cs=1]
+                RenderTextControl {INPUT} at (3,3) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+              RenderTableCell {TD} at (641,2) size 63x21 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 30x19
</span><span class="cx">                   text run at (1,2) width 30: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (689,2) size 63x21 [r=0 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (705,2) size 63x21 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 41x19
</span><span class="cx">                   text run at (1,2) width 41: &quot;before&quot;
</span><del>-            RenderTableRow {TR} at (0,27) size 754x25
</del><ins>+            RenderTableRow {TR} at (0,27) size 770x25
</ins><span class="cx">               RenderTableCell {TD} at (2,29) size 392x21 [r=1 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (1,1) size 248x19
</span><span class="cx">                   text run at (1,2) width 248: &quot;password with value property changed&quot;
</span><del>-              RenderTableCell {TD} at (395,27) size 229x25 [r=1 c=1 rs=1 cs=1]
-                RenderTextControl {INPUT} at (3,3) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderFlexibleBox {DIV} at (3,3) size 131x13
-                    RenderBlock {DIV} at (0,0) size 131x13
-              RenderTableCell {TD} at (625,29) size 63x21 [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (395,27) size 245x25 [r=1 c=1 rs=1 cs=1]
+                RenderTextControl {INPUT} at (3,3) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderFlexibleBox {DIV} at (3,3) size 140x13
+                    RenderBlock {DIV} at (0,0) size 140x13
+              RenderTableCell {TD} at (641,29) size 63x21 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 30x19
</span><span class="cx">                   text run at (1,2) width 30: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (689,29) size 63x21 [r=1 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (705,29) size 63x21 [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 41x19
</span><span class="cx">                   text run at (1,2) width 41: &quot;before&quot;
</span><del>-            RenderTableRow {TR} at (0,54) size 754x20
</del><ins>+            RenderTableRow {TR} at (0,54) size 770x20
</ins><span class="cx">               RenderTableCell {TD} at (2,54) size 392x20 [r=2 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (1,1) size 252x18
</span><span class="cx">                   text run at (1,1) width 252: &quot;check box with value property changed&quot;
</span><del>-              RenderTableCell {TD} at (395,54) size 229x20 [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (395,54) size 245x20 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {INPUT} at (3,4) size 12x12
</span><del>-              RenderTableCell {TD} at (625,54) size 63x20 [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (641,54) size 63x20 [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 30x18
</span><span class="cx">                   text run at (1,1) width 30: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (689,54) size 63x20 [r=2 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (705,54) size 63x20 [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 30x18
</span><span class="cx">                   text run at (1,1) width 30: &quot;after&quot;
</span><del>-            RenderTableRow {TR} at (0,76) size 754x20
</del><ins>+            RenderTableRow {TR} at (0,76) size 770x20
</ins><span class="cx">               RenderTableCell {TD} at (2,76) size 392x20 [r=3 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (1,1) size 231x18
</span><span class="cx">                   text run at (1,1) width 231: &quot;hidden with value property changed&quot;
</span><del>-              RenderTableCell {TD} at (395,85) size 229x2 [r=3 c=1 rs=1 cs=1]
-              RenderTableCell {TD} at (625,76) size 63x20 [r=3 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (395,85) size 245x2 [r=3 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (641,76) size 63x20 [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 30x18
</span><span class="cx">                   text run at (1,1) width 30: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (689,76) size 63x20 [r=3 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (705,76) size 63x20 [r=3 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 30x18
</span><span class="cx">                   text run at (1,1) width 30: &quot;after&quot;
</span><del>-            RenderTableRow {TR} at (0,98) size 754x24
</del><ins>+            RenderTableRow {TR} at (0,98) size 770x24
</ins><span class="cx">               RenderTableCell {TD} at (2,100) size 392x20 [r=4 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (1,1) size 228x18
</span><span class="cx">                   text run at (1,1) width 228: &quot;button with value property changed&quot;
</span><del>-              RenderTableCell {TD} at (395,98) size 229x24 [r=4 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (395,98) size 245x24 [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderButton {INPUT} at (3,3) size 41x18 [bgcolor=#C0C0C0]
</span><span class="cx">                   RenderBlock (anonymous) at (8,2) size 25x13
</span><span class="cx">                     RenderText at (0,0) size 25x13
</span><span class="cx">                       text run at (0,0) width 25: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (625,100) size 63x20 [r=4 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (641,100) size 63x20 [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 30x18
</span><span class="cx">                   text run at (1,1) width 30: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (689,100) size 63x20 [r=4 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (705,100) size 63x20 [r=4 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 30x18
</span><span class="cx">                   text run at (1,1) width 30: &quot;after&quot;
</span><del>-            RenderTableRow {TR} at (0,124) size 754x20
</del><ins>+            RenderTableRow {TR} at (0,124) size 770x20
</ins><span class="cx">               RenderTableCell {TD} at (2,124) size 392x20 [r=5 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (1,1) size 226x18
</span><span class="cx">                   text run at (1,1) width 226: &quot;image with value property changed&quot;
</span><del>-              RenderTableCell {TD} at (395,124) size 229x20 [r=5 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (395,124) size 245x20 [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {INPUT} at (1,1) size 38x17
</span><del>-              RenderTableCell {TD} at (625,124) size 63x20 [r=5 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (641,124) size 63x20 [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 30x18
</span><span class="cx">                   text run at (1,1) width 30: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (689,124) size 63x20 [r=5 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (705,124) size 63x20 [r=5 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 30x18
</span><span class="cx">                   text run at (1,1) width 30: &quot;after&quot;
</span><del>-            RenderTableRow {TR} at (0,146) size 754x20
</del><ins>+            RenderTableRow {TR} at (0,146) size 770x20
</ins><span class="cx">               RenderTableCell {TD} at (2,146) size 392x20 [r=6 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (1,1) size 220x18
</span><span class="cx">                   text run at (1,1) width 220: &quot;radio with value property changed&quot;
</span><del>-              RenderTableCell {TD} at (395,146) size 229x20 [r=6 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (395,146) size 245x20 [r=6 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {INPUT} at (3,4) size 12x12
</span><del>-              RenderTableCell {TD} at (625,146) size 63x20 [r=6 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (641,146) size 63x20 [r=6 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 30x18
</span><span class="cx">                   text run at (1,1) width 30: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (689,146) size 63x20 [r=6 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (705,146) size 63x20 [r=6 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 30x18
</span><span class="cx">                   text run at (1,1) width 30: &quot;after&quot;
</span><del>-            RenderTableRow {TR} at (0,168) size 754x25
</del><ins>+            RenderTableRow {TR} at (0,168) size 770x25
</ins><span class="cx">               RenderTableCell {TD} at (2,170) size 392x21 [r=7 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (1,1) size 210x19
</span><span class="cx">                   text run at (1,2) width 210: &quot;text with value attribute changed&quot;
</span><del>-              RenderTableCell {TD} at (395,168) size 229x25 [r=7 c=1 rs=1 cs=1]
-                RenderTextControl {INPUT} at (3,3) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-              RenderTableCell {TD} at (625,170) size 63x21 [r=7 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (395,168) size 245x25 [r=7 c=1 rs=1 cs=1]
+                RenderTextControl {INPUT} at (3,3) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+              RenderTableCell {TD} at (641,170) size 63x21 [r=7 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 30x19
</span><span class="cx">                   text run at (1,2) width 30: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (689,170) size 63x21 [r=7 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (705,170) size 63x21 [r=7 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 30x19
</span><span class="cx">                   text run at (1,2) width 30: &quot;after&quot;
</span><del>-            RenderTableRow {TR} at (0,195) size 754x20
</del><ins>+            RenderTableRow {TR} at (0,195) size 770x20
</ins><span class="cx">               RenderTableCell {TD} at (2,195) size 392x20 [r=8 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (1,1) size 252x18
</span><span class="cx">                   text run at (1,1) width 252: &quot;check box with value attribute changed&quot;
</span><del>-              RenderTableCell {TD} at (395,195) size 229x20 [r=8 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (395,195) size 245x20 [r=8 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {INPUT} at (3,4) size 12x12
</span><del>-              RenderTableCell {TD} at (625,195) size 63x20 [r=8 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (641,195) size 63x20 [r=8 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 30x18
</span><span class="cx">                   text run at (1,1) width 30: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (689,195) size 63x20 [r=8 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (705,195) size 63x20 [r=8 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 30x18
</span><span class="cx">                   text run at (1,1) width 30: &quot;after&quot;
</span><del>-            RenderTableRow {TR} at (0,217) size 754x20
</del><ins>+            RenderTableRow {TR} at (0,217) size 770x20
</ins><span class="cx">               RenderTableCell {TD} at (2,217) size 392x20 [r=9 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (1,1) size 390x18
</span><span class="cx">                   text run at (1,1) width 390: &quot;text with value property changed, then turned into check box&quot;
</span><del>-              RenderTableCell {TD} at (395,217) size 229x20 [r=9 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (395,217) size 245x20 [r=9 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {INPUT} at (3,4) size 12x12
</span><del>-              RenderTableCell {TD} at (625,217) size 63x20 [r=9 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (641,217) size 63x20 [r=9 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 30x18
</span><span class="cx">                   text run at (1,1) width 30: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (689,217) size 63x20 [r=9 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (705,217) size 63x20 [r=9 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 30x18
</span><span class="cx">                   text run at (1,1) width 30: &quot;after&quot;
</span><del>-            RenderTableRow {TR} at (0,239) size 754x25
</del><ins>+            RenderTableRow {TR} at (0,239) size 770x25
</ins><span class="cx">               RenderTableCell {TD} at (2,241) size 392x21 [r=10 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (1,1) size 390x19
</span><span class="cx">                   text run at (1,2) width 390: &quot;check box with value property changed, then turned into text&quot;
</span><del>-              RenderTableCell {TD} at (395,239) size 229x25 [r=10 c=1 rs=1 cs=1]
-                RenderTextControl {INPUT} at (3,3) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-              RenderTableCell {TD} at (625,241) size 63x21 [r=10 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (395,239) size 245x25 [r=10 c=1 rs=1 cs=1]
+                RenderTextControl {INPUT} at (3,3) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+              RenderTableCell {TD} at (641,241) size 63x21 [r=10 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 30x19
</span><span class="cx">                   text run at (1,2) width 30: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (689,241) size 63x21 [r=10 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (705,241) size 63x21 [r=10 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 30x19
</span><span class="cx">                   text run at (1,2) width 30: &quot;after&quot;
</span><del>-            RenderTableRow {TR} at (0,266) size 754x20
</del><ins>+            RenderTableRow {TR} at (0,266) size 770x20
</ins><span class="cx">               RenderTableCell {TD} at (2,266) size 392x20 [r=11 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (1,1) size 389x18
</span><span class="cx">                   text run at (1,1) width 389: &quot;text with value attribute changed, then turned into check box&quot;
</span><del>-              RenderTableCell {TD} at (395,266) size 229x20 [r=11 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (395,266) size 245x20 [r=11 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {INPUT} at (3,4) size 12x12
</span><del>-              RenderTableCell {TD} at (625,266) size 63x20 [r=11 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (641,266) size 63x20 [r=11 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 30x18
</span><span class="cx">                   text run at (1,1) width 30: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (689,266) size 63x20 [r=11 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (705,266) size 63x20 [r=11 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 30x18
</span><span class="cx">                   text run at (1,1) width 30: &quot;after&quot;
</span><del>-            RenderTableRow {TR} at (0,288) size 754x25
</del><ins>+            RenderTableRow {TR} at (0,288) size 770x25
</ins><span class="cx">               RenderTableCell {TD} at (2,290) size 392x21 [r=12 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (1,1) size 389x19
</span><span class="cx">                   text run at (1,2) width 389: &quot;check box with value attribute changed, then turned into text&quot;
</span><del>-              RenderTableCell {TD} at (395,288) size 229x25 [r=12 c=1 rs=1 cs=1]
-                RenderTextControl {INPUT} at (3,3) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-              RenderTableCell {TD} at (625,290) size 63x21 [r=12 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (395,288) size 245x25 [r=12 c=1 rs=1 cs=1]
+                RenderTextControl {INPUT} at (3,3) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+              RenderTableCell {TD} at (641,290) size 63x21 [r=12 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 30x19
</span><span class="cx">                   text run at (1,2) width 30: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (689,290) size 63x21 [r=12 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (705,290) size 63x21 [r=12 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 30x19
</span><span class="cx">                   text run at (1,2) width 30: &quot;after&quot;
</span><del>-            RenderTableRow {TR} at (0,315) size 754x24
</del><ins>+            RenderTableRow {TR} at (0,315) size 770x24
</ins><span class="cx">               RenderTableCell {TD} at (2,317) size 392x20 [r=13 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (1,1) size 208x18
</span><span class="cx">                   text run at (1,1) width 208: &quot;file with value property changed&quot;
</span><del>-              RenderTableCell {TD} at (395,315) size 229x24 [r=13 c=1 rs=1 cs=1]
-                RenderFileUploadControl {INPUT} at (3,3) size 222x18 &quot;no file selected&quot;
-                  RenderButton {INPUT} at (0,0) size 79x18 [bgcolor=#C0C0C0]
-                    RenderBlock (anonymous) at (8,2) size 63x13
-                      RenderText at (0,0) size 63x13
-                        text run at (0,0) width 63: &quot;Choose File&quot;
-              RenderTableCell {TD} at (625,326) size 63x2 [r=13 c=2 rs=1 cs=1]
-              RenderTableCell {TD} at (689,317) size 63x20 [r=13 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (395,315) size 245x24 [r=13 c=1 rs=1 cs=1]
+                RenderFileUploadControl {INPUT} at (3,3) size 238x18 &quot;no file selected&quot;
+                  RenderButton {INPUT} at (0,0) size 78x18 [bgcolor=#C0C0C0]
+                    RenderBlock (anonymous) at (8,2) size 62x13
+                      RenderText at (0,0) size 62x13
+                        text run at (0,0) width 62: &quot;Choose File&quot;
+              RenderTableCell {TD} at (641,326) size 63x2 [r=13 c=2 rs=1 cs=1]
+              RenderTableCell {TD} at (705,317) size 63x20 [r=13 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 41x18
</span><span class="cx">                   text run at (1,1) width 41: &quot;before&quot;
</span><del>-layer at (409,134) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (409,134) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 34x13
</span><span class="cx">       text run at (0,0) width 34: &quot;before&quot;
</span><del>-layer at (409,161) size 130x13
-  RenderBlock {DIV} at (0,0) size 131x13
-    RenderText {#text} at (0,0) size 40x13
-      text run at (0,0) width 40: &quot;\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}&quot;
-layer at (409,302) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (409,161) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
+    RenderText {#text} at (0,0) size 34x13
+      text run at (0,0) width 34: &quot;\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}&quot;
+layer at (409,302) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 25x13
</span><span class="cx">       text run at (0,0) width 25: &quot;after&quot;
</span><del>-layer at (409,373) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (409,373) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 25x13
</span><span class="cx">       text run at (0,0) width 25: &quot;after&quot;
</span><del>-layer at (409,422) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (409,422) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 25x13
</span><span class="cx">       text run at (0,0) width 25: &quot;after&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputwidthexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-width-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputwidthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-width-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-width-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-width-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-      RenderTextControl {INPUT} at (2,2) size 46x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+      RenderTextControl {INPUT} at (2,2) size 48x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,13) size 39x13
-  RenderBlock {DIV} at (3,3) size 40x13
</del><ins>+layer at (13,13) size 42x13
+  RenderBlock {DIV} at (3,3) size 42x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformslistboxbidialignexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/listbox-bidi-align-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformslistboxbidialignexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/listbox-bidi-align-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/listbox-bidi-align-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/listbox-bidi-align-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -9,66 +9,66 @@
</span><span class="cx">         RenderBR {BR} at (613,0) size 1x18
</span><span class="cx">         RenderText {#text} at (0,18) size 438x18
</span><span class="cx">           text run at (0,18) width 438: &quot;All the items in the following select elements should be left-aligned.&quot;
</span><del>-      RenderTable {TABLE} at (0,36) size 662x132
-        RenderTableSection {TBODY} at (0,0) size 662x132
-          RenderTableRow {TR} at (0,2) size 662x63
-            RenderTableCell {TD} at (2,2) size 158x63 [r=0 c=0 rs=1 cs=1]
-              RenderListBox {SELECT} at (3,3) size 152x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-            RenderTableCell {TD} at (162,2) size 168x63 [r=0 c=1 rs=1 cs=1]
-              RenderListBox {SELECT} at (3,3) size 162x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-            RenderTableCell {TD} at (332,2) size 158x63 [r=0 c=2 rs=1 cs=1]
-              RenderListBox {SELECT} at (3,3) size 152x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-            RenderTableCell {TD} at (492,2) size 168x63 [r=0 c=3 rs=1 cs=1]
-              RenderListBox {SELECT} at (3,3) size 162x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-          RenderTableRow {TR} at (0,67) size 662x63
-            RenderTableCell {TD} at (2,67) size 158x63 [r=1 c=0 rs=1 cs=1]
-              RenderListBox {SELECT} at (3,3) size 152x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-            RenderTableCell {TD} at (162,67) size 168x63 [r=1 c=1 rs=1 cs=1]
-              RenderListBox {SELECT} at (3,3) size 162x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,36) size 658x132
+        RenderTableSection {TBODY} at (0,0) size 658x132
+          RenderTableRow {TR} at (0,2) size 658x63
+            RenderTableCell {TD} at (2,2) size 157x63 [r=0 c=0 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 151x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+            RenderTableCell {TD} at (161,2) size 167x63 [r=0 c=1 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 161x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+            RenderTableCell {TD} at (330,2) size 157x63 [r=0 c=2 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 151x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+            RenderTableCell {TD} at (489,2) size 167x63 [r=0 c=3 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 161x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+          RenderTableRow {TR} at (0,67) size 658x63
+            RenderTableCell {TD} at (2,67) size 157x63 [r=1 c=0 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 151x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+            RenderTableCell {TD} at (161,67) size 167x63 [r=1 c=1 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 161x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</ins><span class="cx">       RenderBlock (anonymous) at (0,168) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 447x18
</span><span class="cx">           text run at (0,0) width 447: &quot;All the items in the following select elements should be right-aligned.&quot;
</span><del>-      RenderTable {TABLE} at (0,186) size 654x132
-        RenderTableSection {TBODY} at (0,0) size 654x132
-          RenderTableRow {TR} at (0,2) size 654x63
-            RenderTableCell {TD} at (2,2) size 166x63 [r=0 c=0 rs=1 cs=1]
-              RenderListBox {SELECT} at (3,3) size 160x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-            RenderTableCell {TD} at (170,2) size 156x63 [r=0 c=1 rs=1 cs=1]
-              RenderListBox {SELECT} at (3,3) size 150x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-            RenderTableCell {TD} at (328,2) size 166x63 [r=0 c=2 rs=1 cs=1]
-              RenderListBox {SELECT} at (3,3) size 160x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-            RenderTableCell {TD} at (496,2) size 156x63 [r=0 c=3 rs=1 cs=1]
-              RenderListBox {SELECT} at (3,3) size 150x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-          RenderTableRow {TR} at (0,67) size 654x63
-            RenderTableCell {TD} at (2,67) size 166x63 [r=1 c=0 rs=1 cs=1]
-              RenderListBox {SELECT} at (3,3) size 160x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-            RenderTableCell {TD} at (170,67) size 156x63 [r=1 c=1 rs=1 cs=1]
-              RenderListBox {SELECT} at (3,3) size 150x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,186) size 650x132
+        RenderTableSection {TBODY} at (0,0) size 650x132
+          RenderTableRow {TR} at (0,2) size 650x63
+            RenderTableCell {TD} at (2,2) size 165x63 [r=0 c=0 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 159x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+            RenderTableCell {TD} at (169,2) size 155x63 [r=0 c=1 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 149x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+            RenderTableCell {TD} at (326,2) size 165x63 [r=0 c=2 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 159x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+            RenderTableCell {TD} at (493,2) size 155x63 [r=0 c=3 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 149x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+          RenderTableRow {TR} at (0,67) size 650x63
+            RenderTableCell {TD} at (2,67) size 165x63 [r=1 c=0 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 159x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+            RenderTableCell {TD} at (169,67) size 155x63 [r=1 c=1 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 149x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</ins><span class="cx">       RenderBlock (anonymous) at (0,318) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 456x18
</span><span class="cx">           text run at (0,0) width 456: &quot;All the items in the following select elements should be center-aligned.&quot;
</span><del>-      RenderTable {TABLE} at (0,336) size 692x67
-        RenderTableSection {TBODY} at (0,0) size 692x67
-          RenderTableRow {TR} at (0,2) size 692x63
-            RenderTableCell {TD} at (2,2) size 175x63 [r=0 c=0 rs=1 cs=1]
-              RenderListBox {SELECT} at (3,3) size 169x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-            RenderTableCell {TD} at (179,2) size 166x63 [r=0 c=1 rs=1 cs=1]
-              RenderListBox {SELECT} at (3,3) size 160x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-            RenderTableCell {TD} at (347,2) size 175x63 [r=0 c=2 rs=1 cs=1]
-              RenderListBox {SELECT} at (3,3) size 169x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-            RenderTableCell {TD} at (524,2) size 166x63 [r=0 c=3 rs=1 cs=1]
-              RenderListBox {SELECT} at (3,3) size 160x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,336) size 688x67
+        RenderTableSection {TBODY} at (0,0) size 688x67
+          RenderTableRow {TR} at (0,2) size 688x63
+            RenderTableCell {TD} at (2,2) size 174x63 [r=0 c=0 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 168x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+            RenderTableCell {TD} at (178,2) size 165x63 [r=0 c=1 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 159x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+            RenderTableCell {TD} at (345,2) size 174x63 [r=0 c=2 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 168x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+            RenderTableCell {TD} at (521,2) size 165x63 [r=0 c=3 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 159x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</ins><span class="cx">       RenderBlock (anonymous) at (0,403) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 296x18
</span><span class="cx">           text run at (0,0) width 296: &quot;The following tables check mixed alignments.&quot;
</span><del>-      RenderTable {TABLE} at (0,421) size 740x67
-        RenderTableSection {TBODY} at (0,0) size 740x67
-          RenderTableRow {TR} at (0,2) size 740x63
-            RenderTableCell {TD} at (2,2) size 170x63 [r=0 c=0 rs=1 cs=1]
-              RenderListBox {SELECT} at (3,3) size 164x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-            RenderTableCell {TD} at (174,2) size 170x63 [r=0 c=1 rs=1 cs=1]
-              RenderListBox {SELECT} at (3,3) size 164x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-            RenderTableCell {TD} at (346,2) size 195x63 [r=0 c=2 rs=1 cs=1]
-              RenderListBox {SELECT} at (3,3) size 189x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-            RenderTableCell {TD} at (543,2) size 195x63 [r=0 c=3 rs=1 cs=1]
-              RenderListBox {SELECT} at (3,3) size 189x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,421) size 734x67
+        RenderTableSection {TBODY} at (0,0) size 734x67
+          RenderTableRow {TR} at (0,2) size 734x63
+            RenderTableCell {TD} at (2,2) size 169x63 [r=0 c=0 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 163x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+            RenderTableCell {TD} at (173,2) size 169x63 [r=0 c=1 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 163x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+            RenderTableCell {TD} at (344,2) size 193x63 [r=0 c=2 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 187x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+            RenderTableCell {TD} at (539,2) size 193x63 [r=0 c=3 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 187x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformslistboxscrollbarincrementalloadexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/listbox-scrollbar-incremental-load-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformslistboxscrollbarincrementalloadexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/listbox-scrollbar-incremental-load-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/listbox-scrollbar-incremental-load-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/listbox-scrollbar-incremental-load-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -23,5 +23,5 @@
</span><span class="cx">           text run at (0,18) width 155: &quot;bottom of the scroll bar &quot;
</span><span class="cx">           text run at (154,18) width 88: &quot;to reflect this.&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,104) size 784x61
</span><del>-        RenderListBox {SELECT} at (2,2) size 50x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</del><ins>+        RenderListBox {SELECT} at (2,2) size 49x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformslistboxwidthchangeexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/listbox-width-change-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformslistboxwidthchangeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/listbox-width-change-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/listbox-width-change-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/listbox-width-change-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -6,5 +6,5 @@
</span><span class="cx">       RenderText {#text} at (0,0) size 665x18
</span><span class="cx">         text run at (0,0) width 665: &quot;This tests that when a list box's options get updated, the list box will recalculate its width, and relayout. &quot;
</span><span class="cx">       RenderBR {BR} at (0,0) size 0x0
</span><del>-      RenderListBox {SELECT} at (2,20) size 190x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</del><ins>+      RenderListBox {SELECT} at (2,20) size 189x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsmenulistclipexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/menulist-clip-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsmenulistclipexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/menulist-clip-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/menulist-clip-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/menulist-clip-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -17,8 +17,8 @@
</span><span class="cx">         RenderText {#text} at (220,18) size 5x18
</span><span class="cx">           text run at (220,18) width 5: &quot;.&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,52) size 784x30
</span><del>-        RenderMenuList {SELECT} at (2,0) size 50x30 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-          RenderBlock (anonymous) at (1,4) size 48x22
-            RenderText at (0,0) size 48x21
-              text run at (0,0) width 48: &quot;Apple&quot;
</del><ins>+        RenderMenuList {SELECT} at (2,0) size 49x30 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+          RenderBlock (anonymous) at (1,4) size 47x22
+            RenderText at (0,0) size 47x21
+              text run at (0,0) width 47: &quot;Apple&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsmenulistdeselectupdateexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/menulist-deselect-update-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsmenulistdeselectupdateexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/menulist-deselect-update-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/menulist-deselect-update-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/menulist-deselect-update-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -5,9 +5,9 @@
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><span class="cx">       RenderText {#text} at (0,1) size 75x18
</span><span class="cx">         text run at (0,1) width 75: &quot;Test result: &quot;
</span><del>-      RenderMenuList {SELECT} at (76,2) size 62x18 [bgcolor=#FFFFFF]
-        RenderBlock (anonymous) at (0,0) size 61x18
-          RenderText at (8,2) size 30x13
-            text run at (8,2) width 30: &quot;PASS&quot;
</del><ins>+      RenderMenuList {SELECT} at (76,2) size 61x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 60x18
+          RenderText at (8,2) size 29x13
+            text run at (8,2) width 29: &quot;PASS&quot;
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsmenulistnarrowwidthexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/menulist-narrow-width-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsmenulistnarrowwidthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/menulist-narrow-width-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/menulist-narrow-width-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/menulist-narrow-width-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -8,11 +8,11 @@
</span><span class="cx">       RenderBR {BR} at (509,14) size 1x0
</span><span class="cx">       RenderMenuList {SELECT} at (0,20) size 1x18 [bgcolor=#FFFFFF]
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 31x18
</span><del>-          RenderText at (8,2) size 20x13
-            text run at (8,2) width 20: &quot;test&quot;
</del><ins>+          RenderText at (8,2) size 21x13
+            text run at (8,2) width 21: &quot;test&quot;
</ins><span class="cx">       RenderBR {BR} at (1,33) size 0x0
</span><span class="cx">       RenderMenuList {SELECT} at (0,42) size 2x18 [bgcolor=#0000FF] [border: (1px solid #000000)]
</span><span class="cx">         RenderBlock (anonymous) at (1,1) size 29x16
</span><del>-          RenderText at (8,1) size 20x13
-            text run at (8,1) width 20: &quot;test&quot;
</del><ins>+          RenderText at (8,1) size 21x13
+            text run at (8,1) width 21: &quot;test&quot;
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsmenulistnooverflowexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/menulist-no-overflow-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsmenulistnooverflowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/menulist-no-overflow-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/menulist-no-overflow-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/menulist-no-overflow-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -3,8 +3,8 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-      RenderMenuList {SELECT} at (0,0) size 249x15 [bgcolor=#FFFFFF]
-        RenderBlock (anonymous) at (0,0) size 249x16
-          RenderText at (10,2) size 217x11
-            text run at (10,2) width 217: &quot;No overflow should be allowed on popup menus!&quot;
</del><ins>+      RenderMenuList {SELECT} at (0,0) size 246x15 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 246x16
+          RenderText at (10,2) size 214x11
+            text run at (10,2) width 214: &quot;No overflow should be allowed on popup menus!&quot;
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsmenulistrestrictlineheightexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/menulist-restrict-line-height-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsmenulistrestrictlineheightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/menulist-restrict-line-height-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/menulist-restrict-line-height-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/menulist-restrict-line-height-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderText {#text} at (0,0) size 426x18
</span><span class="cx">         text run at (0,0) width 426: &quot;This tests that we don't honor line-height for styled popup buttons.&quot;
</span><span class="cx">       RenderBR {BR} at (425,14) size 1x0
</span><del>-      RenderMenuList {SELECT} at (2,20) size 199x18 [bgcolor=#ADD8E6] [border: (1px solid #000000)]
-        RenderBlock (anonymous) at (1,1) size 197x16
-          RenderText at (8,1) size 168x13
-            text run at (8,1) width 168: &quot;This text should not be clipped.&quot;
</del><ins>+      RenderMenuList {SELECT} at (2,20) size 197x18 [bgcolor=#ADD8E6] [border: (1px solid #000000)]
+        RenderBlock (anonymous) at (1,1) size 195x16
+          RenderText at (8,1) size 166x13
+            text run at (8,1) width 166: &quot;This text should not be clipped.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsmenuliststylecolorexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/menulist-style-color-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsmenuliststylecolorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/menulist-style-color-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/menulist-style-color-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/menulist-style-color-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -9,20 +9,20 @@
</span><span class="cx">             text run at (8,2) width 38: &quot;Default&quot;
</span><span class="cx">       RenderText {#text} at (73,1) size 4x18
</span><span class="cx">         text run at (73,1) width 4: &quot; &quot;
</span><del>-      RenderMenuList {SELECT} at (79,2) size 53x18 [bgcolor=#FFFFFF]
-        RenderBlock (anonymous) at (0,0) size 53x18
-          RenderText at (8,2) size 22x13
-            text run at (8,2) width 22: &quot;Red&quot;
-      RenderText {#text} at (134,1) size 4x18
-        text run at (134,1) width 4: &quot; &quot;
-      RenderMenuList {SELECT} at (140,2) size 119x18 [bgcolor=#008000] [border: (1px solid #000000)]
</del><ins>+      RenderMenuList {SELECT} at (79,2) size 52x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 52x18
+          RenderText at (8,2) size 21x13
+            text run at (8,2) width 21: &quot;Red&quot;
+      RenderText {#text} at (133,1) size 4x18
+        text run at (133,1) width 4: &quot; &quot;
+      RenderMenuList {SELECT} at (139,2) size 119x18 [bgcolor=#008000] [border: (1px solid #000000)]
</ins><span class="cx">         RenderBlock (anonymous) at (1,1) size 117x16
</span><span class="cx">           RenderText at (8,1) size 88x13
</span><span class="cx">             text run at (8,1) width 88: &quot;Default on green&quot;
</span><del>-      RenderText {#text} at (261,1) size 4x18
-        text run at (261,1) width 4: &quot; &quot;
-      RenderMenuList {SELECT} at (267,2) size 102x18 [color=#FF0000] [bgcolor=#008000] [border: (1px solid #FF0000)]
-        RenderBlock (anonymous) at (1,1) size 100x16
-          RenderText at (8,1) size 71x13
-            text run at (8,1) width 71: &quot;Red on green&quot;
</del><ins>+      RenderText {#text} at (260,1) size 4x18
+        text run at (260,1) width 4: &quot; &quot;
+      RenderMenuList {SELECT} at (266,2) size 101x18 [color=#FF0000] [bgcolor=#008000] [border: (1px solid #FF0000)]
+        RenderBlock (anonymous) at (1,1) size 99x16
+          RenderText at (8,1) size 70x13
+            text run at (8,1) width 70: &quot;Red on green&quot;
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsmenulistwidthchangeexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/menulist-width-change-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsmenulistwidthchangeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/menulist-width-change-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/menulist-width-change-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/menulist-width-change-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -10,8 +10,8 @@
</span><span class="cx">         RenderText {#text} at (0,18) size 375x18
</span><span class="cx">           text run at (0,18) width 375: &quot;that the select automatically recalculates the correct width.&quot;
</span><span class="cx">         RenderBR {BR} at (374,32) size 1x0
</span><del>-        RenderMenuList {SELECT} at (2,38) size 135x18 [bgcolor=#FFFFFF]
-          RenderBlock (anonymous) at (0,0) size 135x18
</del><ins>+        RenderMenuList {SELECT} at (2,38) size 134x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 134x18
</ins><span class="cx">             RenderText at (8,2) size 29x13
</span><span class="cx">               text run at (8,2) width 29: &quot;Short&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsminWidthPercentexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/minWidthPercent-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsminWidthPercentexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/minWidthPercent-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/minWidthPercent-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/minWidthPercent-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -10,7 +10,7 @@
</span><span class="cx">               RenderTableCell {TD} at (2,2) size 116x25 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderTextControl {INPUT} at (1,3) size 114x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (14,16) size 107x13 scrollWidth 113
</del><ins>+layer at (14,16) size 107x13 scrollWidth 112
</ins><span class="cx">   RenderBlock {DIV} at (3,3) size 108x13
</span><del>-    RenderText {#text} at (0,0) size 113x13
-      text run at (0,0) width 113: &quot;Should fit in blue box&quot;
</del><ins>+    RenderText {#text} at (0,0) size 111x13
+      text run at (0,0) width 111: &quot;Should fit in blue box&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsnumbernumberappearancertlexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/number/number-appearance-rtl-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsnumbernumberappearancertlexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/number/number-appearance-rtl-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/number/number-appearance-rtl-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/number/number-appearance-rtl-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -4,92 +4,92 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x328
</span><span class="cx">     RenderBody {BODY} at (8,16) size 784x296
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x23
</span><del>-        RenderTextControl {INPUT} at (645,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,3) size 131x13
-            RenderBlock {DIV} at (13,0) size 118x13
</del><ins>+        RenderTextControl {INPUT} at (636,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 140x13
+            RenderBlock {DIV} at (13,0) size 127x13
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,39) size 784x23
</span><del>-        RenderTextControl {INPUT} at (645,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,3) size 131x13
-            RenderBlock {DIV} at (13,0) size 118x13
</del><ins>+        RenderTextControl {INPUT} at (636,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 140x13
+            RenderBlock {DIV} at (13,0) size 127x13
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,78) size 784x23
</span><del>-        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,3) size 131x13
-            RenderBlock {DIV} at (13,0) size 118x13
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 140x13
+            RenderBlock {DIV} at (13,0) size 127x13
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,117) size 784x23
</span><del>-        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,3) size 131x13
-            RenderBlock {DIV} at (13,0) size 118x13
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 140x13
+            RenderBlock {DIV} at (13,0) size 127x13
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,156) size 784x23
</span><del>-        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,3) size 131x13
-            RenderBlock {DIV} at (0,0) size 118x13
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 140x13
+            RenderBlock {DIV} at (0,0) size 127x13
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,195) size 784x23
</span><del>-        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,3) size 131x13
-            RenderBlock {DIV} at (0,0) size 118x13
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 140x13
+            RenderBlock {DIV} at (0,0) size 127x13
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,234) size 784x23
</span><del>-        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,3) size 131x13
-            RenderBlock {DIV} at (13,0) size 118x13
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 140x13
+            RenderBlock {DIV} at (13,0) size 127x13
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,273) size 784x23
</span><del>-        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,3) size 131x13
-            RenderBlock {DIV} at (13,0) size 118x13
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 140x13
+            RenderBlock {DIV} at (13,0) size 127x13
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (670,21) size 117x13
-  RenderBlock {DIV} at (0,0) size 118x13
-    RenderText {#text} at (110,0) size 8x13
-      text run at (110,0) width 8: &quot;1&quot;
-layer at (670,60) size 117x13
-  RenderBlock {DIV} at (0,0) size 118x13
-    RenderText {#text} at (110,0) size 8x13
-      text run at (110,0) width 8: &quot;2&quot;
-layer at (26,99) size 117x13
-  RenderBlock {DIV} at (0,0) size 118x13
-    RenderText {#text} at (110,0) size 8x13
-      text run at (110,0) width 8: &quot;3&quot;
-layer at (26,138) size 117x13
-  RenderBlock {DIV} at (0,0) size 118x13
-    RenderText {#text} at (91,0) size 27x13
-      text run at (91,0) width 27: &quot;1234&quot;
-layer at (13,177) size 117x13
-  RenderBlock {DIV} at (0,0) size 118x13
</del><ins>+layer at (660,21) size 127x13
+  RenderBlock {DIV} at (0,0) size 127x13
+    RenderText {#text} at (121,0) size 6x13
+      text run at (121,0) width 6: &quot;1&quot;
+layer at (660,60) size 127x13
+  RenderBlock {DIV} at (0,0) size 127x13
+    RenderText {#text} at (120,0) size 7x13
+      text run at (120,0) width 7: &quot;2&quot;
+layer at (26,99) size 127x13
+  RenderBlock {DIV} at (0,0) size 127x13
+    RenderText {#text} at (119,0) size 8x13
+      text run at (119,0) width 8: &quot;3&quot;
+layer at (26,138) size 127x13
+  RenderBlock {DIV} at (0,0) size 127x13
+    RenderText {#text} at (100,0) size 27x13
+      text run at (100,0) width 27: &quot;1234&quot;
+layer at (13,177) size 127x13
+  RenderBlock {DIV} at (0,0) size 127x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 7x13
</span><span class="cx">       text run at (0,0) width 7: &quot;5&quot;
</span><del>-layer at (13,216) size 117x13
-  RenderBlock {DIV} at (0,0) size 118x13
-    RenderText {#text} at (0,0) size 7x13
-      text run at (0,0) width 7: &quot;6&quot;
-layer at (26,255) size 117x13
-  RenderBlock {DIV} at (0,0) size 118x13
-    RenderText {#text} at (110,0) size 8x13
-      text run at (110,0) width 8: &quot;7&quot;
-layer at (26,294) size 117x13
-  RenderBlock {DIV} at (0,0) size 118x13
-    RenderText {#text} at (110,0) size 8x13
-      text run at (110,0) width 8: &quot;8&quot;
-layer at (656,20) size 13x15
</del><ins>+layer at (13,216) size 127x13
+  RenderBlock {DIV} at (0,0) size 127x13
+    RenderText {#text} at (0,0) size 8x13
+      text run at (0,0) width 8: &quot;6&quot;
+layer at (26,255) size 127x13
+  RenderBlock {DIV} at (0,0) size 127x13
+    RenderText {#text} at (120,0) size 7x13
+      text run at (120,0) width 7: &quot;7&quot;
+layer at (26,294) size 127x13
+  RenderBlock {DIV} at (0,0) size 127x13
+    RenderText {#text} at (119,0) size 8x13
+      text run at (119,0) width 8: &quot;8&quot;
+layer at (646,20) size 13x15
</ins><span class="cx">   RenderBlock (relative positioned) {DIV} at (-1,-1) size 13x15
</span><del>-layer at (656,59) size 13x15
</del><ins>+layer at (646,59) size 13x15
</ins><span class="cx">   RenderBlock (relative positioned) {DIV} at (-1,-1) size 13x15
</span><span class="cx"> layer at (12,98) size 13x15
</span><span class="cx">   RenderBlock (relative positioned) {DIV} at (-1,-1) size 13x15
</span><span class="cx"> layer at (12,137) size 13x15
</span><span class="cx">   RenderBlock (relative positioned) {DIV} at (-1,-1) size 13x15
</span><del>-layer at (131,176) size 13x15
-  RenderBlock (relative positioned) {DIV} at (118,-1) size 14x15
-layer at (131,215) size 13x15
-  RenderBlock (relative positioned) {DIV} at (118,-1) size 14x15
</del><ins>+layer at (141,176) size 13x15
+  RenderBlock (relative positioned) {DIV} at (127,-1) size 14x15
+layer at (141,215) size 13x15
+  RenderBlock (relative positioned) {DIV} at (127,-1) size 14x15
</ins><span class="cx"> layer at (12,254) size 13x15
</span><span class="cx">   RenderBlock (relative positioned) {DIV} at (-1,-1) size 13x15
</span><span class="cx"> layer at (12,293) size 13x15
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsnumbernumberappearancespinbuttondisabledreadonlyexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsnumbernumberappearancespinbuttondisabledreadonlyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -8,41 +8,41 @@
</span><span class="cx">           text run at (0,0) width 762: &quot;Test appearances of spin buttons. Disabled state and read-only state should have appearances different from the normal&quot;
</span><span class="cx">           text run at (0,18) width 34: &quot;state.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,52) size 784x33
</span><del>-        RenderInline {LABEL} at (0,0) size 319x18
-          RenderTextControl {INPUT} at (2,2) size 229x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-            RenderFlexibleBox {DIV} at (3,3) size 223x23
-              RenderBlock {DIV} at (0,0) size 204x23
-          RenderText {#text} at (232,10) size 87x18
-            text run at (232,10) width 87: &quot; Normal state&quot;
</del><ins>+        RenderInline {LABEL} at (0,0) size 347x18
+          RenderTextControl {INPUT} at (2,2) size 256x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderFlexibleBox {DIV} at (3,3) size 250x23
+              RenderBlock {DIV} at (0,0) size 231x23
+          RenderText {#text} at (259,10) size 88x18
+            text run at (259,10) width 88: &quot; Normal state&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,85) size 784x33
</span><del>-        RenderInline {LABEL} at (0,0) size 327x18
-          RenderTextControl {INPUT} at (2,2) size 229x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-            RenderFlexibleBox {DIV} at (3,3) size 223x23
-              RenderBlock {DIV} at (0,0) size 204x23
-          RenderText {#text} at (232,10) size 95x18
-            text run at (232,10) width 95: &quot; Disabled state&quot;
</del><ins>+        RenderInline {LABEL} at (0,0) size 355x18
+          RenderTextControl {INPUT} at (2,2) size 256x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderFlexibleBox {DIV} at (3,3) size 250x23
+              RenderBlock {DIV} at (0,0) size 231x23
+          RenderText {#text} at (259,10) size 96x18
+            text run at (259,10) width 96: &quot; Disabled state&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,118) size 784x33
</span><del>-        RenderInline {LABEL} at (0,0) size 337x18
-          RenderTextControl {INPUT} at (2,2) size 229x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-            RenderFlexibleBox {DIV} at (3,3) size 223x23
-              RenderBlock {DIV} at (0,0) size 204x23
-          RenderText {#text} at (232,10) size 105x18
-            text run at (232,10) width 105: &quot; Read-only state&quot;
-layer at (13,65) size 204x23
-  RenderBlock {DIV} at (0,0) size 204x23
-    RenderText {#text} at (0,0) size 12x23
-      text run at (0,0) width 12: &quot;0&quot;
-layer at (13,98) size 204x23
-  RenderBlock {DIV} at (0,0) size 204x23 [color=#545454]
-    RenderText {#text} at (0,0) size 12x23
-      text run at (0,0) width 12: &quot;0&quot;
-layer at (13,131) size 204x23
-  RenderBlock {DIV} at (0,0) size 204x23
-    RenderText {#text} at (0,0) size 12x23
-      text run at (0,0) width 12: &quot;0&quot;
-layer at (218,64) size 19x25
-  RenderBlock (relative positioned) {DIV} at (204,-1) size 20x25
-layer at (218,97) size 19x25
-  RenderBlock (relative positioned) {DIV} at (204,-1) size 20x25
-layer at (218,130) size 19x25
-  RenderBlock (relative positioned) {DIV} at (204,-1) size 20x25
</del><ins>+        RenderInline {LABEL} at (0,0) size 364x18
+          RenderTextControl {INPUT} at (2,2) size 256x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderFlexibleBox {DIV} at (3,3) size 250x23
+              RenderBlock {DIV} at (0,0) size 231x23
+          RenderText {#text} at (259,10) size 105x18
+            text run at (259,10) width 105: &quot; Read-only state&quot;
+layer at (13,65) size 231x23
+  RenderBlock {DIV} at (0,0) size 231x23
+    RenderText {#text} at (0,0) size 13x23
+      text run at (0,0) width 13: &quot;0&quot;
+layer at (13,98) size 231x23
+  RenderBlock {DIV} at (0,0) size 231x23 [color=#545454]
+    RenderText {#text} at (0,0) size 13x23
+      text run at (0,0) width 13: &quot;0&quot;
+layer at (13,131) size 231x23
+  RenderBlock {DIV} at (0,0) size 231x23
+    RenderText {#text} at (0,0) size 13x23
+      text run at (0,0) width 13: &quot;0&quot;
+layer at (245,64) size 19x25
+  RenderBlock (relative positioned) {DIV} at (231,-1) size 20x25
+layer at (245,97) size 19x25
+  RenderBlock (relative positioned) {DIV} at (231,-1) size 20x25
+layer at (245,130) size 19x25
+  RenderBlock (relative positioned) {DIV} at (231,-1) size 20x25
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsnumbernumberappearancespinbuttonlayerexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsnumbernumberappearancespinbuttonlayerexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -3,24 +3,24 @@
</span><span class="cx"> layer at (0,0) size 800x62
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x62
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x46
</span><del>-      RenderBR {BR} at (140,2) size 1x18
-      RenderTextControl {INPUT} at (2,25) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderFlexibleBox {DIV} at (3,3) size 131x13
-          RenderBlock {DIV} at (0,0) size 118x13
</del><ins>+      RenderBR {BR} at (149,2) size 1x18
+      RenderTextControl {INPUT} at (2,25) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,3) size 140x13
+          RenderBlock {DIV} at (0,0) size 127x13
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,36) size 117x13
-  RenderBlock {DIV} at (0,0) size 118x13
-    RenderText {#text} at (0,0) size 14x13
-      text run at (0,0) width 14: &quot;10&quot;
-layer at (10,10) size 136x19
-  RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-    RenderFlexibleBox {DIV} at (3,3) size 131x13
-      RenderBlock {DIV} at (0,0) size 118x13
-layer at (13,13) size 117x13
-  RenderBlock {DIV} at (0,0) size 118x13
-    RenderText {#text} at (0,0) size 14x13
-      text run at (0,0) width 14: &quot;10&quot;
-layer at (131,12) size 13x15
-  RenderBlock (relative positioned) {DIV} at (118,-1) size 14x15
-layer at (131,35) size 13x15
-  RenderBlock (relative positioned) {DIV} at (118,-1) size 14x15
</del><ins>+layer at (13,36) size 127x13
+  RenderBlock {DIV} at (0,0) size 127x13
+    RenderText {#text} at (0,0) size 13x13
+      text run at (0,0) width 13: &quot;10&quot;
+layer at (10,10) size 146x19
+  RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+    RenderFlexibleBox {DIV} at (3,3) size 140x13
+      RenderBlock {DIV} at (0,0) size 127x13
+layer at (13,13) size 127x13
+  RenderBlock {DIV} at (0,0) size 127x13
+    RenderText {#text} at (0,0) size 13x13
+      text run at (0,0) width 13: &quot;10&quot;
+layer at (141,12) size 13x15
+  RenderBlock (relative positioned) {DIV} at (127,-1) size 14x15
+layer at (141,35) size 13x15
+  RenderBlock (relative positioned) {DIV} at (127,-1) size 14x15
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsoptionscriptexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/option-script-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsoptionscriptexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/option-script-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/option-script-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/option-script-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -11,8 +11,8 @@
</span><span class="cx">         text run at (0,18) width 107: &quot;TEST FAILED: &quot;
</span><span class="cx">         text run at (106,18) width 320: &quot;If the popup menu says \&quot;document.write('Text')\&quot;. &quot;
</span><span class="cx">       RenderBR {BR} at (425,32) size 1x0
</span><del>-      RenderMenuList {SELECT} at (2,38) size 53x18 [bgcolor=#FFFFFF]
-        RenderBlock (anonymous) at (0,0) size 53x18
-          RenderText at (8,2) size 22x13
-            text run at (8,2) width 22: &quot;Text&quot;
</del><ins>+      RenderMenuList {SELECT} at (2,38) size 54x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 54x18
+          RenderText at (8,2) size 23x13
+            text run at (8,2) width 23: &quot;Text&quot;
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsoptionstripwhitespaceexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/option-strip-whitespace-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsoptionstripwhitespaceexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/option-strip-whitespace-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/option-strip-whitespace-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/option-strip-whitespace-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -19,11 +19,11 @@
</span><span class="cx">         RenderBR {BR} at (0,140) size 0x18
</span><span class="cx">         RenderText {#text} at (0,159) size 306x18
</span><span class="cx">           text run at (0,159) width 306: &quot;Five Spaces (with leading/trailing whitespace): &quot;
</span><del>-        RenderMenuList {SELECT} at (307,160) size 97x18 [bgcolor=#FFFFFF]
-          RenderBlock (anonymous) at (0,0) size 96x18
-            RenderText at (8,2) size 65x13
-              text run at (8,2) width 65: &quot;Five Spaces&quot;
-        RenderBR {BR} at (405,173) size 1x0
</del><ins>+        RenderMenuList {SELECT} at (307,160) size 95x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 94x18
+            RenderText at (8,2) size 63x13
+              text run at (8,2) width 63: &quot;Five Spaces&quot;
+        RenderBR {BR} at (403,173) size 1x0
</ins><span class="cx">         RenderBR {BR} at (0,180) size 0x18
</span><span class="cx">         RenderText {#text} at (0,199) size 291x18
</span><span class="cx">           text run at (0,199) width 291: &quot;Five Tabs (with leading/trailing whitespace): &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsoptiontextclipexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/option-text-clip-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsoptiontextclipexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/option-text-clip-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/option-text-clip-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/option-text-clip-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -8,6 +8,6 @@
</span><span class="cx">       RenderBR {BR} at (716,14) size 1x0
</span><span class="cx">       RenderMenuList {SELECT} at (0,20) size 150x18 [bgcolor=#FFFFFF]
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 150x18
</span><del>-          RenderText at (8,2) size 132x13
-            text run at (8,2) width 132: &quot;12345 6789 ABCD EFGH&quot;
</del><ins>+          RenderText at (8,2) size 131x13
+            text run at (8,2) width 131: &quot;12345 6789 ABCD EFGH&quot;
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsplaceholderpositionexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/placeholder-position-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsplaceholderpositionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/placeholder-position-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/placeholder-position-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/placeholder-position-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -3,129 +3,129 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-      RenderTextControl {INPUT} at (2,2) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderFlexibleBox {DIV} at (3,0) size 158x19
</del><ins>+      RenderTextControl {INPUT} at (2,2) size 173x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,0) size 167x19
</ins><span class="cx">           RenderBlock {DIV} at (0,0) size 8x19
</span><del>-          RenderBlock {DIV} at (8,3) size 131x13
-          RenderBlock {DIV} at (138,0) size 20x19
-      RenderBR {BR} at (167,16) size 1x0
-      RenderTextControl {INPUT} at (2,25) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-      RenderBR {BR} at (140,39) size 1x0
-      RenderTextControl {INPUT} at (2,48) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderFlexibleBox {DIV} at (3,0) size 158x19
-          RenderBlock {DIV} at (149,0) size 9x19
-          RenderBlock {DIV} at (19,3) size 131x13
</del><ins>+          RenderBlock {DIV} at (8,3) size 140x13
+          RenderBlock {DIV} at (147,0) size 20x19
+      RenderBR {BR} at (176,16) size 1x0
+      RenderTextControl {INPUT} at (2,25) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderBR {BR} at (149,39) size 1x0
+      RenderTextControl {INPUT} at (2,48) size 173x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,0) size 167x19
+          RenderBlock {DIV} at (158,0) size 9x19
+          RenderBlock {DIV} at (19,3) size 140x13
</ins><span class="cx">           RenderBlock {DIV} at (0,0) size 19x19
</span><del>-      RenderBR {BR} at (167,62) size 1x0
-      RenderTextControl {INPUT} at (2,71) size 178x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderFlexibleBox {DIV} at (3,0) size 172x19
</del><ins>+      RenderBR {BR} at (176,62) size 1x0
+      RenderTextControl {INPUT} at (2,71) size 187x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,0) size 181x19
</ins><span class="cx">           RenderBlock {DIV} at (0,0) size 22x19
</span><del>-          RenderBlock {DIV} at (22,3) size 131x13
-          RenderBlock {DIV} at (152,0) size 20x19
-      RenderBR {BR} at (181,85) size 1x0
-      RenderBR {BR} at (156,128) size 0x0
-      RenderTextControl {INPUT} at (2,130) size 137x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-      RenderBR {BR} at (140,144) size 1x0
-      RenderBR {BR} at (156,214) size 0x0
-      RenderTextControl {INPUT} at (5,219) size 185x29 [bgcolor=#FFFFFF] [border: (5px solid #000000)]
-      RenderBR {BR} at (194,239) size 1x0
-      RenderTextControl {INPUT} at (2,255) size 137x31 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-      RenderText {#text} at (140,261) size 5x18
-        text run at (140,261) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (146,255) size 137x31 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-      RenderText {#text} at (284,261) size 5x18
-        text run at (284,261) width 5: &quot; &quot;
-      RenderBR {BR} at (288,275) size 1x0
-      RenderTextControl {INPUT} at (2,290) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-      RenderText {#text} at (140,290) size 5x18
-        text run at (140,290) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (146,290) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-      RenderText {#text} at (284,290) size 5x18
-        text run at (284,290) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (290,290) size 138x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-      RenderText {#text} at (429,290) size 5x18
-        text run at (429,290) width 5: &quot; &quot;
-      RenderBR {BR} at (433,304) size 1x0
-      RenderBR {BR} at (140,341) size 1x0
-layer at (21,13) size 130x13
-  RenderBlock {DIV} at (11,3) size 131x13 [color=#A9A9A9]
</del><ins>+          RenderBlock {DIV} at (22,3) size 140x13
+          RenderBlock {DIV} at (161,0) size 20x19
+      RenderBR {BR} at (190,85) size 1x0
+      RenderBR {BR} at (165,128) size 0x0
+      RenderTextControl {INPUT} at (2,130) size 146x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderBR {BR} at (149,144) size 1x0
+      RenderBR {BR} at (165,214) size 0x0
+      RenderTextControl {INPUT} at (5,219) size 197x30 [bgcolor=#FFFFFF] [border: (5px solid #000000)]
+      RenderBR {BR} at (206,240) size 1x0
+      RenderTextControl {INPUT} at (2,256) size 146x31 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (149,262) size 5x18
+        text run at (149,262) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (155,256) size 147x31 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (303,262) size 5x18
+        text run at (303,262) width 5: &quot; &quot;
+      RenderBR {BR} at (307,276) size 1x0
+      RenderTextControl {INPUT} at (2,291) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (149,291) size 5x18
+        text run at (149,291) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (155,291) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (303,291) size 5x18
+        text run at (303,291) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (309,291) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (457,291) size 5x18
+        text run at (457,291) width 5: &quot; &quot;
+      RenderBR {BR} at (461,305) size 1x0
+      RenderBR {BR} at (149,342) size 1x0
+layer at (21,13) size 140x13
+  RenderBlock {DIV} at (11,3) size 140x13 [color=#A9A9A9]
</ins><span class="cx">     RenderText {#text} at (0,0) size 62x13
</span><span class="cx">       text run at (0,0) width 62: &quot;placeholder&quot;
</span><del>-layer at (21,13) size 130x13
-  RenderBlock {DIV} at (0,0) size 131x13
-layer at (13,36) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13 [color=#A9A9A9]
</del><ins>+layer at (21,13) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
+layer at (13,36) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13 [color=#A9A9A9]
</ins><span class="cx">     RenderText {#text} at (0,0) size 62x13
</span><span class="cx">       text run at (0,0) width 62: &quot;placeholder&quot;
</span><del>-layer at (13,36) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (32,59) size 130x13
-  RenderBlock {DIV} at (22,3) size 131x13 [color=#A9A9A9]
-    RenderText {#text} at (68,0) size 63x13
-      text run at (68,0) width 63: &quot;placeholder&quot;
-layer at (32,59) size 130x13
-  RenderBlock {DIV} at (0,0) size 131x13
-layer at (35,82) size 130x13
-  RenderBlock {DIV} at (25,3) size 131x13 [color=#A9A9A9]
</del><ins>+layer at (13,36) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (32,59) size 140x13
+  RenderBlock {DIV} at (22,3) size 140x13 [color=#A9A9A9]
+    RenderText {#text} at (78,0) size 62x13
+      text run at (78,0) width 62: &quot;placeholder&quot;
+layer at (32,59) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
+layer at (35,82) size 140x13
+  RenderBlock {DIV} at (25,3) size 140x13 [color=#A9A9A9]
</ins><span class="cx">     RenderText {#text} at (0,0) size 62x13
</span><span class="cx">       text run at (0,0) width 62: &quot;placeholder&quot;
</span><del>-layer at (35,82) size 130x13
-  RenderBlock {DIV} at (0,0) size 131x13
-layer at (10,102) size 152x32 clip at (11,103) size 150x30
-  RenderTextControl {TEXTAREA} at (2,94) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 146x13
-    RenderBlock {DIV} at (3,3) size 146x13 [color=#A9A9A9]
</del><ins>+layer at (35,82) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
+layer at (10,102) size 161x32 clip at (11,103) size 159x30
+  RenderTextControl {TEXTAREA} at (2,94) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 155x13
+    RenderBlock {DIV} at (3,3) size 155x13 [color=#A9A9A9]
</ins><span class="cx">       RenderText {#text} at (0,0) size 62x13
</span><span class="cx">         text run at (0,0) width 62: &quot;placeholder&quot;
</span><del>-layer at (13,141) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13 [color=#A9A9A9]
</del><ins>+layer at (13,141) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13 [color=#A9A9A9]
</ins><span class="cx">     RenderText {#text} at (0,0) size 62x13
</span><span class="cx">       text run at (0,0) width 62: &quot;placeholder&quot;
</span><del>-layer at (13,141) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (10,175) size 152x45 clip at (11,176) size 150x43
-  RenderTextControl {TEXTAREA} at (2,167) size 152x45 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,16) size 146x13
-    RenderBlock {DIV} at (3,16) size 146x13 [color=#A9A9A9]
</del><ins>+layer at (13,141) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (10,175) size 161x45 clip at (11,176) size 159x43
+  RenderTextControl {TEXTAREA} at (2,167) size 161x45 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,16) size 155x13
+    RenderBlock {DIV} at (3,16) size 155x13 [color=#A9A9A9]
</ins><span class="cx">       RenderText {#text} at (0,0) size 62x13
</span><span class="cx">         text run at (0,0) width 62: &quot;placeholder&quot;
</span><del>-layer at (19,233) size 173x17
-  RenderBlock {DIV} at (6,6) size 173x17 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 82x17
-      text run at (0,0) width 82: &quot;placeholder&quot;
-layer at (19,233) size 173x17
-  RenderBlock {DIV} at (6,6) size 173x17
-layer at (13,266) size 130x25
-  RenderBlock {DIV} at (3,3) size 131x25
</del><ins>+layer at (19,233) size 184x18
+  RenderBlock {DIV} at (6,6) size 185x18 [color=#A9A9A9]
+    RenderText {#text} at (0,0) size 81x18
+      text run at (0,0) width 81: &quot;placeholder&quot;
+layer at (19,233) size 184x18
+  RenderBlock {DIV} at (6,6) size 185x18
+layer at (13,267) size 140x25
+  RenderBlock {DIV} at (3,3) size 140x25
</ins><span class="cx">     RenderText {#text} at (0,6) size 29x13
</span><span class="cx">       text run at (0,6) width 29: &quot;Value&quot;
</span><del>-layer at (157,266) size 130x25
-  RenderBlock {DIV} at (3,3) size 131x25 [color=#A9A9A9]
</del><ins>+layer at (167,267) size 140x25
+  RenderBlock {DIV} at (3,3) size 140x25 [color=#A9A9A9]
</ins><span class="cx">     RenderText {#text} at (0,6) size 62x13
</span><span class="cx">       text run at (0,6) width 62: &quot;placeholder&quot;
</span><del>-layer at (157,266) size 130x25
-  RenderBlock {DIV} at (3,3) size 131x25
-layer at (13,301) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (50,0) size 30x13
-      text run at (50,0) width 30: &quot;Value&quot;
-layer at (157,301) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13 [color=#A9A9A9]
-    RenderText {#text} at (34,0) size 63x13
-      text run at (34,0) width 63: &quot;placeholder&quot;
-layer at (157,301) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (302,301) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13 [color=#A9A9A9]
-    RenderText {#text} at (34,0) size 63x13
-      text run at (34,0) width 63: &quot;placeholder&quot;
-layer at (302,301) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (10,321) size 136x33
-  RenderTextControl {INPUT} at (2,313) size 137x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-layer at (13,338) size 130x13
-  RenderBlock {DIV} at (3,17) size 131x13 [color=#A9A9A9]
</del><ins>+layer at (167,267) size 140x25
+  RenderBlock {DIV} at (3,3) size 140x25
+layer at (13,302) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (55,0) size 30x13
+      text run at (55,0) width 30: &quot;Value&quot;
+layer at (167,302) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13 [color=#A9A9A9]
+    RenderText {#text} at (39,0) size 62x13
+      text run at (39,0) width 62: &quot;placeholder&quot;
+layer at (167,302) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (321,302) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13 [color=#A9A9A9]
+    RenderText {#text} at (39,0) size 62x13
+      text run at (39,0) width 62: &quot;placeholder&quot;
+layer at (321,302) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (10,322) size 146x33
+  RenderTextControl {INPUT} at (2,314) size 146x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+layer at (13,339) size 140x13
+  RenderBlock {DIV} at (3,17) size 140x13 [color=#A9A9A9]
</ins><span class="cx">     RenderText {#text} at (0,0) size 62x13
</span><span class="cx">       text run at (0,0) width 62: &quot;placeholder&quot;
</span><del>-layer at (13,338) size 130x13
-  RenderBlock {DIV} at (3,17) size 131x13
</del><ins>+layer at (13,339) size 140x13
+  RenderBlock {DIV} at (3,17) size 140x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsplaceholderpseudostyleexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/placeholder-pseudo-style-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsplaceholderpseudostyleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/placeholder-pseudo-style-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/placeholder-pseudo-style-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/placeholder-pseudo-style-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -6,62 +6,62 @@
</span><span class="cx">       RenderText {#text} at (0,0) size 336x18
</span><span class="cx">         text run at (0,0) width 336: &quot;This tests that you can set the placeholder text color.&quot;
</span><span class="cx">       RenderBR {BR} at (335,14) size 1x0
</span><del>-      RenderTextControl {INPUT} at (2,20) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-      RenderText {#text} at (140,20) size 5x18
-        text run at (140,20) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (146,20) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderFlexibleBox {DIV} at (3,0) size 158x19
</del><ins>+      RenderTextControl {INPUT} at (2,20) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (149,20) size 5x18
+        text run at (149,20) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (155,20) size 174x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,0) size 167x19
</ins><span class="cx">           RenderBlock {DIV} at (0,0) size 8x19
</span><del>-          RenderBlock {DIV} at (8,3) size 131x13
-          RenderBlock {DIV} at (138,0) size 20x19
-      RenderText {#text} at (311,20) size 5x18
-        text run at (311,20) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (317,20) size 138x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderFlexibleBox {DIV} at (3,3) size 131x13
-          RenderBlock {DIV} at (0,0) size 131x13
-      RenderText {#text} at (456,20) size 5x18
-        text run at (456,20) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (462,20) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-      RenderText {#text} at (600,20) size 5x18
-        text run at (600,20) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (606,20) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-      RenderText {#text} at (744,20) size 5x18
-        text run at (744,20) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (2,43) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+          RenderBlock {DIV} at (8,3) size 140x13
+          RenderBlock {DIV} at (147,0) size 20x19
+      RenderText {#text} at (330,20) size 5x18
+        text run at (330,20) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (336,20) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,3) size 140x13
+          RenderBlock {DIV} at (0,0) size 140x13
+      RenderText {#text} at (484,20) size 5x18
+        text run at (484,20) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (490,20) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (638,20) size 5x18
+        text run at (638,20) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (2,43) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (149,43) size 5x18
+        text run at (149,43) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (155,43) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,31) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13 [color=#640000]
</del><ins>+layer at (13,31) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13 [color=#640000]
</ins><span class="cx">     RenderText {#text} at (0,0) size 21x13
</span><span class="cx">       text run at (0,0) width 21: &quot;text&quot;
</span><del>-layer at (13,31) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (165,31) size 130x13
-  RenderBlock {DIV} at (11,3) size 131x13 [color=#640000]
</del><ins>+layer at (13,31) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (175,31) size 140x13
+  RenderBlock {DIV} at (11,3) size 140x13 [color=#640000]
</ins><span class="cx">     RenderText {#text} at (0,0) size 36x13
</span><span class="cx">       text run at (0,0) width 36: &quot;search&quot;
</span><del>-layer at (165,31) size 130x13
-  RenderBlock {DIV} at (0,0) size 131x13
-layer at (329,31) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13 [color=#640000]
-    RenderText {#text} at (0,0) size 52x13
-      text run at (0,0) width 52: &quot;password&quot;
-layer at (329,31) size 130x13
-  RenderBlock {DIV} at (0,0) size 131x13
-layer at (473,31) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13 [color=#640000]
-    RenderText {#text} at (0,0) size 69x13
-      text run at (0,0) width 69: &quot;disabled text&quot;
-layer at (473,31) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13 [color=#545454]
-layer at (617,31) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13 [color=#A9A9A9]
</del><ins>+layer at (175,31) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
+layer at (348,31) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13 [color=#640000]
+    RenderText {#text} at (0,0) size 51x13
+      text run at (0,0) width 51: &quot;password&quot;
+layer at (348,31) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
+layer at (502,31) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13 [color=#640000]
+    RenderText {#text} at (0,0) size 68x13
+      text run at (0,0) width 68: &quot;disabled text&quot;
+layer at (502,31) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13 [color=#545454]
+layer at (13,54) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13 [color=#A9A9A9]
</ins><span class="cx">     RenderText {#text} at (0,0) size 37x13
</span><span class="cx">       text run at (0,0) width 37: &quot;default&quot;
</span><del>-layer at (617,31) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (13,54) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13 [color=#A9A9A9]
</del><ins>+layer at (13,54) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (167,54) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13 [color=#A9A9A9]
</ins><span class="cx">     RenderText {#text} at (0,0) size 85x13
</span><span class="cx">       text run at (0,0) width 85: &quot;default disabled&quot;
</span><del>-layer at (13,54) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (167,54) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsplaintextmode2expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/plaintext-mode-2-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsplaintextmode2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/plaintext-mode-2-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/plaintext-mode-2-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/plaintext-mode-2-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -36,6 +36,6 @@
</span><span class="cx">             text run at (0,0) width 331: &quot;Success: document.execCommand(\&quot;Paste\&quot;) == true&quot;
</span><span class="cx"> layer at (11,13) size 594x13
</span><span class="cx">   RenderBlock {DIV} at (3,3) size 594x13
</span><del>-    RenderText {#text} at (0,0) size 468x13
-      text run at (0,0) width 468: &quot;This styled text, and link will be pasted into the textfield. All richness should be stripped.&quot;
</del><ins>+    RenderText {#text} at (0,0) size 465x13
+      text run at (0,0) width 465: &quot;This styled text, and link will be pasted into the textfield. All richness should be stripped.&quot;
</ins><span class="cx"> caret: position 94 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 0 {INPUT} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformssearchsearchpaddingcancelresultsbuttonsexpectedpngfromrev202825trunkLayoutTestsplatformmacfastformstextareasetinnerhtmlexpectedpng"></a>
<div class="binary"><h4>Copied: trunk/LayoutTests/platform/mac/fast/forms/search/search-padding-cancel-results-buttons-expected.png (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/textarea-setinnerhtml-expected.png)</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformssearchsearchpaddingcancelresultsbuttonsexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/mac/fast/forms/search/search-padding-cancel-results-buttons-expected.txt (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/search/search-padding-cancel-results-buttons-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac/fast/forms/search/search-padding-cancel-results-buttons-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,15 @@
</span><ins>+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
+      RenderTextControl {INPUT} at (2,2) size 205x43 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (12,12) size 181x19
+          RenderBlock {DIV} at (0,0) size 22x19
+          RenderBlock {DIV} at (22,3) size 140x13
+          RenderBlock {DIV} at (161,0) size 20x19
+      RenderText {#text} at (0,0) size 0x0
+layer at (44,25) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
+    RenderText {#text} at (0,0) size 21x13
+      text run at (0,0) width 21: &quot;test&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformssearchsearchsizewithdecorationsexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/search/search-size-with-decorations-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformssearchsearchsizewithdecorationsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/search/search-size-with-decorations-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/search/search-size-with-decorations-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/search/search-size-with-decorations-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -3,79 +3,79 @@
</span><span class="cx"> layer at (0,0) size 800x177
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x177
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x161
</span><del>-      RenderTextControl {INPUT} at (2,2) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderFlexibleBox {DIV} at (3,0) size 158x19
</del><ins>+      RenderTextControl {INPUT} at (2,2) size 173x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,0) size 167x19
</ins><span class="cx">           RenderBlock {DIV} at (0,0) size 8x19
</span><del>-          RenderBlock {DIV} at (8,3) size 131x13
-          RenderBlock {DIV} at (138,0) size 20x19
-      RenderText {#text} at (167,2) size 5x18
-        text run at (167,2) width 5: &quot; &quot;
</del><ins>+          RenderBlock {DIV} at (8,3) size 140x13
+          RenderBlock {DIV} at (147,0) size 20x19
+      RenderText {#text} at (176,2) size 5x18
+        text run at (176,2) width 5: &quot; &quot;
</ins><span class="cx">       RenderBR {BR} at (0,0) size 0x0
</span><del>-      RenderTextControl {INPUT} at (2,25) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderFlexibleBox {DIV} at (3,0) size 158x19
</del><ins>+      RenderTextControl {INPUT} at (2,25) size 173x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,0) size 167x19
</ins><span class="cx">           RenderBlock {DIV} at (0,0) size 8x19
</span><del>-          RenderBlock {DIV} at (8,3) size 131x13
-          RenderBlock {DIV} at (138,0) size 20x19
-      RenderText {#text} at (167,25) size 5x18
-        text run at (167,25) width 5: &quot; &quot;
</del><ins>+          RenderBlock {DIV} at (8,3) size 140x13
+          RenderBlock {DIV} at (147,0) size 20x19
+      RenderText {#text} at (176,25) size 5x18
+        text run at (176,25) width 5: &quot; &quot;
</ins><span class="cx">       RenderBR {BR} at (0,0) size 0x0
</span><del>-      RenderTextControl {INPUT} at (2,48) size 173x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderFlexibleBox {DIV} at (3,0) size 167x19
</del><ins>+      RenderTextControl {INPUT} at (2,48) size 182x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,0) size 176x19
</ins><span class="cx">           RenderBlock {DIV} at (0,0) size 17x19
</span><del>-          RenderBlock {DIV} at (17,3) size 131x13
-          RenderBlock {DIV} at (147,0) size 20x19
-      RenderText {#text} at (176,48) size 5x18
-        text run at (176,48) width 5: &quot; &quot;
</del><ins>+          RenderBlock {DIV} at (17,3) size 140x13
+          RenderBlock {DIV} at (156,0) size 20x19
+      RenderText {#text} at (185,48) size 5x18
+        text run at (185,48) width 5: &quot; &quot;
</ins><span class="cx">       RenderBR {BR} at (0,0) size 0x0
</span><del>-      RenderTextControl {INPUT} at (2,71) size 173x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderFlexibleBox {DIV} at (3,0) size 167x19
</del><ins>+      RenderTextControl {INPUT} at (2,71) size 182x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,0) size 176x19
</ins><span class="cx">           RenderBlock {DIV} at (0,0) size 17x19
</span><del>-          RenderBlock {DIV} at (17,3) size 131x13
-          RenderBlock {DIV} at (147,0) size 20x19
-      RenderText {#text} at (176,71) size 5x18
-        text run at (176,71) width 5: &quot; &quot;
</del><ins>+          RenderBlock {DIV} at (17,3) size 140x13
+          RenderBlock {DIV} at (156,0) size 20x19
+      RenderText {#text} at (185,71) size 5x18
+        text run at (185,71) width 5: &quot; &quot;
</ins><span class="cx">       RenderBR {BR} at (0,0) size 0x0
</span><del>-      RenderTextControl {INPUT} at (2,94) size 178x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderFlexibleBox {DIV} at (3,0) size 172x19
</del><ins>+      RenderTextControl {INPUT} at (2,94) size 187x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,0) size 181x19
</ins><span class="cx">           RenderBlock {DIV} at (0,0) size 22x19
</span><del>-          RenderBlock {DIV} at (22,3) size 131x13
-          RenderBlock {DIV} at (152,0) size 20x19
-      RenderText {#text} at (181,94) size 5x18
-        text run at (181,94) width 5: &quot; &quot;
</del><ins>+          RenderBlock {DIV} at (22,3) size 140x13
+          RenderBlock {DIV} at (161,0) size 20x19
+      RenderText {#text} at (190,94) size 5x18
+        text run at (190,94) width 5: &quot; &quot;
</ins><span class="cx">       RenderBR {BR} at (0,0) size 0x0
</span><del>-      RenderTextControl {INPUT} at (2,117) size 178x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderFlexibleBox {DIV} at (3,0) size 172x19
</del><ins>+      RenderTextControl {INPUT} at (2,117) size 187x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,0) size 181x19
</ins><span class="cx">           RenderBlock {DIV} at (0,0) size 22x19
</span><del>-          RenderBlock {DIV} at (22,3) size 131x13
-          RenderBlock {DIV} at (152,0) size 20x19
-      RenderText {#text} at (181,117) size 5x18
-        text run at (181,117) width 5: &quot; &quot;
</del><ins>+          RenderBlock {DIV} at (22,3) size 140x13
+          RenderBlock {DIV} at (161,0) size 20x19
+      RenderText {#text} at (190,117) size 5x18
+        text run at (190,117) width 5: &quot; &quot;
</ins><span class="cx">       RenderBR {BR} at (0,0) size 0x0
</span><del>-      RenderTextControl {INPUT} at (2,140) size 308x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderFlexibleBox {DIV} at (3,0) size 302x19
</del><ins>+      RenderTextControl {INPUT} at (2,140) size 327x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,0) size 321x19
</ins><span class="cx">           RenderBlock {DIV} at (0,0) size 22x19
</span><del>-          RenderBlock {DIV} at (22,3) size 261x13
-          RenderBlock {DIV} at (282,0) size 20x19
</del><ins>+          RenderBlock {DIV} at (22,3) size 280x13
+          RenderBlock {DIV} at (301,0) size 20x19
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (21,13) size 130x13
-  RenderBlock {DIV} at (0,0) size 131x13
-layer at (21,36) size 130x13 scrollWidth 131
-  RenderBlock {DIV} at (0,0) size 131x13
-    RenderText {#text} at (0,0) size 131x13
-      text run at (0,0) width 131: &quot;12345678901234567890&quot;
-layer at (30,59) size 130x13
-  RenderBlock {DIV} at (0,0) size 131x13
-layer at (30,82) size 130x13 scrollWidth 131
-  RenderBlock {DIV} at (0,0) size 131x13
-    RenderText {#text} at (0,0) size 131x13
-      text run at (0,0) width 131: &quot;12345678901234567890&quot;
-layer at (35,105) size 130x13
-  RenderBlock {DIV} at (0,0) size 131x13
-layer at (35,128) size 130x13 scrollWidth 131
-  RenderBlock {DIV} at (0,0) size 131x13
-    RenderText {#text} at (0,0) size 131x13
-      text run at (0,0) width 131: &quot;12345678901234567890&quot;
-layer at (35,151) size 261x13 scrollWidth 262
-  RenderBlock {DIV} at (0,0) size 261x13
-    RenderText {#text} at (0,0) size 261x13
-      text run at (0,0) width 261: &quot;1234567890123456789012345678901234567890&quot;
</del><ins>+layer at (21,13) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
+layer at (21,36) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
+    RenderText {#text} at (0,0) size 135x13
+      text run at (0,0) width 135: &quot;12345678901234567890&quot;
+layer at (30,59) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
+layer at (30,82) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
+    RenderText {#text} at (0,0) size 135x13
+      text run at (0,0) width 135: &quot;12345678901234567890&quot;
+layer at (35,105) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
+layer at (35,128) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
+    RenderText {#text} at (0,0) size 135x13
+      text run at (0,0) width 135: &quot;12345678901234567890&quot;
+layer at (35,151) size 280x13
+  RenderBlock {DIV} at (0,0) size 280x13
+    RenderText {#text} at (0,0) size 270x13
+      text run at (0,0) width 270: &quot;1234567890123456789012345678901234567890&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformssearchcancelbuttonstylesharingexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/search-cancel-button-style-sharing-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformssearchcancelbuttonstylesharingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -7,22 +7,22 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 391x18
</span><span class="cx">           text run at (0,0) width 391: &quot;Only the second search field should have a cancel button (\x{D7}).&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,34) size 784x23
</span><del>-        RenderTextControl {INPUT} at (2,2) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,0) size 158x19
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 173x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 167x19
</ins><span class="cx">             RenderBlock {DIV} at (0,0) size 8x19
</span><del>-            RenderBlock {DIV} at (8,3) size 131x13
-            RenderBlock {DIV} at (138,0) size 20x19
-        RenderText {#text} at (167,2) size 5x18
-          text run at (167,2) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (173,2) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,0) size 158x19
</del><ins>+            RenderBlock {DIV} at (8,3) size 140x13
+            RenderBlock {DIV} at (147,0) size 20x19
+        RenderText {#text} at (176,2) size 5x18
+          text run at (176,2) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (182,2) size 174x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 167x19
</ins><span class="cx">             RenderBlock {DIV} at (0,0) size 8x19
</span><del>-            RenderBlock {DIV} at (8,3) size 131x13
-            RenderBlock {DIV} at (138,0) size 20x19
</del><ins>+            RenderBlock {DIV} at (8,3) size 140x13
+            RenderBlock {DIV} at (147,0) size 20x19
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (21,47) size 130x13
-  RenderBlock {DIV} at (0,0) size 131x13
-layer at (192,47) size 130x13
-  RenderBlock {DIV} at (0,0) size 131x13
</del><ins>+layer at (21,47) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
+layer at (202,47) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 42x13
</span><span class="cx">       text run at (0,0) width 42: &quot;this one&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformssearchdisplaynonecancelbuttonexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/search-display-none-cancel-button-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformssearchdisplaynonecancelbuttonexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/search-display-none-cancel-button-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/search-display-none-cancel-button-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/search-display-none-cancel-button-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -6,12 +6,12 @@
</span><span class="cx">       RenderText {#text} at (0,0) size 510x18
</span><span class="cx">         text run at (0,0) width 510: &quot;This tests that the display:none style will work on a search field's cancel button.&quot;
</span><span class="cx">       RenderBR {BR} at (509,14) size 1x0
</span><del>-      RenderTextControl {INPUT} at (2,20) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderFlexibleBox {DIV} at (3,0) size 158x19
</del><ins>+      RenderTextControl {INPUT} at (2,20) size 173x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,0) size 167x19
</ins><span class="cx">           RenderBlock {DIV} at (0,0) size 8x19
</span><del>-          RenderBlock {DIV} at (8,3) size 150x13
</del><ins>+          RenderBlock {DIV} at (8,3) size 159x13
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (21,31) size 149x13
-  RenderBlock {DIV} at (0,0) size 150x13
-    RenderText {#text} at (0,0) size 20x13
-      text run at (0,0) width 20: &quot;test&quot;
</del><ins>+layer at (21,31) size 159x13
+  RenderBlock {DIV} at (0,0) size 159x13
+    RenderText {#text} at (0,0) size 21x13
+      text run at (0,0) width 21: &quot;test&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformssearchinputrtlexpectedpng"></a>
<div class="binary"><h4>Added: trunk/LayoutTests/platform/mac/fast/forms/search-input-rtl-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Index: trunk/LayoutTests/platform/mac/fast/forms/search-input-rtl-expected.png
</span><span class="cx">===================================================================
</span><del>--- trunk/LayoutTests/platform/mac/fast/forms/search-input-rtl-expected.png        2016-07-05 18:36:21 UTC (rev 202825)
</del><ins>+++ trunk/LayoutTests/platform/mac/fast/forms/search-input-rtl-expected.png        2016-07-05 18:59:05 UTC (rev 202826)
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/mac/fast/forms/search-input-rtl-expected.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+image/png
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsplatformmacfastformssearchinputrtlexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/search-input-rtl-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/search-input-rtl-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/search-input-rtl-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -7,48 +7,48 @@
</span><span class="cx">         RenderText {#text} at (620,2) size 164x18
</span><span class="cx">           text run at (620,2) width 9 RTL: &quot;: &quot;
</span><span class="cx">           text run at (628,2) width 156: &quot;right to left search fields&quot;
</span><del>-        RenderTextControl {INPUT} at (454,2) size 165x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,0) size 158x19
-            RenderBlock {DIV} at (149,0) size 9x19
-            RenderBlock {DIV} at (19,3) size 131x13
</del><ins>+        RenderTextControl {INPUT} at (445,2) size 174x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 167x19
+            RenderBlock {DIV} at (158,0) size 9x19
+            RenderBlock {DIV} at (19,3) size 140x13
</ins><span class="cx">             RenderBlock {DIV} at (0,0) size 19x19
</span><del>-        RenderText {#text} at (448,2) size 5x18
-          text run at (448,2) width 5 RTL: &quot; &quot;
-        RenderTextControl {INPUT} at (269,2) size 178x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,0) size 172x19
-            RenderBlock {DIV} at (149,0) size 23x19
-            RenderBlock {DIV} at (19,3) size 131x13
</del><ins>+        RenderText {#text} at (439,2) size 5x18
+          text run at (439,2) width 5 RTL: &quot; &quot;
+        RenderTextControl {INPUT} at (250,2) size 188x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 181x19
+            RenderBlock {DIV} at (158,0) size 23x19
+            RenderBlock {DIV} at (19,3) size 140x13
</ins><span class="cx">             RenderBlock {DIV} at (0,0) size 19x19
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {DIV} at (0,23) size 784x23
</span><span class="cx">         RenderText {#text} at (0,2) size 164x18
</span><span class="cx">           text run at (0,2) width 164: &quot;left to right search fields: &quot;
</span><del>-        RenderTextControl {INPUT} at (165,2) size 165x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,0) size 158x19
</del><ins>+        RenderTextControl {INPUT} at (165,2) size 174x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 167x19
</ins><span class="cx">             RenderBlock {DIV} at (0,0) size 8x19
</span><del>-            RenderBlock {DIV} at (8,3) size 131x13
-            RenderBlock {DIV} at (138,0) size 20x19
-        RenderText {#text} at (331,2) size 5x18
-          text run at (331,2) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (337,2) size 178x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,0) size 172x19
</del><ins>+            RenderBlock {DIV} at (8,3) size 140x13
+            RenderBlock {DIV} at (147,0) size 20x19
+        RenderText {#text} at (340,2) size 5x18
+          text run at (340,2) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (346,2) size 188x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 181x19
</ins><span class="cx">             RenderBlock {DIV} at (0,0) size 22x19
</span><del>-            RenderBlock {DIV} at (22,3) size 131x13
-            RenderBlock {DIV} at (152,0) size 20x19
</del><ins>+            RenderBlock {DIV} at (22,3) size 140x13
+            RenderBlock {DIV} at (161,0) size 20x19
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (485,13) size 130x13
-  RenderBlock {DIV} at (0,0) size 131x13
-    RenderText {#text} at (96,0) size 35x13
-      text run at (96,0) width 35: &quot;foobar&quot;
-layer at (299,13) size 130x13
-  RenderBlock {DIV} at (0,0) size 131x13
-    RenderText {#text} at (96,0) size 35x13
-      text run at (96,0) width 35: &quot;foobar&quot;
-layer at (185,36) size 130x13
-  RenderBlock {DIV} at (0,0) size 131x13
</del><ins>+layer at (475,13) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
+    RenderText {#text} at (105,0) size 35x13
+      text run at (105,0) width 35: &quot;foobar&quot;
+layer at (280,13) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
+    RenderText {#text} at (105,0) size 35x13
+      text run at (105,0) width 35: &quot;foobar&quot;
+layer at (185,36) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 35x13
</span><span class="cx">       text run at (0,0) width 35: &quot;foobar&quot;
</span><del>-layer at (370,36) size 130x13
-  RenderBlock {DIV} at (0,0) size 131x13
</del><ins>+layer at (380,36) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 35x13
</span><span class="cx">       text run at (0,0) width 35: &quot;foobar&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformssearchrtlexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/search-rtl-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformssearchrtlexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/search-rtl-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/search-rtl-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/search-rtl-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -16,47 +16,47 @@
</span><span class="cx">         RenderText {#text} at (754,0) size 5x18
</span><span class="cx">           text run at (754,0) width 5: &quot;.&quot;
</span><span class="cx">       RenderBlock {P} at (0,34) size 784x69
</span><del>-        RenderTextControl {INPUT} at (2,2) size 178x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,0) size 172x19
-            RenderBlock {DIV} at (149,0) size 23x19
-            RenderBlock {DIV} at (19,3) size 131x13
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 187x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 181x19
+            RenderBlock {DIV} at (158,0) size 23x19
+            RenderBlock {DIV} at (19,3) size 140x13
</ins><span class="cx">             RenderBlock {DIV} at (0,0) size 19x19
</span><del>-        RenderText {#text} at (181,2) size 5x18
-          text run at (181,2) width 5: &quot; &quot;
</del><ins>+        RenderText {#text} at (190,2) size 5x18
+          text run at (190,2) width 5: &quot; &quot;
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x0
</span><del>-        RenderTextControl {INPUT} at (2,25) size 243x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,0) size 237x19
-            RenderBlock {DIV} at (214,0) size 23x19
-            RenderBlock {DIV} at (19,3) size 196x13
</del><ins>+        RenderTextControl {INPUT} at (2,25) size 257x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 251x19
+            RenderBlock {DIV} at (228,0) size 23x19
+            RenderBlock {DIV} at (19,3) size 210x13
</ins><span class="cx">             RenderBlock {DIV} at (0,0) size 19x19
</span><del>-        RenderText {#text} at (246,25) size 5x18
-          text run at (246,25) width 5: &quot; &quot;
</del><ins>+        RenderText {#text} at (260,25) size 5x18
+          text run at (260,25) width 5: &quot; &quot;
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x0
</span><del>-        RenderTextControl {INPUT} at (2,48) size 178x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,0) size 172x19
-            RenderBlock {DIV} at (149,0) size 23x19
-            RenderBlock {DIV} at (19,3) size 131x13
</del><ins>+        RenderTextControl {INPUT} at (2,48) size 187x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 181x19
+            RenderBlock {DIV} at (158,0) size 23x19
+            RenderBlock {DIV} at (19,3) size 140x13
</ins><span class="cx">             RenderBlock {DIV} at (0,0) size 19x19
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,119) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 37x18
</span><span class="cx">           text run at (0,0) width 37: &quot;PASS&quot;
</span><del>-layer at (32,47) size 130x13 scrollX 3 scrollWidth 134
-  RenderBlock {DIV} at (0,0) size 131x13
-    RenderText {#text} at (-3,0) size 135x13
-      text run at (-3,0) width 22 RTL: &quot; \x{5D5}\x{5D6}\x{5D4}\x{5D5}&quot;
-      text run at (18,0) width 20: &quot;she&quot;
-      text run at (37,0) width 44 RTL: &quot; \x{5D5}\x{5D4}\x{5D9}\x{5D0} \x{5D6}\x{5D4} &quot;
-      text run at (80,0) width 14: &quot;he&quot;
-      text run at (93,0) width 38 RTL: &quot;\x{5D4}\x{5D5}\x{5D0} \x{5D6}\x{5D4} &quot;
-layer at (32,70) size 196x13
-  RenderBlock {DIV} at (0,0) size 196x13
-    RenderText {#text} at (61,0) size 135x13
-      text run at (61,0) width 23 RTL: &quot; \x{5D5}\x{5D6}\x{5D4}\x{5D5}&quot;
-      text run at (83,0) width 20: &quot;she&quot;
-      text run at (102,0) width 44 RTL: &quot; \x{5D5}\x{5D4}\x{5D9}\x{5D0} \x{5D6}\x{5D4} &quot;
-      text run at (145,0) width 14: &quot;he&quot;
-      text run at (158,0) width 38 RTL: &quot;\x{5D4}\x{5D5}\x{5D0} \x{5D6}\x{5D4} &quot;
-layer at (32,93) size 130x13
-  RenderBlock {DIV} at (0,0) size 131x13
</del><ins>+layer at (32,47) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
+    RenderText {#text} at (7,0) size 133x13
+      text run at (7,0) width 23 RTL: &quot; \x{5D5}\x{5D6}\x{5D4}\x{5D5}&quot;
+      text run at (29,0) width 20: &quot;she&quot;
+      text run at (48,0) width 43 RTL: &quot; \x{5D5}\x{5D4}\x{5D9}\x{5D0} \x{5D6}\x{5D4} &quot;
+      text run at (90,0) width 14: &quot;he&quot;
+      text run at (103,0) width 37 RTL: &quot;\x{5D4}\x{5D5}\x{5D0} \x{5D6}\x{5D4} &quot;
+layer at (32,70) size 210x13
+  RenderBlock {DIV} at (0,0) size 210x13
+    RenderText {#text} at (77,0) size 133x13
+      text run at (77,0) width 23 RTL: &quot; \x{5D5}\x{5D6}\x{5D4}\x{5D5}&quot;
+      text run at (99,0) width 19: &quot;she&quot;
+      text run at (117,0) width 44 RTL: &quot; \x{5D5}\x{5D4}\x{5D9}\x{5D0} \x{5D6}\x{5D4} &quot;
+      text run at (160,0) width 14: &quot;he&quot;
+      text run at (173,0) width 37 RTL: &quot;\x{5D4}\x{5D5}\x{5D0} \x{5D6}\x{5D4} &quot;
+layer at (32,93) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
</ins><span class="cx"> caret: position 0 of child 0 {DIV} of child 1 {DIV} of child 0 {DIV} of {#document-fragment} of child 9 {INPUT} of child 3 {P} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformssearchstyledexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/search-styled-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformssearchstyledexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/search-styled-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/search-styled-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/search-styled-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -3,15 +3,15 @@
</span><span class="cx"> layer at (0,0) size 800x39
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x39
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x23
</span><del>-      RenderTextControl {INPUT} at (2,2) size 178x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderFlexibleBox {DIV} at (3,0) size 172x19
</del><ins>+      RenderTextControl {INPUT} at (2,2) size 187x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,0) size 181x19
</ins><span class="cx">           RenderBlock {DIV} at (0,0) size 22x19
</span><del>-          RenderBlock {DIV} at (22,3) size 131x13
-          RenderBlock {DIV} at (152,0) size 20x19
</del><ins>+          RenderBlock {DIV} at (22,3) size 140x13
+          RenderBlock {DIV} at (161,0) size 20x19
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (35,13) size 130x13
-  RenderBlock {DIV} at (25,3) size 131x13 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 94x13
-      text run at (0,0) width 94: &quot;Search for Events&quot;
-layer at (35,13) size 130x13
-  RenderBlock {DIV} at (0,0) size 131x13
</del><ins>+layer at (35,13) size 140x13
+  RenderBlock {DIV} at (25,3) size 140x13 [color=#A9A9A9]
+    RenderText {#text} at (0,0) size 93x13
+      text run at (0,0) width 93: &quot;Search for Events&quot;
+layer at (35,13) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformssearchverticalalignmentexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/search-vertical-alignment-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformssearchverticalalignmentexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/search-vertical-alignment-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/search-vertical-alignment-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/search-vertical-alignment-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -11,56 +11,56 @@
</span><span class="cx">           text run at (104,18) width 366: &quot;a text field, the vertical position of the text should be the &quot;
</span><span class="cx">           text run at (469,18) width 125: &quot;same in both fields.&quot;
</span><span class="cx">       RenderBlock {P} at (0,52) size 784x45
</span><del>-        RenderTextControl {INPUT} at (2,0) size 173x45 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,3) size 167x39
</del><ins>+        RenderTextControl {INPUT} at (2,0) size 182x45 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 176x39
</ins><span class="cx">             RenderBlock {DIV} at (0,10) size 17x19
</span><del>-            RenderBlock {DIV} at (17,13) size 131x13
-            RenderBlock {DIV} at (147,10) size 20x19
-        RenderText {#text} at (176,13) size 5x18
-          text run at (176,13) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (182,0) size 137x45 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+            RenderBlock {DIV} at (17,13) size 140x13
+            RenderBlock {DIV} at (156,10) size 20x19
+        RenderText {#text} at (185,13) size 5x18
+          text run at (185,13) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (191,0) size 147x45 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,113) size 784x18
</span><del>-        RenderTextControl {INPUT} at (2,2) size 173x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,0) size 167x16
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 182x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 176x16
</ins><span class="cx">             RenderBlock {DIV} at (0,0) size 17x19
</span><del>-            RenderBlock {DIV} at (17,1) size 131x14
-            RenderBlock {DIV} at (147,0) size 20x19
-        RenderText {#text} at (176,0) size 5x18
-          text run at (176,0) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (182,2) size 137x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+            RenderBlock {DIV} at (17,1) size 140x14
+            RenderBlock {DIV} at (156,0) size 20x19
+        RenderText {#text} at (185,0) size 5x18
+          text run at (185,0) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (191,2) size 147x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,147) size 784x18
</span><del>-        RenderTextControl {INPUT} at (2,5) size 173x12 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,0) size 167x12
</del><ins>+        RenderTextControl {INPUT} at (2,5) size 182x12 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 176x12
</ins><span class="cx">             RenderBlock {DIV} at (0,0) size 17x19
</span><del>-            RenderBlock {DIV} at (17,3) size 131x6
-            RenderBlock {DIV} at (147,0) size 20x19
-        RenderText {#text} at (176,0) size 5x18
-          text run at (176,0) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (182,5) size 137x12 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+            RenderBlock {DIV} at (17,3) size 140x6
+            RenderBlock {DIV} at (156,0) size 20x19
+        RenderText {#text} at (185,0) size 5x18
+          text run at (185,0) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (191,5) size 147x12 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (30,76) size 130x13
-  RenderBlock {DIV} at (0,0) size 131x13
-    RenderText {#text} at (0,0) size 22x13
-      text run at (0,0) width 22: &quot;Text&quot;
-layer at (193,76) size 130x13
-  RenderBlock {DIV} at (3,16) size 131x13
-    RenderText {#text} at (0,0) size 22x13
-      text run at (0,0) width 22: &quot;Text&quot;
-layer at (30,125) size 130x13
-  RenderBlock {DIV} at (0,0) size 131x13
-    RenderText {#text} at (0,0) size 22x13
-      text run at (0,0) width 22: &quot;Text&quot;
-layer at (193,124) size 130x13
-  RenderBlock {DIV} at (3,1) size 131x13
-    RenderText {#text} at (0,0) size 22x13
-      text run at (0,0) width 22: &quot;Text&quot;
-layer at (30,163) size 130x6 scrollHeight 13
-  RenderBlock {DIV} at (0,0) size 131x6
-    RenderText {#text} at (0,0) size 22x13
-      text run at (0,0) width 22: &quot;Text&quot;
-layer at (193,163) size 130x6 scrollHeight 13
-  RenderBlock {DIV} at (3,3) size 131x6
-    RenderText {#text} at (0,0) size 22x13
-      text run at (0,0) width 22: &quot;Text&quot;
</del><ins>+layer at (30,76) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
+    RenderText {#text} at (0,0) size 23x13
+      text run at (0,0) width 23: &quot;Text&quot;
+layer at (203,76) size 140x13
+  RenderBlock {DIV} at (3,16) size 140x13
+    RenderText {#text} at (0,0) size 23x13
+      text run at (0,0) width 23: &quot;Text&quot;
+layer at (30,125) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
+    RenderText {#text} at (0,0) size 23x13
+      text run at (0,0) width 23: &quot;Text&quot;
+layer at (203,124) size 140x13
+  RenderBlock {DIV} at (3,1) size 140x13
+    RenderText {#text} at (0,0) size 23x13
+      text run at (0,0) width 23: &quot;Text&quot;
+layer at (30,163) size 140x6 scrollHeight 13
+  RenderBlock {DIV} at (0,0) size 140x6
+    RenderText {#text} at (0,0) size 23x13
+      text run at (0,0) width 23: &quot;Text&quot;
+layer at (203,163) size 140x6 scrollHeight 13
+  RenderBlock {DIV} at (3,3) size 140x6
+    RenderText {#text} at (0,0) size 23x13
+      text run at (0,0) width 23: &quot;Text&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformssearchfieldheightsexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/searchfield-heights-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformssearchfieldheightsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/searchfield-heights-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/searchfield-heights-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/searchfield-heights-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderText {#text} at (0,0) size 376x18
</span><span class="cx">         text run at (0,0) width 376: &quot;This tests that aqua-style search fields do not honor height.&quot;
</span><span class="cx">       RenderBR {BR} at (375,14) size 1x0
</span><del>-      RenderTextControl {INPUT} at (0,22) size 139x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderFlexibleBox {DIV} at (3,1) size 133x15
</del><ins>+      RenderTextControl {INPUT} at (0,22) size 146x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,1) size 140x15
</ins><span class="cx">           RenderBlock {DIV} at (0,0) size 8x15
</span><del>-          RenderBlock {DIV} at (8,2) size 110x11
-          RenderBlock {DIV} at (117,0) size 16x15
-      RenderText {#text} at (138,20) size 5x18
-        text run at (138,20) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (144,20) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderFlexibleBox {DIV} at (3,0) size 158x19
</del><ins>+          RenderBlock {DIV} at (8,2) size 117x11
+          RenderBlock {DIV} at (124,0) size 16x15
+      RenderText {#text} at (145,20) size 5x18
+        text run at (145,20) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (151,20) size 174x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,0) size 167x19
</ins><span class="cx">           RenderBlock {DIV} at (0,0) size 8x19
</span><del>-          RenderBlock {DIV} at (8,3) size 131x13
-          RenderBlock {DIV} at (138,0) size 20x19
-      RenderText {#text} at (309,20) size 5x18
-        text run at (309,20) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (315,18) size 191x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderFlexibleBox {DIV} at (3,0) size 185x22
</del><ins>+          RenderBlock {DIV} at (8,3) size 140x13
+          RenderBlock {DIV} at (147,0) size 20x19
+      RenderText {#text} at (326,20) size 5x18
+        text run at (326,20) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (332,18) size 201x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,0) size 195x22
</ins><span class="cx">           RenderBlock {DIV} at (0,0) size 10x22
</span><del>-          RenderBlock {DIV} at (10,3) size 153x16
-          RenderBlock {DIV} at (162,0) size 23x22
</del><ins>+          RenderBlock {DIV} at (10,3) size 163x16
+          RenderBlock {DIV} at (172,0) size 23x22
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (19,33) size 109x11
-  RenderBlock {DIV} at (0,0) size 110x11
</del><ins>+layer at (19,33) size 117x11
+  RenderBlock {DIV} at (0,0) size 117x11
</ins><span class="cx">     RenderText {#text} at (0,0) size 19x11
</span><span class="cx">       text run at (0,0) width 19: &quot;mini&quot;
</span><del>-layer at (163,31) size 130x13
-  RenderBlock {DIV} at (0,0) size 131x13
</del><ins>+layer at (171,31) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 28x13
</span><span class="cx">       text run at (0,0) width 28: &quot;small&quot;
</span><del>-layer at (336,29) size 152x16
-  RenderBlock {DIV} at (0,0) size 153x16
</del><ins>+layer at (354,29) size 162x16
+  RenderBlock {DIV} at (0,0) size 163x16
</ins><span class="cx">     RenderText {#text} at (0,0) size 43x16
</span><span class="cx">       text run at (0,0) width 43: &quot;regular&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectoptgrouprenderingexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select/optgroup-rendering-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectoptgrouprenderingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select/optgroup-rendering-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/select/optgroup-rendering-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/select/optgroup-rendering-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -4,12 +4,12 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x323
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x307
</span><span class="cx">       RenderBlock {FORM} at (0,0) size 784x307
</span><del>-        RenderListBox {SELECT} at (2,2) size 69x281 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-        RenderText {#text} at (73,264) size 4x18
-          text run at (73,264) width 4: &quot; &quot;
-        RenderBR {BR} at (77,264) size 0x18
</del><ins>+        RenderListBox {SELECT} at (2,2) size 70x281 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderText {#text} at (74,264) size 4x18
+          text run at (74,264) width 4: &quot; &quot;
+        RenderBR {BR} at (78,264) size 0x18
</ins><span class="cx">         RenderMenuList {SELECT} at (2,287) size 75x18 [bgcolor=#FFFFFF]
</span><span class="cx">           RenderBlock (anonymous) at (0,0) size 75x18
</span><del>-            RenderText at (8,2) size 30x13
-              text run at (8,2) width 30: &quot;Three&quot;
</del><ins>+            RenderText at (8,2) size 31x13
+              text run at (8,2) width 31: &quot;Three&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectbackgroundnoneexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-background-none-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectbackgroundnoneexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-background-none-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/select-background-none-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/select-background-none-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -3,8 +3,8 @@
</span><span class="cx"> layer at (0,0) size 800x38
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x38
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x22 [bgcolor=#666666]
</span><del>-      RenderMenuList {SELECT} at (2,2) size 38x18 [border: (1px solid #000000)]
-        RenderBlock (anonymous) at (1,1) size 36x16
-          RenderText at (8,1) size 7x13
-            text run at (8,1) width 7: &quot;1&quot;
</del><ins>+      RenderMenuList {SELECT} at (2,2) size 39x18 [border: (1px solid #000000)]
+        RenderBlock (anonymous) at (1,1) size 37x16
+          RenderText at (8,1) size 6x13
+            text run at (8,1) width 6: &quot;1&quot;
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectbaselineexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-baseline-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectbaselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-baseline-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/select-baseline-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/select-baseline-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -12,38 +12,38 @@
</span><span class="cx">             text run at (8,2) width 0: &quot; &quot;
</span><span class="cx">       RenderText {#text} at (40,21) size 31x18
</span><span class="cx">         text run at (40,21) width 31: &quot; test &quot;
</span><del>-      RenderMenuList {SELECT} at (72,22) size 52x18 [bgcolor=#FFFFFF]
-        RenderBlock (anonymous) at (0,0) size 51x18
-          RenderText at (8,2) size 20x13
-            text run at (8,2) width 20: &quot;test&quot;
-      RenderText {#text} at (125,21) size 5x18
-        text run at (125,21) width 5: &quot; &quot;
-      RenderMenuList {SELECT} at (131,22) size 37x18 [color=#00008B] [bgcolor=#ADD8E6] [border: (1px solid #00008B)]
</del><ins>+      RenderMenuList {SELECT} at (72,22) size 53x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 52x18
+          RenderText at (8,2) size 21x13
+            text run at (8,2) width 21: &quot;test&quot;
+      RenderText {#text} at (126,21) size 5x18
+        text run at (126,21) width 5: &quot; &quot;
+      RenderMenuList {SELECT} at (132,22) size 37x18 [color=#00008B] [bgcolor=#ADD8E6] [border: (1px solid #00008B)]
</ins><span class="cx">         RenderBlock (anonymous) at (1,1) size 34x16
</span><span class="cx">           RenderText at (8,1) size 0x13
</span><span class="cx">             text run at (8,1) width 0: &quot; &quot;
</span><del>-      RenderText {#text} at (169,21) size 31x18
-        text run at (169,21) width 31: &quot; test &quot;
-      RenderMenuList {SELECT} at (201,22) size 52x18 [color=#00008B] [bgcolor=#ADD8E6] [border: (1px solid #00008B)]
-        RenderBlock (anonymous) at (1,1) size 49x16
-          RenderText at (8,1) size 20x13
-            text run at (8,1) width 20: &quot;test&quot;
-      RenderText {#text} at (254,21) size 5x18
-        text run at (254,21) width 5: &quot; &quot;
-      RenderButton {BUTTON} at (260,23) size 17x15 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-      RenderText {#text} at (278,21) size 5x18
-        text run at (278,21) width 5: &quot; &quot;
-      RenderButton {BUTTON} at (284,22) size 37x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-        RenderBlock (anonymous) at (8,2) size 20x13
-          RenderText {#text} at (0,0) size 20x13
-            text run at (0,0) width 20: &quot;test&quot;
-      RenderText {#text} at (322,21) size 5x18
-        text run at (322,21) width 5: &quot; &quot;
-      RenderButton {BUTTON} at (328,31) size 17x9 [color=#00008B] [bgcolor=#ADD8E6] [border: (2px outset #C0C0C0)]
-      RenderText {#text} at (346,21) size 5x18
-        text run at (346,21) width 5: &quot; &quot;
-      RenderButton {BUTTON} at (352,20) size 37x22 [color=#00008B] [bgcolor=#ADD8E6] [border: (2px outset #C0C0C0)]
-        RenderBlock (anonymous) at (8,4) size 20x13
-          RenderText {#text} at (0,0) size 20x13
-            text run at (0,0) width 20: &quot;test&quot;
</del><ins>+      RenderText {#text} at (170,21) size 31x18
+        text run at (170,21) width 31: &quot; test &quot;
+      RenderMenuList {SELECT} at (202,22) size 53x18 [color=#00008B] [bgcolor=#ADD8E6] [border: (1px solid #00008B)]
+        RenderBlock (anonymous) at (1,1) size 50x16
+          RenderText at (8,1) size 21x13
+            text run at (8,1) width 21: &quot;test&quot;
+      RenderText {#text} at (256,21) size 5x18
+        text run at (256,21) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (262,23) size 17x15 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+      RenderText {#text} at (280,21) size 5x18
+        text run at (280,21) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (286,22) size 37x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,2) size 21x13
+          RenderText {#text} at (0,0) size 21x13
+            text run at (0,0) width 21: &quot;test&quot;
+      RenderText {#text} at (324,21) size 5x18
+        text run at (324,21) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (330,31) size 17x9 [color=#00008B] [bgcolor=#ADD8E6] [border: (2px outset #C0C0C0)]
+      RenderText {#text} at (348,21) size 5x18
+        text run at (348,21) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (354,20) size 37x22 [color=#00008B] [bgcolor=#ADD8E6] [border: (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,4) size 21x13
+          RenderText {#text} at (0,0) size 21x13
+            text run at (0,0) width 21: &quot;test&quot;
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectblockbackgroundexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-block-background-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectblockbackgroundexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-block-background-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/select-block-background-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/select-block-background-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -7,4 +7,4 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 551x18
</span><span class="cx">           text run at (0,0) width 551: &quot;This tests that backgrounds for list box items draw correctly when a list box is a block&quot;
</span><span class="cx">         RenderBR {BR} at (551,14) size 0x0
</span><del>-      RenderListBox {SELECT} at (2,20) size 47x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</del><ins>+      RenderListBox {SELECT} at (2,20) size 45x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectchangelistboxsizeexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-change-listbox-size-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectchangelistboxsizeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-change-listbox-size-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/select-change-listbox-size-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/select-change-listbox-size-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -20,6 +20,6 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 323x18
</span><span class="cx">           text run at (0,0) width 323: &quot;This list box should be tall enough to fit 6 options.&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,86) size 784x89
</span><del>-        RenderListBox {SELECT} at (2,2) size 47x85 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</del><ins>+        RenderListBox {SELECT} at (2,2) size 48x85 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectchangelistboxtopopupexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-change-listbox-to-popup-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectchangelistboxtopopupexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -6,8 +6,8 @@
</span><span class="cx">       RenderText {#text} at (0,0) size 450x18
</span><span class="cx">         text run at (0,0) width 450: &quot;This tests that you can dynamically change a list box to a popup menu&quot;
</span><span class="cx">       RenderBR {BR} at (449,14) size 1x0
</span><del>-      RenderMenuList {SELECT} at (2,20) size 220x18 [bgcolor=#FFFFFF]
-        RenderBlock (anonymous) at (0,0) size 220x18
-          RenderText at (8,2) size 189x13
-            text run at (8,2) width 189: &quot;This should turn into a popup menu&quot;
</del><ins>+      RenderMenuList {SELECT} at (2,20) size 218x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 218x18
+          RenderText at (8,2) size 187x13
+            text run at (8,2) width 187: &quot;This should turn into a popup menu&quot;
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectchangepopuptolistboxexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-change-popup-to-listbox-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectchangepopuptolistboxexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-change-popup-to-listbox-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/select-change-popup-to-listbox-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/select-change-popup-to-listbox-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -6,5 +6,5 @@
</span><span class="cx">       RenderText {#text} at (0,0) size 458x18
</span><span class="cx">         text run at (0,0) width 458: &quot;This tests that you can dynamically change a popup menu to a list box. &quot;
</span><span class="cx">       RenderBR {BR} at (457,14) size 1x0
</span><del>-      RenderListBox {SELECT} at (2,20) size 177x71 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</del><ins>+      RenderListBox {SELECT} at (2,20) size 176x71 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectdirtyparentprefwidthsexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectdirtyparentprefwidthsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -3,14 +3,14 @@
</span><span class="cx"> layer at (0,0) size 800x90
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x90
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x66
</span><del>-      RenderTable {TABLE} at (0,0) size 65x32 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 63x30
-          RenderTableRow {TR} at (0,2) size 63x26
-            RenderTableCell {TD} at (2,2) size 59x26 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderMenuList {SELECT} at (4,4) size 51x18 [bgcolor=#FFFFFF]
-                RenderBlock (anonymous) at (0,0) size 51x18
-                  RenderText at (8,2) size 20x13
-                    text run at (8,2) width 20: &quot;test&quot;
</del><ins>+      RenderTable {TABLE} at (0,0) size 66x32 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 64x30
+          RenderTableRow {TR} at (0,2) size 64x26
+            RenderTableCell {TD} at (2,2) size 60x26 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderMenuList {SELECT} at (4,4) size 52x18 [bgcolor=#FFFFFF]
+                RenderBlock (anonymous) at (0,0) size 52x18
+                  RenderText at (8,2) size 21x13
+                    text run at (8,2) width 21: &quot;test&quot;
</ins><span class="cx">       RenderBlock {P} at (0,48) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 459x18
</span><span class="cx">           text run at (0,0) width 459: &quot;The select element in the table above must not spill outside of the table.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectdisabledappearanceexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-disabled-appearance-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectdisabledappearanceexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-disabled-appearance-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/select-disabled-appearance-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/select-disabled-appearance-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -16,14 +16,14 @@
</span><span class="cx">         RenderText {#text} at (711,0) size 5x18
</span><span class="cx">           text run at (711,0) width 5: &quot;.&quot;
</span><span class="cx">       RenderBlock {P} at (0,34) size 784x22
</span><del>-        RenderMenuList {SELECT} at (2,2) size 159x18 [color=#808080] [bgcolor=#FFFFFF]
-          RenderBlock (anonymous) at (0,0) size 159x18
-            RenderText at (8,2) size 128x13
-              text run at (8,2) width 128: &quot;This text should be gray&quot;
</del><ins>+        RenderMenuList {SELECT} at (2,2) size 158x18 [color=#808080] [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 158x18
+            RenderText at (8,2) size 127x13
+              text run at (8,2) width 127: &quot;This text should be gray&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,72) size 784x22
</span><del>-        RenderMenuList {SELECT} at (2,2) size 164x18 [bgcolor=#FFFFFF]
-          RenderBlock (anonymous) at (0,0) size 164x18
-            RenderText at (8,2) size 133x13
-              text run at (8,2) width 133: &quot;This text should be black&quot;
</del><ins>+        RenderMenuList {SELECT} at (2,2) size 163x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 163x18
+            RenderText at (8,2) size 132x13
+              text run at (8,2) width 132: &quot;This text should be black&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectemptyoptionheightexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-empty-option-height-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectemptyoptionheightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-empty-option-height-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/select-empty-option-height-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/select-empty-option-height-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -3,8 +3,8 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-      RenderMenuList {SELECT} at (2,2) size 24x15 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-        RenderBlock (anonymous) at (1,1) size 22x13
</del><ins>+      RenderMenuList {SELECT} at (2,2) size 25x15 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+        RenderBlock (anonymous) at (1,1) size 23x13
</ins><span class="cx">           RenderText at (0,0) size 0x13
</span><span class="cx">             text run at (0,0) width 0: &quot; &quot;
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectinitialpositionexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-initial-position-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectinitialpositionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-initial-position-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/select-initial-position-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/select-initial-position-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -6,51 +6,51 @@
</span><span class="cx">       RenderText {#text} at (0,0) size 98x18
</span><span class="cx">         text run at (0,0) width 98: &quot;initial selected:&quot;
</span><span class="cx">       RenderBR {BR} at (97,14) size 1x0
</span><del>-      RenderListBox {SELECT} at (2,20) size 140x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-      RenderText {#text} at (144,58) size 4x18
-        text run at (144,58) width 4: &quot; &quot;
-      RenderBR {BR} at (148,72) size 0x0
</del><ins>+      RenderListBox {SELECT} at (2,20) size 139x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+      RenderText {#text} at (143,58) size 4x18
+        text run at (143,58) width 4: &quot; &quot;
+      RenderBR {BR} at (147,72) size 0x0
</ins><span class="cx">       RenderText {#text} at (0,79) size 165x18
</span><span class="cx">         text run at (0,79) width 165: &quot;dynamic selected change:&quot;
</span><span class="cx">       RenderBR {BR} at (164,93) size 1x0
</span><del>-      RenderListBox {SELECT} at (2,99) size 140x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-      RenderText {#text} at (144,137) size 4x18
-        text run at (144,137) width 4: &quot; &quot;
</del><ins>+      RenderListBox {SELECT} at (2,99) size 139x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+      RenderText {#text} at (143,137) size 4x18
+        text run at (143,137) width 4: &quot; &quot;
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBR {BR} at (0,0) size 0x0
</span><span class="cx">       RenderText {#text} at (0,158) size 217x18
</span><span class="cx">         text run at (0,158) width 217: &quot;dynamic insert of selected option:&quot;
</span><span class="cx">       RenderBR {BR} at (216,172) size 1x0
</span><del>-      RenderListBox {SELECT} at (2,178) size 140x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-      RenderText {#text} at (144,216) size 4x18
-        text run at (144,216) width 4: &quot; &quot;
-      RenderBR {BR} at (148,230) size 0x0
</del><ins>+      RenderListBox {SELECT} at (2,178) size 139x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+      RenderText {#text} at (143,216) size 4x18
+        text run at (143,216) width 4: &quot; &quot;
+      RenderBR {BR} at (147,230) size 0x0
</ins><span class="cx">       RenderText {#text} at (0,237) size 98x18
</span><span class="cx">         text run at (0,237) width 98: &quot;initial selected:&quot;
</span><span class="cx">       RenderBR {BR} at (97,251) size 1x0
</span><del>-      RenderMenuList {SELECT} at (2,257) size 154x18 [bgcolor=#FFFFFF]
-        RenderBlock (anonymous) at (0,0) size 154x18
-          RenderText at (8,2) size 123x13
-            text run at (8,2) width 123: &quot;this should be selected&quot;
-      RenderText {#text} at (158,256) size 4x18
-        text run at (158,256) width 4: &quot; &quot;
-      RenderBR {BR} at (162,270) size 0x0
</del><ins>+      RenderMenuList {SELECT} at (2,257) size 153x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 153x18
+          RenderText at (8,2) size 122x13
+            text run at (8,2) width 122: &quot;this should be selected&quot;
+      RenderText {#text} at (157,256) size 4x18
+        text run at (157,256) width 4: &quot; &quot;
+      RenderBR {BR} at (161,270) size 0x0
</ins><span class="cx">       RenderText {#text} at (0,277) size 165x18
</span><span class="cx">         text run at (0,277) width 165: &quot;dynamic selected change:&quot;
</span><span class="cx">       RenderBR {BR} at (164,291) size 1x0
</span><del>-      RenderMenuList {SELECT} at (2,297) size 154x18 [bgcolor=#FFFFFF]
-        RenderBlock (anonymous) at (0,0) size 154x18
-          RenderText at (8,2) size 123x13
-            text run at (8,2) width 123: &quot;this should be selected&quot;
-      RenderText {#text} at (158,296) size 4x18
-        text run at (158,296) width 4: &quot; &quot;
</del><ins>+      RenderMenuList {SELECT} at (2,297) size 153x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 153x18
+          RenderText at (8,2) size 122x13
+            text run at (8,2) width 122: &quot;this should be selected&quot;
+      RenderText {#text} at (157,296) size 4x18
+        text run at (157,296) width 4: &quot; &quot;
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBR {BR} at (0,0) size 0x0
</span><span class="cx">       RenderText {#text} at (0,317) size 217x18
</span><span class="cx">         text run at (0,317) width 217: &quot;dynamic insert of selected option:&quot;
</span><span class="cx">       RenderBR {BR} at (216,331) size 1x0
</span><del>-      RenderMenuList {SELECT} at (2,337) size 154x18 [bgcolor=#FFFFFF]
-        RenderBlock (anonymous) at (0,0) size 154x18
-          RenderText at (8,2) size 123x13
-            text run at (8,2) width 123: &quot;this should be selected&quot;
</del><ins>+      RenderMenuList {SELECT} at (2,337) size 153x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 153x18
+          RenderText at (8,2) size 122x13
+            text run at (8,2) width 122: &quot;this should be selected&quot;
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectitembackgroundclipexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-item-background-clip-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectitembackgroundclipexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-item-background-clip-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/select-item-background-clip-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/select-item-background-clip-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -17,6 +17,6 @@
</span><span class="cx">         RenderText {#text} at (162,18) size 5x18
</span><span class="cx">           text run at (162,18) width 5: &quot;.&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,52) size 784x58
</span><del>-        RenderListBox {SELECT} at (2,0) size 54x58 [bgcolor=#FFFFFF] [border: (3px solid #0000FF)]
</del><ins>+        RenderListBox {SELECT} at (2,0) size 55x58 [bgcolor=#FFFFFF] [border: (3px solid #0000FF)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectlistboxwithheightexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-list-box-with-height-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectlistboxwithheightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-list-box-with-height-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/select-list-box-with-height-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/select-list-box-with-height-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -7,5 +7,5 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 372x18
</span><span class="cx">           text run at (0,0) width 372: &quot;The select below has a size of 3, but a much larger height.&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,34) size 784x250
</span><del>-        RenderListBox {SELECT} at (2,0) size 58x250 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</del><ins>+        RenderListBox {SELECT} at (2,0) size 59x250 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectlistboxmultiplenofocusringexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectlistboxmultiplenofocusringexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -3,6 +3,6 @@
</span><span class="cx"> layer at (0,0) size 800x77
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x77
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x61
</span><del>-      RenderListBox {SELECT} at (2,2) size 350x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</del><ins>+      RenderListBox {SELECT} at (2,2) size 356x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectnonnativerenderingdirectionexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-non-native-rendering-direction-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectnonnativerenderingdirectionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-non-native-rendering-direction-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/select-non-native-rendering-direction-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/select-non-native-rendering-direction-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -6,17 +6,17 @@
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 784x22
</span><span class="cx">         RenderText {#text} at (0,1) size 127x18
</span><span class="cx">           text run at (0,1) width 127: &quot;Left to right select: &quot;
</span><del>-        RenderMenuList {SELECT} at (128,2) size 116x18 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-          RenderBlock (anonymous) at (1,1) size 113x16
-            RenderText at (8,1) size 47x13
-              text run at (8,1) width 47: &quot;Alabama&quot;
</del><ins>+        RenderMenuList {SELECT} at (128,2) size 115x18 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+          RenderBlock (anonymous) at (1,1) size 112x16
+            RenderText at (8,1) size 46x13
+              text run at (8,1) width 46: &quot;Alabama&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {DIV} at (0,22) size 784x22
</span><span class="cx">         RenderText {#text} at (657,1) size 127x18
</span><span class="cx">           text run at (657,1) width 10 RTL: &quot;: &quot;
</span><span class="cx">           text run at (666,1) width 118: &quot;Right to left select&quot;
</span><del>-        RenderMenuList {SELECT} at (540,2) size 116x18 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-          RenderBlock (anonymous) at (1,1) size 113x16
-            RenderText at (58,1) size 47x13
-              text run at (58,1) width 47: &quot;Alabama&quot;
</del><ins>+        RenderMenuList {SELECT} at (541,2) size 115x18 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+          RenderBlock (anonymous) at (1,1) size 112x16
+            RenderText at (58,1) size 46x13
+              text run at (58,1) width 46: &quot;Alabama&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectoverflowscrollexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-overflow-scroll-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectoverflowscrollexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-overflow-scroll-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/select-overflow-scroll-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/select-overflow-scroll-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -4,5 +4,5 @@
</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">       RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (10,10) size 50x113 clip at (11,11) size 48x111
-  RenderListBox {SELECT} at (2,2) size 50x113 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</del><ins>+layer at (10,10) size 49x113 clip at (11,11) size 47x111
+  RenderListBox {SELECT} at (2,2) size 49x113 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectoverflowscrollinheritedexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-overflow-scroll-inherited-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectoverflowscrollinheritedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-overflow-scroll-inherited-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/select-overflow-scroll-inherited-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/select-overflow-scroll-inherited-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -6,5 +6,5 @@
</span><span class="cx"> layer at (8,8) size 784x132 clip at (8,8) size 769x117
</span><span class="cx">   RenderBlock {DIV} at (0,0) size 784x132
</span><span class="cx">     RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (10,10) size 50x113 clip at (11,11) size 48x111
-  RenderListBox {SELECT} at (2,2) size 50x113 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</del><ins>+layer at (10,10) size 49x113 clip at (11,11) size 47x111
+  RenderListBox {SELECT} at (2,2) size 49x113 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectselectedexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-selected-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectselectedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-selected-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/select-selected-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/select-selected-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -3,8 +3,8 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-      RenderMenuList {SELECT} at (2,2) size 260x18 [bgcolor=#FFFFFF]
-        RenderBlock (anonymous) at (0,0) size 260x18
-          RenderText at (8,2) size 165x13
-            text run at (8,2) width 165: &quot;should see this option selected&quot;
</del><ins>+      RenderMenuList {SELECT} at (2,2) size 259x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 259x18
+          RenderText at (8,2) size 164x13
+            text run at (8,2) width 164: &quot;should see this option selected&quot;
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectstyleexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-style-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectstyleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-style-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/select-style-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/select-style-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -7,67 +7,67 @@
</span><span class="cx">         text run at (0,0) width 256: &quot;This tests that styled popups look right. &quot;
</span><span class="cx">         text run at (255,0) width 310: &quot;(Aqua for now- later, we will honor the styling).&quot;
</span><span class="cx">       RenderBR {BR} at (564,14) size 1x0
</span><del>-      RenderMenuList {SELECT} at (2,20) size 51x18 [bgcolor=#FF0000] [border: (1px solid #000000)]
-        RenderBlock (anonymous) at (1,1) size 49x16
-          RenderText at (8,1) size 20x13
-            text run at (8,1) width 20: &quot;test&quot;
-      RenderText {#text} at (55,19) size 4x18
-        text run at (55,19) width 4: &quot; &quot;
-      RenderBR {BR} at (59,33) size 0x0
</del><ins>+      RenderMenuList {SELECT} at (2,20) size 52x18 [bgcolor=#FF0000] [border: (1px solid #000000)]
+        RenderBlock (anonymous) at (1,1) size 50x16
+          RenderText at (8,1) size 21x13
+            text run at (8,1) width 21: &quot;test&quot;
+      RenderText {#text} at (56,19) size 4x18
+        text run at (56,19) width 4: &quot; &quot;
+      RenderBR {BR} at (60,33) size 0x0
</ins><span class="cx">       RenderText {#text} at (0,40) size 541x18
</span><span class="cx">         text run at (0,40) width 541: &quot;This tests that background color is white by default regardless of the parent element.&quot;
</span><span class="cx">       RenderBR {BR} at (540,54) size 1x0
</span><del>-      RenderInline {SPAN} at (0,0) size 69x28 [bgcolor=#FF0000]
</del><ins>+      RenderInline {SPAN} at (0,0) size 70x28 [bgcolor=#FF0000]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-        RenderMenuList {SELECT} at (7,60) size 51x18 [bgcolor=#FFFFFF]
-          RenderBlock (anonymous) at (0,0) size 51x18
-            RenderText at (8,2) size 20x13
-              text run at (8,2) width 20: &quot;test&quot;
-        RenderText {#text} at (60,59) size 4x18
-          text run at (60,59) width 4: &quot; &quot;
</del><ins>+        RenderMenuList {SELECT} at (7,60) size 52x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 52x18
+            RenderText at (8,2) size 21x13
+              text run at (8,2) width 21: &quot;test&quot;
+        RenderText {#text} at (61,59) size 4x18
+          text run at (61,59) width 4: &quot; &quot;
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBR {BR} at (0,0) size 0x0
</span><span class="cx">       RenderText {#text} at (0,80) size 641x18
</span><span class="cx">         text run at (0,80) width 641: &quot;This tests that background color is inherited from the parent if background-color:inherit is specified.&quot;
</span><span class="cx">       RenderBR {BR} at (640,94) size 1x0
</span><del>-      RenderInline {SPAN} at (0,0) size 69x28 [bgcolor=#FF0000]
</del><ins>+      RenderInline {SPAN} at (0,0) size 70x28 [bgcolor=#FF0000]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-        RenderMenuList {SELECT} at (7,100) size 51x18 [border: (1px solid #000000)]
-          RenderBlock (anonymous) at (1,1) size 49x16
-            RenderText at (8,1) size 20x13
-              text run at (8,1) width 20: &quot;test&quot;
-        RenderText {#text} at (60,99) size 4x18
-          text run at (60,99) width 4: &quot; &quot;
</del><ins>+        RenderMenuList {SELECT} at (7,100) size 52x18 [border: (1px solid #000000)]
+          RenderBlock (anonymous) at (1,1) size 50x16
+            RenderText at (8,1) size 21x13
+              text run at (8,1) width 21: &quot;test&quot;
+        RenderText {#text} at (61,99) size 4x18
+          text run at (61,99) width 4: &quot; &quot;
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBR {BR} at (0,0) size 0x0
</span><span class="cx">       RenderText {#text} at (0,120) size 652x18
</span><span class="cx">         text run at (0,120) width 652: &quot;This tests that background color is the same as the parent if background-color:transparent is specified.&quot;
</span><span class="cx">       RenderBR {BR} at (651,134) size 1x0
</span><del>-      RenderInline {SPAN} at (0,0) size 69x28 [bgcolor=#FF0000]
</del><ins>+      RenderInline {SPAN} at (0,0) size 70x28 [bgcolor=#FF0000]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-        RenderMenuList {SELECT} at (7,140) size 51x18 [border: (1px solid #000000)]
-          RenderBlock (anonymous) at (1,1) size 49x16
-            RenderText at (8,1) size 20x13
-              text run at (8,1) width 20: &quot;test&quot;
-        RenderText {#text} at (60,139) size 4x18
-          text run at (60,139) width 4: &quot; &quot;
</del><ins>+        RenderMenuList {SELECT} at (7,140) size 52x18 [border: (1px solid #000000)]
+          RenderBlock (anonymous) at (1,1) size 50x16
+            RenderText at (8,1) size 21x13
+              text run at (8,1) width 21: &quot;test&quot;
+        RenderText {#text} at (61,139) size 4x18
+          text run at (61,139) width 4: &quot; &quot;
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBR {BR} at (0,0) size 0x0
</span><span class="cx">       RenderText {#text} at (0,160) size 508x18
</span><span class="cx">         text run at (0,160) width 508: &quot;This tests that background is white if only background-image:none is specified.&quot;
</span><span class="cx">       RenderBR {BR} at (507,174) size 1x0
</span><del>-      RenderMenuList {SELECT} at (2,180) size 51x18 [bgcolor=#FFFFFF]
-        RenderBlock (anonymous) at (0,0) size 51x18
-          RenderText at (8,2) size 20x13
-            text run at (8,2) width 20: &quot;test&quot;
-      RenderText {#text} at (55,179) size 4x18
-        text run at (55,179) width 4: &quot; &quot;
-      RenderBR {BR} at (59,193) size 0x0
</del><ins>+      RenderMenuList {SELECT} at (2,180) size 52x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 52x18
+          RenderText at (8,2) size 21x13
+            text run at (8,2) width 21: &quot;test&quot;
+      RenderText {#text} at (56,179) size 4x18
+        text run at (56,179) width 4: &quot; &quot;
+      RenderBR {BR} at (60,193) size 0x0
</ins><span class="cx">       RenderText {#text} at (0,200) size 429x18
</span><span class="cx">         text run at (0,200) width 429: &quot;This tests that the image specified for background-image is visible.&quot;
</span><span class="cx">       RenderBR {BR} at (428,214) size 1x0
</span><del>-      RenderMenuList {SELECT} at (2,220) size 51x18 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-        RenderBlock (anonymous) at (1,1) size 49x16
-          RenderText at (8,1) size 20x13
-            text run at (8,1) width 20: &quot;test&quot;
</del><ins>+      RenderMenuList {SELECT} at (2,220) size 52x18 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+        RenderBlock (anonymous) at (1,1) size 50x16
+          RenderText at (8,1) size 21x13
+            text run at (8,1) width 21: &quot;test&quot;
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectwritingdirectionnaturalexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-writing-direction-natural-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsselectwritingdirectionnaturalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/select-writing-direction-natural-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/select-writing-direction-natural-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/select-writing-direction-natural-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -34,17 +34,17 @@
</span><span class="cx">             text run at (144,1) width 4: &quot; &quot;
</span><span class="cx">           RenderMenuList {SELECT} at (148,2) size 70x18 [bgcolor=#FFFFFF]
</span><span class="cx">             RenderBlock (anonymous) at (0,0) size 70x18
</span><del>-              RenderText at (8,2) size 18x13
</del><ins>+              RenderText at (8,2) size 19x13
</ins><span class="cx">                 text run at (8,2) width 4: &quot;(&quot;
</span><del>-                text run at (11,2) width 8 RTL: &quot;\x{5D0}&quot;
-                text run at (18,2) width 8: &quot;A&quot;
</del><ins>+                text run at (11,2) width 9 RTL: &quot;\x{5D0}&quot;
+                text run at (19,2) width 8: &quot;A&quot;
</ins><span class="cx">           RenderText {#text} at (218,1) size 4x18
</span><span class="cx">             text run at (218,1) width 4: &quot; &quot;
</span><span class="cx">           RenderMenuList {SELECT} at (222,2) size 70x18 [bgcolor=#FFFFFF]
</span><span class="cx">             RenderBlock (anonymous) at (0,0) size 70x18
</span><del>-              RenderText at (8,2) size 18x13
-                text run at (8,2) width 11: &quot;(A&quot;
-                text run at (18,2) width 8 RTL: &quot;\x{5D0}&quot;
</del><ins>+              RenderText at (8,2) size 19x13
+                text run at (8,2) width 12: &quot;(A&quot;
+                text run at (19,2) width 8 RTL: &quot;\x{5D0}&quot;
</ins><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderBlock {DIV} at (0,22) size 784x22
</span><span class="cx">           RenderMenuList {SELECT} at (492,2) size 70x18 [bgcolor=#FFFFFF]
</span><span class="lines">@@ -63,17 +63,17 @@
</span><span class="cx">             text run at (636,1) width 4: &quot; &quot;
</span><span class="cx">           RenderMenuList {SELECT} at (640,2) size 70x18 [bgcolor=#FFFFFF]
</span><span class="cx">             RenderBlock (anonymous) at (0,0) size 70x18
</span><del>-              RenderText at (8,2) size 18x13
</del><ins>+              RenderText at (8,2) size 19x13
</ins><span class="cx">                 text run at (8,2) width 4: &quot;(&quot;
</span><del>-                text run at (11,2) width 8 RTL: &quot;\x{5D0}&quot;
-                text run at (18,2) width 8: &quot;A&quot;
</del><ins>+                text run at (11,2) width 9 RTL: &quot;\x{5D0}&quot;
+                text run at (19,2) width 8: &quot;A&quot;
</ins><span class="cx">           RenderText {#text} at (710,1) size 4x18
</span><span class="cx">             text run at (710,1) width 4: &quot; &quot;
</span><span class="cx">           RenderMenuList {SELECT} at (714,2) size 70x18 [bgcolor=#FFFFFF]
</span><span class="cx">             RenderBlock (anonymous) at (0,0) size 70x18
</span><del>-              RenderText at (8,2) size 18x13
-                text run at (8,2) width 11: &quot;(A&quot;
-                text run at (18,2) width 8 RTL: &quot;\x{5D0}&quot;
</del><ins>+              RenderText at (8,2) size 19x13
+                text run at (8,2) width 12: &quot;(A&quot;
+                text run at (19,2) width 8 RTL: &quot;\x{5D0}&quot;
</ins><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {DIV} at (0,96) size 784x44
</span><span class="cx">         RenderBlock {DIV} at (0,0) size 784x22
</span><span class="lines">@@ -93,16 +93,16 @@
</span><span class="cx">             text run at (144,1) width 4 RTL: &quot; &quot;
</span><span class="cx">           RenderMenuList {SELECT} at (74,2) size 70x18 [bgcolor=#FFFFFF]
</span><span class="cx">             RenderBlock (anonymous) at (0,0) size 70x18
</span><del>-              RenderText at (44,2) size 18x13
-                text run at (44,2) width 8: &quot;A&quot;
-                text run at (51,2) width 11 RTL: &quot;(\x{5D0}&quot;
</del><ins>+              RenderText at (43,2) size 19x13
+                text run at (43,2) width 8: &quot;A&quot;
+                text run at (50,2) width 12 RTL: &quot;(\x{5D0}&quot;
</ins><span class="cx">           RenderText {#text} at (70,1) size 4x18
</span><span class="cx">             text run at (70,1) width 4 RTL: &quot; &quot;
</span><span class="cx">           RenderMenuList {SELECT} at (0,2) size 70x18 [bgcolor=#FFFFFF]
</span><span class="cx">             RenderBlock (anonymous) at (0,0) size 70x18
</span><del>-              RenderText at (44,2) size 18x13
-                text run at (44,2) width 8 RTL: &quot;\x{5D0}&quot;
-                text run at (51,2) width 8: &quot;A&quot;
</del><ins>+              RenderText at (43,2) size 19x13
+                text run at (43,2) width 8 RTL: &quot;\x{5D0}&quot;
+                text run at (50,2) width 9: &quot;A&quot;
</ins><span class="cx">                 text run at (58,2) width 4 RTL: &quot;(&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderBlock {DIV} at (0,22) size 784x22
</span><span class="lines">@@ -122,15 +122,15 @@
</span><span class="cx">             text run at (636,1) width 4 RTL: &quot; &quot;
</span><span class="cx">           RenderMenuList {SELECT} at (566,2) size 70x18 [bgcolor=#FFFFFF]
</span><span class="cx">             RenderBlock (anonymous) at (0,0) size 70x18
</span><del>-              RenderText at (44,2) size 18x13
-                text run at (44,2) width 8: &quot;A&quot;
-                text run at (51,2) width 11 RTL: &quot;(\x{5D0}&quot;
</del><ins>+              RenderText at (43,2) size 19x13
+                text run at (43,2) width 8: &quot;A&quot;
+                text run at (50,2) width 12 RTL: &quot;(\x{5D0}&quot;
</ins><span class="cx">           RenderText {#text} at (562,1) size 4x18
</span><span class="cx">             text run at (562,1) width 4 RTL: &quot; &quot;
</span><span class="cx">           RenderMenuList {SELECT} at (492,2) size 70x18 [bgcolor=#FFFFFF]
</span><span class="cx">             RenderBlock (anonymous) at (0,0) size 70x18
</span><del>-              RenderText at (44,2) size 18x13
-                text run at (44,2) width 8 RTL: &quot;\x{5D0}&quot;
-                text run at (51,2) width 8: &quot;A&quot;
</del><ins>+              RenderText at (43,2) size 19x13
+                text run at (43,2) width 8 RTL: &quot;\x{5D0}&quot;
+                text run at (50,2) width 9: &quot;A&quot;
</ins><span class="cx">                 text run at (58,2) width 4 RTL: &quot;(&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsstuffonmyoptgroupexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/stuff-on-my-optgroup-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsstuffonmyoptgroupexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/stuff-on-my-optgroup-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/stuff-on-my-optgroup-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/stuff-on-my-optgroup-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -3,13 +3,13 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-      RenderMenuList {SELECT} at (2,2) size 67x18 [bgcolor=#FFFFFF]
-        RenderBlock (anonymous) at (0,0) size 67x18
</del><ins>+      RenderMenuList {SELECT} at (2,2) size 66x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 66x18
</ins><span class="cx">           RenderText at (8,2) size 22x13
</span><span class="cx">             text run at (8,2) width 22: &quot;One&quot;
</span><del>-      RenderBR {BR} at (71,15) size 0x0
-      RenderMenuList {SELECT} at (2,24) size 67x18 [bgcolor=#FFFFFF]
-        RenderBlock (anonymous) at (0,0) size 67x18
</del><ins>+      RenderBR {BR} at (70,15) size 0x0
+      RenderMenuList {SELECT} at (2,24) size 66x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 66x18
</ins><span class="cx">           RenderText at (8,2) size 22x13
</span><span class="cx">             text run at (8,2) width 22: &quot;One&quot;
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformstabbinginputiframeexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/tabbing-input-iframe-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformstabbinginputiframeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/tabbing-input-iframe-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/tabbing-input-iframe-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/tabbing-input-iframe-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -6,24 +6,24 @@
</span><span class="cx">       RenderText {#text} at (0,0) size 454x18
</span><span class="cx">         text run at (0,0) width 454: &quot;This tests that you can tab out of a text field if an iframe comes after it.&quot;
</span><span class="cx">       RenderBR {BR} at (453,14) size 1x0
</span><del>-      RenderTextControl {INPUT} at (2,156) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-      RenderText {#text} at (140,156) size 5x18
-        text run at (140,156) width 5: &quot; &quot;
-      RenderIFrame {IFRAME} at (144,18) size 303x152 [border: (1px solid #000000)]
</del><ins>+      RenderTextControl {INPUT} at (2,156) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (149,156) size 5x18
+        text run at (149,156) width 5: &quot; &quot;
+      RenderIFrame {IFRAME} at (153,18) size 303x152 [border: (1px solid #000000)]
</ins><span class="cx">         layer at (0,0) size 300x150
</span><span class="cx">           RenderView at (0,0) size 300x150
</span><span class="cx">         layer at (0,0) size 300x150
</span><span class="cx">           RenderBlock {HTML} at (0,0) size 300x150
</span><span class="cx">             RenderBody {BODY} at (8,8) size 284x134
</span><del>-      RenderText {#text} at (446,156) size 5x18
-        text run at (446,156) width 5: &quot; &quot;
-      RenderTextControl {INPUT} at (452,156) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+      RenderText {#text} at (455,156) size 5x18
+        text run at (455,156) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (461,156) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,167) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (463,167) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 122x13
-      text run at (0,0) width 122: &quot;This should have focus&quot;
</del><ins>+layer at (13,167) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (473,167) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 121x13
+      text run at (0,0) width 121: &quot;This should have focus&quot;
</ins><span class="cx"> selection start: position 0 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 7 {INPUT} of body
</span><span class="cx"> selection end:   position 22 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 7 {INPUT} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformstextstylecolorexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/text-style-color-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformstextstylecolorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/text-style-color-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/text-style-color-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/text-style-color-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -9,10 +9,10 @@
</span><span class="cx">       RenderBlock {FORM} at (0,26) size 784x43
</span><span class="cx">         RenderBlock {HR} at (0,0) size 784x2 [border: (1px inset #000000)]
</span><span class="cx">         RenderBlock (anonymous) at (0,10) size 784x23
</span><del>-          RenderInline {LABEL} at (0,0) size 468x18
</del><ins>+          RenderInline {LABEL} at (0,0) size 478x18
</ins><span class="cx">             RenderText {#text} at (0,2) size 328x18
</span><span class="cx">               text run at (0,2) width 328: &quot;This is a searchable index. Enter search keywords: &quot;
</span><del>-            RenderTextControl {INPUT} at (329,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+            RenderTextControl {INPUT} at (329,2) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">         RenderBlock {HR} at (0,41) size 784x2 [border: (1px inset #000000)]
</span><span class="cx">       RenderBlock (anonymous) at (0,85) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 148x18
</span><span class="lines">@@ -20,10 +20,10 @@
</span><span class="cx">       RenderBlock {FORM} at (0,111) size 784x43
</span><span class="cx">         RenderBlock {HR} at (0,0) size 784x2 [border: (1px inset #000000)]
</span><span class="cx">         RenderBlock (anonymous) at (0,10) size 784x23
</span><del>-          RenderInline {LABEL} at (0,0) size 468x18
</del><ins>+          RenderInline {LABEL} at (0,0) size 478x18
</ins><span class="cx">             RenderText {#text} at (0,2) size 328x18
</span><span class="cx">               text run at (0,2) width 328: &quot;This is a searchable index. Enter search keywords: &quot;
</span><del>-            RenderTextControl {INPUT} at (329,2) size 137x19 [color=#FF0000] [bgcolor=#FFFFFF] [border: (2px inset #FF0000)]
</del><ins>+            RenderTextControl {INPUT} at (329,2) size 147x19 [color=#FF0000] [bgcolor=#FFFFFF] [border: (2px inset #FF0000)]
</ins><span class="cx">         RenderBlock {HR} at (0,41) size 784x2 [border: (1px inset #000000)]
</span><span class="cx">       RenderBlock (anonymous) at (0,170) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 216x18
</span><span class="lines">@@ -31,10 +31,10 @@
</span><span class="cx">       RenderBlock {FORM} at (0,196) size 784x43
</span><span class="cx">         RenderBlock {HR} at (0,0) size 784x2 [border: (1px inset #000000)]
</span><span class="cx">         RenderBlock (anonymous) at (0,10) size 784x23
</span><del>-          RenderInline {LABEL} at (0,0) size 468x18
</del><ins>+          RenderInline {LABEL} at (0,0) size 478x18
</ins><span class="cx">             RenderText {#text} at (0,2) size 328x18
</span><span class="cx">               text run at (0,2) width 328: &quot;This is a searchable index. Enter search keywords: &quot;
</span><del>-            RenderTextControl {INPUT} at (329,2) size 137x19 [bgcolor=#008000] [border: (2px inset #000000)]
</del><ins>+            RenderTextControl {INPUT} at (329,2) size 147x19 [bgcolor=#008000] [border: (2px inset #000000)]
</ins><span class="cx">         RenderBlock {HR} at (0,41) size 784x2 [border: (1px inset #000000)]
</span><span class="cx">       RenderBlock (anonymous) at (0,255) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 211x18
</span><span class="lines">@@ -42,52 +42,52 @@
</span><span class="cx">       RenderBlock {FORM} at (0,281) size 784x43
</span><span class="cx">         RenderBlock {HR} at (0,0) size 784x2 [border: (1px inset #000000)]
</span><span class="cx">         RenderBlock (anonymous) at (0,10) size 784x23
</span><del>-          RenderInline {LABEL} at (0,0) size 468x18
</del><ins>+          RenderInline {LABEL} at (0,0) size 478x18
</ins><span class="cx">             RenderText {#text} at (0,2) size 328x18
</span><span class="cx">               text run at (0,2) width 328: &quot;This is a searchable index. Enter search keywords: &quot;
</span><del>-            RenderTextControl {INPUT} at (329,2) size 137x19 [color=#FF0000] [bgcolor=#008000] [border: (2px inset #FF0000)]
</del><ins>+            RenderTextControl {INPUT} at (329,2) size 147x19 [color=#FF0000] [bgcolor=#008000] [border: (2px inset #FF0000)]
</ins><span class="cx">         RenderBlock {HR} at (0,41) size 784x2 [border: (1px inset #000000)]
</span><span class="cx">       RenderBlock (anonymous) at (0,340) size 784x23
</span><del>-        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderText {#text} at (140,2) size 5x18
-          text run at (140,2) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (146,2) size 137x19 [color=#FF0000] [bgcolor=#FFFFFF] [border: (2px inset #FF0000)]
-        RenderText {#text} at (284,2) size 5x18
-          text run at (284,2) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (290,2) size 138x19 [bgcolor=#008000] [border: (2px inset #000000)]
-        RenderText {#text} at (429,2) size 5x18
-          text run at (429,2) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (435,2) size 137x19 [color=#FF0000] [bgcolor=#008000] [border: (2px inset #FF0000)]
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (149,2) size 5x18
+          text run at (149,2) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (155,2) size 147x19 [color=#FF0000] [bgcolor=#FFFFFF] [border: (2px inset #FF0000)]
+        RenderText {#text} at (303,2) size 5x18
+          text run at (303,2) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (309,2) size 147x19 [bgcolor=#008000] [border: (2px inset #000000)]
+        RenderText {#text} at (457,2) size 5x18
+          text run at (457,2) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (463,2) size 147x19 [color=#FF0000] [bgcolor=#008000] [border: (2px inset #FF0000)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (340,49) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (340,49) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 37x13
</span><span class="cx">       text run at (0,0) width 37: &quot;default&quot;
</span><del>-layer at (340,134) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (340,134) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 18x13
</span><span class="cx">       text run at (0,0) width 18: &quot;red&quot;
</span><del>-layer at (340,219) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (340,219) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 86x13
</span><span class="cx">       text run at (0,0) width 86: &quot;default on green&quot;
</span><del>-layer at (340,304) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (340,304) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 67x13
</span><span class="cx">       text run at (0,0) width 67: &quot;red on green&quot;
</span><del>-layer at (13,353) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (13,353) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 37x13
</span><span class="cx">       text run at (0,0) width 37: &quot;default&quot;
</span><del>-layer at (157,353) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (167,353) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 18x13
</span><span class="cx">       text run at (0,0) width 18: &quot;red&quot;
</span><del>-layer at (302,353) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (321,353) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 86x13
</span><span class="cx">       text run at (0,0) width 86: &quot;default on green&quot;
</span><del>-layer at (446,353) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (475,353) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 67x13
</span><span class="cx">       text run at (0,0) width 67: &quot;red on green&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformstextAreaLineHeightexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/textAreaLineHeight-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformstextAreaLineHeightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/textAreaLineHeight-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/textAreaLineHeight-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/textAreaLineHeight-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -36,15 +36,15 @@
</span><span class="cx">         RenderText {#text} at (0,36) size 125x18
</span><span class="cx">           text run at (0,36) width 125: &quot;Un-Styled Textarea&quot;
</span><span class="cx">         RenderBR {BR} at (124,36) size 1x18
</span><del>-        RenderText {#text} at (156,76) size 4x18
-          text run at (156,76) width 4: &quot; &quot;
</del><ins>+        RenderText {#text} at (165,76) size 4x18
+          text run at (165,76) width 4: &quot; &quot;
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x0
</span><span class="cx">         RenderBR {BR} at (0,94) size 0x18
</span><span class="cx">         RenderText {#text} at (0,112) size 216x18
</span><span class="cx">           text run at (0,112) width 216: &quot;Totally Blank Un-Styled Textarea&quot;
</span><span class="cx">         RenderBR {BR} at (215,112) size 1x18
</span><del>-        RenderText {#text} at (156,152) size 4x18
-          text run at (156,152) width 4: &quot; &quot;
</del><ins>+        RenderText {#text} at (165,152) size 4x18
+          text run at (165,152) width 4: &quot; &quot;
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x0
</span><span class="cx">         RenderBR {BR} at (0,170) size 0x18
</span><span class="cx">         RenderText {#text} at (0,188) size 212x18
</span><span class="lines">@@ -59,20 +59,20 @@
</span><span class="cx">         text run at (0,18) width 400: &quot;Demo text here that wraps a bit and should demonstrate the&quot;
</span><span class="cx">         text run at (399,18) width 1: &quot; &quot;
</span><span class="cx">         text run at (0,71) width 154: &quot;goodness of line-height&quot;
</span><del>-layer at (10,831) size 152x32 clip at (11,832) size 135x30 scrollHeight 56
-  RenderTextControl {TEXTAREA} at (2,56) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 131x52
-      RenderText {#text} at (0,0) size 125x52
-        text run at (0,0) width 105: &quot;Demo text here that&quot;
-        text run at (104,0) width 5: &quot; &quot;
-        text run at (0,13) width 121: &quot;wraps a bit and should&quot;
-        text run at (120,13) width 4: &quot; &quot;
</del><ins>+layer at (10,831) size 161x32 clip at (11,832) size 144x30 scrollHeight 56
+  RenderTextControl {TEXTAREA} at (2,56) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 140x52
+      RenderText {#text} at (0,0) size 140x52
+        text run at (0,0) width 140: &quot;Demo text here that wraps&quot;
+        text run at (139,0) width 1: &quot; &quot;
+        text run at (0,13) width 84: &quot;a bit and should&quot;
+        text run at (83,13) width 5: &quot; &quot;
</ins><span class="cx">         text run at (0,26) width 87: &quot;demonstrate the&quot;
</span><span class="cx">         text run at (86,26) width 4: &quot; &quot;
</span><span class="cx">         text run at (0,39) width 125: &quot;goodness of line-height&quot;
</span><del>-layer at (10,907) size 152x32 clip at (11,908) size 150x30
-  RenderTextControl {TEXTAREA} at (2,132) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 146x13
</del><ins>+layer at (10,907) size 161x32 clip at (11,908) size 159x30
+  RenderTextControl {TEXTAREA} at (2,132) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 155x13
</ins><span class="cx"> layer at (8,981) size 406x206 clip at (9,982) size 404x204
</span><span class="cx">   RenderTextControl {TEXTAREA} at (0,206) size 406x206 [bgcolor=#FFFFFF] [border: (1px dotted #C0C0C0)]
</span><span class="cx">     RenderBlock {DIV} at (3,3) size 400x53
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformstextareaalignexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/textarea-align-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformstextareaalignexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/textarea-align-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/textarea-align-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/textarea-align-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -7,40 +7,40 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 640x18
</span><span class="cx">           text run at (0,0) width 640: &quot;The following textarea elements should all be rendered on the left, with their text aligned to the left.&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,34) size 784x156
</span><del>-        RenderText {#text} at (351,22) size 4x18
-          text run at (351,22) width 4: &quot; &quot;
</del><ins>+        RenderText {#text} at (375,22) size 4x18
+          text run at (375,22) width 4: &quot; &quot;
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x0
</span><del>-        RenderText {#text} at (351,62) size 4x18
-          text run at (351,62) width 4: &quot; &quot;
</del><ins>+        RenderText {#text} at (375,62) size 4x18
+          text run at (375,62) width 4: &quot; &quot;
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x0
</span><del>-        RenderText {#text} at (351,102) size 4x18
-          text run at (351,102) width 4: &quot; &quot;
</del><ins>+        RenderText {#text} at (375,102) size 4x18
+          text run at (375,102) width 4: &quot; &quot;
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x0
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {DIV} at (0,190) size 784x36
</span><del>-layer at (10,44) size 347x32 clip at (11,45) size 345x30
-  RenderTextControl {TEXTAREA} at (2,2) size 347x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 341x13
-      RenderText {#text} at (0,0) size 189x13
-        text run at (0,0) width 189: &quot;This is should be aligned to the left.&quot;
-layer at (10,84) size 347x32 clip at (11,85) size 345x30
-  RenderTextControl {TEXTAREA} at (2,42) size 347x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 341x13
-      RenderText {#text} at (0,0) size 189x13
-        text run at (0,0) width 189: &quot;This is should be aligned to the left.&quot;
-layer at (10,124) size 347x32 clip at (11,125) size 345x30
-  RenderTextControl {TEXTAREA} at (2,82) size 347x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 341x13
-      RenderText {#text} at (0,0) size 189x13
-        text run at (0,0) width 189: &quot;This is should be aligned to the left.&quot;
-layer at (10,164) size 347x32 clip at (11,165) size 345x30
-  RenderTextControl {TEXTAREA} at (2,122) size 347x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 341x13
-      RenderText {#text} at (0,0) size 189x13
-        text run at (0,0) width 189: &quot;This is should be aligned to the left.&quot;
-layer at (10,200) size 347x32 clip at (11,201) size 345x30
-  RenderTextControl {TEXTAREA} at (2,2) size 347x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 341x13
-      RenderText {#text} at (0,0) size 189x13
-        text run at (0,0) width 189: &quot;This is should be aligned to the left.&quot;
</del><ins>+layer at (10,44) size 371x32 clip at (11,45) size 369x30
+  RenderTextControl {TEXTAREA} at (2,2) size 371x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 365x13
+      RenderText {#text} at (0,0) size 188x13
+        text run at (0,0) width 188: &quot;This is should be aligned to the left.&quot;
+layer at (10,84) size 371x32 clip at (11,85) size 369x30
+  RenderTextControl {TEXTAREA} at (2,42) size 371x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 365x13
+      RenderText {#text} at (0,0) size 188x13
+        text run at (0,0) width 188: &quot;This is should be aligned to the left.&quot;
+layer at (10,124) size 371x32 clip at (11,125) size 369x30
+  RenderTextControl {TEXTAREA} at (2,82) size 371x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 365x13
+      RenderText {#text} at (0,0) size 188x13
+        text run at (0,0) width 188: &quot;This is should be aligned to the left.&quot;
+layer at (10,164) size 371x32 clip at (11,165) size 369x30
+  RenderTextControl {TEXTAREA} at (2,122) size 371x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 365x13
+      RenderText {#text} at (0,0) size 188x13
+        text run at (0,0) width 188: &quot;This is should be aligned to the left.&quot;
+layer at (10,200) size 371x32 clip at (11,201) size 369x30
+  RenderTextControl {TEXTAREA} at (2,2) size 371x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 365x13
+      RenderText {#text} at (0,0) size 188x13
+        text run at (0,0) width 188: &quot;This is should be aligned to the left.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformstextareaplaceholderpseudostyleexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformstextareaplaceholderpseudostyleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -6,34 +6,34 @@
</span><span class="cx">       RenderText {#text} at (0,0) size 336x18
</span><span class="cx">         text run at (0,0) width 336: &quot;This tests that you can set the placeholder text color.&quot;
</span><span class="cx">       RenderBR {BR} at (335,14) size 1x0
</span><del>-      RenderText {#text} at (156,40) size 4x18
-        text run at (156,40) width 4: &quot; &quot;
-      RenderText {#text} at (316,40) size 4x18
-        text run at (316,40) width 4: &quot; &quot;
-      RenderText {#text} at (476,40) size 4x18
-        text run at (476,40) width 4: &quot; &quot;
</del><ins>+      RenderText {#text} at (165,40) size 4x18
+        text run at (165,40) width 4: &quot; &quot;
+      RenderText {#text} at (334,40) size 4x18
+        text run at (334,40) width 4: &quot; &quot;
+      RenderText {#text} at (503,40) size 4x18
+        text run at (503,40) width 4: &quot; &quot;
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (10,28) size 152x32 clip at (11,29) size 150x30
-  RenderTextControl {TEXTAREA} at (2,20) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 146x13
-    RenderBlock {DIV} at (3,3) size 146x13 [color=#640000]
</del><ins>+layer at (10,28) size 161x32 clip at (11,29) size 159x30
+  RenderTextControl {TEXTAREA} at (2,20) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 155x13
+    RenderBlock {DIV} at (3,3) size 155x13 [color=#640000]
</ins><span class="cx">       RenderText {#text} at (0,0) size 21x13
</span><span class="cx">         text run at (0,0) width 21: &quot;text&quot;
</span><del>-layer at (170,28) size 152x32 clip at (171,29) size 150x30
-  RenderTextControl {TEXTAREA} at (162,20) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 146x13 [color=#545454]
-    RenderBlock {DIV} at (3,3) size 146x13 [color=#640000]
-      RenderText {#text} at (0,0) size 69x13
-        text run at (0,0) width 69: &quot;disabled text&quot;
-layer at (330,28) size 152x32 clip at (331,29) size 150x30
-  RenderTextControl {TEXTAREA} at (322,20) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 146x13
-    RenderBlock {DIV} at (3,3) size 146x13 [color=#A9A9A9]
</del><ins>+layer at (179,28) size 161x32 clip at (180,29) size 159x30
+  RenderTextControl {TEXTAREA} at (171,20) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 155x13 [color=#545454]
+    RenderBlock {DIV} at (3,3) size 155x13 [color=#640000]
+      RenderText {#text} at (0,0) size 68x13
+        text run at (0,0) width 68: &quot;disabled text&quot;
+layer at (348,28) size 161x32 clip at (349,29) size 159x30
+  RenderTextControl {TEXTAREA} at (340,20) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 155x13
+    RenderBlock {DIV} at (3,3) size 155x13 [color=#A9A9A9]
</ins><span class="cx">       RenderText {#text} at (0,0) size 37x13
</span><span class="cx">         text run at (0,0) width 37: &quot;default&quot;
</span><del>-layer at (490,28) size 152x32 clip at (491,29) size 150x30
-  RenderTextControl {TEXTAREA} at (482,20) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 146x13 [color=#545454]
-    RenderBlock {DIV} at (3,3) size 146x13 [color=#A9A9A9]
</del><ins>+layer at (517,28) size 161x32 clip at (518,29) size 159x30
+  RenderTextControl {TEXTAREA} at (509,20) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 155x13 [color=#545454]
+    RenderBlock {DIV} at (3,3) size 155x13 [color=#A9A9A9]
</ins><span class="cx">       RenderText {#text} at (0,0) size 85x13
</span><span class="cx">         text run at (0,0) width 85: &quot;default disabled&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformstextareaplaceholdervisibility1expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformstextareaplaceholdervisibility1expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -9,11 +9,11 @@
</span><span class="cx">       RenderBlock {DIV} at (0,34) size 784x36
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (10,44) size 152x32 clip at (11,45) size 150x30
-  RenderTextControl {TEXTAREA} at (2,2) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 146x13
</del><ins>+layer at (10,44) size 161x32 clip at (11,45) size 159x30
+  RenderTextControl {TEXTAREA} at (2,2) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 155x13
</ins><span class="cx">       RenderBR {BR} at (0,0) size 0x13
</span><del>-    RenderBlock {DIV} at (3,3) size 146x13 [color=#A9A9A9]
</del><ins>+    RenderBlock {DIV} at (3,3) size 155x13 [color=#A9A9A9]
</ins><span class="cx">       RenderText {#text} at (0,0) size 63x13
</span><span class="cx">         text run at (0,0) width 63: &quot;Placeholder&quot;
</span><span class="cx"> caret: position 0 of child 0 {BR} of child 0 {DIV} of {#document-fragment} of child 1 {TEXTAREA} of child 3 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformstextareaplaceholdervisibility2expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformstextareaplaceholdervisibility2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -9,10 +9,10 @@
</span><span class="cx">       RenderBlock {DIV} at (0,34) size 784x36
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (10,44) size 152x32 clip at (11,45) size 150x30
-  RenderTextControl {TEXTAREA} at (2,2) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 146x13
-    RenderBlock {DIV} at (3,3) size 146x13 [color=#A9A9A9]
</del><ins>+layer at (10,44) size 161x32 clip at (11,45) size 159x30
+  RenderTextControl {TEXTAREA} at (2,2) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 155x13
+    RenderBlock {DIV} at (3,3) size 155x13 [color=#A9A9A9]
</ins><span class="cx">       RenderText {#text} at (0,0) size 63x13
</span><span class="cx">         text run at (0,0) width 63: &quot;Placeholder&quot;
</span><span class="cx"> caret: position 0 of child 0 {DIV} of {#document-fragment} of child 1 {TEXTAREA} of child 3 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformstextareascrollheightexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/textarea-scroll-height-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformstextareascrollheightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/textarea-scroll-height-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/textarea-scroll-height-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/textarea-scroll-height-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -10,28 +10,28 @@
</span><span class="cx"> layer at (8,8) size 200x200 clip at (9,9) size 183x198 scrollHeight 316
</span><span class="cx">   RenderTextControl {TEXTAREA} at (0,0) size 200x200 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">     RenderBlock {DIV} at (3,3) size 179x312
</span><del>-      RenderText {#text} at (0,0) size 84x299
-        text run at (0,0) width 84: &quot;Lots of content.&quot;
-        text run at (0,13) width 84: &quot;Lots of content.&quot;
-        text run at (0,26) width 84: &quot;Lots of content.&quot;
-        text run at (0,39) width 84: &quot;Lots of content.&quot;
</del><ins>+      RenderText {#text} at (0,0) size 83x299
+        text run at (0,0) width 83: &quot;Lots of content.&quot;
+        text run at (0,13) width 83: &quot;Lots of content.&quot;
+        text run at (0,26) width 83: &quot;Lots of content.&quot;
+        text run at (0,39) width 83: &quot;Lots of content.&quot;
</ins><span class="cx">         text run at (0,52) width 0: &quot; &quot;
</span><del>-        text run at (0,65) width 84: &quot;Lots of content.&quot;
-        text run at (0,78) width 84: &quot;Lots of content.&quot;
</del><ins>+        text run at (0,65) width 83: &quot;Lots of content.&quot;
+        text run at (0,78) width 83: &quot;Lots of content.&quot;
</ins><span class="cx">         text run at (0,91) width 0: &quot; &quot;
</span><del>-        text run at (0,104) width 84: &quot;Lots of content.&quot;
-        text run at (0,117) width 84: &quot;Lots of content.&quot;
</del><ins>+        text run at (0,104) width 83: &quot;Lots of content.&quot;
+        text run at (0,117) width 83: &quot;Lots of content.&quot;
</ins><span class="cx">         text run at (0,130) width 0: &quot; &quot;
</span><del>-        text run at (0,143) width 84: &quot;Lots of content.&quot;
-        text run at (0,156) width 84: &quot;Lots of content.&quot;
</del><ins>+        text run at (0,143) width 83: &quot;Lots of content.&quot;
+        text run at (0,156) width 83: &quot;Lots of content.&quot;
</ins><span class="cx">         text run at (0,169) width 0: &quot; &quot;
</span><del>-        text run at (0,182) width 84: &quot;Lots of content.&quot;
-        text run at (0,195) width 84: &quot;Lots of content.&quot;
</del><ins>+        text run at (0,182) width 83: &quot;Lots of content.&quot;
+        text run at (0,195) width 83: &quot;Lots of content.&quot;
</ins><span class="cx">         text run at (0,208) width 0: &quot; &quot;
</span><del>-        text run at (0,221) width 84: &quot;Lots of content.&quot;
-        text run at (0,234) width 84: &quot;Lots of content.&quot;
</del><ins>+        text run at (0,221) width 83: &quot;Lots of content.&quot;
+        text run at (0,234) width 83: &quot;Lots of content.&quot;
</ins><span class="cx">         text run at (0,247) width 0: &quot; &quot;
</span><del>-        text run at (0,260) width 84: &quot;Lots of content.&quot;
-        text run at (0,273) width 84: &quot;Lots of content.&quot;
</del><ins>+        text run at (0,260) width 83: &quot;Lots of content.&quot;
+        text run at (0,273) width 83: &quot;Lots of content.&quot;
</ins><span class="cx">         text run at (0,286) width 0: &quot; &quot;
</span><span class="cx">       RenderBR {BR} at (0,299) size 0x13
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformstextareascrollbarexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/textarea-scrollbar-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformstextareascrollbarexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/textarea-scrollbar-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/textarea-scrollbar-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/textarea-scrollbar-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -7,34 +7,34 @@
</span><span class="cx">         text run at (0,0) width 452: &quot;This tests that a scrollbar will appear when text overflows the textarea &quot;
</span><span class="cx">       RenderBR {BR} at (451,14) size 1x0
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (10,28) size 152x84 clip at (11,29) size 135x82 scrollHeight 121
-  RenderTextControl {TEXTAREA} at (2,20) size 152x84 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 131x117
-      RenderText {#text} at (0,0) size 7x52
-        text run at (0,0) width 7: &quot;1&quot;
-        text run at (6,0) width 1: &quot; &quot;
</del><ins>+layer at (10,28) size 161x84 clip at (11,29) size 144x82 scrollHeight 121
+  RenderTextControl {TEXTAREA} at (2,20) size 161x84 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 140x117
+      RenderText {#text} at (0,0) size 8x52
+        text run at (0,0) width 6: &quot;1&quot;
+        text run at (5,0) width 1: &quot; &quot;
</ins><span class="cx">         text run at (0,13) width 7: &quot;2&quot;
</span><span class="cx">         text run at (6,13) width 1: &quot; &quot;
</span><span class="cx">         text run at (0,26) width 7: &quot;3&quot;
</span><span class="cx">         text run at (6,26) width 1: &quot; &quot;
</span><del>-        text run at (0,39) width 7: &quot;4&quot;
-        text run at (6,39) width 1: &quot; &quot;
</del><ins>+        text run at (0,39) width 8: &quot;4&quot;
+        text run at (7,39) width 1: &quot; &quot;
</ins><span class="cx">       RenderText {#text} at (0,52) size 7x13
</span><span class="cx">         text run at (0,52) width 7: &quot;5&quot;
</span><span class="cx">       RenderText {#text} at (6,52) size 1x13
</span><span class="cx">         text run at (6,52) width 1: &quot; &quot;
</span><del>-      RenderText {#text} at (0,65) size 7x13
-        text run at (0,65) width 7: &quot;6&quot;
-      RenderText {#text} at (6,65) size 1x13
-        text run at (6,65) width 1: &quot; &quot;
</del><ins>+      RenderText {#text} at (0,65) size 8x13
+        text run at (0,65) width 8: &quot;6&quot;
+      RenderText {#text} at (7,65) size 1x13
+        text run at (7,65) width 1: &quot; &quot;
</ins><span class="cx">       RenderText {#text} at (0,78) size 7x13
</span><span class="cx">         text run at (0,78) width 7: &quot;7&quot;
</span><span class="cx">       RenderText {#text} at (6,78) size 1x13
</span><span class="cx">         text run at (6,78) width 1: &quot; &quot;
</span><del>-      RenderText {#text} at (0,91) size 7x13
-        text run at (0,91) width 7: &quot;8&quot;
-      RenderText {#text} at (6,91) size 1x13
-        text run at (6,91) width 1: &quot; &quot;
</del><ins>+      RenderText {#text} at (0,91) size 8x13
+        text run at (0,91) width 8: &quot;8&quot;
+      RenderText {#text} at (7,91) size 1x13
+        text run at (7,91) width 1: &quot; &quot;
</ins><span class="cx">       RenderText {#text} at (0,104) size 0x13
</span><span class="cx">         text run at (0,104) width 0: &quot; &quot;
</span><span class="cx"> caret: position 0 of child 9 {#text} of child 0 {DIV} of {#document-fragment} of child 3 {TEXTAREA} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformstextareascrolledtypeexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/textarea-scrolled-type-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformstextareascrolledtypeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/textarea-scrolled-type-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/textarea-scrolled-type-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/textarea-scrolled-type-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -7,52 +7,52 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 515x18
</span><span class="cx">           text run at (0,0) width 515: &quot;This tests that typing in a scrolled textarea does not cause unnecessary scrolling.&quot;
</span><span class="cx">         RenderBR {BR} at (514,14) size 1x0
</span><del>-        RenderText {#text} at (156,105) size 4x18
-          text run at (156,105) width 4: &quot; &quot;
-        RenderBR {BR} at (160,119) size 0x0
</del><ins>+        RenderText {#text} at (165,105) size 4x18
+          text run at (165,105) width 4: &quot; &quot;
+        RenderBR {BR} at (169,119) size 0x0
</ins><span class="cx">       RenderBlock {DIV} at (0,123) size 784x0
</span><del>-layer at (10,28) size 152x97 clip at (11,29) size 135x95 scrollY 182 scrollHeight 277
-  RenderTextControl {TEXTAREA} at (2,20) size 152x97 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 131x273
-      RenderText {#text} at (0,0) size 43x260
-        text run at (0,0) width 7: &quot;1&quot;
-        text run at (6,0) width 1: &quot; &quot;
</del><ins>+layer at (10,28) size 161x97 clip at (11,29) size 144x95 scrollY 182 scrollHeight 277
+  RenderTextControl {TEXTAREA} at (2,20) size 161x97 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 140x273
+      RenderText {#text} at (0,0) size 40x260
+        text run at (0,0) width 6: &quot;1&quot;
+        text run at (5,0) width 1: &quot; &quot;
</ins><span class="cx">         text run at (0,13) width 7: &quot;2&quot;
</span><span class="cx">         text run at (6,13) width 1: &quot; &quot;
</span><span class="cx">         text run at (0,26) width 7: &quot;3&quot;
</span><span class="cx">         text run at (6,26) width 1: &quot; &quot;
</span><del>-        text run at (0,39) width 7: &quot;4&quot;
-        text run at (6,39) width 1: &quot; &quot;
</del><ins>+        text run at (0,39) width 8: &quot;4&quot;
+        text run at (7,39) width 1: &quot; &quot;
</ins><span class="cx">         text run at (0,52) width 7: &quot;5&quot;
</span><span class="cx">         text run at (6,52) width 1: &quot; &quot;
</span><del>-        text run at (0,65) width 7: &quot;6&quot;
-        text run at (6,65) width 1: &quot; &quot;
</del><ins>+        text run at (0,65) width 8: &quot;6&quot;
+        text run at (7,65) width 1: &quot; &quot;
</ins><span class="cx">         text run at (0,78) width 7: &quot;7&quot;
</span><span class="cx">         text run at (6,78) width 1: &quot; &quot;
</span><del>-        text run at (0,91) width 7: &quot;8&quot;
-        text run at (6,91) width 1: &quot; &quot;
-        text run at (0,104) width 7: &quot;9&quot;
-        text run at (6,104) width 1: &quot; &quot;
-        text run at (0,117) width 14: &quot;10&quot;
-        text run at (13,117) width 1: &quot; &quot;
-        text run at (0,130) width 14: &quot;11&quot;
-        text run at (13,130) width 1: &quot; &quot;
-        text run at (0,143) width 14: &quot;12&quot;
-        text run at (13,143) width 1: &quot; &quot;
-        text run at (0,156) width 14: &quot;13&quot;
-        text run at (13,156) width 1: &quot; &quot;
-        text run at (0,169) width 14: &quot;14&quot;
-        text run at (13,169) width 1: &quot; &quot;
-        text run at (0,182) width 14: &quot;15&quot;
-        text run at (13,182) width 1: &quot; &quot;
-        text run at (0,195) width 14: &quot;16&quot;
-        text run at (13,195) width 1: &quot; &quot;
-        text run at (0,208) width 14: &quot;17&quot;
-        text run at (13,208) width 1: &quot; &quot;
-        text run at (0,221) width 43: &quot;18 Pass&quot;
-        text run at (42,221) width 1: &quot; &quot;
-        text run at (0,234) width 14: &quot;19&quot;
-        text run at (13,234) width 1: &quot; &quot;
</del><ins>+        text run at (0,91) width 8: &quot;8&quot;
+        text run at (7,91) width 1: &quot; &quot;
+        text run at (0,104) width 8: &quot;9&quot;
+        text run at (7,104) width 1: &quot; &quot;
+        text run at (0,117) width 13: &quot;10&quot;
+        text run at (12,117) width 1: &quot; &quot;
+        text run at (0,130) width 11: &quot;11&quot;
+        text run at (10,130) width 1: &quot; &quot;
+        text run at (0,143) width 12: &quot;12&quot;
+        text run at (11,143) width 1: &quot; &quot;
+        text run at (0,156) width 13: &quot;13&quot;
+        text run at (12,156) width 1: &quot; &quot;
+        text run at (0,169) width 13: &quot;14&quot;
+        text run at (12,169) width 1: &quot; &quot;
+        text run at (0,182) width 13: &quot;15&quot;
+        text run at (12,182) width 1: &quot; &quot;
+        text run at (0,195) width 13: &quot;16&quot;
+        text run at (12,195) width 1: &quot; &quot;
+        text run at (0,208) width 12: &quot;17&quot;
+        text run at (11,208) width 1: &quot; &quot;
+        text run at (0,221) width 40: &quot;18 Pass&quot;
+        text run at (39,221) width 1: &quot; &quot;
+        text run at (0,234) width 13: &quot;19&quot;
+        text run at (12,234) width 1: &quot; &quot;
</ins><span class="cx">         text run at (0,247) width 14: &quot;20&quot;
</span><span class="cx">         text run at (13,247) width 1: &quot; &quot;
</span><span class="cx">       RenderBR {BR} at (0,260) size 0x13
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformstextareasetinnerhtmlexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/textarea-setinnerhtml-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformstextareasetinnerhtmlexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/textarea-setinnerhtml-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/textarea-setinnerhtml-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/textarea-setinnerhtml-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -4,8 +4,8 @@
</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">       RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (10,10) size 152x32 clip at (11,11) size 150x30
-  RenderTextControl {TEXTAREA} at (2,2) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 146x13
</del><ins>+layer at (10,10) size 161x32 clip at (11,11) size 159x30
+  RenderTextControl {TEXTAREA} at (2,2) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 155x13
</ins><span class="cx">       RenderText {#text} at (0,0) size 64x13
</span><span class="cx">         text run at (0,0) width 64: &quot;Test Passed&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformstextfieldfocusringexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/textfield-focus-ring-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformstextfieldfocusringexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/textfield-focus-ring-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/textfield-focus-ring-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/textfield-focus-ring-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -8,8 +8,8 @@
</span><span class="cx">           text run at (0,0) width 759: &quot;Assuming the port-specific theme draws focus rings, this test can be used to ensure that a focus ring is drawn for a text&quot;
</span><span class="cx">           text run at (0,18) width 614: &quot;input element. This test PASSED if a focus ring is drawn around the text input element (below).&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,52) size 784x23
</span><del>-        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,65) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (13,65) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx"> caret: position 0 of child 0 {DIV} of {#document-fragment} of child 3 {INPUT} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformstextfieldoutlineexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/textfield-outline-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformstextfieldoutlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/textfield-outline-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/textfield-outline-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/textfield-outline-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -6,10 +6,10 @@
</span><span class="cx">       RenderText {#text} at (0,0) size 563x18
</span><span class="cx">         text run at (0,0) width 563: &quot;This tests that a negative outline-offset won't get in the way of a cursor in a text control.&quot;
</span><span class="cx">       RenderBR {BR} at (562,14) size 1x0
</span><del>-      RenderTextControl {INPUT} at (2,20) size 227x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</del><ins>+      RenderTextControl {INPUT} at (2,20) size 254x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (12,30) size 223x23
-  RenderBlock {DIV} at (2,2) size 223x23
</del><ins>+layer at (12,30) size 250x23
+  RenderBlock {DIV} at (2,2) size 250x23
</ins><span class="cx">     RenderText {#text} at (0,0) size 34x23
</span><span class="cx">       text run at (0,0) width 34: &quot;abc&quot;
</span><span class="cx"> caret: position 3 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 3 {INPUT} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformstextfieldoverflowexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/textfield-overflow-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformstextfieldoverflowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/textfield-overflow-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/textfield-overflow-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/textfield-overflow-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -3,9 +3,9 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-      RenderTextControl {INPUT} at (2,0) size 137x10 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+      RenderTextControl {INPUT} at (2,0) size 146x10 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,11) size 130x4 scrollHeight 13
-  RenderBlock {DIV} at (3,3) size 131x4
</del><ins>+layer at (13,11) size 140x4 scrollHeight 13
+  RenderBlock {DIV} at (3,3) size 140x4
</ins><span class="cx"> caret: position 0 of child 0 {DIV} of {#document-fragment} of child 1 {INPUT} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsvalidationmessageappearanceexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/validation-message-appearance-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsvalidationmessageappearanceexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/validation-message-appearance-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/validation-message-appearance-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/validation-message-appearance-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -4,18 +4,18 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x39
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x23
</span><span class="cx">       RenderBlock {FORM} at (0,0) size 784x23
</span><del>-        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,3) size 131x13
-            RenderBlock {DIV} at (0,0) size 131x13
-        RenderText {#text} at (140,2) size 5x18
-          text run at (140,2) width 5: &quot; &quot;
-        RenderButton {INPUT} at (146,3) size 54x18 [bgcolor=#C0C0C0]
-          RenderBlock (anonymous) at (8,2) size 38x13
-            RenderText at (0,0) size 38x13
-              text run at (0,0) width 38: &quot;Submit&quot;
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 140x13
+            RenderBlock {DIV} at (0,0) size 140x13
+        RenderText {#text} at (149,2) size 5x18
+          text run at (149,2) width 5: &quot; &quot;
+        RenderButton {INPUT} at (155,3) size 54x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 37x13
+            RenderText at (0,0) size 37x13
+              text run at (0,0) width 37: &quot;Submit&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,13) size 130x13
-  RenderBlock {DIV} at (0,0) size 131x13
</del><ins>+layer at (13,13) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
</ins><span class="cx"> layer at (10,29) size 220x100
</span><span class="cx">   RenderBlock (positioned) zI: 2147483647 {DIV} at (10,29) size 220x100
</span><span class="cx"> layer at (10,29) size 220x16 scrollHeight 25
</span><span class="lines">@@ -25,15 +25,15 @@
</span><span class="cx">     RenderBlock {DIV} at (10,10) size 0x64
</span><span class="cx">     RenderBlock {DIV} at (10,10) size 200x64
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 200x16
</span><del>-        RenderText {#text} at (0,0) size 90x16
-          text run at (0,0) width 90: &quot;value missing&quot;
</del><ins>+        RenderText {#text} at (0,0) size 88x16
+          text run at (0,0) width 88: &quot;value missing&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,16) size 200x48
</span><del>-        RenderText {#text} at (0,0) size 147x16
-          text run at (0,0) width 147: &quot;Needs at least 8 letters.&quot;
-        RenderBR {BR} at (146,0) size 1x16
-        RenderText {#text} at (0,16) size 195x32
-          text run at (0,16) width 195: &quot;Should not be identical with the&quot;
-          text run at (0,32) width 112: &quot;current password.&quot;
</del><ins>+        RenderText {#text} at (0,0) size 145x16
+          text run at (0,0) width 145: &quot;Needs at least 8 letters.&quot;
+        RenderBR {BR} at (144,0) size 1x16
+        RenderText {#text} at (0,16) size 192x32
+          text run at (0,16) width 192: &quot;Should not be identical with the&quot;
+          text run at (0,32) width 110: &quot;current password.&quot;
</ins><span class="cx"> layer at (42,29) size 18x18 backgroundClip at (10,29) size 220x16 clip at (10,29) size 220x16
</span><span class="cx">   RenderBlock (relative positioned) zI: 2147483645 {DIV} at (0,0) size 18x18 [bgcolor=#F8ECEC] [border: (2px solid #440000) none (2px solid #440000)]
</span><span class="cx"> caret: position 0 of child 0 {DIV} of child 0 {DIV} of child 0 {DIV} of {#document-fragment} of child 1 {INPUT} of child 0 {FORM} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsvisualhebrewtextfieldexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/visual-hebrew-text-field-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsvisualhebrewtextfieldexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/visual-hebrew-text-field-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/visual-hebrew-text-field-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/forms/visual-hebrew-text-field-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -20,9 +20,9 @@
</span><span class="cx">         RenderText {#text} at (0,1) size 286x18
</span><span class="cx">           text run at (0,1) width 286 LTR override: &quot;Text in the field should look like this: \x{5E8}\x{5D5}\x{5EA}\x{5E4}\x{5DB}&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,105) size 784x23
</span><del>-        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,118) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (13,118) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 31x13
</span><span class="cx">       text run at (0,0) width 31 RTL: &quot;\x{5DB}\x{5E4}\x{5EA}\x{5D5}\x{5E8}&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastframestakefocusfromiframeexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/frames/take-focus-from-iframe-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastframestakefocusfromiframeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/frames/take-focus-from-iframe-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/frames/take-focus-from-iframe-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/frames/take-focus-from-iframe-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -10,16 +10,16 @@
</span><span class="cx">           layer at (0,0) size 200x40
</span><span class="cx">             RenderBlock {HTML} at (0,0) size 200x40
</span><span class="cx">               RenderBody {BODY} at (8,8) size 184x24
</span><del>-                RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          layer at (13,13) size 130x13
-            RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+                RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          layer at (13,13) size 140x13
+            RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,60) size 784x23
</span><span class="cx">         RenderText {#text} at (0,2) size 373x18
</span><span class="cx">           text run at (0,2) width 373: &quot;This field should look and act focused. Try to type into it: &quot;
</span><del>-        RenderTextControl {INPUT} at (374,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-layer at (385,73) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 30x13
-      text run at (0,0) width 30: &quot;PASS&quot;
</del><ins>+        RenderTextControl {INPUT} at (374,2) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+layer at (385,73) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 29x13
+      text run at (0,0) width 29: &quot;PASS&quot;
</ins><span class="cx"> caret: position 4 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 1 {INPUT} of child 3 {P} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasthidpiresizecornerhidpiexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/hidpi/resize-corner-hidpi-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasthidpiresizecornerhidpiexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/hidpi/resize-corner-hidpi-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/hidpi/resize-corner-hidpi-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/hidpi/resize-corner-hidpi-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -8,6 +8,6 @@
</span><span class="cx">           text run at (0,0) width 476: &quot;This test passes if the resize corner icon appears high-resolution in HiDPI.&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,18) size 784x36
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (10,28) size 152x32 clip at (11,29) size 150x30
-  RenderTextControl {TEXTAREA} at (2,2) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 146x13
</del><ins>+layer at (10,28) size 161x32 clip at (11,29) size 159x30
+  RenderTextControl {TEXTAREA} at (2,2) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 155x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasthtmldetailsnosummary4expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/html/details-no-summary4-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasthtmldetailsnosummary4expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/html/details-no-summary4-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/html/details-no-summary4-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/html/details-no-summary4-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">           RenderText {#text} at (16,0) size 47x18
</span><span class="cx">             text run at (16,0) width 47: &quot;Details&quot;
</span><span class="cx">         RenderBlock (anonymous) at (0,18) size 784x23
</span><del>-          RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+          RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,31) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (13,31) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasthtmldetailsopenjavascriptexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/html/details-open-javascript-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasthtmldetailsopenjavascriptexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/html/details-open-javascript-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/html/details-open-javascript-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/html/details-open-javascript-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">           RenderText {#text} at (16,0) size 51x18
</span><span class="cx">             text run at (16,0) width 51: &quot;details1&quot;
</span><span class="cx">         RenderBlock (anonymous) at (0,18) size 784x23
</span><del>-          RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+          RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {DETAILS} at (0,41) size 784x18
</span><span class="cx">         RenderBlock {SUMMARY} at (0,0) size 784x18
</span><span class="lines">@@ -16,5 +16,5 @@
</span><span class="cx">           RenderDetailsMarker {DIV} at (0,4) size 11x11: right
</span><span class="cx">           RenderText {#text} at (16,0) size 51x18
</span><span class="cx">             text run at (16,0) width 51: &quot;details2&quot;
</span><del>-layer at (13,31) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (13,31) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasthtmldetailsopen2expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/html/details-open2-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasthtmldetailsopen2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/html/details-open2-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/html/details-open2-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/html/details-open2-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -9,8 +9,8 @@
</span><span class="cx">           RenderText {#text} at (16,0) size 61x18
</span><span class="cx">             text run at (16,0) width 61: &quot;summary&quot;
</span><span class="cx">         RenderBlock (anonymous) at (0,18) size 784x23
</span><del>-          RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+          RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,31) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (13,31) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasthtmldetailsopen4expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/html/details-open4-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasthtmldetailsopen4expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/html/details-open4-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/html/details-open4-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/html/details-open4-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">           RenderText {#text} at (16,0) size 61x18
</span><span class="cx">             text run at (16,0) width 61: &quot;summary&quot;
</span><span class="cx">         RenderBlock (anonymous) at (0,18) size 784x23
</span><del>-          RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+          RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,31) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (13,31) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasthtmlkeygenexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/html/keygen-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasthtmlkeygenexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/html/keygen-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/html/keygen-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/html/keygen-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -3,9 +3,9 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-      RenderBlock {KEYGEN} at (2,2) size 146x18
-        RenderMenuList {SELECT} at (0,0) size 146x18 [bgcolor=#FFFFFF]
-          RenderBlock (anonymous) at (0,0) size 146x18
-            RenderText at (8,2) size 97x13
-              text run at (8,2) width 97: &quot;2048 (High Grade)&quot;
</del><ins>+      RenderBlock {KEYGEN} at (2,2) size 145x18
+        RenderMenuList {SELECT} at (0,0) size 145x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 145x18
+            RenderText at (8,2) size 99x13
+              text run at (8,2) width 99: &quot;2048 (High Grade)&quot;
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastlistsdynamicmarkercrashexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/lists/dynamic-marker-crash-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastlistsdynamicmarkercrashexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/lists/dynamic-marker-crash-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/lists/dynamic-marker-crash-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/lists/dynamic-marker-crash-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -8,12 +8,12 @@
</span><span class="cx">           RenderBlock {FORM} at (0,0) size 744x23
</span><span class="cx">             RenderBlock {P} at (0,0) size 744x23
</span><span class="cx">               RenderListMarker at (-17,2) size 7x18: bullet
</span><del>-              RenderTextControl {INPUT} at (2,2) size 267x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+              RenderTextControl {INPUT} at (2,2) size 286x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">           RenderBlock {P} at (0,39) size 744x18
</span><span class="cx">             RenderText {#text} at (0,0) size 339x18
</span><span class="cx">               text run at (0,0) width 339: &quot;There should be an input field above this line of text.&quot;
</span><del>-layer at (53,21) size 261x13
-  RenderBlock {DIV} at (3,3) size 261x13
-    RenderText {#text} at (0,0) size 57x13
-      text run at (0,0) width 57: &quot;blah blubb&quot;
</del><ins>+layer at (53,21) size 280x13
+  RenderBlock {DIV} at (3,3) size 280x13
+    RenderText {#text} at (0,0) size 56x13
+      text run at (0,0) width 56: &quot;blah blubb&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastoverflowoverflowxyexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/overflow/overflow-x-y-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastoverflowoverflowxyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/overflow/overflow-x-y-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/overflow/overflow-x-y-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/overflow/overflow-x-y-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -7,8 +7,8 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 317x18
</span><span class="cx">           text run at (0,0) width 317: &quot;The body should always have a vertical scrollbar.&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,218) size 769x55
</span><del>-        RenderText {#text} at (156,37) size 4x18
-          text run at (156,37) width 4: &quot; &quot;
</del><ins>+        RenderText {#text} at (165,37) size 4x18
+          text run at (165,37) width 4: &quot; &quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx"> layer at (8,26) size 300x100 clip at (8,26) size 285x100 scrollHeight 324
</span><span class="cx">   RenderBlock {DIV} at (0,18) size 300x100
</span><span class="lines">@@ -72,13 +72,13 @@
</span><span class="cx">       text run at (0,0) width 496: &quot;X scroll X scroll X scroll X scroll X scroll X scroll X scroll X scroll X scroll &quot;
</span><span class="cx">       text run at (495,0) width 332: &quot;X scroll X scroll X scroll X scroll X scroll X scroll &quot;
</span><span class="cx">       text run at (826,0) width 383: &quot;X scroll X scroll X scroll X scroll X scroll X scroll X scroll&quot;
</span><del>-layer at (10,243) size 152x32 clip at (11,244) size 135x30
-  RenderTextControl {TEXTAREA} at (2,17) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 131x13
-      RenderText {#text} at (0,0) size 87x13
-        text run at (0,0) width 87: &quot;Textarea y-scroll&quot;
-layer at (170,228) size 152x47 clip at (171,229) size 150x30
-  RenderTextControl {TEXTAREA} at (162,2) size 152x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 146x13
-      RenderText {#text} at (0,0) size 87x13
-        text run at (0,0) width 87: &quot;Textarea x-scroll&quot;
</del><ins>+layer at (10,243) size 161x32 clip at (11,244) size 144x30
+  RenderTextControl {TEXTAREA} at (2,17) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 140x13
+      RenderText {#text} at (0,0) size 88x13
+        text run at (0,0) width 88: &quot;Textarea y-scroll&quot;
+layer at (179,228) size 161x47 clip at (180,229) size 159x30
+  RenderTextControl {TEXTAREA} at (171,2) size 161x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 155x13
+      RenderText {#text} at (0,0) size 88x13
+        text run at (0,0) width 88: &quot;Textarea x-scroll&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastoverflowscrollnestedpositionedlayerinoverflowexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastoverflowscrollnestedpositionedlayerinoverflowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -12,8 +12,8 @@
</span><span class="cx">         text run at (0,0) width 571: &quot;This tests that we can scroll to reveal something in a nested positioned block in overflow.&quot;
</span><span class="cx">     RenderBlock {DIV} at (0,18) size 571x800
</span><span class="cx">     RenderBlock (anonymous) at (0,818) size 571x22
</span><del>-      RenderButton {INPUT} at (2,2) size 203x18 [bgcolor=#C0C0C0]
-        RenderBlock (anonymous) at (8,2) size 187x13
-          RenderText at (0,0) size 187x13
-            text run at (0,0) width 187: &quot;If you can see this, test has passed&quot;
</del><ins>+      RenderButton {INPUT} at (2,2) size 201x18 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 185x13
+          RenderText at (0,0) size 185x13
+            text run at (0,0) width 185: &quot;If you can see this, test has passed&quot;
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastoverflowscrollRevealButtonexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/overflow/scrollRevealButton-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastoverflowscrollRevealButtonexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/overflow/scrollRevealButton-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/overflow/scrollRevealButton-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/overflow/scrollRevealButton-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -30,10 +30,10 @@
</span><span class="cx">               RenderBlock {DIV} at (0,18) size 135x500
</span><span class="cx">               RenderBlock (anonymous) at (0,518) size 135x40
</span><span class="cx">                 RenderBR {BR} at (0,0) size 0x18
</span><del>-                RenderButton {INPUT} at (2,20) size 52x18 [bgcolor=#C0C0C0]
-                  RenderBlock (anonymous) at (8,2) size 36x13
-                    RenderText at (0,0) size 36x13
-                      text run at (0,0) width 36: &quot;Button&quot;
</del><ins>+                RenderButton {INPUT} at (2,20) size 51x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 35x13
+                    RenderText at (0,0) size 35x13
+                      text run at (0,0) width 35: &quot;Button&quot;
</ins><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">               RenderBlock {DIV} at (0,558) size 135x300
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastparserdocumentwriteoptionexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/parser/document-write-option-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastparserdocumentwriteoptionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/parser/document-write-option-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/parser/document-write-option-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/parser/document-write-option-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -3,8 +3,8 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-      RenderMenuList {SELECT} at (2,2) size 318x18 [bgcolor=#FFFFFF]
-        RenderBlock (anonymous) at (0,0) size 318x18
-          RenderText at (8,2) size 287x13
-            text run at (8,2) width 287: &quot;This is a very long string so it makes the select bigger.&quot;
</del><ins>+      RenderMenuList {SELECT} at (2,2) size 317x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 317x18
+          RenderText at (8,2) size 286x13
+            text run at (8,2) width 286: &quot;This is a very long string so it makes the select bigger.&quot;
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastparserentitycommentintextareaexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/parser/entity-comment-in-textarea-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastparserentitycommentintextareaexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/parser/entity-comment-in-textarea-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/parser/entity-comment-in-textarea-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/parser/entity-comment-in-textarea-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -3,10 +3,10 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-      RenderText {#text} at (156,22) size 255x18
-        text run at (156,22) width 255: &quot; --&gt; This should be outside the textarea.&quot;
-layer at (10,10) size 152x32 clip at (11,11) size 150x30
-  RenderTextControl {TEXTAREA} at (2,2) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 146x13
-      RenderText {#text} at (0,0) size 20x13
-        text run at (0,0) width 20: &quot;&lt;!--&quot;
</del><ins>+      RenderText {#text} at (165,22) size 255x18
+        text run at (165,22) width 255: &quot; --&gt; This should be outside the textarea.&quot;
+layer at (10,10) size 161x32 clip at (11,11) size 159x30
+  RenderTextControl {TEXTAREA} at (2,2) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 155x13
+      RenderText {#text} at (0,0) size 22x13
+        text run at (0,0) width 22: &quot;&lt;!--&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastparseropencommentintextareaexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/parser/open-comment-in-textarea-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastparseropencommentintextareaexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/parser/open-comment-in-textarea-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/parser/open-comment-in-textarea-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/parser/open-comment-in-textarea-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -3,13 +3,13 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-      RenderText {#text} at (156,22) size 252x18
-        text run at (156,22) width 252: &quot; This should not be part of the textarea.&quot;
-layer at (10,10) size 152x32 clip at (11,11) size 135x30 scrollHeight 56
-  RenderTextControl {TEXTAREA} at (2,2) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 131x52
-      RenderText {#text} at (0,0) size 116x39
-        text run at (0,0) width 20: &quot;&lt;!--&quot;
-        text run at (0,13) width 116: &quot;This should be part of&quot;
-        text run at (0,26) width 67: &quot;the textarea.&quot;
</del><ins>+      RenderText {#text} at (165,22) size 252x18
+        text run at (165,22) width 252: &quot; This should not be part of the textarea.&quot;
+layer at (10,10) size 161x32 clip at (11,11) size 144x30 scrollHeight 56
+  RenderTextControl {TEXTAREA} at (2,2) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 140x52
+      RenderText {#text} at (0,0) size 136x39
+        text run at (0,0) width 22: &quot;&lt;!--&quot;
+        text run at (0,13) width 136: &quot;This should be part of the&quot;
+        text run at (0,26) width 47: &quot;textarea.&quot;
</ins><span class="cx">       RenderBR {BR} at (0,39) size 0x13
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepaintrendererdestructionbyinvalidateSelectioncrashexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepaintrendererdestructionbyinvalidateSelectioncrashexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</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 784x23
</span><del>-        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock (anonymous) at (0,23) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 4x18
</span><span class="lines">@@ -11,6 +11,6 @@
</span><span class="cx">           text run at (0,0) width 4: &quot; &quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {DIV} at (0,41) size 784x0
</span><del>-layer at (13,13) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (13,13) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx"> caret: position 0 of child 0 {DIV} of {#document-fragment} of child 1 {INPUT} of child 1 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepaintsearchfieldcancelexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/repaint/search-field-cancel-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepaintsearchfieldcancelexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/repaint/search-field-cancel-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/repaint/search-field-cancel-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/repaint/search-field-cancel-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -12,13 +12,13 @@
</span><span class="cx">         RenderText {#text} at (362,0) size 328x18
</span><span class="cx">           text run at (362,0) width 328: &quot;. The cancel button in a search field fails to redraw.&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,34) size 784x23
</span><del>-        RenderTextControl {INPUT} at (2,2) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderFlexibleBox {DIV} at (3,0) size 158x19
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 173x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 167x19
</ins><span class="cx">             RenderBlock {DIV} at (0,0) size 8x19
</span><del>-            RenderBlock {DIV} at (8,3) size 131x13
-            RenderBlock {DIV} at (138,0) size 20x19
</del><ins>+            RenderBlock {DIV} at (8,3) size 140x13
+            RenderBlock {DIV} at (147,0) size 20x19
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (21,47) size 130x13
-  RenderBlock {DIV} at (0,0) size 131x13
-    RenderText {#text} at (0,0) size 53x13
-      text run at (0,0) width 53: &quot;some text&quot;
</del><ins>+layer at (21,47) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
+    RenderText {#text} at (0,0) size 52x13
+      text run at (0,0) width 52: &quot;some text&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepaintsubtreerootskippedexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/repaint/subtree-root-skipped-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepaintsubtreerootskippedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/repaint/subtree-root-skipped-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/repaint/subtree-root-skipped-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/repaint/subtree-root-skipped-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -8,15 +8,15 @@
</span><span class="cx"> layer at (8,8) size 200x200
</span><span class="cx">   RenderBlock {DIV} at (0,0) size 200x200 [bgcolor=#C0C0C0]
</span><span class="cx">     RenderBlock (anonymous) at (0,0) size 200x23
</span><del>-      RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+      RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="cx">     RenderBlock {DIV} at (0,23) size 200x18
</span><span class="cx">       RenderText {#text} at (0,0) size 106x18
</span><span class="cx">         text run at (0,0) width 106: &quot;Selection is here&quot;
</span><del>-layer at (13,13) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 30x13
-      text run at (0,0) width 30: &quot;PASS&quot;
</del><ins>+layer at (13,13) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 29x13
+      text run at (0,0) width 29: &quot;PASS&quot;
</ins><span class="cx"> layer at (8,288) size 10x20
</span><span class="cx">   RenderBlock (positioned) {DIV} at (0,280) size 10x20 [bgcolor=#ADD8E6]
</span><span class="cx"> caret: position 0 of child 0 {#text} of child 3 {DIV} of child 1 {DIV} of child 1 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastreplacedreplacedbreakingexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/replaced/replaced-breaking-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastreplacedreplacedbreakingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/replaced/replaced-breaking-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/replaced/replaced-breaking-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/replaced/replaced-breaking-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -4,8 +4,8 @@
</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 32x536 [border: (1px solid #FF0000)]
</span><del>-        RenderTextControl {INPUT} at (3,3) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderTextControl {INPUT} at (3,26) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {INPUT} at (3,3) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderTextControl {INPUT} at (3,26) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderImage {IMG} at (1,47) size 27x27 [border: (1px solid #000000)]
</span><span class="cx">         RenderImage {IMG} at (1,74) size 27x27 [border: (1px solid #000000)]
</span><span class="lines">@@ -62,7 +62,7 @@
</span><span class="cx">         RenderEmbeddedObject {EMBED} at (1,481) size 27x27 [border: (1px solid #000000)]
</span><span class="cx">         RenderEmbeddedObject {EMBED} at (1,508) size 27x27 [border: (1px solid #000000)]
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (14,14) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (14,37) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (14,14) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (14,37) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastreplacedreplacedbreakingmixtureexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/replaced/replaced-breaking-mixture-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastreplacedreplacedbreakingmixtureexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">       RenderBlock {DIV} at (0,83) size 10x41
</span><span class="cx">         RenderText {#text} at (0,0) size 25x18
</span><span class="cx">           text run at (0,0) width 25: &quot;Foo&quot;
</span><del>-        RenderTextControl {INPUT} at (2,20) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {INPUT} at (2,20) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">       RenderBlock {DIV} at (0,124) size 10x43
</span><span class="cx">         RenderImage {IMG} at (0,0) size 25x25
</span><span class="cx">         RenderText {#text} at (0,25) size 25x18
</span><span class="lines">@@ -30,10 +30,10 @@
</span><span class="cx">         RenderText {#text} at (0,22) size 25x18
</span><span class="cx">           text run at (0,22) width 25: &quot;Foo&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,207) size 10x41
</span><del>-        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">         RenderText {#text} at (0,23) size 25x18
</span><span class="cx">           text run at (0,23) width 25: &quot;Foo&quot;
</span><del>-layer at (13,114) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (13,220) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (13,114) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (13,220) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastreplacedwidth100percentbuttonexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/replaced/width100percent-button-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastreplacedwidth100percentbuttonexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/replaced/width100percent-button-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/replaced/width100percent-button-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/replaced/width100percent-button-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -9,22 +9,22 @@
</span><span class="cx">       RenderTable {TABLE} at (0,18) size 784x26
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x26
</span><span class="cx">           RenderTableRow {TR} at (0,1) size 784x24
</span><del>-            RenderTableCell {TD} at (1,1) size 67x24 [r=0 c=0 rs=1 cs=1]
-              RenderButton {INPUT} at (1,3) size 65x18 [bgcolor=#C0C0C0]
-                RenderBlock (anonymous) at (8,2) size 49x13
-                  RenderText at (0,0) size 49x13
-                    text run at (0,0) width 49: &quot;New Mail&quot;
-            RenderTableCell {TD} at (68,1) size 49x24 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (1,1) size 66x24 [r=0 c=0 rs=1 cs=1]
+              RenderButton {INPUT} at (1,3) size 64x18 [bgcolor=#C0C0C0]
+                RenderBlock (anonymous) at (8,2) size 48x13
+                  RenderText at (0,0) size 48x13
+                    text run at (0,0) width 48: &quot;New Mail&quot;
+            RenderTableCell {TD} at (67,1) size 48x24 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderButton {INPUT} at (1,3) size 46x18 [bgcolor=#C0C0C0]
</span><span class="cx">                 RenderBlock (anonymous) at (8,2) size 30x13
</span><span class="cx">                   RenderText at (0,0) size 30x13
</span><span class="cx">                     text run at (0,0) width 30: &quot;Reply&quot;
</span><del>-            RenderTableCell {TD} at (117,1) size 66x24 [r=0 c=2 rs=1 cs=1]
-              RenderButton {INPUT} at (1,3) size 63x18 [bgcolor=#C0C0C0]
-                RenderBlock (anonymous) at (8,2) size 47x13
-                  RenderText at (0,0) size 47x13
-                    text run at (0,0) width 47: &quot;Reply All&quot;
-            RenderTableCell {TD} at (183,3) size 600x20 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (115,1) size 65x24 [r=0 c=2 rs=1 cs=1]
+              RenderButton {INPUT} at (1,3) size 62x18 [bgcolor=#C0C0C0]
+                RenderBlock (anonymous) at (8,2) size 46x13
+                  RenderText at (0,0) size 46x13
+                    text run at (0,0) width 46: &quot;Reply All&quot;
+            RenderTableCell {TD} at (180,3) size 603x20 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 4x18
</span><span class="cx">                 text run at (1,1) width 4: &quot; &quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,44) size 784x36
</span><span class="lines">@@ -33,21 +33,21 @@
</span><span class="cx">       RenderTable {TABLE} at (0,80) size 784x26
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x26
</span><span class="cx">           RenderTableRow {TR} at (0,1) size 784x24
</span><del>-            RenderTableCell {TD} at (1,1) size 67x24 [r=0 c=0 rs=1 cs=1]
-              RenderButton {INPUT} at (1,3) size 65x18 [bgcolor=#C0C0C0]
-                RenderBlock (anonymous) at (8,2) size 49x13
-                  RenderText at (0,0) size 49x13
-                    text run at (0,0) width 49: &quot;New Mail&quot;
-            RenderTableCell {TD} at (68,1) size 49x24 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (1,1) size 66x24 [r=0 c=0 rs=1 cs=1]
+              RenderButton {INPUT} at (1,3) size 64x18 [bgcolor=#C0C0C0]
+                RenderBlock (anonymous) at (8,2) size 48x13
+                  RenderText at (0,0) size 48x13
+                    text run at (0,0) width 48: &quot;New Mail&quot;
+            RenderTableCell {TD} at (67,1) size 48x24 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderButton {INPUT} at (1,3) size 46x18 [bgcolor=#C0C0C0]
</span><span class="cx">                 RenderBlock (anonymous) at (8,2) size 30x13
</span><span class="cx">                   RenderText at (0,0) size 30x13
</span><span class="cx">                     text run at (0,0) width 30: &quot;Reply&quot;
</span><del>-            RenderTableCell {TD} at (117,1) size 66x24 [r=0 c=2 rs=1 cs=1]
-              RenderButton {INPUT} at (1,3) size 63x18 [bgcolor=#C0C0C0]
-                RenderBlock (anonymous) at (8,2) size 47x13
-                  RenderText at (0,0) size 47x13
-                    text run at (0,0) width 47: &quot;Reply All&quot;
-            RenderTableCell {TD} at (183,3) size 600x20 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (115,1) size 65x24 [r=0 c=2 rs=1 cs=1]
+              RenderButton {INPUT} at (1,3) size 62x18 [bgcolor=#C0C0C0]
+                RenderBlock (anonymous) at (8,2) size 46x13
+                  RenderText at (0,0) size 46x13
+                    text run at (0,0) width 46: &quot;Reply All&quot;
+            RenderTableCell {TD} at (180,3) size 603x20 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 4x18
</span><span class="cx">                 text run at (1,1) width 4: &quot; &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastreplacedwidth100percentmenulistexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/replaced/width100percent-menulist-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastreplacedwidth100percentmenulistexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/replaced/width100percent-menulist-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/replaced/width100percent-menulist-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/replaced/width100percent-menulist-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -17,13 +17,13 @@
</span><span class="cx">             RenderTableCell {TD} at (4,1) size 2x24 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderMenuList {SELECT} at (1,3) size 0x18 [bgcolor=#FFFFFF]
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 31x18
</span><del>-                  RenderText at (8,2) size 20x13
-                    text run at (8,2) width 20: &quot;two&quot;
</del><ins>+                  RenderText at (8,2) size 19x13
+                    text run at (8,2) width 19: &quot;two&quot;
</ins><span class="cx">             RenderTableCell {TD} at (7,1) size 2x24 [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderMenuList {SELECT} at (1,3) size 0x18 [bgcolor=#FFFFFF]
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 31x18
</span><del>-                  RenderText at (8,2) size 27x13
-                    text run at (8,2) width 27: &quot;three&quot;
</del><ins>+                  RenderText at (8,2) size 28x13
+                    text run at (8,2) width 28: &quot;three&quot;
</ins><span class="cx">             RenderTableCell {TD} at (10,3) size 773x20 [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 4x18
</span><span class="cx">                 text run at (1,1) width 4: &quot; &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastreplacedwidth100percenttextareaexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/replaced/width100percent-textarea-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastreplacedwidth100percenttextareaexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/replaced/width100percent-textarea-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/replaced/width100percent-textarea-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/replaced/width100percent-textarea-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -38,7 +38,7 @@
</span><span class="cx">   RenderTextControl {TEXTAREA} at (1,3) size 6x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">     RenderBlock {DIV} at (3,3) size 0x39
</span><span class="cx">       RenderText {#text} at (0,0) size 9x39
</span><del>-        text run at (0,0) width 4: &quot;t&quot;
</del><ins>+        text run at (0,0) width 5: &quot;t&quot;
</ins><span class="cx">         text run at (0,13) width 9: &quot;w&quot;
</span><span class="cx">         text run at (0,26) width 7: &quot;o&quot;
</span><span class="cx"> layer at (28,30) size 6x32 clip at (0,0) size 0x0 scrollWidth 9 scrollHeight 69
</span><span class="lines">@@ -45,7 +45,7 @@
</span><span class="cx">   RenderTextControl {TEXTAREA} at (1,3) size 6x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">     RenderBlock {DIV} at (3,3) size 0x65
</span><span class="cx">       RenderText {#text} at (0,0) size 7x65
</span><del>-        text run at (0,0) width 4: &quot;t&quot;
</del><ins>+        text run at (0,0) width 5: &quot;t&quot;
</ins><span class="cx">         text run at (0,13) width 7: &quot;h&quot;
</span><span class="cx">         text run at (0,26) width 5: &quot;r&quot;
</span><span class="cx">         text run at (0,39) width 7: &quot;e&quot;
</span><span class="lines">@@ -58,11 +58,11 @@
</span><span class="cx">         text run at (0,13) width 7: &quot;n&quot;
</span><span class="cx">         text run at (0,26) width 7: &quot;e&quot;
</span><span class="cx">         text run at (0,39) width 0: &quot; &quot;
</span><del>-        text run at (0,52) width 4: &quot;t&quot;
</del><ins>+        text run at (0,52) width 5: &quot;t&quot;
</ins><span class="cx">         text run at (0,65) width 9: &quot;w&quot;
</span><span class="cx">         text run at (0,78) width 7: &quot;o&quot;
</span><span class="cx">         text run at (0,91) width 0: &quot; &quot;
</span><del>-        text run at (0,104) width 4: &quot;t&quot;
</del><ins>+        text run at (0,104) width 5: &quot;t&quot;
</ins><span class="cx">         text run at (0,117) width 7: &quot;h&quot;
</span><span class="cx">         text run at (0,130) width 5: &quot;r&quot;
</span><span class="cx">         text run at (0,143) width 7: &quot;e&quot;
</span><span class="lines">@@ -71,7 +71,7 @@
</span><span class="cx">   RenderTextControl {TEXTAREA} at (1,3) size 6x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">     RenderBlock {DIV} at (3,3) size 0x39
</span><span class="cx">       RenderText {#text} at (0,0) size 9x39
</span><del>-        text run at (0,0) width 4: &quot;t&quot;
</del><ins>+        text run at (0,0) width 5: &quot;t&quot;
</ins><span class="cx">         text run at (0,13) width 9: &quot;w&quot;
</span><span class="cx">         text run at (0,26) width 7: &quot;o&quot;
</span><span class="cx"> layer at (28,106) size 6x32 clip at (0,0) size 0x0 scrollWidth 9 scrollHeight 69
</span><span class="lines">@@ -78,7 +78,7 @@
</span><span class="cx">   RenderTextControl {TEXTAREA} at (1,3) size 6x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">     RenderBlock {DIV} at (3,3) size 0x65
</span><span class="cx">       RenderText {#text} at (0,0) size 7x65
</span><del>-        text run at (0,0) width 4: &quot;t&quot;
</del><ins>+        text run at (0,0) width 5: &quot;t&quot;
</ins><span class="cx">         text run at (0,13) width 7: &quot;h&quot;
</span><span class="cx">         text run at (0,26) width 5: &quot;r&quot;
</span><span class="cx">         text run at (0,39) width 7: &quot;e&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastselectors064expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/selectors/064-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastselectors064expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/selectors/064-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/selectors/064-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/selectors/064-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -10,8 +10,8 @@
</span><span class="cx">               text run at (0,0) width 286: &quot;This text should turn green while it is active.&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderBlock {P} at (0,34) size 784x22 [color=#00FF00]
</span><del>-          RenderButton {BUTTON} at (2,2) size 249x18 [color=#000000] [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-            RenderBlock (anonymous) at (8,2) size 233x13
-              RenderText {#text} at (0,0) size 233x13
-                text run at (0,0) width 233: &quot;This text should turn green while it is active.&quot;
</del><ins>+          RenderButton {BUTTON} at (2,2) size 248x18 [color=#000000] [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+            RenderBlock (anonymous) at (8,2) size 232x13
+              RenderText {#text} at (0,0) size 232x13
+                text run at (0,0) width 232: &quot;This text should turn green while it is active.&quot;
</ins><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastspatialnavigationsnavmultipleselectfocusringexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastspatialnavigationsnavmultipleselectfocusringexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -3,6 +3,6 @@
</span><span class="cx"> layer at (0,0) size 800x77
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x77
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x61
</span><del>-      RenderListBox {SELECT} at (2,2) size 350x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</del><ins>+      RenderListBox {SELECT} at (2,2) size 356x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttable003expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/003-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttable003expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/003-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/003-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/table/003-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -6,11 +6,11 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 784x51
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 784x51
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 784x25
</span><del>-            RenderTableCell {TD} at (2,4) size 56x21 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,4) size 53x21 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 37x19
</span><span class="cx">                 text run at (1,2) width 37: &quot;URL:&quot;
</span><del>-            RenderTableCell {TD} at (59,2) size 724x25 [r=0 c=1 rs=1 cs=1]
-              RenderTextControl {INPUT} at (1,3) size 721x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+            RenderTableCell {TD} at (56,2) size 727x25 [r=0 c=1 rs=1 cs=1]
+              RenderTextControl {INPUT} at (1,3) size 724x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">           RenderTableRow {TR} at (0,29) size 784x20
</span><span class="cx">             RenderTableCell {TD} at (2,29) size 781x20 [bgcolor=#FF0000] [r=1 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (1,1) size 257x18
</span><span class="lines">@@ -19,22 +19,22 @@
</span><span class="cx">         RenderTableSection {TBODY} at (2,2) size 96x96
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 96x92
</span><span class="cx">             RenderTableCell {TD} at (2,46) size 92x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><del>-      RenderTable {TABLE} at (0,151) size 168x120 [border: (2px outset #808080)]
-        RenderTableSection {TBODY} at (2,2) size 164x116
-          RenderTableRow {TR} at (0,2) size 164x22
-            RenderTableCell {TD} at (2,2) size 160x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,151) size 177x120 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 173x116
+          RenderTableRow {TR} at (0,2) size 173x22
+            RenderTableCell {TD} at (2,2) size 169x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x18
</span><span class="cx">                 text run at (2,2) width 32: &quot;hello&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 164x22
-            RenderTableCell {TD} at (2,26) size 160x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,26) size 173x22
+            RenderTableCell {TD} at (2,26) size 169x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 69x18
</span><span class="cx">                 text run at (2,2) width 69: &quot;more hello&quot;
</span><del>-          RenderTableRow {TR} at (0,50) size 164x22
-            RenderTableCell {TD} at (2,50) size 160x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,50) size 173x22
+            RenderTableCell {TD} at (2,50) size 169x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 38x18
</span><span class="cx">                 text run at (2,2) width 38: &quot;world&quot;
</span><del>-          RenderTableRow {TR} at (0,74) size 164x40
-            RenderTableCell {TD} at (2,77) size 160x34 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,74) size 173x40
+            RenderTableCell {TD} at (2,77) size 169x34 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderTable {TABLE} at (0,271) size 106x78
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 106x78
</span><span class="lines">@@ -74,8 +74,8 @@
</span><span class="cx">                   text run at (0,0) width 147: &quot;I should have nowrap. &quot;
</span><span class="cx">                   text run at (146,0) width 101: &quot;I really should. &quot;
</span><span class="cx">                   text run at (246,0) width 121: &quot;Definitely. Should.&quot;
</span><del>-layer at (72,16) size 714x13
-  RenderBlock {DIV} at (3,3) size 715x13
-layer at (16,240) size 152x30 clip at (17,241) size 150x28
-  RenderTextControl {TEXTAREA} at (4,2) size 152x30 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 146x13
</del><ins>+layer at (69,16) size 717x13
+  RenderBlock {DIV} at (3,3) size 718x13
+layer at (16,240) size 161x30 clip at (17,241) size 159x28
+  RenderTextControl {TEXTAREA} at (4,2) size 161x30 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 155x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttableappendcells2expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/append-cells2-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttableappendcells2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/append-cells2-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/append-cells2-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/table/append-cells2-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -82,7 +82,7 @@
</span><span class="cx">               text run at (0,0) width 28: &quot;show&quot;
</span><span class="cx">         RenderText {#text} at (47,1) size 5x18
</span><span class="cx">           text run at (47,1) width 5: &quot; &quot;
</span><del>-        RenderButton {BUTTON} at (53,2) size 40x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</del><ins>+        RenderButton {BUTTON} at (53,2) size 39x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</ins><span class="cx">           RenderBlock (anonymous) at (8,2) size 23x13
</span><span class="cx">             RenderText {#text} at (0,0) size 23x13
</span><span class="cx">               text run at (0,0) width 23: &quot;hide&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablecolspanMinWidthexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/colspanMinWidth-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablecolspanMinWidthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/colspanMinWidth-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/colspanMinWidth-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/table/colspanMinWidth-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -3,22 +3,22 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-      RenderTable {TABLE} at (0,0) size 161x43
-        RenderTableSection {TBODY} at (0,0) size 161x43
-          RenderTableRow {TR} at (0,2) size 161x2
</del><ins>+      RenderTable {TABLE} at (0,0) size 170x43
+        RenderTableSection {TBODY} at (0,0) size 170x43
+          RenderTableRow {TR} at (0,2) size 170x2
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 3x2 [bgcolor=#0000FF] [r=0 c=0 rs=1 cs=1]
</span><del>-          RenderTableRow {TR} at (0,6) size 161x0
-            RenderTableCell {TD} at (2,6) size 153x2 [bgcolor=#008000] [r=1 c=0 rs=2 cs=2]
-          RenderTableRow {TR} at (0,8) size 161x0
-            RenderTableCell {TD} at (156,23) size 3x3 [bgcolor=#FF0000] [r=2 c=2 rs=2 cs=1]
-          RenderTableRow {TR} at (0,10) size 161x31
-            RenderTableCell {TD} at (2,10) size 153x31 [bgcolor=#00FFFF] [r=3 c=0 rs=1 cs=2]
-              RenderTable {TABLE} at (1,1) size 151x29
-                RenderTableSection {TBODY} at (0,0) size 151x29
-                  RenderTableRow {TR} at (0,2) size 151x25
</del><ins>+          RenderTableRow {TR} at (0,6) size 170x0
+            RenderTableCell {TD} at (2,6) size 162x2 [bgcolor=#008000] [r=1 c=0 rs=2 cs=2]
+          RenderTableRow {TR} at (0,8) size 170x0
+            RenderTableCell {TD} at (165,23) size 3x3 [bgcolor=#FF0000] [r=2 c=2 rs=2 cs=1]
+          RenderTableRow {TR} at (0,10) size 170x31
+            RenderTableCell {TD} at (2,10) size 162x31 [bgcolor=#00FFFF] [r=3 c=0 rs=1 cs=2]
+              RenderTable {TABLE} at (1,1) size 160x29
+                RenderTableSection {TBODY} at (0,0) size 160x29
+                  RenderTableRow {TR} at (0,2) size 160x25
</ins><span class="cx">                     RenderTableCell {TD} at (2,13) size 2x3 [bgcolor=#FF00FF] [r=0 c=0 rs=1 cs=1]
</span><del>-                    RenderTableCell {TD} at (6,2) size 143x25 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
-                      RenderTextControl {INPUT} at (3,3) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+                    RenderTableCell {TD} at (6,2) size 152x25 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
+                      RenderTextControl {INPUT} at (3,3) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">                       RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (23,27) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (23,27) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablecolspanMinWidthverticalexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/colspanMinWidth-vertical-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablecolspanMinWidthverticalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/colspanMinWidth-vertical-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/colspanMinWidth-vertical-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/table/colspanMinWidth-vertical-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -3,22 +3,22 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-      RenderTable {TABLE} at (0,0) size 160x161
-        RenderTableSection {TBODY} at (0,0) size 160x161
-          RenderTableRow {TR} at (0,2) size 2x161
</del><ins>+      RenderTable {TABLE} at (0,0) size 169x170
+        RenderTableSection {TBODY} at (0,0) size 169x170
+          RenderTableRow {TR} at (0,2) size 2x170
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 2x3 [bgcolor=#0000FF] [r=0 c=0 rs=1 cs=1]
</span><del>-          RenderTableRow {TR} at (0,6) size 0x161
-            RenderTableCell {TD} at (6,2) size 2x153 [bgcolor=#008000] [r=1 c=0 rs=2 cs=2]
-          RenderTableRow {TR} at (0,8) size 0x161
-            RenderTableCell {TD} at (8,230) size 150x-145 [bgcolor=#FF0000] [r=2 c=2 rs=2 cs=1]
-          RenderTableRow {TR} at (0,10) size 148x161
-            RenderTableCell {TD} at (10,2) size 148x153 [bgcolor=#00FFFF] [r=3 c=0 rs=1 cs=2]
-              RenderTable {TABLE} at (1,1) size 146x151
-                RenderTableSection {TBODY} at (0,0) size 146x151
-                  RenderTableRow {TR} at (0,2) size 142x151
-                    RenderTableCell {TD} at (2,72) size 142x-138 [bgcolor=#FF00FF] [r=0 c=0 rs=1 cs=1]
-                    RenderTableCell {TD} at (2,6) size 142x143 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
-                      RenderTextControl {INPUT} at (3,3) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+          RenderTableRow {TR} at (0,6) size 0x170
+            RenderTableCell {TD} at (6,2) size 2x162 [bgcolor=#008000] [r=1 c=0 rs=2 cs=2]
+          RenderTableRow {TR} at (0,8) size 0x170
+            RenderTableCell {TD} at (8,244) size 159x-154 [bgcolor=#FF0000] [r=2 c=2 rs=2 cs=1]
+          RenderTableRow {TR} at (0,10) size 157x170
+            RenderTableCell {TD} at (10,2) size 157x162 [bgcolor=#00FFFF] [r=3 c=0 rs=1 cs=2]
+              RenderTable {TABLE} at (1,1) size 155x160
+                RenderTableSection {TBODY} at (0,0) size 155x160
+                  RenderTableRow {TR} at (0,2) size 151x160
+                    RenderTableCell {TD} at (2,76) size 151x-146 [bgcolor=#FF00FF] [r=0 c=0 rs=1 cs=1]
+                    RenderTableCell {TD} at (2,6) size 151x152 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
+                      RenderTextControl {INPUT} at (3,3) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">                       RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (19,23) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (18,23) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttableremovetddisplaynoneexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/remove-td-display-none-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttableremovetddisplaynoneexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/remove-td-display-none-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/remove-td-display-none-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/table/remove-td-display-none-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -59,7 +59,7 @@
</span><span class="cx">               text run at (0,0) width 28: &quot;show&quot;
</span><span class="cx">         RenderText {#text} at (47,1) size 5x18
</span><span class="cx">           text run at (47,1) width 5: &quot; &quot;
</span><del>-        RenderButton {BUTTON} at (53,2) size 40x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</del><ins>+        RenderButton {BUTTON} at (53,2) size 39x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</ins><span class="cx">           RenderBlock (anonymous) at (8,2) size 23x13
</span><span class="cx">             RenderText {#text} at (0,0) size 23x13
</span><span class="cx">               text run at (0,0) width 23: &quot;hide&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablespanOverlapRepaintexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/spanOverlapRepaint-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablespanOverlapRepaintexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/spanOverlapRepaint-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/spanOverlapRepaint-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/table/spanOverlapRepaint-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -3,24 +3,24 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-      RenderTable {TABLE} at (0,0) size 165x49
-        RenderTableSection {TBODY} at (0,0) size 165x49
-          RenderTableRow {TR} at (0,2) size 165x2
</del><ins>+      RenderTable {TABLE} at (0,0) size 174x49
+        RenderTableSection {TBODY} at (0,0) size 174x49
+          RenderTableRow {TR} at (0,2) size 174x2
</ins><span class="cx">             RenderTableCell {TD} at (2,2) size 6x2 [r=0 c=0 rs=1 cs=1]
</span><del>-          RenderTableRow {TR} at (0,6) size 165x0
</del><ins>+          RenderTableRow {TR} at (0,6) size 174x0
</ins><span class="cx">             RenderTableCell {TD} at (2,6) size 6x2 [r=1 c=0 rs=2 cs=1]
</span><del>-          RenderTableRow {TR} at (0,8) size 165x0
-            RenderTableCell {TD} at (10,26) size 153x3 [r=2 c=1 rs=2 cs=1]
-          RenderTableRow {TR} at (0,10) size 165x37
-            RenderTableCell {TD} at (2,10) size 161x37 [r=3 c=0 rs=1 cs=2]
-              RenderTable {TABLE} at (1,1) size 159x35 [border: (2px outset #808080)]
-                RenderTableSection {TBODY} at (2,2) size 155x31
-                  RenderTableRow {TR} at (0,2) size 155x27
</del><ins>+          RenderTableRow {TR} at (0,8) size 174x0
+            RenderTableCell {TD} at (10,26) size 162x3 [r=2 c=1 rs=2 cs=1]
+          RenderTableRow {TR} at (0,10) size 174x37
+            RenderTableCell {TD} at (2,10) size 170x37 [r=3 c=0 rs=1 cs=2]
+              RenderTable {TABLE} at (1,1) size 168x35 [border: (2px outset #808080)]
+                RenderTableSection {TBODY} at (2,2) size 164x31
+                  RenderTableRow {TR} at (0,2) size 164x27
</ins><span class="cx">                     RenderTableCell {TD} at (2,13) size 4x5 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><del>-                    RenderTableCell {TD} at (8,2) size 145x27 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-                      RenderTextControl {INPUT} at (4,4) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+                    RenderTableCell {TD} at (8,2) size 154x27 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+                      RenderTextControl {INPUT} at (4,4) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">                       RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (28,30) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (28,30) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 26x13
</span><span class="cx">       text run at (0,0) width 26: &quot;hello&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttabletextfieldbaselineexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/text-field-baseline-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttabletextfieldbaselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/text-field-baseline-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/text-field-baseline-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/table/text-field-baseline-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -21,14 +21,14 @@
</span><span class="cx">           text run at (0,0) width 752: &quot;Type something in the text field. Resize the window. The text field should not jump down. Delete what you typed and&quot;
</span><span class="cx">           text run at (0,18) width 324: &quot;resize the window. The text field should not move.&quot;
</span><span class="cx">       RenderBlock {FORM} at (0,104) size 784x283
</span><del>-        RenderTable {DL} at (0,0) size 166x23
-          RenderTableSection (anonymous) at (0,0) size 166x23
-            RenderTableRow {DIV} at (0,0) size 166x23
</del><ins>+        RenderTable {DL} at (0,0) size 175x23
+          RenderTableSection (anonymous) at (0,0) size 175x23
+            RenderTableRow {DIV} at (0,0) size 175x23
</ins><span class="cx">               RenderTableCell {DT} at (0,2) size 25x18 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (0,0) size 25x18
</span><span class="cx">                   text run at (0,0) width 25: &quot;Foo&quot;
</span><del>-              RenderTableCell {DD} at (24,0) size 142x23 [r=0 c=1 rs=1 cs=1]
-                RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+              RenderTableCell {DD} at (24,0) size 151x23 [r=0 c=1 rs=1 cs=1]
+                RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">         RenderBlock {HR} at (0,39) size 784x2 [border: (1px inset #000000)]
</span><span class="cx">         RenderBlock {P} at (0,57) size 784x36
</span><span class="cx">           RenderText {#text} at (0,0) size 771x36
</span><span class="lines">@@ -41,37 +41,37 @@
</span><span class="cx">                 RenderText {#text} at (0,0) size 25x18
</span><span class="cx">                   text run at (0,0) width 25: &quot;Foo&quot;
</span><span class="cx">               RenderTableCell {DD} at (24,0) size 213x23 [r=0 c=1 rs=1 cs=1]
</span><del>-                RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+                RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">             RenderTableRow {DIV} at (0,23) size 237x23
</span><span class="cx">               RenderTableCell {DT} at (0,25) size 25x18 [r=1 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (0,0) size 25x18
</span><span class="cx">                   text run at (0,0) width 25: &quot;Foo&quot;
</span><span class="cx">               RenderTableCell {DD} at (24,23) size 213x23 [r=1 c=1 rs=1 cs=1]
</span><del>-                RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+                RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">             RenderTableRow {DIV} at (0,46) size 237x23
</span><span class="cx">               RenderTableCell {DT} at (0,48) size 25x18 [r=2 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (0,0) size 25x18
</span><span class="cx">                   text run at (0,0) width 25: &quot;Foo&quot;
</span><span class="cx">               RenderTableCell {DD} at (24,46) size 213x23 [r=2 c=1 rs=1 cs=1]
</span><del>-                RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+                RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">             RenderTableRow {DIV} at (0,69) size 237x23
</span><span class="cx">               RenderTableCell {DT} at (0,71) size 25x18 [r=3 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (0,0) size 25x18
</span><span class="cx">                   text run at (0,0) width 25: &quot;Foo&quot;
</span><span class="cx">               RenderTableCell {DD} at (24,69) size 213x23 [r=3 c=1 rs=1 cs=1]
</span><del>-                RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+                RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">             RenderTableRow {DIV} at (0,92) size 237x23
</span><span class="cx">               RenderTableCell {DT} at (0,94) size 25x18 [r=4 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (0,0) size 25x18
</span><span class="cx">                   text run at (0,0) width 25: &quot;Foo&quot;
</span><span class="cx">               RenderTableCell {DD} at (24,92) size 213x23 [r=4 c=1 rs=1 cs=1]
</span><del>-                RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+                RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">             RenderTableRow {DIV} at (0,115) size 237x23
</span><span class="cx">               RenderTableCell {DT} at (0,117) size 25x18 [r=5 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (0,0) size 25x18
</span><span class="cx">                   text run at (0,0) width 25: &quot;Foo&quot;
</span><span class="cx">               RenderTableCell {DD} at (24,115) size 213x23 [r=5 c=1 rs=1 cs=1]
</span><del>-                RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+                RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">             RenderTableRow {DIV} at (0,138) size 237x36
</span><span class="cx">               RenderTableCell {DT} at (0,156) size 25x18 [r=6 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (0,0) size 25x18
</span><span class="lines">@@ -81,21 +81,21 @@
</span><span class="cx">                   RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">                   RenderText {#text} at (0,18) size 212x18
</span><span class="cx">                     text run at (0,18) width 212: &quot;Bar (should be aligned with Foo)&quot;
</span><del>-layer at (38,125) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (38,234) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (38,257) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (38,280) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 19x13
-      text run at (0,0) width 19: &quot;Bar&quot;
-layer at (38,303) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 19x13
-      text run at (0,0) width 19: &quot;Bar&quot;
-layer at (38,326) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (38,349) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (38,125) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (38,234) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (38,257) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (38,280) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 18x13
+      text run at (0,0) width 18: &quot;Bar&quot;
+layer at (38,303) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 18x13
+      text run at (0,0) width 18: &quot;Bar&quot;
+layer at (38,326) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (38,349) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextbackslashtoyensigneucexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/backslash-to-yen-sign-euc-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextbackslashtoyensigneucexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -261,95 +261,95 @@
</span><span class="cx">           RenderText {#text} at (374,0) size 6x18
</span><span class="cx">             text run at (374,0) width 6: &quot;\\&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,394) size 769x18
</span><del>-        RenderInline {SPAN} at (0,0) size 326x16
-          RenderText {#text} at (0,1) size 310x16
-            text run at (0,1) width 310: &quot;Using font \&quot;caption\&quot;. expected: yen sign, actual: \x{A5}&quot;
</del><ins>+        RenderInline {SPAN} at (0,0) size 320x16
+          RenderText {#text} at (0,1) size 303x16
+            text run at (0,1) width 303: &quot;Using font \&quot;caption\&quot;. expected: yen sign, actual: \x{A5}&quot;
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 9x16
</span><del>-            RenderText {#text} at (309,1) size 9x16
-              text run at (309,1) width 9: &quot;\x{A5}&quot;
-          RenderInline {SPAN} at (0,0) size 9x16
-            RenderText {#text} at (317,1) size 9x16
-              text run at (317,1) width 9: &quot;\x{A5}&quot;
</del><ins>+            RenderText {#text} at (302,1) size 9x16
+              text run at (302,1) width 9: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 10x16
+            RenderText {#text} at (310,1) size 10x16
+              text run at (310,1) width 10: &quot;\x{A5}&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,412) size 769x18
</span><del>-        RenderInline {SPAN} at (0,0) size 306x16
-          RenderText {#text} at (0,1) size 290x16
-            text run at (0,1) width 290: &quot;Using font \&quot;icon\&quot;. expected: yen sign, actual: \x{A5}&quot;
</del><ins>+        RenderInline {SPAN} at (0,0) size 300x16
+          RenderText {#text} at (0,1) size 283x16
+            text run at (0,1) width 283: &quot;Using font \&quot;icon\&quot;. expected: yen sign, actual: \x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 10x16
+            RenderText {#text} at (282,1) size 10x16
+              text run at (282,1) width 10: &quot;\x{A5}&quot;
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 9x16
</span><del>-            RenderText {#text} at (289,1) size 9x16
-              text run at (289,1) width 9: &quot;\x{A5}&quot;
-          RenderInline {SPAN} at (0,0) size 9x16
-            RenderText {#text} at (297,1) size 9x16
-              text run at (297,1) width 9: &quot;\x{A5}&quot;
</del><ins>+            RenderText {#text} at (291,1) size 9x16
+              text run at (291,1) width 9: &quot;\x{A5}&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,430) size 769x18
</span><del>-        RenderInline {SPAN} at (0,0) size 314x16
-          RenderText {#text} at (0,1) size 299x16
-            text run at (0,1) width 299: &quot;Using font \&quot;menu\&quot;. expected: yen sign, actual: \x{A5}&quot;
-          RenderInline {SPAN} at (0,0) size 8x16
-            RenderText {#text} at (298,1) size 8x16
-              text run at (298,1) width 8: &quot;\x{A5}&quot;
</del><ins>+        RenderInline {SPAN} at (0,0) size 308x16
+          RenderText {#text} at (0,1) size 292x16
+            text run at (0,1) width 292: &quot;Using font \&quot;menu\&quot;. expected: yen sign, actual: \x{A5}&quot;
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 9x16
</span><del>-            RenderText {#text} at (305,1) size 9x16
-              text run at (305,1) width 9: &quot;\x{A5}&quot;
</del><ins>+            RenderText {#text} at (291,1) size 9x16
+              text run at (291,1) width 9: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x16
+            RenderText {#text} at (299,1) size 9x16
+              text run at (299,1) width 9: &quot;\x{A5}&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,448) size 769x18
</span><del>-        RenderInline {SPAN} at (0,0) size 363x16
-          RenderText {#text} at (0,1) size 348x16
-            text run at (0,1) width 348: &quot;Using font \&quot;message-box\&quot;. expected: yen sign, actual: \x{A5}&quot;
</del><ins>+        RenderInline {SPAN} at (0,0) size 357x16
+          RenderText {#text} at (0,1) size 340x16
+            text run at (0,1) width 340: &quot;Using font \&quot;message-box\&quot;. expected: yen sign, actual: \x{A5}&quot;
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 9x16
</span><del>-            RenderText {#text} at (347,1) size 9x16
-              text run at (347,1) width 9: &quot;\x{A5}&quot;
-          RenderInline {SPAN} at (0,0) size 8x16
-            RenderText {#text} at (355,1) size 8x16
-              text run at (355,1) width 8: &quot;\x{A5}&quot;
</del><ins>+            RenderText {#text} at (339,1) size 9x16
+              text run at (339,1) width 9: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 10x16
+            RenderText {#text} at (347,1) size 10x16
+              text run at (347,1) width 10: &quot;\x{A5}&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,466) size 769x18
</span><del>-        RenderInline {SPAN} at (0,0) size 312x13
-          RenderText {#text} at (0,3) size 299x13
-            text run at (0,3) width 299: &quot;Using font \&quot;small-caption\&quot;. expected: yen sign, actual: \x{A5}&quot;
-          RenderInline {SPAN} at (0,0) size 7x13
-            RenderText {#text} at (298,3) size 7x13
-              text run at (298,3) width 7: &quot;\x{A5}&quot;
</del><ins>+        RenderInline {SPAN} at (0,0) size 310x13
+          RenderText {#text} at (0,3) size 295x13
+            text run at (0,3) width 295: &quot;Using font \&quot;small-caption\&quot;. expected: yen sign, actual: \x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x13
+            RenderText {#text} at (294,3) size 9x13
+              text run at (294,3) width 9: &quot;\x{A5}&quot;
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 8x13
</span><del>-            RenderText {#text} at (304,3) size 8x13
-              text run at (304,3) width 8: &quot;\x{A5}&quot;
</del><ins>+            RenderText {#text} at (302,3) size 8x13
+              text run at (302,3) width 8: &quot;\x{A5}&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,484) size 769x18
</span><del>-        RenderInline {SPAN} at (0,0) size 269x12
-          RenderText {#text} at (0,4) size 258x12
-            text run at (0,4) width 258: &quot;Using font \&quot;status-bar\&quot;. expected: yen sign, actual: \x{A5}&quot;
-          RenderInline {SPAN} at (0,0) size 6x12
-            RenderText {#text} at (257,4) size 6x12
-              text run at (257,4) width 6: &quot;\x{A5}&quot;
</del><ins>+        RenderInline {SPAN} at (0,0) size 270x12
+          RenderText {#text} at (0,4) size 257x12
+            text run at (0,4) width 257: &quot;Using font \&quot;status-bar\&quot;. expected: yen sign, actual: \x{A5}&quot;
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 7x12
</span><del>-            RenderText {#text} at (262,4) size 7x12
-              text run at (262,4) width 7: &quot;\x{A5}&quot;
</del><ins>+            RenderText {#text} at (256,4) size 7x12
+              text run at (256,4) width 7: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 8x12
+            RenderText {#text} at (262,4) size 8x12
+              text run at (262,4) width 8: &quot;\x{A5}&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,502) size 769x18
</span><del>-        RenderInline {SPAN} at (0,0) size 292x11
-          RenderText {#text} at (0,5) size 281x11
-            text run at (0,5) width 281: &quot;Using font \&quot;-webkit-mini-control\&quot;. expected: yen sign, actual: \x{A5}&quot;
</del><ins>+        RenderInline {SPAN} at (0,0) size 291x11
+          RenderText {#text} at (0,5) size 279x11
+            text run at (0,5) width 279: &quot;Using font \&quot;-webkit-mini-control\&quot;. expected: yen sign, actual: \x{A5}&quot;
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 7x11
</span><del>-            RenderText {#text} at (280,5) size 7x11
-              text run at (280,5) width 7: &quot;\x{A5}&quot;
-          RenderInline {SPAN} at (0,0) size 6x11
-            RenderText {#text} at (286,5) size 6x11
-              text run at (286,5) width 6: &quot;\x{A5}&quot;
</del><ins>+            RenderText {#text} at (278,5) size 7x11
+              text run at (278,5) width 7: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 7x11
+            RenderText {#text} at (284,5) size 7x11
+              text run at (284,5) width 7: &quot;\x{A5}&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,520) size 769x18
</span><del>-        RenderInline {SPAN} at (0,0) size 353x13
-          RenderText {#text} at (0,3) size 340x13
-            text run at (0,3) width 340: &quot;Using font \&quot;-webkit-small-control\&quot;. expected: yen sign, actual: \x{A5}&quot;
</del><ins>+        RenderInline {SPAN} at (0,0) size 352x13
+          RenderText {#text} at (0,3) size 338x13
+            text run at (0,3) width 338: &quot;Using font \&quot;-webkit-small-control\&quot;. expected: yen sign, actual: \x{A5}&quot;
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 8x13
</span><del>-            RenderText {#text} at (339,3) size 8x13
-              text run at (339,3) width 8: &quot;\x{A5}&quot;
-          RenderInline {SPAN} at (0,0) size 7x13
-            RenderText {#text} at (346,3) size 7x13
-              text run at (346,3) width 7: &quot;\x{A5}&quot;
</del><ins>+            RenderText {#text} at (337,3) size 8x13
+              text run at (337,3) width 8: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 8x13
+            RenderText {#text} at (344,3) size 8x13
+              text run at (344,3) width 8: &quot;\x{A5}&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,538) size 769x18
</span><del>-        RenderInline {SPAN} at (0,0) size 374x16
-          RenderText {#text} at (0,1) size 358x16
-            text run at (0,1) width 358: &quot;Using font \&quot;-webkit-control\&quot;. expected: yen sign, actual: \x{A5}&quot;
</del><ins>+        RenderInline {SPAN} at (0,0) size 369x16
+          RenderText {#text} at (0,1) size 352x16
+            text run at (0,1) width 352: &quot;Using font \&quot;-webkit-control\&quot;. expected: yen sign, actual: \x{A5}&quot;
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 9x16
</span><del>-            RenderText {#text} at (357,1) size 9x16
-              text run at (357,1) width 9: &quot;\x{A5}&quot;
-          RenderInline {SPAN} at (0,0) size 9x16
-            RenderText {#text} at (365,1) size 9x16
-              text run at (365,1) width 9: &quot;\x{A5}&quot;
</del><ins>+            RenderText {#text} at (351,1) size 9x16
+              text run at (351,1) width 9: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 10x16
+            RenderText {#text} at (359,1) size 10x16
+              text run at (359,1) width 10: &quot;\x{A5}&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,556) size 769x18
</span><span class="cx">         RenderInline {SPAN} at (0,0) size 409x18
</span><span class="cx">           RenderText {#text} at (0,0) size 393x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextdrawBidiTextexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/drawBidiText-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextdrawBidiTextexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/drawBidiText-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/text/drawBidiText-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/text/drawBidiText-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -6,5 +6,5 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 285x18
</span><span class="cx">           text run at (0,0) width 285: &quot;This tests GraphicsContext::drawBidiText().&quot;
</span><del>-      RenderListBox {SELECT} at (2,34) size 335x199 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-      RenderListBox {SELECT} at (2,235) size 385x18 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</del><ins>+      RenderListBox {SELECT} at (2,34) size 333x199 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+      RenderListBox {SELECT} at (2,235) size 378x18 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextinternationalhindispacingexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/international/hindi-spacing-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextinternationalhindispacingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/international/hindi-spacing-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/text/international/hindi-spacing-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/text/international/hindi-spacing-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -8,11 +8,11 @@
</span><span class="cx">         text run at (0,18) width 761: &quot;left for it. Neither the Hindi on the button below nor the same text on two lines below that should be truncated at either&quot;
</span><span class="cx">         text run at (0,36) width 28: &quot;end.&quot;
</span><span class="cx">       RenderBR {BR} at (27,50) size 1x0
</span><del>-      RenderButton {INPUT} at (2,56) size 101x18 [bgcolor=#C0C0C0]
-        RenderBlock (anonymous) at (8,2) size 85x17
-          RenderText at (0,1) size 85x13
-            text run at (0,1) width 85: &quot;\x{915}\x{93F}\x{938}\x{940} \x{92D}\x{940} \x{924}\x{930}\x{939} \x{906}\x{917}\x{947} \x{92C}&quot;
-      RenderBR {BR} at (104,70) size 1x0
</del><ins>+      RenderButton {INPUT} at (2,56) size 100x18 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 84x17
+          RenderText at (0,1) size 84x13
+            text run at (0,1) width 84: &quot;\x{915}\x{93F}\x{938}\x{940} \x{92D}\x{940} \x{924}\x{930}\x{939} \x{906}\x{917}\x{947} \x{92C}&quot;
+      RenderBR {BR} at (103,70) size 1x0
</ins><span class="cx">       RenderInline {SPAN} at (0,0) size 114x18
</span><span class="cx">         RenderText {#text} at (0,80) size 114x18
</span><span class="cx">           text run at (0,80) width 114: &quot;\x{915}\x{93F}\x{938}\x{940} \x{92D}\x{940} \x{924}\x{930}\x{939} \x{906}\x{917}\x{947} \x{92C}&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextinternationalpopupbuttontextalignmentanddirectionexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextinternationalpopupbuttontextalignmentanddirectionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -10,12 +10,12 @@
</span><span class="cx">       RenderBlock {DIV} at (0,34) size 784x242
</span><span class="cx">         RenderMenuList {SELECT} at (0,0) size 500x21 [bgcolor=#FFFFFF]
</span><span class="cx">           RenderBlock (anonymous) at (0,0) size 500x21
</span><del>-            RenderText at (8,2) size 157x16
</del><ins>+            RenderText at (8,2) size 160x16
</ins><span class="cx">               text run at (8,2) width 31: &quot;First &quot;
</span><span class="cx">               text run at (38,2) width 49 RTL: &quot;) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA}&quot;
</span><del>-              text run at (86,2) width 16: &quot;03&quot;
-              text run at (101,2) width 37 RTL: &quot;\x{5E9}\x{5E0}\x{5D9}\x{5D4} (&quot;
-              text run at (137,2) width 28: &quot; fifth&quot;
</del><ins>+              text run at (86,2) width 17: &quot;03&quot;
+              text run at (102,2) width 37 RTL: &quot;\x{5E9}\x{5E0}\x{5D9}\x{5D4} (&quot;
+              text run at (138,2) width 30: &quot; fifth&quot;
</ins><span class="cx">         RenderBlock {DIV} at (0,23) size 470x36
</span><span class="cx">           RenderText {#text} at (10,10) size 163x16
</span><span class="cx">             text run at (10,10) width 32: &quot;First &quot;
</span><span class="lines">@@ -25,12 +25,12 @@
</span><span class="cx">             text run at (141,10) width 32: &quot; fifth&quot;
</span><span class="cx">         RenderMenuList {SELECT} at (0,61) size 500x21 [bgcolor=#FFFFFF]
</span><span class="cx">           RenderBlock (anonymous) at (0,0) size 500x21
</span><del>-            RenderText at (8,2) size 157x16
-              text run at (8,2) width 24: &quot;fifth&quot;
-              text run at (31,2) width 53 RTL: &quot;) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} &quot;
-              text run at (83,2) width 16: &quot;03&quot;
-              text run at (98,2) width 40 RTL: &quot; \x{5E9}\x{5E0}\x{5D9}\x{5D4} (&quot;
-              text run at (137,2) width 28: &quot;First&quot;
</del><ins>+            RenderText at (8,2) size 160x16
+              text run at (8,2) width 25: &quot;fifth&quot;
+              text run at (32,2) width 53 RTL: &quot;) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} &quot;
+              text run at (84,2) width 17: &quot;03&quot;
+              text run at (100,2) width 41 RTL: &quot; \x{5E9}\x{5E0}\x{5D9}\x{5D4} (&quot;
+              text run at (140,2) width 28: &quot;First&quot;
</ins><span class="cx">         RenderBlock {DIV} at (0,84) size 470x36
</span><span class="cx">           RenderText {#text} at (10,10) size 163x16
</span><span class="cx">             text run at (10,10) width 27: &quot;fifth&quot;
</span><span class="lines">@@ -40,15 +40,15 @@
</span><span class="cx">             text run at (144,10) width 29: &quot;First&quot;
</span><span class="cx">         RenderMenuList {SELECT} at (0,122) size 500x21 [bgcolor=#FFFFFF]
</span><span class="cx">           RenderBlock (anonymous) at (0,0) size 500x21
</span><del>-            RenderText at (8,2) size 157x16
-              text run at (8,2) width 157 LTR override: &quot;First \x{5E9}\x{5E0}\x{5D9}\x{5D4} (03) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} fifth&quot;
</del><ins>+            RenderText at (8,2) size 160x16
+              text run at (8,2) width 160 LTR override: &quot;First \x{5E9}\x{5E0}\x{5D9}\x{5D4} (03) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} fifth&quot;
</ins><span class="cx">         RenderBlock {DIV} at (0,145) size 470x36
</span><span class="cx">           RenderText {#text} at (10,10) size 163x16
</span><span class="cx">             text run at (10,10) width 163 LTR override: &quot;First \x{5E9}\x{5E0}\x{5D9}\x{5D4} (03) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} fifth&quot;
</span><span class="cx">         RenderMenuList {SELECT} at (0,183) size 500x21 [bgcolor=#FFFFFF]
</span><span class="cx">           RenderBlock (anonymous) at (0,0) size 500x21
</span><del>-            RenderText at (8,2) size 157x16
-              text run at (8,2) width 157 RTL override: &quot;First \x{5E9}\x{5E0}\x{5D9}\x{5D4} (03) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} fifth&quot;
</del><ins>+            RenderText at (8,2) size 160x16
+              text run at (8,2) width 160 RTL override: &quot;First \x{5E9}\x{5E0}\x{5D9}\x{5D4} (03) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} fifth&quot;
</ins><span class="cx">         RenderBlock {DIV} at (0,206) size 470x36
</span><span class="cx">           RenderText {#text} at (10,10) size 163x16
</span><span class="cx">             text run at (10,10) width 163 RTL override: &quot;First \x{5E9}\x{5E0}\x{5D9}\x{5D4} (03) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} fifth&quot;
</span><span class="lines">@@ -55,12 +55,12 @@
</span><span class="cx">       RenderBlock {DIV} at (0,278) size 784x242
</span><span class="cx">         RenderMenuList {SELECT} at (0,0) size 500x21 [bgcolor=#FFFFFF]
</span><span class="cx">           RenderBlock (anonymous) at (0,0) size 500x21
</span><del>-            RenderText at (335,2) size 157x16
-              text run at (335,2) width 32: &quot;First &quot;
-              text run at (366,2) width 48 RTL: &quot;) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA}&quot;
-              text run at (413,2) width 17: &quot;03&quot;
-              text run at (429,2) width 36 RTL: &quot;\x{5E9}\x{5E0}\x{5D9}\x{5D4} (&quot;
-              text run at (464,2) width 28: &quot; fifth&quot;
</del><ins>+            RenderText at (332,2) size 160x16
+              text run at (332,2) width 32: &quot;First &quot;
+              text run at (363,2) width 49 RTL: &quot;) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA}&quot;
+              text run at (411,2) width 17: &quot;03&quot;
+              text run at (427,2) width 37 RTL: &quot;\x{5E9}\x{5E0}\x{5D9}\x{5D4} (&quot;
+              text run at (463,2) width 29: &quot; fifth&quot;
</ins><span class="cx">         RenderBlock {DIV} at (0,23) size 470x36
</span><span class="cx">           RenderText {#text} at (297,10) size 163x16
</span><span class="cx">             text run at (297,10) width 33: &quot;First &quot;
</span><span class="lines">@@ -70,12 +70,12 @@
</span><span class="cx">             text run at (429,10) width 31: &quot; fifth&quot;
</span><span class="cx">         RenderMenuList {SELECT} at (0,61) size 500x21 [bgcolor=#FFFFFF]
</span><span class="cx">           RenderBlock (anonymous) at (0,0) size 500x21
</span><del>-            RenderText at (335,2) size 158x16
-              text run at (335,2) width 24: &quot;fifth&quot;
-              text run at (358,2) width 53 RTL: &quot;) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} &quot;
-              text run at (410,2) width 16: &quot;03&quot;
-              text run at (425,2) width 40 RTL: &quot; \x{5E9}\x{5E0}\x{5D9}\x{5D4} (&quot;
-              text run at (464,2) width 29: &quot;First&quot;
</del><ins>+            RenderText at (332,2) size 160x16
+              text run at (332,2) width 26: &quot;fifth&quot;
+              text run at (357,2) width 53 RTL: &quot;) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} &quot;
+              text run at (409,2) width 17: &quot;03&quot;
+              text run at (425,2) width 41 RTL: &quot; \x{5E9}\x{5E0}\x{5D9}\x{5D4} (&quot;
+              text run at (465,2) width 27: &quot;First&quot;
</ins><span class="cx">         RenderBlock {DIV} at (0,84) size 470x36
</span><span class="cx">           RenderText {#text} at (297,10) size 163x16
</span><span class="cx">             text run at (297,10) width 28: &quot;fifth&quot;
</span><span class="lines">@@ -85,15 +85,15 @@
</span><span class="cx">             text run at (432,10) width 28: &quot;First&quot;
</span><span class="cx">         RenderMenuList {SELECT} at (0,122) size 500x21 [bgcolor=#FFFFFF]
</span><span class="cx">           RenderBlock (anonymous) at (0,0) size 500x21
</span><del>-            RenderText at (335,2) size 157x16
-              text run at (335,2) width 157 LTR override: &quot;First \x{5E9}\x{5E0}\x{5D9}\x{5D4} (03) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} fifth&quot;
</del><ins>+            RenderText at (332,2) size 160x16
+              text run at (332,2) width 160 LTR override: &quot;First \x{5E9}\x{5E0}\x{5D9}\x{5D4} (03) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} fifth&quot;
</ins><span class="cx">         RenderBlock {DIV} at (0,145) size 470x36
</span><span class="cx">           RenderText {#text} at (297,10) size 163x16
</span><span class="cx">             text run at (297,10) width 163 LTR override: &quot;First \x{5E9}\x{5E0}\x{5D9}\x{5D4} (03) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} fifth&quot;
</span><span class="cx">         RenderMenuList {SELECT} at (0,183) size 500x21 [bgcolor=#FFFFFF]
</span><span class="cx">           RenderBlock (anonymous) at (0,0) size 500x21
</span><del>-            RenderText at (335,2) size 157x16
-              text run at (335,2) width 157 RTL override: &quot;First \x{5E9}\x{5E0}\x{5D9}\x{5D4} (03) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} fifth&quot;
</del><ins>+            RenderText at (332,2) size 160x16
+              text run at (332,2) width 160 RTL override: &quot;First \x{5E9}\x{5E0}\x{5D9}\x{5D4} (03) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} fifth&quot;
</ins><span class="cx">         RenderBlock {DIV} at (0,206) size 470x36
</span><span class="cx">           RenderText {#text} at (297,10) size 163x16
</span><span class="cx">             text run at (297,10) width 163 RTL override: &quot;First \x{5E9}\x{5E0}\x{5D9}\x{5D4} (03) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} fifth&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextinternationalunicodebidiplaintextintextareaexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextinternationalunicodebidiplaintextintextareaexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -9,43 +9,43 @@
</span><span class="cx">             text run at (0,0) width 777: &quot;In all four cases below, the exclamation mark should be on the left side of the first line and on the right side of the second&quot;
</span><span class="cx">             text run at (0,18) width 28: &quot;line.&quot;
</span><span class="cx">         RenderBlock {DIV} at (0,36) size 784x264
</span><del>-          RenderBR {BR} at (351,48) size 0x18
-          RenderBR {BR} at (351,114) size 0x18
-          RenderBR {BR} at (351,180) size 0x18
</del><ins>+          RenderBR {BR} at (375,48) size 0x18
+          RenderBR {BR} at (375,114) size 0x18
+          RenderBR {BR} at (375,180) size 0x18
</ins><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (10,46) size 347x58 clip at (11,47) size 345x56
-  RenderTextControl {TEXTAREA} at (2,2) size 347x58 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 341x39
-      RenderText {#text} at (312,0) size 341x26
-        text run at (312,0) width 1 RTL: &quot; &quot;
-        text run at (312,0) width 29 RTL: &quot;\x{5E9}\x{5DC}\x{5D5}\x{5DD}!&quot;
</del><ins>+layer at (10,46) size 371x58 clip at (11,47) size 369x56
+  RenderTextControl {TEXTAREA} at (2,2) size 371x58 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 365x39
+      RenderText {#text} at (336,0) size 365x26
+        text run at (336,0) width 1 RTL: &quot; &quot;
+        text run at (336,0) width 29 RTL: &quot;\x{5E9}\x{5DC}\x{5D5}\x{5DD}!&quot;
</ins><span class="cx">         text run at (0,13) width 29: &quot;hello!&quot;
</span><span class="cx">         text run at (28,13) width 1: &quot; &quot;
</span><del>-      RenderBR {BR} at (341,26) size 0x13
-layer at (10,112) size 347x58 clip at (11,113) size 345x56
-  RenderTextControl {TEXTAREA} at (2,68) size 347x58 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 341x39
-      RenderText {#text} at (312,0) size 341x26
-        text run at (312,0) width 1 RTL: &quot; &quot;
-        text run at (312,0) width 29 RTL: &quot;\x{5E9}\x{5DC}\x{5D5}\x{5DD}!&quot;
</del><ins>+      RenderBR {BR} at (365,26) size 0x13
+layer at (10,112) size 371x58 clip at (11,113) size 369x56
+  RenderTextControl {TEXTAREA} at (2,68) size 371x58 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 365x39
+      RenderText {#text} at (336,0) size 365x26
+        text run at (336,0) width 1 RTL: &quot; &quot;
+        text run at (336,0) width 29 RTL: &quot;\x{5E9}\x{5DC}\x{5D5}\x{5DD}!&quot;
</ins><span class="cx">         text run at (0,13) width 29: &quot;hello!&quot;
</span><span class="cx">         text run at (28,13) width 1: &quot; &quot;
</span><span class="cx">       RenderBR {BR} at (0,26) size 0x13
</span><del>-layer at (10,178) size 347x58 clip at (11,179) size 345x56
-  RenderTextControl {TEXTAREA} at (2,134) size 347x58 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 341x39
-      RenderText {#text} at (312,0) size 341x26
-        text run at (312,0) width 1 RTL: &quot; &quot;
-        text run at (312,0) width 29 RTL: &quot;\x{5E9}\x{5DC}\x{5D5}\x{5DD}!&quot;
</del><ins>+layer at (10,178) size 371x58 clip at (11,179) size 369x56
+  RenderTextControl {TEXTAREA} at (2,134) size 371x58 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 365x39
+      RenderText {#text} at (336,0) size 365x26
+        text run at (336,0) width 1 RTL: &quot; &quot;
+        text run at (336,0) width 29 RTL: &quot;\x{5E9}\x{5DC}\x{5D5}\x{5DD}!&quot;
</ins><span class="cx">         text run at (0,13) width 29: &quot;hello!&quot;
</span><span class="cx">         text run at (28,13) width 1: &quot; &quot;
</span><span class="cx">       RenderBR {BR} at (0,26) size 0x13
</span><del>-layer at (10,244) size 347x58 clip at (11,245) size 345x56
-  RenderTextControl {TEXTAREA} at (2,200) size 347x58 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 341x39
-      RenderText {#text} at (312,0) size 341x26
-        text run at (312,0) width 1 RTL: &quot; &quot;
-        text run at (312,0) width 29 RTL: &quot;\x{5E9}\x{5DC}\x{5D5}\x{5DD}!&quot;
</del><ins>+layer at (10,244) size 371x58 clip at (11,245) size 369x56
+  RenderTextControl {TEXTAREA} at (2,200) size 371x58 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 365x39
+      RenderText {#text} at (336,0) size 365x26
+        text run at (336,0) width 1 RTL: &quot; &quot;
+        text run at (336,0) width 29 RTL: &quot;\x{5E9}\x{5DC}\x{5D5}\x{5DD}!&quot;
</ins><span class="cx">         text run at (0,13) width 29: &quot;hello!&quot;
</span><span class="cx">         text run at (28,13) width 1: &quot; &quot;
</span><del>-      RenderBR {BR} at (341,26) size 0x13
</del><ins>+      RenderBR {BR} at (365,26) size 0x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttexttextIteratorNilRendererexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/textIteratorNilRenderer-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttexttextIteratorNilRendererexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/textIteratorNilRenderer-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/text/textIteratorNilRenderer-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/text/textIteratorNilRenderer-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -5,22 +5,22 @@
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><span class="cx">       RenderBlock {CENTER} at (0,0) size 784x57
</span><span class="cx">         RenderBlock {FORM} at (0,0) size 784x23
</span><del>-          RenderTable {TABLE} at (51,0) size 682x23
-            RenderTableSection {TBODY} at (0,0) size 681x23
-              RenderTableRow {TR} at (0,0) size 681x23
</del><ins>+          RenderTable {TABLE} at (42,0) size 700x23
+            RenderTableSection {TBODY} at (0,0) size 699x23
+              RenderTableRow {TR} at (0,0) size 699x23
</ins><span class="cx">                 RenderTableCell {TD} at (0,2) size 150x19 [r=0 c=0 rs=2 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 4x19
</span><span class="cx">                     text run at (0,1) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (150,0) size 271x23 [r=0 c=1 rs=1 cs=1]
-                  RenderTextControl {INPUT} at (2,2) size 267x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+                RenderTableCell {TD} at (150,0) size 290x23 [r=0 c=1 rs=1 cs=1]
+                  RenderTextControl {INPUT} at (2,2) size 286x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><del>-                RenderTableCell {TD} at (420,0) size 101x23 [r=0 c=2 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (439,0) size 100x23 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                   RenderButton {INPUT} at (2,2) size 96x18 [bgcolor=#C0C0C0]
</span><span class="cx">                     RenderBlock (anonymous) at (8,2) size 80x13
</span><span class="cx">                       RenderText at (0,0) size 80x13
</span><span class="cx">                         text run at (0,0) width 80: &quot;Search Froogle&quot;
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><del>-                RenderTableCell {TD} at (520,2) size 161x19 [r=0 c=3 rs=2 cs=1]
</del><ins>+                RenderTableCell {TD} at (538,2) size 161x19 [r=0 c=3 rs=2 cs=1]
</ins><span class="cx">                   RenderInline {LABEL} at (0,0) size 115x13
</span><span class="cx">                     RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                     RenderBlock {INPUT} at (12,3) size 12x12
</span><span class="lines">@@ -29,6 +29,6 @@
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderBlock (anonymous) at (0,39) size 784x18
</span><span class="cx">           RenderBR {BR} at (392,0) size 0x18
</span><del>-layer at (215,13) size 261x13 backgroundClip at (215,13) size 260x13 clip at (215,13) size 260x13
-  RenderBlock {DIV} at (3,3) size 261x13
</del><ins>+layer at (206,13) size 280x13 backgroundClip at (206,13) size 279x13 clip at (206,13) size 279x13
+  RenderBlock {DIV} at (3,3) size 280x13
</ins><span class="cx"> caret: position 1 of child 0 {#text} of child 1 {TD} of child 0 {TR} of child 1 {TBODY} of child 1 {TABLE} of child 1 {FORM} of child 1 {CENTER} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttexttrakoptimizeLegibilityexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/mac/fast/text/trak-optimizeLegibility-expected.txt (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/text/trak-optimizeLegibility-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac/fast/text/trak-optimizeLegibility-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,12 @@
</span><ins>+PASS first.getClientRects().length is 1
+PASS third.getClientRects().length is 1
+FAIL first.getClientRects()[0].right should be within 4 of 346. Was 369.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+This test makes sure that you can opt-in to honoring the 'trak' table by specifying text-rendering: optimizeLegibility. The first and third lines below should have the same width. The middle one can (but doesn't have to) have a different width.
+hamburgefonstiv
+
+hamburgefonstiv
+
+hamburgefonstiv
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttransformstransformedfocusedtextinputexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/fast/transforms/transformed-focused-text-input-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttransformstransformedfocusedtextinputexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/transforms/transformed-focused-text-input-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/transforms/transformed-focused-text-input-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/fast/transforms/transformed-focused-text-input-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -5,8 +5,8 @@
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><span class="cx"> layer at (8,8) size 784x23
</span><span class="cx">   RenderBlock {DIV} at (0,0) size 784x23
</span><del>-    RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+    RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">     RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,13) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (13,13) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx"> caret: position 0 of child 0 {DIV} of {#document-fragment} of child 1 {INPUT} of child 1 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmachttptestsmediavideobufferedrangecontainscurrentTimeexpectedpng"></a>
<div class="binary"><h4>Added: trunk/LayoutTests/platform/mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Index: trunk/LayoutTests/platform/mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png
</span><span class="cx">===================================================================
</span><del>--- trunk/LayoutTests/platform/mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png        2016-07-05 18:36:21 UTC (rev 202825)
</del><ins>+++ trunk/LayoutTests/platform/mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png        2016-07-05 18:59:05 UTC (rev 202826)
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+image/png
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsplatformmachttptestsnavigationjavascriptlinkframesexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmachttptestsnavigationjavascriptlinkframesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -22,24 +22,24 @@
</span><span class="cx">                 RenderBR {BR} at (0,222) size 0x37
</span><span class="cx">               RenderBlock {HR} at (0,275) size 769x2 [border: (1px inset #000000)]
</span><span class="cx">               RenderBlock {FORM} at (0,293) size 769x428
</span><del>-                RenderButton {INPUT} at (2,2) size 113x18 [bgcolor=#C0C0C0]
-                  RenderBlock (anonymous) at (8,2) size 97x13
-                    RenderText at (0,0) size 97x13
-                      text run at (0,0) width 97: &quot;Submit with POST&quot;
-                RenderBR {BR} at (116,15) size 1x0
-                RenderButton {INPUT} at (2,24) size 231x18 [bgcolor=#C0C0C0]
-                  RenderBlock (anonymous) at (8,2) size 215x13
-                    RenderText at (0,0) size 215x13
-                      text run at (0,0) width 215: &quot;Submit with POST followed by a redirect&quot;
-                RenderBR {BR} at (234,37) size 1x0
</del><ins>+                RenderButton {INPUT} at (2,2) size 111x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 95x13
+                    RenderText at (0,0) size 95x13
+                      text run at (0,0) width 95: &quot;Submit with POST&quot;
+                RenderBR {BR} at (114,15) size 1x0
+                RenderButton {INPUT} at (2,24) size 228x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 212x13
+                    RenderText at (0,0) size 212x13
+                      text run at (0,0) width 212: &quot;Submit with POST followed by a redirect&quot;
+                RenderBR {BR} at (231,37) size 1x0
</ins><span class="cx">                 RenderText {#text} at (0,44) size 377x37
</span><span class="cx">                   text run at (0,44) width 377: &quot;Here are some form elements&quot;
</span><del>-                RenderTextControl {INPUT} at (378,59) size 138x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                RenderBR {BR} at (517,73) size 1x0
</del><ins>+                RenderTextControl {INPUT} at (378,59) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderBR {BR} at (526,73) size 1x0
</ins><span class="cx">                 RenderText {#text} at (0,81) size 335x37
</span><span class="cx">                   text run at (0,81) width 335: &quot;that we can use for testing&quot;
</span><del>-                RenderTextControl {INPUT} at (337,96) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                RenderBR {BR} at (475,110) size 1x0
</del><ins>+                RenderTextControl {INPUT} at (337,96) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderBR {BR} at (484,110) size 1x0
</ins><span class="cx">                 RenderBlock {INPUT} at (2,137) size 12x12
</span><span class="cx">                 RenderText {#text} at (16,118) size 74x37
</span><span class="cx">                   text run at (16,118) width 74: &quot; Male&quot;
</span><span class="lines">@@ -56,11 +56,11 @@
</span><span class="cx">                 RenderText {#text} at (16,229) size 130x37
</span><span class="cx">                   text run at (16,229) width 130: &quot; option #2&quot;
</span><span class="cx">                 RenderBR {BR} at (145,258) size 1x0
</span><del>-                RenderMenuList {SELECT} at (2,268) size 254x18 [bgcolor=#FFFFFF]
-                  RenderBlock (anonymous) at (0,0) size 254x18
-                    RenderText at (8,2) size 61x13
-                      text run at (8,2) width 61: &quot;Initial Value&quot;
-                RenderBR {BR} at (258,281) size 0x0
</del><ins>+                RenderMenuList {SELECT} at (2,268) size 252x18 [bgcolor=#FFFFFF]
+                  RenderBlock (anonymous) at (0,0) size 252x18
+                    RenderText at (8,2) size 60x13
+                      text run at (8,2) width 60: &quot;Initial Value&quot;
+                RenderBR {BR} at (256,281) size 0x0
</ins><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">               RenderBlock {HR} at (0,753) size 769x2 [border: (1px inset #000000)]
</span><span class="cx">               RenderBlock {P} at (0,787) size 769x37
</span><span class="lines">@@ -97,17 +97,17 @@
</span><span class="cx">                 RenderInline {A} at (0,0) size 532x37
</span><span class="cx">                   RenderText {#text} at (0,0) size 532x37
</span><span class="cx">                     text run at (0,0) width 532: &quot;This is an anchor point named \&quot;anchor1\&quot;.&quot;
</span><del>-        layer at (390,363) size 130x13 scrollWidth 146
-          RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+        layer at (390,363) size 140x13 scrollWidth 145
+          RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx">             RenderText {#text} at (0,0) size 145x13
</span><span class="cx">               text run at (0,0) width 145: &quot;Initial text before user input&quot;
</span><del>-        layer at (348,400) size 130x13
-          RenderBlock {DIV} at (3,3) size 131x13
-        layer at (10,591) size 217x136 clip at (11,592) size 215x134
-          RenderTextControl {TEXTAREA} at (2,290) size 217x136 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-            RenderBlock {DIV} at (3,3) size 211x26
-              RenderText {#text} at (0,0) size 179x13
-                text run at (0,0) width 179: &quot;More initial text before user input.&quot;
</del><ins>+        layer at (348,400) size 140x13
+          RenderBlock {DIV} at (3,3) size 140x13
+        layer at (10,591) size 231x136 clip at (11,592) size 229x134
+          RenderTextControl {TEXTAREA} at (2,290) size 231x136 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 225x26
+              RenderText {#text} at (0,0) size 178x13
+                text run at (0,0) width 178: &quot;More initial text before user input.&quot;
</ins><span class="cx">               RenderBR {BR} at (0,13) size 0x13
</span><span class="cx">       RenderFrame {FRAME} at (0,540) size 800x60
</span><span class="cx">         layer at (0,0) size 785x90
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacmediacontrolsafterreloadexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/media/controls-after-reload-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacmediacontrolsafterreloadexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/media/controls-after-reload-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/media/controls-after-reload-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/media/controls-after-reload-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -28,9 +28,9 @@
</span><span class="cx">   RenderFlexibleBox {DIV} at (60,24) size 201x17
</span><span class="cx"> layer at (76,263) size 32x13 blendMode: plus-lighter
</span><span class="cx">   RenderFlexibleBox {DIV} at (8,2) size 32x13 [color=#FFFFFF]
</span><del>-    RenderBlock (anonymous) at (2,0) size 30x13
-      RenderText {#text} at (0,0) size 30x13
-        text run at (0,0) width 30: &quot;00:00&quot;
</del><ins>+    RenderBlock (anonymous) at (-1,0) size 33x13
+      RenderText {#text} at (0,0) size 33x13
+        text run at (0,0) width 33: &quot;00:00&quot;
</ins><span class="cx"> layer at (118,261) size 96x17
</span><span class="cx">   RenderFlexibleBox {DIV} at (50,0) size 96x17
</span><span class="cx"> layer at (118,261) size 96x17 blendMode: plus-lighter
</span><span class="lines">@@ -40,9 +40,9 @@
</span><span class="cx">         RenderBlock {DIV} at (0,0) size 3x15
</span><span class="cx"> layer at (224,263) size 37x13 blendMode: plus-lighter
</span><span class="cx">   RenderFlexibleBox {DIV} at (156,2) size 37x13 [color=#FFFFFF]
</span><del>-    RenderBlock (anonymous) at (0,0) size 35x13
-      RenderText {#text} at (0,0) size 35x13
-        text run at (0,0) width 35: &quot;-00:06&quot;
</del><ins>+    RenderBlock (anonymous) at (0,0) size 38x13
+      RenderText {#text} at (0,0) size 38x13
+        text run at (0,0) width 38: &quot;-00:06&quot;
</ins><span class="cx"> layer at (277,257) size 14x25
</span><span class="cx">   RenderFlexibleBox {DIV} at (269,20) size 14x25
</span><span class="cx"> layer at (277,262) size 14x15 blendMode: plus-lighter
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacmediacontrolsstylingexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/media/controls-styling-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacmediacontrolsstylingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/media/controls-styling-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/media/controls-styling-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/media/controls-styling-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -30,9 +30,9 @@
</span><span class="cx">   RenderFlexibleBox {DIV} at (60,24) size 201x17
</span><span class="cx"> layer at (86,263) size 32x13 blendMode: plus-lighter
</span><span class="cx">   RenderFlexibleBox {DIV} at (8,2) size 32x13 [color=#FFFFFF]
</span><del>-    RenderBlock (anonymous) at (2,0) size 30x13
-      RenderText {#text} at (0,0) size 30x13
-        text run at (0,0) width 30: &quot;00:00&quot;
</del><ins>+    RenderBlock (anonymous) at (-1,0) size 33x13
+      RenderText {#text} at (0,0) size 33x13
+        text run at (0,0) width 33: &quot;00:00&quot;
</ins><span class="cx"> layer at (128,261) size 96x17
</span><span class="cx">   RenderFlexibleBox {DIV} at (50,0) size 96x17
</span><span class="cx"> layer at (128,261) size 96x17 blendMode: plus-lighter
</span><span class="lines">@@ -42,9 +42,9 @@
</span><span class="cx">         RenderBlock {DIV} at (0,0) size 3x15
</span><span class="cx"> layer at (234,263) size 37x13 blendMode: plus-lighter
</span><span class="cx">   RenderFlexibleBox {DIV} at (156,2) size 37x13 [color=#FFFFFF]
</span><del>-    RenderBlock (anonymous) at (0,0) size 35x13
-      RenderText {#text} at (0,0) size 35x13
-        text run at (0,0) width 35: &quot;-00:06&quot;
</del><ins>+    RenderBlock (anonymous) at (0,0) size 38x13
+      RenderText {#text} at (0,0) size 38x13
+        text run at (0,0) width 38: &quot;-00:06&quot;
</ins><span class="cx"> layer at (287,257) size 14x25
</span><span class="cx">   RenderFlexibleBox {DIV} at (269,20) size 14x25
</span><span class="cx"> layer at (287,262) size 14x15 blendMode: plus-lighter
</span><span class="lines">@@ -71,9 +71,9 @@
</span><span class="cx">   RenderFlexibleBox {DIV} at (60,24) size 201x17
</span><span class="cx"> layer at (76,503) size 32x13 blendMode: plus-lighter
</span><span class="cx">   RenderFlexibleBox {DIV} at (8,2) size 32x13 [color=#FFFFFF]
</span><del>-    RenderBlock (anonymous) at (2,0) size 30x13
-      RenderText {#text} at (0,0) size 30x13
-        text run at (0,0) width 30: &quot;00:00&quot;
</del><ins>+    RenderBlock (anonymous) at (-1,0) size 33x13
+      RenderText {#text} at (0,0) size 33x13
+        text run at (0,0) width 33: &quot;00:00&quot;
</ins><span class="cx"> layer at (118,501) size 96x17
</span><span class="cx">   RenderFlexibleBox {DIV} at (50,0) size 96x17
</span><span class="cx"> layer at (118,501) size 96x17 blendMode: plus-lighter
</span><span class="lines">@@ -83,9 +83,9 @@
</span><span class="cx">         RenderBlock {DIV} at (0,0) size 3x15
</span><span class="cx"> layer at (224,503) size 37x13 blendMode: plus-lighter
</span><span class="cx">   RenderFlexibleBox {DIV} at (156,2) size 37x13 [color=#FFFFFF]
</span><del>-    RenderBlock (anonymous) at (0,0) size 35x13
-      RenderText {#text} at (0,0) size 35x13
-        text run at (0,0) width 35: &quot;-00:06&quot;
</del><ins>+    RenderBlock (anonymous) at (0,0) size 38x13
+      RenderText {#text} at (0,0) size 38x13
+        text run at (0,0) width 38: &quot;-00:06&quot;
</ins><span class="cx"> layer at (277,497) size 14x25
</span><span class="cx">   RenderFlexibleBox {DIV} at (269,20) size 14x25
</span><span class="cx"> layer at (277,502) size 14x15 blendMode: plus-lighter
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacmediamediadocumentaudiorepaintexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/media/media-document-audio-repaint-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacmediamediadocumentaudiorepaintexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/media/media-document-audio-repaint-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/media/media-document-audio-repaint-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/media/media-document-audio-repaint-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -37,9 +37,9 @@
</span><span class="cx">       RenderFlexibleBox {DIV} at (60,24) size 210x17
</span><span class="cx">     layer at (108,146) size 32x13 blendMode: plus-lighter
</span><span class="cx">       RenderFlexibleBox {DIV} at (8,2) size 32x13 [color=#FFFFFF]
</span><del>-        RenderBlock (anonymous) at (2,0) size 30x13
-          RenderText {#text} at (0,0) size 30x13
-            text run at (0,0) width 30: &quot;00:00&quot;
</del><ins>+        RenderBlock (anonymous) at (-1,0) size 33x13
+          RenderText {#text} at (0,0) size 33x13
+            text run at (0,0) width 33: &quot;00:00&quot;
</ins><span class="cx">     layer at (150,145) size 105x17
</span><span class="cx">       RenderFlexibleBox {DIV} at (50,0) size 105x17
</span><span class="cx">     layer at (150,145) size 105x17 blendMode: plus-lighter
</span><span class="lines">@@ -49,9 +49,9 @@
</span><span class="cx">             RenderBlock {DIV} at (50,0) size 4x15
</span><span class="cx">     layer at (265,146) size 37x13 blendMode: plus-lighter
</span><span class="cx">       RenderFlexibleBox {DIV} at (165,2) size 37x13 [color=#FFFFFF]
</span><del>-        RenderBlock (anonymous) at (0,0) size 35x13
-          RenderText {#text} at (0,0) size 35x13
-            text run at (0,0) width 35: &quot;-00:00&quot;
</del><ins>+        RenderBlock (anonymous) at (0,0) size 38x13
+          RenderText {#text} at (0,0) size 38x13
+            text run at (0,0) width 38: &quot;-00:00&quot;
</ins><span class="cx">     layer at (318,141) size 14x25
</span><span class="cx">       RenderFlexibleBox {DIV} at (278,20) size 14x25
</span><span class="cx">     layer at (318,146) size 14x15 blendMode: plus-lighter
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacmediavideocontrolsrenderingexpectedpng"></a>
<div class="binary"><h4>Added: trunk/LayoutTests/platform/mac/media/video-controls-rendering-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Index: trunk/LayoutTests/platform/mac/media/video-controls-rendering-expected.png
</span><span class="cx">===================================================================
</span><del>--- trunk/LayoutTests/platform/mac/media/video-controls-rendering-expected.png        2016-07-05 18:36:21 UTC (rev 202825)
</del><ins>+++ trunk/LayoutTests/platform/mac/media/video-controls-rendering-expected.png        2016-07-05 18:59:05 UTC (rev 202826)
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/mac/media/video-controls-rendering-expected.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+image/png
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsplatformmacmediavideocontrolsrenderingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/media/video-controls-rendering-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/media/video-controls-rendering-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/media/video-controls-rendering-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -31,9 +31,9 @@
</span><span class="cx">   RenderFlexibleBox {DIV} at (60,24) size 201x17
</span><span class="cx"> layer at (76,263) size 32x13 blendMode: plus-lighter
</span><span class="cx">   RenderFlexibleBox {DIV} at (8,2) size 32x13 [color=#FFFFFF]
</span><del>-    RenderBlock (anonymous) at (2,0) size 30x13
-      RenderText {#text} at (0,0) size 30x13
-        text run at (0,0) width 30: &quot;00:00&quot;
</del><ins>+    RenderBlock (anonymous) at (-1,0) size 33x13
+      RenderText {#text} at (0,0) size 33x13
+        text run at (0,0) width 33: &quot;00:00&quot;
</ins><span class="cx"> layer at (118,261) size 96x17
</span><span class="cx">   RenderFlexibleBox {DIV} at (50,0) size 96x17
</span><span class="cx"> layer at (118,261) size 96x17 blendMode: plus-lighter
</span><span class="lines">@@ -43,9 +43,9 @@
</span><span class="cx">         RenderBlock {DIV} at (0,0) size 3x15
</span><span class="cx"> layer at (224,263) size 37x13 blendMode: plus-lighter
</span><span class="cx">   RenderFlexibleBox {DIV} at (156,2) size 37x13 [color=#FFFFFF]
</span><del>-    RenderBlock (anonymous) at (0,0) size 35x13
-      RenderText {#text} at (0,0) size 35x13
-        text run at (0,0) width 35: &quot;-00:06&quot;
</del><ins>+    RenderBlock (anonymous) at (0,0) size 38x13
+      RenderText {#text} at (0,0) size 38x13
+        text run at (0,0) width 38: &quot;-00:06&quot;
</ins><span class="cx"> layer at (277,257) size 14x25
</span><span class="cx">   RenderFlexibleBox {DIV} at (269,20) size 14x25
</span><span class="cx"> layer at (277,262) size 14x15 blendMode: plus-lighter
</span><span class="lines">@@ -72,9 +72,9 @@
</span><span class="cx">   RenderFlexibleBox {DIV} at (60,24) size 201x17
</span><span class="cx"> layer at (76,503) size 32x13 blendMode: plus-lighter
</span><span class="cx">   RenderFlexibleBox {DIV} at (8,2) size 32x13 [color=#FFFFFF]
</span><del>-    RenderBlock (anonymous) at (2,0) size 30x13
-      RenderText {#text} at (0,0) size 30x13
-        text run at (0,0) width 30: &quot;00:00&quot;
</del><ins>+    RenderBlock (anonymous) at (-1,0) size 33x13
+      RenderText {#text} at (0,0) size 33x13
+        text run at (0,0) width 33: &quot;00:00&quot;
</ins><span class="cx"> layer at (118,501) size 96x17
</span><span class="cx">   RenderFlexibleBox {DIV} at (50,0) size 96x17
</span><span class="cx"> layer at (118,501) size 96x17 blendMode: plus-lighter
</span><span class="lines">@@ -84,9 +84,9 @@
</span><span class="cx">         RenderBlock {DIV} at (0,0) size 3x15
</span><span class="cx"> layer at (224,503) size 37x13 blendMode: plus-lighter
</span><span class="cx">   RenderFlexibleBox {DIV} at (156,2) size 37x13 [color=#FFFFFF]
</span><del>-    RenderBlock (anonymous) at (0,0) size 35x13
-      RenderText {#text} at (0,0) size 35x13
-        text run at (0,0) width 35: &quot;-00:06&quot;
</del><ins>+    RenderBlock (anonymous) at (0,0) size 38x13
+      RenderText {#text} at (0,0) size 38x13
+        text run at (0,0) width 38: &quot;-00:06&quot;
</ins><span class="cx"> layer at (277,497) size 14x25
</span><span class="cx">   RenderFlexibleBox {DIV} at (269,20) size 14x25
</span><span class="cx"> layer at (277,502) size 14x15 blendMode: plus-lighter
</span><span class="lines">@@ -113,9 +113,9 @@
</span><span class="cx">   RenderFlexibleBox {DIV} at (60,24) size 201x17
</span><span class="cx"> layer at (76,743) size 32x13 blendMode: plus-lighter
</span><span class="cx">   RenderFlexibleBox {DIV} at (8,2) size 32x13 [color=#FFFFFF]
</span><del>-    RenderBlock (anonymous) at (2,0) size 30x13
-      RenderText {#text} at (0,0) size 30x13
-        text run at (0,0) width 30: &quot;00:00&quot;
</del><ins>+    RenderBlock (anonymous) at (-1,0) size 33x13
+      RenderText {#text} at (0,0) size 33x13
+        text run at (0,0) width 33: &quot;00:00&quot;
</ins><span class="cx"> layer at (118,741) size 96x17
</span><span class="cx">   RenderFlexibleBox {DIV} at (50,0) size 96x17
</span><span class="cx"> layer at (118,741) size 96x17 blendMode: plus-lighter
</span><span class="lines">@@ -125,9 +125,9 @@
</span><span class="cx">         RenderBlock {DIV} at (0,0) size 3x15
</span><span class="cx"> layer at (224,743) size 37x13 blendMode: plus-lighter
</span><span class="cx">   RenderFlexibleBox {DIV} at (156,2) size 37x13 [color=#FFFFFF]
</span><del>-    RenderBlock (anonymous) at (0,0) size 35x13
-      RenderText {#text} at (0,0) size 35x13
-        text run at (0,0) width 35: &quot;-00:06&quot;
</del><ins>+    RenderBlock (anonymous) at (0,0) size 38x13
+      RenderText {#text} at (0,0) size 38x13
+        text run at (0,0) width 38: &quot;-00:06&quot;
</ins><span class="cx"> layer at (277,737) size 14x25
</span><span class="cx">   RenderFlexibleBox {DIV} at (269,20) size 14x25
</span><span class="cx"> layer at (277,742) size 14x15 blendMode: plus-lighter
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacmediavideodisplaytoggleexpectedpng"></a>
<div class="binary"><h4>Added: trunk/LayoutTests/platform/mac/media/video-display-toggle-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Index: trunk/LayoutTests/platform/mac/media/video-display-toggle-expected.png
</span><span class="cx">===================================================================
</span><del>--- trunk/LayoutTests/platform/mac/media/video-display-toggle-expected.png        2016-07-05 18:36:21 UTC (rev 202825)
</del><ins>+++ trunk/LayoutTests/platform/mac/media/video-display-toggle-expected.png        2016-07-05 18:59:05 UTC (rev 202826)
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/mac/media/video-display-toggle-expected.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+image/png
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsplatformmacmediavideodisplaytoggleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/media/video-display-toggle-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/media/video-display-toggle-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/media/video-display-toggle-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -27,9 +27,9 @@
</span><span class="cx">   RenderFlexibleBox {DIV} at (60,24) size 201x17
</span><span class="cx"> layer at (76,247) size 32x13 blendMode: plus-lighter
</span><span class="cx">   RenderFlexibleBox {DIV} at (8,2) size 32x13 [color=#FFFFFF]
</span><del>-    RenderBlock (anonymous) at (2,0) size 30x13
-      RenderText {#text} at (0,0) size 30x13
-        text run at (0,0) width 30: &quot;00:00&quot;
</del><ins>+    RenderBlock (anonymous) at (-1,0) size 33x13
+      RenderText {#text} at (0,0) size 33x13
+        text run at (0,0) width 33: &quot;00:00&quot;
</ins><span class="cx"> layer at (118,245) size 96x17
</span><span class="cx">   RenderFlexibleBox {DIV} at (50,0) size 96x17
</span><span class="cx"> layer at (118,245) size 96x17 blendMode: plus-lighter
</span><span class="lines">@@ -39,9 +39,9 @@
</span><span class="cx">         RenderBlock {DIV} at (0,0) size 3x15
</span><span class="cx"> layer at (224,247) size 37x13 blendMode: plus-lighter
</span><span class="cx">   RenderFlexibleBox {DIV} at (156,2) size 37x13 [color=#FFFFFF]
</span><del>-    RenderBlock (anonymous) at (0,0) size 35x13
-      RenderText {#text} at (0,0) size 35x13
-        text run at (0,0) width 35: &quot;-00:06&quot;
</del><ins>+    RenderBlock (anonymous) at (0,0) size 38x13
+      RenderText {#text} at (0,0) size 38x13
+        text run at (0,0) width 38: &quot;-00:06&quot;
</ins><span class="cx"> layer at (277,241) size 14x25
</span><span class="cx">   RenderFlexibleBox {DIV} at (269,20) size 14x25
</span><span class="cx"> layer at (277,246) size 14x15 blendMode: plus-lighter
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacmediavideonoaudioexpectedpng"></a>
<div class="binary"><h4>Added: trunk/LayoutTests/platform/mac/media/video-no-audio-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Index: trunk/LayoutTests/platform/mac/media/video-no-audio-expected.png
</span><span class="cx">===================================================================
</span><del>--- trunk/LayoutTests/platform/mac/media/video-no-audio-expected.png        2016-07-05 18:36:21 UTC (rev 202825)
</del><ins>+++ trunk/LayoutTests/platform/mac/media/video-no-audio-expected.png        2016-07-05 18:59:05 UTC (rev 202826)
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/mac/media/video-no-audio-expected.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+image/png
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsplatformmacmediavideonoaudioexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/media/video-no-audio-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/media/video-no-audio-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/media/video-no-audio-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -28,9 +28,9 @@
</span><span class="cx">   RenderFlexibleBox {DIV} at (60,24) size 233x17
</span><span class="cx"> layer at (76,311) size 32x13 blendMode: plus-lighter
</span><span class="cx">   RenderFlexibleBox {DIV} at (8,2) size 32x13 [color=#FFFFFF]
</span><del>-    RenderBlock (anonymous) at (2,0) size 30x13
-      RenderText {#text} at (0,0) size 30x13
-        text run at (0,0) width 30: &quot;00:00&quot;
</del><ins>+    RenderBlock (anonymous) at (-1,0) size 33x13
+      RenderText {#text} at (0,0) size 33x13
+        text run at (0,0) width 33: &quot;00:00&quot;
</ins><span class="cx"> layer at (118,309) size 128x17
</span><span class="cx">   RenderFlexibleBox {DIV} at (50,0) size 128x17
</span><span class="cx"> layer at (118,309) size 128x17 blendMode: plus-lighter
</span><span class="lines">@@ -40,9 +40,9 @@
</span><span class="cx">         RenderBlock {DIV} at (0,0) size 3x15
</span><span class="cx"> layer at (256,311) size 37x13 blendMode: plus-lighter
</span><span class="cx">   RenderFlexibleBox {DIV} at (188,2) size 37x13 [color=#FFFFFF]
</span><del>-    RenderBlock (anonymous) at (0,0) size 35x13
-      RenderText {#text} at (0,0) size 35x13
-        text run at (0,0) width 35: &quot;-00:09&quot;
</del><ins>+    RenderBlock (anonymous) at (0,0) size 38x13
+      RenderText {#text} at (0,0) size 38x13
+        text run at (0,0) width 38: &quot;-00:09&quot;
</ins><span class="cx"> layer at (309,305) size 14x25
</span><span class="cx">   RenderFlexibleBox {DIV} at (301,20) size 14x25
</span><span class="cx"> layer at (309,310) size 14x15 blendMode: plus-lighter
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacmediavideovolumesliderexpectedpng"></a>
<div class="binary"><h4>Added: trunk/LayoutTests/platform/mac/media/video-volume-slider-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Index: trunk/LayoutTests/platform/mac/media/video-volume-slider-expected.png
</span><span class="cx">===================================================================
</span><del>--- trunk/LayoutTests/platform/mac/media/video-volume-slider-expected.png        2016-07-05 18:36:21 UTC (rev 202825)
</del><ins>+++ trunk/LayoutTests/platform/mac/media/video-volume-slider-expected.png        2016-07-05 18:59:05 UTC (rev 202826)
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/mac/media/video-volume-slider-expected.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+image/png
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsplatformmacmediavideovolumesliderexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/media/video-volume-slider-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/media/video-volume-slider-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/media/video-volume-slider-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -33,9 +33,9 @@
</span><span class="cx">   RenderFlexibleBox {DIV} at (60,24) size 201x17
</span><span class="cx"> layer at (76,283) size 32x13 blendMode: plus-lighter
</span><span class="cx">   RenderFlexibleBox {DIV} at (8,2) size 32x13 [color=#FFFFFF]
</span><del>-    RenderBlock (anonymous) at (2,0) size 30x13
-      RenderText {#text} at (0,0) size 30x13
-        text run at (0,0) width 30: &quot;00:00&quot;
</del><ins>+    RenderBlock (anonymous) at (-1,0) size 33x13
+      RenderText {#text} at (0,0) size 33x13
+        text run at (0,0) width 33: &quot;00:00&quot;
</ins><span class="cx"> layer at (118,281) size 96x17
</span><span class="cx">   RenderFlexibleBox {DIV} at (50,0) size 96x17
</span><span class="cx"> layer at (118,281) size 96x17 blendMode: plus-lighter
</span><span class="lines">@@ -45,9 +45,9 @@
</span><span class="cx">         RenderBlock {DIV} at (0,0) size 3x15
</span><span class="cx"> layer at (224,283) size 37x13 blendMode: plus-lighter
</span><span class="cx">   RenderFlexibleBox {DIV} at (156,2) size 37x13 [color=#FFFFFF]
</span><del>-    RenderBlock (anonymous) at (0,0) size 35x13
-      RenderText {#text} at (0,0) size 35x13
-        text run at (0,0) width 35: &quot;-00:06&quot;
</del><ins>+    RenderBlock (anonymous) at (0,0) size 38x13
+      RenderText {#text} at (0,0) size 38x13
+        text run at (0,0) width 38: &quot;-00:06&quot;
</ins><span class="cx"> layer at (277,277) size 14x25
</span><span class="cx">   RenderFlexibleBox {DIV} at (269,20) size 14x25
</span><span class="cx"> layer at (252,181) size 63x116 isolatesBlending
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacpluginsmouseclickpluginclearsselectionexpectedpng"></a>
<div class="binary"><h4>Added: trunk/LayoutTests/platform/mac/plugins/mouse-click-plugin-clears-selection-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Index: trunk/LayoutTests/platform/mac/plugins/mouse-click-plugin-clears-selection-expected.png
</span><span class="cx">===================================================================
</span><del>--- trunk/LayoutTests/platform/mac/plugins/mouse-click-plugin-clears-selection-expected.png        2016-07-05 18:36:21 UTC (rev 202825)
</del><ins>+++ trunk/LayoutTests/platform/mac/plugins/mouse-click-plugin-clears-selection-expected.png        2016-07-05 18:59:05 UTC (rev 202826)
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/mac/plugins/mouse-click-plugin-clears-selection-expected.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+image/png
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsplatformmacpluginsmouseclickpluginclearsselectionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -6,10 +6,10 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x123
</span><span class="cx">         RenderEmbeddedObject {EMBED} at (0,0) size 100x100
</span><span class="cx">         RenderBR {BR} at (100,100) size 0x0
</span><del>-        RenderTextControl {INPUT} at (2,102) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {INPUT} at (2,102) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {DIV} at (0,123) size 784x0
</span><del>-layer at (13,113) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (13,113) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 26x13
</span><span class="cx">       text run at (0,0) width 26: &quot;hello&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacscrollbarskeywindownotfirstresponderexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/scrollbars/key-window-not-first-responder-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/scrollbars/key-window-not-first-responder-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/scrollbars/key-window-not-first-responder-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -18,23 +18,23 @@
</span><span class="cx">         RenderText {#text} at (139,18) size 5x18
</span><span class="cx">           text run at (139,18) width 5: &quot;.&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,52) size 784x467
</span><del>-        RenderListBox {SELECT} at (2,2) size 47x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-        RenderText {#text} at (51,40) size 4x18
-          text run at (51,40) width 4: &quot; &quot;
-        RenderListBox {SELECT} at (57,2) size 47x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-        RenderListBox {SELECT} at (108,2) size 47x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-        RenderListBox {SELECT} at (159,2) size 47x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-        RenderListBox {SELECT} at (210,2) size 47x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-        RenderListBox {SELECT} at (261,2) size 47x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-        RenderListBox {SELECT} at (312,2) size 47x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-        RenderListBox {SELECT} at (363,2) size 47x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-        RenderListBox {SELECT} at (414,2) size 47x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-        RenderListBox {SELECT} at (465,2) size 47x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-        RenderListBox {SELECT} at (516,2) size 47x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-        RenderListBox {SELECT} at (567,2) size 47x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
-        RenderText {#text} at (616,40) size 4x18
-          text run at (616,40) width 4: &quot; &quot;
-        RenderBR {BR} at (620,54) size 0x0
</del><ins>+        RenderListBox {SELECT} at (2,2) size 48x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderText {#text} at (52,40) size 4x18
+          text run at (52,40) width 4: &quot; &quot;
+        RenderListBox {SELECT} at (58,2) size 48x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderListBox {SELECT} at (110,2) size 48x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderListBox {SELECT} at (162,2) size 48x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderListBox {SELECT} at (214,2) size 48x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderListBox {SELECT} at (266,2) size 48x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderListBox {SELECT} at (318,2) size 48x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderListBox {SELECT} at (370,2) size 48x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderListBox {SELECT} at (422,2) size 48x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderListBox {SELECT} at (474,2) size 48x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderListBox {SELECT} at (526,2) size 48x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderListBox {SELECT} at (578,2) size 48x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderText {#text} at (628,40) size 4x18
+          text run at (628,40) width 4: &quot; &quot;
+        RenderBR {BR} at (632,54) size 0x0
</ins><span class="cx">         RenderText {#text} at (52,449) size 4x18
</span><span class="cx">           text run at (52,449) width 4: &quot; &quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacsvgcustominlinesvginxhtmlexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/svg/custom/inline-svg-in-xhtml-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacsvgcustominlinesvginxhtmlexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -23,12 +23,12 @@
</span><span class="cx">               text run at (0,2) width 110: &quot;Enter something:&quot;
</span><span class="cx">           RenderText {#text} at (109,2) size 5x18
</span><span class="cx">             text run at (109,2) width 5: &quot; &quot;
</span><del>-          RenderTextControl {input} at (115,2) size 138x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+          RenderTextControl {input} at (115,2) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderBlock {p} at (14,78) size 688x23
</span><del>-          RenderButton {button} at (2,2) size 62x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-            RenderBlock (anonymous) at (8,2) size 46x13
-              RenderText {#text} at (0,0) size 46x13
-                text run at (0,0) width 46: &quot;Activate!&quot;
-layer at (184,84) size 130x13
-  RenderBlock {div} at (3,3) size 131x13
</del><ins>+          RenderButton {button} at (2,2) size 63x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+            RenderBlock (anonymous) at (8,2) size 47x13
+              RenderText {#text} at (0,0) size 47x13
+                text run at (0,0) width 47: &quot;Activate!&quot;
+layer at (184,84) size 140x13
+  RenderBlock {div} at (3,3) size 140x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacsvghixiemixed003expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/svg/hixie/mixed/003-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacsvghixiemixed003expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/svg/hixie/mixed/003-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/svg/hixie/mixed/003-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/svg/hixie/mixed/003-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -4,7 +4,7 @@
</span><span class="cx">   RenderBlock {html} at (0,0) size 800x301
</span><span class="cx">     RenderBody {body} at (8,16) size 784x277
</span><span class="cx">       RenderBlock {p} at (0,0) size 784x23
</span><del>-        RenderTextControl {input} at (2,2) size 332x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {input} at (2,2) size 356x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">       RenderBlock {p} at (0,39) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 465x18
</span><span class="cx">           text run at (0,0) width 465: &quot;It should say \&quot;PASSED\&quot; above and there should be a green circle below.&quot;
</span><span class="lines">@@ -13,7 +13,7 @@
</span><span class="cx">           RenderSVGEllipse {circle} at (8,89) size 100x100 [fill={[type=SOLID] [color=#008000]}] [cx=50.00] [cy=50.00] [r=50.00]
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,21) size 326x13
-  RenderBlock {div} at (3,3) size 326x13
-    RenderText {#text} at (0,0) size 119x13
-      text run at (0,0) width 119: &quot;This test has PASSED.&quot;
</del><ins>+layer at (13,21) size 350x13
+  RenderBlock {div} at (3,3) size 350x13
+    RenderText {#text} at (0,0) size 117x13
+      text run at (0,0) width 117: &quot;This test has PASSED.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug1188expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1188-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug1188expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1188-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1188-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1188-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -15,22 +15,22 @@
</span><span class="cx">               RenderTableCell {TD} at (2,55) size 595x41 [bgcolor=#99CCCC] [r=1 c=0 rs=1 cs=3]
</span><span class="cx">                 RenderInline {FONT} at (0,0) size 128x15
</span><span class="cx">                   RenderInline {B} at (0,0) size 128x15
</span><del>-                    RenderText {#text} at (55,4) size 128x17
-                      text run at (55,5) width 128: &quot;Search the Web with&quot;
-                RenderText {#text} at (182,2) size 5x20
-                  text run at (182,3) width 5: &quot; &quot;
-                RenderMenuList {SELECT} at (188,4) size 83x18 [bgcolor=#FFFFFF]
-                  RenderBlock (anonymous) at (0,0) size 82x18
-                    RenderText at (8,2) size 51x13
-                      text run at (8,2) width 51: &quot;Netscape&quot;
-                RenderTextControl {INPUT} at (274,3) size 202x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                RenderText {#text} at (477,2) size 5x20
-                  text run at (477,3) width 5: &quot; &quot;
-                RenderButton {INPUT} at (483,4) size 54x18 [bgcolor=#C0C0C0]
</del><ins>+                    RenderText {#text} at (48,4) size 128x17
+                      text run at (48,5) width 128: &quot;Search the Web with&quot;
+                RenderText {#text} at (175,2) size 5x20
+                  text run at (175,3) width 5: &quot; &quot;
+                RenderMenuList {SELECT} at (181,4) size 82x18 [bgcolor=#FFFFFF]
+                  RenderBlock (anonymous) at (0,0) size 81x18
+                    RenderText at (8,2) size 50x13
+                      text run at (8,2) width 50: &quot;Netscape&quot;
+                RenderTextControl {INPUT} at (266,3) size 217x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderText {#text} at (484,2) size 5x20
+                  text run at (484,3) width 5: &quot; &quot;
+                RenderButton {INPUT} at (490,4) size 54x18 [bgcolor=#C0C0C0]
</ins><span class="cx">                   RenderBlock (anonymous) at (8,2) size 37x13
</span><span class="cx">                     RenderText at (0,0) size 37x13
</span><span class="cx">                       text run at (0,0) width 37: &quot;Search&quot;
</span><del>-                RenderBR {BR} at (538,16) size 1x2
</del><ins>+                RenderBR {BR} at (545,16) size 1x2
</ins><span class="cx">                 RenderInline {SMALL} at (0,0) size 554x15
</span><span class="cx">                   RenderInline {A} at (0,0) size 98x15 [color=#0000EE]
</span><span class="cx">                     RenderText {#text} at (20,23) size 98x17
</span><span class="lines">@@ -136,5 +136,5 @@
</span><span class="cx">                   RenderTableSection {TBODY} at (0,0) size 1x1
</span><span class="cx">                     RenderTableRow {TR} at (0,0) size 1x1
</span><span class="cx">                       RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</span><del>-layer at (287,80) size 196x13
-  RenderBlock {DIV} at (3,3) size 196x13
</del><ins>+layer at (280,80) size 210x13
+  RenderBlock {DIV} at (3,3) size 210x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug12384expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug12384-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug12384expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug12384-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug12384-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug12384-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -4,23 +4,23 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x576
</span><span class="cx">       RenderBlock {FORM} at (0,0) size 784x27
</span><del>-        RenderTable {TABLE} at (0,0) size 648x27 [bgcolor=#FFE030] [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 646x25
-            RenderTableRow {TR} at (0,0) size 646x25
-              RenderTableCell {TD} at (0,0) size 646x25 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-                RenderInline {NOBR} at (0,0) size 644x18
-                  RenderTextControl {INPUT} at (3,3) size 202x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (206,3) size 14x18
-                    text run at (206,3) width 14: &quot; - &quot;
-                  RenderTextControl {INPUT} at (221,3) size 203x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (425,3) size 14x18
-                    text run at (425,3) width 14: &quot; - &quot;
-                  RenderTextControl {INPUT} at (440,3) size 203x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+        RenderTable {TABLE} at (0,0) size 691x27 [bgcolor=#FFE030] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 689x25
+            RenderTableRow {TR} at (0,0) size 689x25
+              RenderTableCell {TD} at (0,0) size 689x25 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                RenderInline {NOBR} at (0,0) size 687x18
+                  RenderTextControl {INPUT} at (3,3) size 216x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (220,3) size 15x18
+                    text run at (220,3) width 15: &quot; - &quot;
+                  RenderTextControl {INPUT} at (236,3) size 216x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (453,3) size 15x18
+                    text run at (453,3) width 15: &quot; - &quot;
+                  RenderTextControl {INPUT} at (469,3) size 217x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableRow {TR} at (0,25) size 646x0
-layer at (15,15) size 196x13
-  RenderBlock {DIV} at (3,3) size 196x13
-layer at (234,15) size 196x13 backgroundClip at (234,15) size 195x13 clip at (234,15) size 195x13
-  RenderBlock {DIV} at (3,3) size 196x13
-layer at (453,15) size 196x13 backgroundClip at (453,15) size 195x13 clip at (453,15) size 195x13
-  RenderBlock {DIV} at (3,3) size 196x13
</del><ins>+            RenderTableRow {TR} at (0,25) size 689x0
+layer at (15,15) size 210x13
+  RenderBlock {DIV} at (3,3) size 210x13
+layer at (248,15) size 210x13
+  RenderBlock {DIV} at (3,3) size 210x13
+layer at (481,15) size 210x13
+  RenderBlock {DIV} at (3,3) size 210x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug138725expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug138725-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug138725expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug138725-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug138725-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug138725-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -3,32 +3,32 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-      RenderTable {TABLE} at (0,0) size 151x56
-        RenderTableSection {TBODY} at (0,0) size 151x56
-          RenderTableRow {TR} at (0,2) size 151x52
-            RenderTableCell {TD} at (2,2) size 147x52 [r=0 c=0 rs=1 cs=1]
-              RenderBlock (anonymous) at (1,1) size 145x0
</del><ins>+      RenderTable {TABLE} at (0,0) size 149x56
+        RenderTableSection {TBODY} at (0,0) size 149x56
+          RenderTableRow {TR} at (0,2) size 149x52
+            RenderTableCell {TD} at (2,2) size 145x52 [r=0 c=0 rs=1 cs=1]
+              RenderBlock (anonymous) at (1,1) size 143x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                     RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                     RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (1,1) size 145x50
-                RenderTable {TABLE} at (0,0) size 145x50
-                  RenderTableSection {TBODY} at (0,0) size 145x50
-                    RenderTableRow {TR} at (0,2) size 145x46
-                      RenderTableCell {TD} at (2,2) size 141x46 [r=0 c=0 rs=1 cs=1]
-                        RenderTable {TABLE} at (1,1) size 139x44
-                          RenderTableSection {TBODY} at (0,0) size 139x44
-                            RenderTableRow {TR} at (0,2) size 139x40
-                              RenderTableCell {TD} at (2,2) size 135x40 [r=0 c=0 rs=1 cs=1]
-                                RenderBlock {FORM} at (1,1) size 133x22
-                                  RenderButton {INPUT} at (2,2) size 129x18 [bgcolor=#C0C0C0]
-                                    RenderBlock (anonymous) at (8,2) size 113x13
-                                      RenderText at (0,0) size 113x13
-                                        text run at (0,0) width 113: &quot;ApplyForThisPosition&quot;
</del><ins>+              RenderBlock (anonymous) at (1,1) size 143x50
+                RenderTable {TABLE} at (0,0) size 143x50
+                  RenderTableSection {TBODY} at (0,0) size 143x50
+                    RenderTableRow {TR} at (0,2) size 143x46
+                      RenderTableCell {TD} at (2,2) size 139x46 [r=0 c=0 rs=1 cs=1]
+                        RenderTable {TABLE} at (1,1) size 137x44
+                          RenderTableSection {TBODY} at (0,0) size 137x44
+                            RenderTableRow {TR} at (0,2) size 137x40
+                              RenderTableCell {TD} at (2,2) size 133x40 [r=0 c=0 rs=1 cs=1]
+                                RenderBlock {FORM} at (1,1) size 131x22
+                                  RenderButton {INPUT} at (2,2) size 127x18 [bgcolor=#C0C0C0]
+                                    RenderBlock (anonymous) at (8,2) size 111x13
+                                      RenderText at (0,0) size 111x13
+                                        text run at (0,0) width 111: &quot;ApplyForThisPosition&quot;
</ins><span class="cx">                                   RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (1,51) size 145x0
</del><ins>+              RenderBlock (anonymous) at (1,51) size 143x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug18359expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug18359-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug18359expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug18359-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug18359-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug18359-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -8,37 +8,37 @@
</span><span class="cx">           text run at (0,0) width 362: &quot;SeaMonkey XPInstall Trigger Page&quot;
</span><span class="cx">       RenderBlock {HR} at (0,47) size 784x3 [border: (1px inset #000000)]
</span><span class="cx">       RenderBlock {FORM} at (0,57) size 784x56
</span><del>-        RenderTable {TABLE} at (0,0) size 636x55
-          RenderTableSection {TBODY} at (0,0) size 636x55
-            RenderTableRow {TR} at (0,2) size 636x25
</del><ins>+        RenderTable {TABLE} at (0,0) size 668x55
+          RenderTableSection {TBODY} at (0,0) size 668x55
+            RenderTableRow {TR} at (0,2) size 668x25
</ins><span class="cx">               RenderTableCell {TD} at (2,4) size 106x21 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderInline {B} at (0,0) size 95x18
</span><span class="cx">                   RenderText {#text} at (1,1) size 95x19
</span><span class="cx">                     text run at (1,2) width 95: &quot;Trigger URL:&quot;
</span><del>-              RenderTableCell {TD} at (109,2) size 437x25 [r=0 c=1 rs=1 cs=1]
-                RenderTextControl {INPUT} at (3,3) size 430x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-              RenderTableCell {TD} at (547,2) size 87x25 [r=0 c=2 rs=1 cs=1]
-                RenderButton {INPUT} at (3,3) size 53x18 [bgcolor=#C0C0C0]
-                  RenderBlock (anonymous) at (8,2) size 37x13
-                    RenderText at (0,0) size 37x13
-                      text run at (0,0) width 37: &quot;Trigger&quot;
-            RenderTableRow {TR} at (0,29) size 636x24
</del><ins>+              RenderTableCell {TD} at (109,2) size 467x25 [r=0 c=1 rs=1 cs=1]
+                RenderTextControl {INPUT} at (3,3) size 461x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+              RenderTableCell {TD} at (577,2) size 89x25 [r=0 c=2 rs=1 cs=1]
+                RenderButton {INPUT} at (3,3) size 54x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 38x13
+                    RenderText at (0,0) size 38x13
+                      text run at (0,0) width 38: &quot;Trigger&quot;
+            RenderTableRow {TR} at (0,29) size 668x24
</ins><span class="cx">               RenderTableCell {TD} at (2,31) size 106x20 [r=1 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderInline {B} at (0,0) size 104x18
</span><span class="cx">                   RenderText {#text} at (1,1) size 104x18
</span><span class="cx">                     text run at (1,1) width 104: &quot;Run Test Case:&quot;
</span><del>-              RenderTableCell {TD} at (109,29) size 437x24 [r=1 c=1 rs=1 cs=1]
-                RenderMenuList {SELECT} at (3,3) size 259x18 [bgcolor=#FFFFFF]
-                  RenderBlock (anonymous) at (0,0) size 259x18
-                    RenderText at (8,2) size 71x13
-                      text run at (8,2) width 71: &quot;a_abortinstall&quot;
</del><ins>+              RenderTableCell {TD} at (109,29) size 467x24 [r=1 c=1 rs=1 cs=1]
+                RenderMenuList {SELECT} at (3,3) size 255x18 [bgcolor=#FFFFFF]
+                  RenderBlock (anonymous) at (0,0) size 255x18
+                    RenderText at (8,2) size 70x13
+                      text run at (8,2) width 70: &quot;a_abortinstall&quot;
</ins><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderTableCell {TD} at (547,29) size 87x24 [r=1 c=2 rs=1 cs=1]
-                RenderButton {INPUT} at (3,3) size 81x18 [bgcolor=#C0C0C0]
-                  RenderBlock (anonymous) at (8,2) size 65x13
-                    RenderText at (0,0) size 65x13
-                      text run at (0,0) width 65: &quot;Trigger case&quot;
-layer at (123,74) size 424x13
-  RenderBlock {DIV} at (3,3) size 424x13
-    RenderText {#text} at (0,0) size 96x13
-      text run at (0,0) width 96: &quot;http://jimbob/jars/&quot;
</del><ins>+              RenderTableCell {TD} at (577,29) size 89x24 [r=1 c=2 rs=1 cs=1]
+                RenderButton {INPUT} at (3,3) size 82x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 66x13
+                    RenderText at (0,0) size 66x13
+                      text run at (0,0) width 66: &quot;Trigger case&quot;
+layer at (123,74) size 455x13
+  RenderBlock {DIV} at (3,3) size 455x13
+    RenderText {#text} at (0,0) size 95x13
+      text run at (0,0) width 95: &quot;http://jimbob/jars/&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug194024expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug194024-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug194024expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug194024-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug194024-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug194024-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -102,45 +102,45 @@
</span><span class="cx"> layer at (20,28) size 760x32 clip at (21,29) size 758x30
</span><span class="cx">   RenderTextControl {TEXTAREA} at (0,2) size 760x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">     RenderBlock {DIV} at (3,3) size 754x13
</span><del>-      RenderText {#text} at (0,0) size 20x13
-        text run at (0,0) width 20: &quot;test&quot;
</del><ins>+      RenderText {#text} at (0,0) size 21x13
+        text run at (0,0) width 21: &quot;test&quot;
</ins><span class="cx"> layer at (20,82) size 760x32 clip at (21,83) size 758x30
</span><span class="cx">   RenderTextControl {TEXTAREA} at (0,2) size 760x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">     RenderBlock {DIV} at (3,3) size 754x13
</span><del>-      RenderText {#text} at (0,0) size 20x13
-        text run at (0,0) width 20: &quot;test&quot;
</del><ins>+      RenderText {#text} at (0,0) size 21x13
+        text run at (0,0) width 21: &quot;test&quot;
</ins><span class="cx"> layer at (24,138) size 752x32 clip at (25,139) size 750x30
</span><span class="cx">   RenderTextControl {TEXTAREA} at (0,2) size 752x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">     RenderBlock {DIV} at (3,3) size 746x13
</span><del>-      RenderText {#text} at (0,0) size 20x13
-        text run at (0,0) width 20: &quot;test&quot;
</del><ins>+      RenderText {#text} at (0,0) size 21x13
+        text run at (0,0) width 21: &quot;test&quot;
</ins><span class="cx"> layer at (24,196) size 752x32 clip at (25,197) size 750x30
</span><span class="cx">   RenderTextControl {TEXTAREA} at (0,2) size 752x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">     RenderBlock {DIV} at (3,3) size 746x13
</span><del>-      RenderText {#text} at (0,0) size 20x13
-        text run at (0,0) width 20: &quot;test&quot;
</del><ins>+      RenderText {#text} at (0,0) size 21x13
+        text run at (0,0) width 21: &quot;test&quot;
</ins><span class="cx"> layer at (27,255) size 746x32 clip at (28,256) size 744x30
</span><span class="cx">   RenderTextControl {TEXTAREA} at (1,3) size 746x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">     RenderBlock {DIV} at (3,3) size 740x13
</span><del>-      RenderText {#text} at (0,0) size 20x13
-        text run at (0,0) width 20: &quot;test&quot;
</del><ins>+      RenderText {#text} at (0,0) size 21x13
+        text run at (0,0) width 21: &quot;test&quot;
</ins><span class="cx"> layer at (27,315) size 746x32 clip at (28,316) size 744x30
</span><span class="cx">   RenderTextControl {TEXTAREA} at (1,3) size 746x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">     RenderBlock {DIV} at (3,3) size 740x13
</span><del>-      RenderText {#text} at (0,0) size 20x13
-        text run at (0,0) width 20: &quot;test&quot;
</del><ins>+      RenderText {#text} at (0,0) size 21x13
+        text run at (0,0) width 21: &quot;test&quot;
</ins><span class="cx"> layer at (24,374) size 752x32 clip at (25,375) size 750x30
</span><span class="cx">   RenderTextControl {TEXTAREA} at (1,3) size 752x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">     RenderBlock {DIV} at (3,3) size 746x13
</span><del>-      RenderText {#text} at (0,0) size 20x13
-        text run at (0,0) width 20: &quot;test&quot;
</del><ins>+      RenderText {#text} at (0,0) size 21x13
+        text run at (0,0) width 21: &quot;test&quot;
</ins><span class="cx"> layer at (27,433) size 746x32 clip at (28,434) size 744x30
</span><span class="cx">   RenderTextControl {TEXTAREA} at (2,4) size 746x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">     RenderBlock {DIV} at (3,3) size 740x13
</span><del>-      RenderText {#text} at (0,0) size 20x13
-        text run at (0,0) width 20: &quot;test&quot;
</del><ins>+      RenderText {#text} at (0,0) size 21x13
+        text run at (0,0) width 21: &quot;test&quot;
</ins><span class="cx"> layer at (31,495) size 738x32 clip at (32,496) size 736x30
</span><span class="cx">   RenderTextControl {TEXTAREA} at (2,4) size 738x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">     RenderBlock {DIV} at (3,3) size 732x13
</span><del>-      RenderText {#text} at (0,0) size 20x13
-        text run at (0,0) width 20: &quot;test&quot;
</del><ins>+      RenderText {#text} at (0,0) size 21x13
+        text run at (0,0) width 21: &quot;test&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug24200expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug24200-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug24200expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug24200-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug24200-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug24200-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -24,11 +24,11 @@
</span><span class="cx">                           RenderTable {TABLE} at (3,2) size 131x34 [border: (1px solid #FFFF00)]
</span><span class="cx">                             RenderTableSection {TBODY} at (1,1) size 128x31
</span><span class="cx">                               RenderTableRow {TR} at (0,0) size 128x31
</span><del>-                                RenderTableCell {TD} at (0,1) size 101x29 [border: (2px solid #FFFF00)] [r=0 c=0 rs=1 cs=1]
-                                  RenderTextControl {INPUT} at (5,5) size 78x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+                                RenderTableCell {TD} at (0,1) size 103x29 [border: (2px solid #FFFF00)] [r=0 c=0 rs=1 cs=1]
+                                  RenderTextControl {INPUT} at (5,5) size 83x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">                                   RenderText {#text} at (0,0) size 0x0
</span><del>-                                RenderTableCell {TD} at (100,0) size 29x31 [border: (2px solid #FFFF00)] [r=0 c=1 rs=1 cs=1]
-                                  RenderImage {INPUT} at (4,7) size 20x18
</del><ins>+                                RenderTableCell {TD} at (102,0) size 27x31 [border: (2px solid #FFFF00)] [r=0 c=1 rs=1 cs=1]
+                                  RenderImage {INPUT} at (3,7) size 20x18
</ins><span class="cx">                                   RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                       RenderTableRow {TR} at (0,59) size 136x21
</span><span class="cx">                         RenderTableCell {TD} at (0,59) size 136x21 [border: (1px solid #00FF00)] [r=2 c=0 rs=1 cs=1]
</span><span class="lines">@@ -59,5 +59,5 @@
</span><span class="cx">                       RenderTableCell {TD} at (0,0) size 478x23 [border: (2px solid #0000FF)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                         RenderText {#text} at (3,3) size 48x18
</span><span class="cx">                           text run at (3,3) width 48: &quot;overlap&quot;
</span><del>-layer at (102,69) size 72x13 backgroundClip at (102,69) size 71x13 clip at (102,69) size 71x13
-  RenderBlock {DIV} at (3,3) size 72x13
</del><ins>+layer at (102,69) size 77x13 backgroundClip at (102,69) size 76x13 clip at (102,69) size 76x13
+  RenderBlock {DIV} at (3,3) size 77x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug24792expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-2-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug24792expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -50,7 +50,7 @@
</span><span class="cx">                       text run at (0,6) width 134: &quot;First Name (required)&quot;
</span><span class="cx">                 RenderTableRow (anonymous) at (0,28) size 134x32
</span><span class="cx">                   RenderTableCell (anonymous) at (0,28) size 134x32 [r=1 c=0 rs=1 cs=1]
</span><del>-                    RenderTextControl {INPUT} at (2,8) size 111x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+                    RenderTextControl {INPUT} at (2,8) size 118x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">             RenderText {#text} at (133,6) size 6x19
</span><span class="cx">               text run at (133,6) width 6: &quot; &quot;
</span><span class="cx">             RenderTable {SPAN} at (138,3) size 133x60
</span><span class="lines">@@ -61,40 +61,40 @@
</span><span class="cx">                       text run at (0,6) width 133: &quot;Last Name (required)&quot;
</span><span class="cx">                 RenderTableRow (anonymous) at (0,28) size 133x32
</span><span class="cx">                   RenderTableCell (anonymous) at (0,28) size 133x32 [r=1 c=0 rs=1 cs=1]
</span><del>-                    RenderTextControl {INPUT} at (2,8) size 111x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+                    RenderTextControl {INPUT} at (2,8) size 118x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">             RenderText {#text} at (0,0) size 0x0
</span><span class="cx">           RenderBlock {P} at (0,127) size 568x63
</span><del>-            RenderTable {SPAN} at (0,3) size 271x60
-              RenderTableSection (anonymous) at (0,0) size 271x60
-                RenderTableRow {SPAN} at (0,0) size 271x28
-                  RenderTableCell (anonymous) at (0,0) size 271x28 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTable {SPAN} at (0,3) size 290x60
+              RenderTableSection (anonymous) at (0,0) size 290x60
+                RenderTableRow {SPAN} at (0,0) size 290x28
+                  RenderTableCell (anonymous) at (0,0) size 290x28 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                     RenderText {#text} at (0,6) size 91x16
</span><span class="cx">                       text run at (0,6) width 91: &quot;Email Address&quot;
</span><del>-                RenderTableRow (anonymous) at (0,28) size 271x32
-                  RenderTableCell (anonymous) at (0,28) size 271x32 [r=1 c=0 rs=1 cs=1]
-                    RenderTextControl {INPUT} at (2,8) size 267x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+                RenderTableRow (anonymous) at (0,28) size 290x32
+                  RenderTableCell (anonymous) at (0,28) size 290x32 [r=1 c=0 rs=1 cs=1]
+                    RenderTextControl {INPUT} at (2,8) size 286x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">             RenderText {#text} at (0,0) size 0x0
</span><span class="cx">           RenderBlock {P} at (0,190) size 568x63
</span><del>-            RenderTable {SPAN} at (0,3) size 115x60
-              RenderTableSection (anonymous) at (0,0) size 115x60
-                RenderTableRow {SPAN} at (0,0) size 115x28
-                  RenderTableCell (anonymous) at (0,0) size 115x28 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTable {SPAN} at (0,3) size 122x60
+              RenderTableSection (anonymous) at (0,0) size 122x60
+                RenderTableRow {SPAN} at (0,0) size 122x28
+                  RenderTableCell (anonymous) at (0,0) size 122x28 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                     RenderText {#text} at (0,6) size 102x16
</span><span class="cx">                       text run at (0,6) width 102: &quot;Company Name&quot;
</span><del>-                RenderTableRow (anonymous) at (0,28) size 115x32
-                  RenderTableCell (anonymous) at (0,28) size 115x32 [r=1 c=0 rs=1 cs=1]
-                    RenderTextControl {INPUT} at (2,8) size 111x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-            RenderText {#text} at (114,6) size 6x19
-              text run at (114,6) width 6: &quot; &quot;
-            RenderTable {SPAN} at (119,3) size 116x60
-              RenderTableSection (anonymous) at (0,0) size 115x60
-                RenderTableRow {SPAN} at (0,0) size 115x28
-                  RenderTableCell (anonymous) at (0,0) size 115x28 [r=0 c=0 rs=1 cs=1]
</del><ins>+                RenderTableRow (anonymous) at (0,28) size 122x32
+                  RenderTableCell (anonymous) at (0,28) size 122x32 [r=1 c=0 rs=1 cs=1]
+                    RenderTextControl {INPUT} at (2,8) size 118x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderText {#text} at (121,6) size 7x19
+              text run at (121,6) width 7: &quot; &quot;
+            RenderTable {SPAN} at (127,3) size 123x60
+              RenderTableSection (anonymous) at (0,0) size 122x60
+                RenderTableRow {SPAN} at (0,0) size 122x28
+                  RenderTableCell (anonymous) at (0,0) size 122x28 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                     RenderText {#text} at (0,6) size 26x16
</span><span class="cx">                       text run at (0,6) width 26: &quot;Title&quot;
</span><del>-                RenderTableRow (anonymous) at (0,28) size 115x32
-                  RenderTableCell (anonymous) at (0,28) size 115x32 [r=1 c=0 rs=1 cs=1]
-                    RenderTextControl {INPUT} at (2,8) size 111x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+                RenderTableRow (anonymous) at (0,28) size 122x32
+                  RenderTableCell (anonymous) at (0,28) size 122x32 [r=1 c=0 rs=1 cs=1]
+                    RenderTextControl {INPUT} at (2,8) size 118x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">             RenderText {#text} at (0,0) size 0x0
</span><span class="cx">           RenderBlock {P} at (0,253) size 568x32
</span><span class="cx">             RenderButton {INPUT} at (2,9) size 57x18 [bgcolor=#C0C0C0]
</span><span class="lines">@@ -101,20 +101,20 @@
</span><span class="cx">               RenderBlock (anonymous) at (8,2) size 41x13
</span><span class="cx">                 RenderText at (0,0) size 41x13
</span><span class="cx">                   text run at (0,0) width 41: &quot;Submit!&quot;
</span><del>-            RenderText {#text} at (60,6) size 7x19
-              text run at (60,6) width 7: &quot; &quot;
-            RenderButton {INPUT} at (68,9) size 75x18 [bgcolor=#C0C0C0]
-              RenderBlock (anonymous) at (8,2) size 59x13
-                RenderText at (0,0) size 59x13
-                  text run at (0,0) width 59: &quot;Clear Form&quot;
</del><ins>+            RenderText {#text} at (60,6) size 6x19
+              text run at (60,6) width 6: &quot; &quot;
+            RenderButton {INPUT} at (67,9) size 75x18 [bgcolor=#C0C0C0]
+              RenderBlock (anonymous) at (8,2) size 58x13
+                RenderText at (0,0) size 58x13
+                  text run at (0,0) width 58: &quot;Clear Form&quot;
</ins><span class="cx">             RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (161,291) size 104x13
-  RenderBlock {DIV} at (3,3) size 105x13
-layer at (300,291) size 104x13
-  RenderBlock {DIV} at (3,3) size 105x13
-layer at (161,354) size 261x13
-  RenderBlock {DIV} at (3,3) size 261x13
-layer at (161,417) size 104x13
-  RenderBlock {DIV} at (3,3) size 105x13
-layer at (281,417) size 104x13
-  RenderBlock {DIV} at (3,3) size 105x13
</del><ins>+layer at (161,291) size 112x13
+  RenderBlock {DIV} at (3,3) size 112x13
+layer at (300,291) size 112x13
+  RenderBlock {DIV} at (3,3) size 112x13
+layer at (161,354) size 280x13
+  RenderBlock {DIV} at (3,3) size 280x13
+layer at (161,417) size 112x13
+  RenderBlock {DIV} at (3,3) size 112x13
+layer at (289,417) size 112x13 backgroundClip at (289,417) size 111x13 clip at (289,417) size 111x13
+  RenderBlock {DIV} at (3,3) size 112x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug24793expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug24793expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -66,21 +66,21 @@
</span><span class="cx">         RenderBlock {P} at (0,0) size 769x45
</span><span class="cx">           RenderText {#text} at (0,2) size 267x18
</span><span class="cx">             text run at (0,2) width 267: &quot;How does your browser fare on this test? &quot;
</span><del>-          RenderMenuList {SELECT} at (268,3) size 244x18 [bgcolor=#FFFFFF]
-            RenderBlock (anonymous) at (0,0) size 243x18
-              RenderText at (8,2) size 138x13
-                text run at (8,2) width 138: &quot;The test renders correctly.&quot;
-          RenderText {#text} at (513,2) size 5x18
-            text run at (513,2) width 5: &quot; &quot;
-          RenderInline {LABEL} at (0,0) size 213x18
-            RenderText {#text} at (517,2) size 73x18
-              text run at (517,2) width 73: &quot;Comment: &quot;
-            RenderTextControl {INPUT} at (591,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+          RenderMenuList {SELECT} at (268,3) size 242x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 241x18
+              RenderText at (8,2) size 140x13
+                text run at (8,2) width 140: &quot;The test renders correctly.&quot;
+          RenderText {#text} at (511,2) size 5x18
+            text run at (511,2) width 5: &quot; &quot;
+          RenderInline {LABEL} at (0,0) size 223x18
+            RenderText {#text} at (515,2) size 73x18
+              text run at (515,2) width 73: &quot;Comment: &quot;
+            RenderTextControl {INPUT} at (589,2) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-          RenderButton {INPUT} at (2,25) size 54x18 [bgcolor=#C0C0C0]
-            RenderBlock (anonymous) at (8,2) size 38x13
-              RenderText at (0,0) size 38x13
-                text run at (0,0) width 38: &quot;Submit&quot;
</del><ins>+          RenderButton {INPUT} at (2,25) size 53x18 [bgcolor=#C0C0C0]
+            RenderBlock (anonymous) at (8,2) size 37x13
+              RenderText at (0,0) size 37x13
+                text run at (0,0) width 37: &quot;Submit&quot;
</ins><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {HR} at (0,509) size 769x3 [border: (1px inset #000000)]
</span><span class="cx">       RenderBlock {P} at (0,527) size 769x19
</span><span class="lines">@@ -115,5 +115,5 @@
</span><span class="cx">       RenderBlock {P} at (0,629) size 769x19
</span><span class="cx">         RenderText {#text} at (0,0) size 185x18
</span><span class="cx">           text run at (0,0) width 185: &quot;Last updated in March 1999.&quot;
</span><del>-layer at (602,475) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (600,475) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug24794expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-4-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug24794expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -184,21 +184,21 @@
</span><span class="cx">         RenderBlock {P} at (0,0) size 769x45
</span><span class="cx">           RenderText {#text} at (0,1) size 267x18
</span><span class="cx">             text run at (0,1) width 267: &quot;How does your browser fare on this test? &quot;
</span><del>-          RenderMenuList {SELECT} at (268,2) size 469x18 [bgcolor=#FFFFFF]
-            RenderBlock (anonymous) at (0,0) size 468x18
-              RenderText at (8,2) size 437x13
-                text run at (8,2) width 437: &quot;The tests all render identically, and this browser may or may not grok CSS2 tables.&quot;
</del><ins>+          RenderMenuList {SELECT} at (268,2) size 464x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 463x18
+              RenderText at (8,2) size 432x13
+                text run at (8,2) width 432: &quot;The tests all render identically, and this browser may or may not grok CSS2 tables.&quot;
</ins><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-          RenderInline {LABEL} at (0,0) size 212x18
</del><ins>+          RenderInline {LABEL} at (0,0) size 222x18
</ins><span class="cx">             RenderText {#text} at (0,24) size 72x18
</span><span class="cx">               text run at (0,24) width 72: &quot;Comment: &quot;
</span><del>-            RenderTextControl {INPUT} at (73,24) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderText {#text} at (211,24) size 5x18
-            text run at (211,24) width 5: &quot; &quot;
-          RenderButton {INPUT} at (217,25) size 55x18 [bgcolor=#C0C0C0]
-            RenderBlock (anonymous) at (8,2) size 38x13
-              RenderText at (0,0) size 38x13
-                text run at (0,0) width 38: &quot;Submit&quot;
</del><ins>+            RenderTextControl {INPUT} at (73,24) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderText {#text} at (221,24) size 5x18
+            text run at (221,24) width 5: &quot; &quot;
+          RenderButton {INPUT} at (227,25) size 54x18 [bgcolor=#C0C0C0]
+            RenderBlock (anonymous) at (8,2) size 37x13
+              RenderText at (0,0) size 37x13
+                text run at (0,0) width 37: &quot;Submit&quot;
</ins><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {HR} at (0,2379) size 769x3 [border: (1px inset #000000)]
</span><span class="cx">       RenderBlock {P} at (0,2397) size 769x19
</span><span class="lines">@@ -239,5 +239,5 @@
</span><span class="cx">       RenderBlock {P} at (0,2533) size 769x19
</span><span class="cx">         RenderText {#text} at (0,0) size 185x18
</span><span class="cx">           text run at (0,0) width 185: &quot;Last updated in March 1999.&quot;
</span><del>-layer at (85,2367) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (85,2367) size 140x13 backgroundClip at (85,2367) size 139x13 clip at (85,2367) size 139x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug26178expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug26178-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug26178expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug26178-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug26178-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug26178-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -15,8 +15,8 @@
</span><span class="cx">               RenderText {#text} at (1,1) size 59x18
</span><span class="cx">                 text run at (1,1) width 59: &quot;First row&quot;
</span><span class="cx">       RenderBlock {FORM} at (0,46) size 784x22
</span><del>-        RenderButton {INPUT} at (2,2) size 46x18 [bgcolor=#C0C0C0]
-          RenderBlock (anonymous) at (8,2) size 30x13
-            RenderText at (0,0) size 30x13
-              text run at (0,0) width 30: &quot;insert&quot;
</del><ins>+        RenderButton {INPUT} at (2,2) size 47x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 31x13
+            RenderText at (0,0) size 31x13
+              text run at (0,0) width 31: &quot;insert&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug28928expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug28928-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug28928expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug28928-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug28928-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug28928-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -11,16 +11,16 @@
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 196x59
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 192x59 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderBlock {FORM} at (1,1) size 190x41
</span><del>-                RenderTextControl {INPUT} at (2,2) size 91x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                RenderText {#text} at (94,2) size 5x18
-                  text run at (94,2) width 5: &quot; &quot;
-                RenderButton {INPUT} at (100,3) size 40x18 [bgcolor=#C0C0C0]
-                  RenderBlock (anonymous) at (8,2) size 23x13
-                    RenderText at (0,0) size 23x13
-                      text run at (0,0) width 23: &quot; Go &quot;
-                RenderText {#text} at (141,2) size 5x18
-                  text run at (141,2) width 5: &quot; &quot;
-                RenderBR {BR} at (145,16) size 1x0
</del><ins>+                RenderTextControl {INPUT} at (2,2) size 97x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderText {#text} at (100,2) size 5x18
+                  text run at (100,2) width 5: &quot; &quot;
+                RenderButton {INPUT} at (106,3) size 39x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 22x13
+                    RenderText at (0,0) size 22x13
+                      text run at (0,0) width 22: &quot; Go &quot;
+                RenderText {#text} at (146,2) size 5x18
+                  text run at (146,2) width 5: &quot; &quot;
+                RenderBR {BR} at (150,16) size 1x0
</ins><span class="cx">                 RenderText {#text} at (0,23) size 190x18
</span><span class="cx">                   text run at (0,23) width 190: &quot;Enter City Name or Zip Code&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,63) size 196x0
</span><span class="lines">@@ -33,20 +33,20 @@
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 196x59
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 192x59 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderBlock {FORM} at (1,1) size 190x41
</span><del>-                RenderTextControl {INPUT} at (2,2) size 91x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                RenderText {#text} at (94,2) size 5x18
-                  text run at (94,2) width 5: &quot; &quot;
-                RenderButton {INPUT} at (100,3) size 40x18 [bgcolor=#C0C0C0]
-                  RenderBlock (anonymous) at (8,2) size 23x13
-                    RenderText at (0,0) size 23x13
-                      text run at (0,0) width 23: &quot; Go &quot;
-                RenderText {#text} at (141,2) size 5x18
-                  text run at (141,2) width 5: &quot; &quot;
-                RenderBR {BR} at (145,16) size 1x0
</del><ins>+                RenderTextControl {INPUT} at (2,2) size 97x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderText {#text} at (100,2) size 5x18
+                  text run at (100,2) width 5: &quot; &quot;
+                RenderButton {INPUT} at (106,3) size 39x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 22x13
+                    RenderText at (0,0) size 22x13
+                      text run at (0,0) width 22: &quot; Go &quot;
+                RenderText {#text} at (146,2) size 5x18
+                  text run at (146,2) width 5: &quot; &quot;
+                RenderBR {BR} at (150,16) size 1x0
</ins><span class="cx">                 RenderText {#text} at (0,23) size 190x18
</span><span class="cx">                   text run at (0,23) width 190: &quot;Enter City Name or Zip Code&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,63) size 196x0
</span><del>-layer at (17,58) size 85x13
-  RenderBlock {DIV} at (3,3) size 85x13
-layer at (17,194) size 85x13
-  RenderBlock {DIV} at (3,3) size 85x13
</del><ins>+layer at (17,58) size 91x13
+  RenderBlock {DIV} at (3,3) size 91x13
+layer at (17,194) size 91x13
+  RenderBlock {DIV} at (3,3) size 91x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug29326expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug29326-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug29326expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug29326-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug29326-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug29326-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -8,8 +8,8 @@
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 398x42
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 394x42 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderBlock {FORM} at (2,2) size 390x22
</span><del>-                RenderMenuList {SELECT} at (2,2) size 53x18 [bgcolor=#FFFFFF]
-                  RenderBlock (anonymous) at (0,0) size 53x18
-                    RenderText at (8,2) size 22x13
-                      text run at (8,2) width 22: &quot;Test&quot;
</del><ins>+                RenderMenuList {SELECT} at (2,2) size 54x18 [bgcolor=#FFFFFF]
+                  RenderBlock (anonymous) at (0,0) size 54x18
+                    RenderText at (8,2) size 23x13
+                      text run at (8,2) width 23: &quot;Test&quot;
</ins><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug30559expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug30559-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug30559expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug30559-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug30559-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug30559-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -11,13 +11,13 @@
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 298x54
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 298x50
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 294x50 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><del>-              RenderTable {TABLE} at (2,2) size 68x46 [border: (1px outset #808080)]
-                RenderTableSection {TBODY} at (1,1) size 66x44
-                  RenderTableRow {TR} at (0,2) size 66x40
-                    RenderTableCell {TD} at (2,2) size 62x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTable {TABLE} at (2,2) size 70x46 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 68x44
+                  RenderTableRow {TR} at (0,2) size 68x40
+                    RenderTableCell {TD} at (2,2) size 64x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (262,38) size 54x32 clip at (263,39) size 52x30
-  RenderTextControl {TEXTAREA} at (4,4) size 54x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
-    RenderBlock {DIV} at (3,3) size 48x13
</del><ins>+layer at (262,38) size 56x32 clip at (263,39) size 54x30
+  RenderTextControl {TEXTAREA} at (4,4) size 56x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 50x13
</ins><span class="cx">       RenderText {#text} at (0,0) size 18x13
</span><span class="cx">         text run at (0,0) width 18: &quot;bar&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug30692expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug30692-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug30692expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug30692-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug30692-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug30692-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -47,10 +47,10 @@
</span><span class="cx"> layer at (11,96) size 622x69 clip at (12,97) size 620x67
</span><span class="cx">   RenderTextControl {TEXTAREA} at (1,1) size 623x70 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">     RenderBlock {DIV} at (3,3) size 617x13
</span><del>-      RenderText {#text} at (0,0) size 226x13
-        text run at (0,0) width 226: &quot;BUG: the height of the textarea is not 80%&quot;
</del><ins>+      RenderText {#text} at (0,0) size 222x13
+        text run at (0,0) width 222: &quot;BUG: the height of the textarea is not 80%&quot;
</ins><span class="cx"> layer at (11,208) size 622x80 clip at (12,209) size 620x78
</span><span class="cx">   RenderTextControl {TEXTAREA} at (1,1) size 623x80 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">     RenderBlock {DIV} at (3,3) size 617x13
</span><del>-      RenderText {#text} at (0,0) size 219x13
-        text run at (0,0) width 219: &quot;OK: the height of the textarea is 80 pixels&quot;
</del><ins>+      RenderText {#text} at (0,0) size 218x13
+        text run at (0,0) width 218: &quot;OK: the height of the textarea is 80 pixels&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug33855expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug33855-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug33855expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug33855-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug33855-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug33855-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -7,32 +7,32 @@
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 784x28
</span><span class="cx">           RenderTableSection {TBODY} at (0,0) size 784x28
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 784x24 [bgcolor=#FFFFFF]
</span><del>-              RenderTableCell {TD} at (2,2) size 71x24 [r=0 c=0 rs=1 cs=1]
-                RenderButton {INPUT} at (3,3) size 65x18 [bgcolor=#C0C0C0]
-                  RenderBlock (anonymous) at (8,2) size 49x13
-                    RenderText at (0,0) size 49x13
-                      text run at (0,0) width 49: &quot;Select all&quot;
-              RenderTableCell {TD} at (74,2) size 57x24 [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (2,2) size 70x24 [r=0 c=0 rs=1 cs=1]
+                RenderButton {INPUT} at (3,3) size 64x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 48x13
+                    RenderText at (0,0) size 48x13
+                      text run at (0,0) width 48: &quot;Select all&quot;
+              RenderTableCell {TD} at (73,2) size 57x24 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderButton {INPUT} at (3,3) size 50x18 [bgcolor=#C0C0C0]
</span><span class="cx">                   RenderBlock (anonymous) at (8,2) size 34x13
</span><span class="cx">                     RenderText at (0,0) size 34x13
</span><span class="cx">                       text run at (0,0) width 34: &quot;Delete&quot;
</span><del>-              RenderTableCell {TD} at (132,2) size 86x24 [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (131,2) size 87x24 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderButton {INPUT} at (3,3) size 80x18 [bgcolor=#C0C0C0]
</span><span class="cx">                   RenderBlock (anonymous) at (8,2) size 64x13
</span><span class="cx">                     RenderText at (0,0) size 64x13
</span><span class="cx">                       text run at (0,0) width 64: &quot;Empty trash&quot;
</span><del>-              RenderTableCell {TD} at (219,6) size 376x20 [r=0 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (219,6) size 378x20 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 4x18
</span><span class="cx">                   text run at (1,1) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (596,2) size 69x24 [r=0 c=4 rs=1 cs=1]
-                RenderButton {INPUT} at (3,3) size 63x18 [bgcolor=#C0C0C0]
-                  RenderBlock (anonymous) at (8,2) size 47x13
-                    RenderText at (0,0) size 47x13
-                      text run at (0,0) width 47: &quot;Move to:&quot;
-              RenderTableCell {TD} at (667,2) size 115x24 [r=0 c=5 rs=1 cs=1]
-                RenderMenuList {SELECT} at (3,3) size 109x18 [bgcolor=#FFFFFF]
-                  RenderBlock (anonymous) at (0,0) size 109x18
-                    RenderText at (8,2) size 78x13
-                      text run at (8,2) width 78: &quot;Choose folder &quot;
</del><ins>+              RenderTableCell {TD} at (598,2) size 68x24 [r=0 c=4 rs=1 cs=1]
+                RenderButton {INPUT} at (3,3) size 62x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 46x13
+                    RenderText at (0,0) size 46x13
+                      text run at (0,0) width 46: &quot;Move to:&quot;
+              RenderTableCell {TD} at (668,2) size 114x24 [r=0 c=5 rs=1 cs=1]
+                RenderMenuList {SELECT} at (3,3) size 108x18 [bgcolor=#FFFFFF]
+                  RenderBlock (anonymous) at (0,0) size 108x18
+                    RenderText at (8,2) size 77x13
+                      text run at (8,2) width 77: &quot;Choose folder &quot;
</ins><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug39209expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug39209-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug39209expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug39209-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug39209-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug39209-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -6,19 +6,19 @@
</span><span class="cx">       RenderTable {TABLE} at (0,0) size 439x82 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 437x80
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 437x52
</span><del>-            RenderTableCell {TD} at (2,17) size 140x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (2,17) size 141x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x18
</span><span class="cx">                 text run at (2,2) width 31: &quot;Blah&quot;
</span><del>-            RenderTableCell {TD} at (143,2) size 292x52 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-              RenderTable {TABLE} at (111,2) size 69x48 [border: (1px outset #808080)]
-                RenderTableSection {TBODY} at (1,1) size 66x46
-                  RenderTableRow {TR} at (0,2) size 66x42
-                    RenderTableCell {TD} at (2,2) size 62x42 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-                      RenderBlock {FORM} at (2,2) size 58x22
-                        RenderButton {INPUT} at (2,2) size 54x18 [bgcolor=#C0C0C0]
-                          RenderBlock (anonymous) at (8,2) size 38x13
-                            RenderText at (0,0) size 38x13
-                              text run at (0,0) width 38: &quot;Submit&quot;
</del><ins>+            RenderTableCell {TD} at (144,2) size 291x52 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderTable {TABLE} at (111,2) size 68x48 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 65x46
+                  RenderTableRow {TR} at (0,2) size 65x42
+                    RenderTableCell {TD} at (2,2) size 61x42 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                      RenderBlock {FORM} at (2,2) size 57x22
+                        RenderButton {INPUT} at (2,2) size 53x18 [bgcolor=#C0C0C0]
+                          RenderBlock (anonymous) at (8,2) size 37x13
+                            RenderText at (0,0) size 37x13
+                              text run at (0,0) width 37: &quot;Submit&quot;
</ins><span class="cx">                         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">           RenderTableRow {TR} at (0,56) size 437x22
</span><span class="cx">             RenderTableCell {TD} at (2,56) size 433x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug4382expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4382-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug4382expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4382-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4382-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4382-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -13,13 +13,13 @@
</span><span class="cx">             text run at (0,2) width 47: &quot;Search&quot;
</span><span class="cx">         RenderText {#text} at (46,2) size 5x18
</span><span class="cx">           text run at (46,2) width 5: &quot; &quot;
</span><del>-        RenderTextControl {INPUT} at (52,2) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderText {#text} at (178,2) size 5x18
-          text run at (178,2) width 5: &quot; &quot;
-        RenderMenuList {SELECT} at (184,3) size 77x18 [bgcolor=#FFFFFF]
</del><ins>+        RenderTextControl {INPUT} at (52,2) size 133x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (186,2) size 5x18
+          text run at (186,2) width 5: &quot; &quot;
+        RenderMenuList {SELECT} at (192,3) size 77x18 [bgcolor=#FFFFFF]
</ins><span class="cx">           RenderBlock (anonymous) at (0,0) size 76x18
</span><del>-            RenderText at (8,2) size 33x13
-              text run at (8,2) width 33: &quot;Excite&quot;
</del><ins>+            RenderText at (8,2) size 32x13
+              text run at (8,2) width 32: &quot;Excite&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock (anonymous) at (0,57) size 784x36
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="lines">@@ -27,9 +27,9 @@
</span><span class="cx">           text run at (0,18) width 270: &quot;The select should not contain blank items &quot;
</span><span class="cx">         RenderBR {BR} at (269,32) size 1x0
</span><span class="cx">       RenderBlock {FORM} at (0,93) size 784x22
</span><del>-        RenderMenuList {SELECT} at (2,2) size 226x18 [bgcolor=#FFFFFF]
-          RenderBlock (anonymous) at (0,0) size 226x18
-            RenderText at (8,2) size 56x13
-              text run at (8,2) width 56: &quot;Quick Link&quot;
-layer at (64,31) size 117x13
-  RenderBlock {DIV} at (3,3) size 118x13
</del><ins>+        RenderMenuList {SELECT} at (2,2) size 221x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 221x18
+            RenderText at (8,2) size 55x13
+              text run at (8,2) width 55: &quot;Quick Link&quot;
+layer at (64,31) size 126x13
+  RenderBlock {DIV} at (3,3) size 126x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug4429expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4429-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug4429expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4429-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4429-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4429-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -11,8 +11,8 @@
</span><span class="cx">                 RenderText {#text} at (2,2) size 22x18
</span><span class="cx">                   text run at (2,2) width 22: &quot;foo&quot;
</span><span class="cx">         RenderBlock (anonymous) at (0,28) size 784x22
</span><del>-          RenderButton {INPUT} at (2,2) size 54x18 [bgcolor=#C0C0C0]
-            RenderBlock (anonymous) at (8,2) size 38x13
-              RenderText at (0,0) size 38x13
-                text run at (0,0) width 38: &quot;Submit&quot;
</del><ins>+          RenderButton {INPUT} at (2,2) size 53x18 [bgcolor=#C0C0C0]
+            RenderBlock (anonymous) at (8,2) size 37x13
+              RenderText at (0,0) size 37x13
+                text run at (0,0) width 37: &quot;Submit&quot;
</ins><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug4527expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4527-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug4527expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4527-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4527-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4527-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -33,12 +33,12 @@
</span><span class="cx">               RenderImage {IMG} at (0,60) size 470x10
</span><span class="cx">               RenderBR {BR} at (470,70) size 0x0
</span><span class="cx">           RenderTableRow {TR} at (0,70) size 613x25
</span><del>-            RenderTableCell {TD} at (126,70) size 249x25 [bgcolor=#CCCCCC] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (126,70) size 247x25 [bgcolor=#CCCCCC] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (0,0) size 232x25
</span><del>-            RenderTableCell {TD} at (374,71) size 109x23 [bgcolor=#CCCCCC] [r=1 c=2 rs=1 cs=1]
-              RenderTextControl {INPUT} at (5,2) size 72x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-              RenderImage {INPUT} at (78,3) size 26x18
-            RenderTableCell {TD} at (482,70) size 132x25 [bgcolor=#CCCCCC] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (372,71) size 112x23 [bgcolor=#CCCCCC] [r=1 c=2 rs=1 cs=1]
+              RenderTextControl {INPUT} at (5,2) size 77x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+              RenderImage {INPUT} at (83,3) size 26x18
+            RenderTableCell {TD} at (483,70) size 131x25 [bgcolor=#CCCCCC] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {INPUT} at (2,6) size 12x12
</span><span class="cx">               RenderImage {IMG} at (16,0) size 40x25
</span><span class="cx">               RenderBlock {INPUT} at (58,6) size 12x12
</span><span class="lines">@@ -45,5 +45,5 @@
</span><span class="cx">               RenderText {#text} at (72,2) size 4x18
</span><span class="cx">                 text run at (72,2) width 4: &quot; &quot;
</span><span class="cx">               RenderImage {IMG} at (76,0) size 46x25
</span><del>-layer at (391,84) size 65x13
-  RenderBlock {DIV} at (3,3) size 66x13
</del><ins>+layer at (388,84) size 70x13
+  RenderBlock {DIV} at (3,3) size 70x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug463681expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-1-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug463681expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -33,21 +33,21 @@
</span><span class="cx">                 text run at (2,39) width 293: &quot;Architecture, Bidi, Necko/Imglib, and more...&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,111) size 784x41
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-        RenderButton {INPUT} at (2,21) size 54x18 [bgcolor=#C0C0C0]
-          RenderBlock (anonymous) at (8,2) size 38x13
-            RenderText at (0,0) size 38x13
-              text run at (0,0) width 38: &quot;Reload&quot;
-        RenderText {#text} at (57,20) size 9x18
-          text run at (57,20) width 9: &quot;  &quot;
-        RenderButton {INPUT} at (67,21) size 84x18 [bgcolor=#C0C0C0]
-          RenderBlock (anonymous) at (8,2) size 68x13
-            RenderText at (0,0) size 68x13
-              text run at (0,0) width 68: &quot;Change Font&quot;
-        RenderText {#text} at (152,20) size 9x18
-          text run at (152,20) width 9: &quot;  &quot;
-        RenderTextControl {INPUT} at (162,20) size 138x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+        RenderButton {INPUT} at (2,21) size 52x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 36x13
+            RenderText at (0,0) size 36x13
+              text run at (0,0) width 36: &quot;Reload&quot;
+        RenderText {#text} at (55,20) size 9x18
+          text run at (55,20) width 9: &quot;  &quot;
+        RenderButton {INPUT} at (65,21) size 84x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 67x13
+            RenderText at (0,0) size 67x13
+              text run at (0,0) width 67: &quot;Change Font&quot;
+        RenderText {#text} at (150,20) size 9x18
+          text run at (150,20) width 9: &quot;  &quot;
+        RenderTextControl {INPUT} at (160,20) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (174,142) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 7x13
-      text run at (0,0) width 7: &quot;6&quot;
</del><ins>+layer at (172,142) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 8x13
+      text run at (0,0) width 8: &quot;6&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug463682expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-2-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug463682expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -21,21 +21,21 @@
</span><span class="cx">                 text run at (2,3) width 245: &quot;foo bar foo bar foo bar foo bar foo bar&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,65) size 784x41
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-        RenderButton {INPUT} at (2,21) size 54x18 [bgcolor=#C0C0C0]
-          RenderBlock (anonymous) at (8,2) size 38x13
-            RenderText at (0,0) size 38x13
-              text run at (0,0) width 38: &quot;Reload&quot;
-        RenderText {#text} at (57,20) size 9x18
-          text run at (57,20) width 9: &quot;  &quot;
-        RenderButton {INPUT} at (67,21) size 84x18 [bgcolor=#C0C0C0]
-          RenderBlock (anonymous) at (8,2) size 68x13
-            RenderText at (0,0) size 68x13
-              text run at (0,0) width 68: &quot;Change Font&quot;
-        RenderText {#text} at (152,20) size 9x18
-          text run at (152,20) width 9: &quot;  &quot;
-        RenderTextControl {INPUT} at (162,20) size 138x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+        RenderButton {INPUT} at (2,21) size 52x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 36x13
+            RenderText at (0,0) size 36x13
+              text run at (0,0) width 36: &quot;Reload&quot;
+        RenderText {#text} at (55,20) size 9x18
+          text run at (55,20) width 9: &quot;  &quot;
+        RenderButton {INPUT} at (65,21) size 84x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 67x13
+            RenderText at (0,0) size 67x13
+              text run at (0,0) width 67: &quot;Change Font&quot;
+        RenderText {#text} at (150,20) size 9x18
+          text run at (150,20) width 9: &quot;  &quot;
+        RenderTextControl {INPUT} at (160,20) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (174,96) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 7x13
-      text run at (0,0) width 7: &quot;6&quot;
</del><ins>+layer at (172,96) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 8x13
+      text run at (0,0) width 8: &quot;6&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug51037expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug51037-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug51037expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug51037-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug51037-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug51037-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -9,24 +9,24 @@
</span><span class="cx">       RenderBlock {P} at (0,34) size 784x23
</span><span class="cx">         RenderText {#text} at (0,2) size 36x18
</span><span class="cx">           text run at (0,2) width 36: &quot;Left: &quot;
</span><del>-        RenderTextControl {INPUT} at (37,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {INPUT} at (37,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">       RenderBlock {P} at (0,73) size 784x23
</span><span class="cx">         RenderText {#text} at (0,2) size 34x18
</span><span class="cx">           text run at (0,2) width 34: &quot;Top: &quot;
</span><del>-        RenderTextControl {INPUT} at (35,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+        RenderTextControl {INPUT} at (35,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">       RenderBlock {P} at (0,112) size 784x22
</span><span class="cx">         RenderButton {INPUT} at (2,2) size 45x18 [bgcolor=#C0C0C0]
</span><span class="cx">           RenderBlock (anonymous) at (8,2) size 29x13
</span><span class="cx">             RenderText at (0,0) size 29x13
</span><span class="cx">               text run at (0,0) width 29: &quot;Move&quot;
</span><del>-layer at (48,47) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 33x13
-      text run at (0,0) width 33: &quot;120px&quot;
-layer at (46,86) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 33x13
-      text run at (0,0) width 33: &quot;120px&quot;
</del><ins>+layer at (48,47) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 32x13
+      text run at (0,0) width 32: &quot;120px&quot;
+layer at (46,86) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 32x13
+      text run at (0,0) width 32: &quot;120px&quot;
</ins><span class="cx"> layer at (250,120) size 29x48
</span><span class="cx">   RenderTable {TABLE} at (250,120) size 30x48 [border: (1px outset #808080)]
</span><span class="cx">     RenderTableSection {TBODY} at (1,1) size 28x46
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug51727expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug51727-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug51727expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug51727-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug51727-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug51727-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -4,16 +4,16 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x86
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x70
</span><span class="cx">       RenderBlock {FORM} at (0,0) size 784x44
</span><del>-        RenderButton {INPUT} at (2,2) size 154x18 [bgcolor=#C0C0C0]
-          RenderBlock (anonymous) at (8,2) size 138x13
-            RenderText at (0,0) size 138x13
-              text run at (0,0) width 138: &quot;(1) Fill cell with long string&quot;
-        RenderBR {BR} at (157,1) size 1x18
-        RenderButton {INPUT} at (2,24) size 158x18 [bgcolor=#C0C0C0]
-          RenderBlock (anonymous) at (8,2) size 142x13
-            RenderText at (0,0) size 142x13
-              text run at (0,0) width 142: &quot;(2) Fill cell with short string&quot;
-        RenderBR {BR} at (161,23) size 1x18
</del><ins>+        RenderButton {INPUT} at (2,2) size 153x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 137x13
+            RenderText at (0,0) size 137x13
+              text run at (0,0) width 137: &quot;(1) Fill cell with long string&quot;
+        RenderBR {BR} at (156,1) size 1x18
+        RenderButton {INPUT} at (2,24) size 160x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 144x13
+            RenderText at (0,0) size 144x13
+              text run at (0,0) width 144: &quot;(2) Fill cell with short string&quot;
+        RenderBR {BR} at (163,23) size 1x18
</ins><span class="cx">       RenderTable {TABLE} at (0,44) size 83x26
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 83x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 83x22
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug52505expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug52505-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug52505expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug52505-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug52505-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug52505-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -8,10 +8,10 @@
</span><span class="cx">           RenderBlock (anonymous) at (8,2) size 238x13
</span><span class="cx">             RenderText at (0,0) size 238x13
</span><span class="cx">               text run at (0,0) width 238: &quot;[Step 1] Set cell width to 60px (nothing seen)&quot;
</span><del>-        RenderButton {INPUT} at (2,20) size 257x18 [bgcolor=#C0C0C0]
-          RenderBlock (anonymous) at (8,2) size 241x13
-            RenderText at (0,0) size 241x13
-              text run at (0,0) width 241: &quot;[Step 2] Set cell width to 20px (garbage seen)&quot;
</del><ins>+        RenderButton {INPUT} at (2,20) size 258x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 242x13
+            RenderText at (0,0) size 242x13
+              text run at (0,0) width 242: &quot;[Step 2] Set cell width to 20px (garbage seen)&quot;
</ins><span class="cx">       RenderTable {TABLE} at (0,40) size 34x54
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 34x54
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 34x24
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug52506expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug52506-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug52506expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug52506-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug52506-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug52506-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -4,10 +4,10 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x118
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x102
</span><span class="cx">       RenderBlock {FORM} at (0,0) size 784x38
</span><del>-        RenderButton {INPUT} at (2,0) size 180x18 [bgcolor=#C0C0C0]
-          RenderBlock (anonymous) at (8,2) size 164x13
-            RenderText at (0,0) size 164x13
-              text run at (0,0) width 164: &quot;[Step 1] Set cell height to 60px&quot;
</del><ins>+        RenderButton {INPUT} at (2,0) size 179x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 163x13
+            RenderText at (0,0) size 163x13
+              text run at (0,0) width 163: &quot;[Step 1] Set cell height to 60px&quot;
</ins><span class="cx">         RenderButton {INPUT} at (2,20) size 180x18 [bgcolor=#C0C0C0]
</span><span class="cx">           RenderBlock (anonymous) at (8,2) size 164x13
</span><span class="cx">             RenderText at (0,0) size 164x13
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug55545expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug55545-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug55545expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug55545-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug55545-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug55545-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -3,18 +3,18 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-      RenderTable {TABLE} at (0,0) size 346x35
-        RenderTableSection {TBODY} at (0,0) size 346x35
-          RenderTableRow {TR} at (0,2) size 346x31
-            RenderTableCell {TD} at (2,2) size 342x31 [r=0 c=0 rs=1 cs=1]
-              RenderTable {TABLE} at (1,1) size 340x29
-                RenderTableSection {TBODY} at (0,0) size 340x29
-                  RenderTableRow {TR} at (0,2) size 340x25
</del><ins>+      RenderTable {TABLE} at (0,0) size 365x35
+        RenderTableSection {TBODY} at (0,0) size 365x35
+          RenderTableRow {TR} at (0,2) size 365x31
+            RenderTableCell {TD} at (2,2) size 361x31 [r=0 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (1,1) size 359x29
+                RenderTableSection {TBODY} at (0,0) size 359x29
+                  RenderTableRow {TR} at (0,2) size 359x25
</ins><span class="cx">                     RenderTableCell {TH} at (2,4) size 61x21 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (1,1) size 59x19
</span><span class="cx">                         text run at (1,2) width 59: &quot;User ID:&quot;
</span><del>-                    RenderTableCell {TD} at (64,2) size 274x25 [r=0 c=1 rs=1 cs=1]
-                      RenderTextControl {INPUT} at (3,3) size 267x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+                    RenderTableCell {TD} at (64,2) size 293x25 [r=0 c=1 rs=1 cs=1]
+                      RenderTextControl {INPUT} at (3,3) size 286x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">                       RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (82,19) size 261x13
-  RenderBlock {DIV} at (3,3) size 261x13
</del><ins>+layer at (82,19) size 280x13
+  RenderBlock {DIV} at (3,3) size 280x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug59354expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug59354-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug59354expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug59354-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug59354-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug59354-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -32,29 +32,29 @@
</span><span class="cx">                     RenderTableCell {TD} at (1,30) size 460x109 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=5]
</span><span class="cx">                       RenderBlock (anonymous) at (5,5) size 450x18
</span><span class="cx">                         RenderBR {BR} at (224,0) size 1x18
</span><del>-                      RenderTable {TABLE} at (87,23) size 286x81
-                        RenderTableSection {TBODY} at (0,0) size 286x81
-                          RenderTableRow {TR} at (0,2) size 286x77
-                            RenderTableCell {TD} at (2,2) size 282x77 [r=0 c=0 rs=1 cs=1]
-                              RenderBlock {FORM} at (1,1) size 280x59
-                                RenderTable {TABLE} at (0,0) size 280x59 [border: (1px outset #808080)]
-                                  RenderTableSection {TBODY} at (1,1) size 278x57
-                                    RenderTableRow {TR} at (0,0) size 278x57
-                                      RenderTableCell {TD} at (0,0) size 278x57 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-                                        RenderBlock (anonymous) at (1,1) size 276x18
-                                          RenderText {#text} at (83,0) size 110x18
-                                            text run at (83,0) width 110: &quot;User Preferences&quot;
-                                        RenderTable {TABLE} at (1,19) size 276x37 [border: (1px outset #808080)]
-                                          RenderTableSection {TBODY} at (1,1) size 274x35
-                                            RenderTableRow {TR} at (0,1) size 274x33
</del><ins>+                      RenderTable {TABLE} at (82,23) size 296x81
+                        RenderTableSection {TBODY} at (0,0) size 295x81
+                          RenderTableRow {TR} at (0,2) size 295x77
+                            RenderTableCell {TD} at (2,2) size 291x77 [r=0 c=0 rs=1 cs=1]
+                              RenderBlock {FORM} at (1,1) size 289x59
+                                RenderTable {TABLE} at (0,0) size 289x59 [border: (1px outset #808080)]
+                                  RenderTableSection {TBODY} at (1,1) size 287x57
+                                    RenderTableRow {TR} at (0,0) size 287x57
+                                      RenderTableCell {TD} at (0,0) size 287x57 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                                        RenderBlock (anonymous) at (1,1) size 285x18
+                                          RenderText {#text} at (88,0) size 109x18
+                                            text run at (88,0) width 109: &quot;User Preferences&quot;
+                                        RenderTable {TABLE} at (1,19) size 285x37 [border: (1px outset #808080)]
+                                          RenderTableSection {TBODY} at (1,1) size 283x35
+                                            RenderTableRow {TR} at (0,1) size 283x33
</ins><span class="cx">                                               RenderTableCell {TH} at (1,3) size 120x29 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                                                 RenderInline {NOBR} at (0,0) size 110x18
</span><span class="cx">                                                   RenderText {#text} at (5,5) size 110x19
</span><span class="cx">                                                     text run at (5,6) width 110: &quot;Email Address :&quot;
</span><del>-                                              RenderTableCell {TD} at (121,1) size 152x33 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-                                                RenderTextControl {INPUT} at (7,7) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+                                              RenderTableCell {TD} at (121,1) size 161x33 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+                                                RenderTextControl {INPUT} at (7,7) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">                                                 RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (237,99) size 130x13 scrollWidth 192
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 191x13
-      text run at (0,0) width 191: &quot;simon.king@pipinghotnetworks.com&quot;
</del><ins>+layer at (232,99) size 140x13 scrollWidth 191
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 190x13
+      text run at (0,0) width 190: &quot;simon.king@pipinghotnetworks.com&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug68912expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug68912-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug68912expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug68912-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug68912-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug68912-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -9,8 +9,8 @@
</span><span class="cx">       RenderBlock {P} at (0,34) size 784x22
</span><span class="cx">         RenderText {#text} at (0,1) size 42x18
</span><span class="cx">           text run at (0,1) width 42: &quot;Crash &quot;
</span><del>-        RenderButton {BUTTON} at (43,2) size 91x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-          RenderBlock (anonymous) at (8,2) size 75x13
-            RenderText {#text} at (0,0) size 75x13
-              text run at (0,0) width 75: &quot;TR.cells = null&quot;
</del><ins>+        RenderButton {BUTTON} at (43,2) size 90x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 74x13
+            RenderText {#text} at (0,0) size 74x13
+              text run at (0,0) width 74: &quot;TR.cells = null&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug7342expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug7342expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -51,13 +51,13 @@
</span><span class="cx">                   RenderTable {TABLE} at (4,4) size 458x75 [border: (1px outset #808080)]
</span><span class="cx">                     RenderTableSection {TBODY} at (1,1) size 456x73
</span><span class="cx">                       RenderTableRow {TR} at (0,4) size 456x33
</span><del>-                        RenderTableCell {TD} at (4,4) size 344x33 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
-                          RenderInline {FONT} at (0,0) size 278x15
</del><ins>+                        RenderTableCell {TD} at (4,4) size 348x33 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
+                          RenderInline {FONT} at (0,0) size 297x15
</ins><span class="cx">                             RenderText {#text} at (0,0) size 0x0
</span><del>-                            RenderTextControl {INPUT} at (7,7) size 274x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+                            RenderTextControl {INPUT} at (7,7) size 293x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">                             RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                           RenderText {#text} at (0,0) size 0x0
</span><del>-                        RenderTableCell {TD} at (351,4) size 101x32 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+                        RenderTableCell {TD} at (355,4) size 97x32 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                           RenderButton {INPUT} at (7,7) size 53x18 [bgcolor=#C0C0C0]
</span><span class="cx">                             RenderBlock (anonymous) at (8,2) size 37x13
</span><span class="cx">                               RenderText at (0,0) size 37x13
</span><span class="lines">@@ -64,17 +64,17 @@
</span><span class="cx">                                 text run at (0,0) width 37: &quot;Search&quot;
</span><span class="cx">                           RenderText {#text} at (0,0) size 0x0
</span><span class="cx">                       RenderTableRow {TR} at (0,41) size 456x28
</span><del>-                        RenderTableCell {TD} at (4,41) size 112x28 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+                        RenderTableCell {TD} at (4,41) size 114x28 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                           RenderText {#text} at (5,5) size 27x18
</span><span class="cx">                             text run at (5,5) width 27: &quot;asdf&quot;
</span><del>-                        RenderTableCell {TD} at (119,41) size 113x28 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+                        RenderTableCell {TD} at (121,41) size 114x28 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                           RenderText {#text} at (5,5) size 27x18
</span><span class="cx">                             text run at (5,5) width 27: &quot;asdf&quot;
</span><del>-                        RenderTableCell {TD} at (235,41) size 113x28 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+                        RenderTableCell {TD} at (238,41) size 114x28 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                           RenderText {#text} at (5,5) size 27x18
</span><span class="cx">                             text run at (5,5) width 27: &quot;asdf&quot;
</span><del>-                        RenderTableCell {TD} at (351,41) size 101x28 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+                        RenderTableCell {TD} at (355,41) size 97x28 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">                           RenderText {#text} at (5,5) size 27x18
</span><span class="cx">                             text run at (5,5) width 27: &quot;asdf&quot;
</span><del>-layer at (250,124) size 267x13
-  RenderBlock {DIV} at (3,3) size 268x13
</del><ins>+layer at (249,124) size 287x13
+  RenderBlock {DIV} at (3,3) size 287x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug96334expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug96334expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -1,45 +1,45 @@
</span><del>-layer at (0,0) size 996x585
</del><ins>+layer at (0,0) size 989x585
</ins><span class="cx">   RenderView at (0,0) size 800x585
</span><span class="cx"> layer at (0,0) size 800x585
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x585
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x569
</span><del>-      RenderTable {TABLE} at (0,0) size 988x147 [border: (2px solid #0000FF)]
-        RenderTableSection {TBODY} at (2,2) size 984x143
-          RenderTableRow {TR} at (0,2) size 984x139
-            RenderTableCell {TD} at (2,2) size 222x139 [border: (1px solid #C0C0C0)] [r=0 c=0 rs=1 cs=1]
-              RenderTable {TABLE} at (2,2) size 218x135 [border: (2px solid #008000)]
-                RenderTableSection {TBODY} at (2,2) size 214x131
-                  RenderTableRow {TR} at (0,2) size 214x87
-                    RenderTableCell {TD} at (2,2) size 210x87 [border: (1px solid #C0C0C0)] [r=0 c=0 rs=1 cs=1]
-                      RenderTable {TABLE} at (2,2) size 153x35 [border: (2px solid #FF0000)]
-                        RenderTableSection {TBODY} at (2,2) size 149x31
-                          RenderTableRow {TR} at (0,2) size 149x27
-                            RenderTableCell {TD} at (2,2) size 145x27 [border: (1px solid #C0C0C0)] [r=0 c=0 rs=1 cs=1]
-                              RenderTextControl {INPUT} at (4,4) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+      RenderTable {TABLE} at (0,0) size 981x147 [border: (2px solid #0000FF)]
+        RenderTableSection {TBODY} at (2,2) size 977x143
+          RenderTableRow {TR} at (0,2) size 977x139
+            RenderTableCell {TD} at (2,2) size 215x139 [border: (1px solid #C0C0C0)] [r=0 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (2,2) size 211x135 [border: (2px solid #008000)]
+                RenderTableSection {TBODY} at (2,2) size 207x131
+                  RenderTableRow {TR} at (0,2) size 207x87
+                    RenderTableCell {TD} at (2,2) size 203x87 [border: (1px solid #C0C0C0)] [r=0 c=0 rs=1 cs=1]
+                      RenderTable {TABLE} at (2,2) size 162x35 [border: (2px solid #FF0000)]
+                        RenderTableSection {TBODY} at (2,2) size 158x31
+                          RenderTableRow {TR} at (0,2) size 158x27
+                            RenderTableCell {TD} at (2,2) size 154x27 [border: (1px solid #C0C0C0)] [r=0 c=0 rs=1 cs=1]
+                              RenderTextControl {INPUT} at (4,4) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">                               RenderText {#text} at (0,0) size 0x0
</span><del>-                      RenderTable {TABLE} at (2,37) size 206x48 [border: (2px solid #FF0000)]
-                        RenderTableSection {TBODY} at (2,2) size 202x44
-                          RenderTableRow {TR} at (0,2) size 202x40
-                            RenderTableCell {TD} at (2,2) size 198x40 [border: (1px solid #C0C0C0)] [r=0 c=0 rs=1 cs=1]
</del><ins>+                      RenderTable {TABLE} at (2,37) size 199x48 [border: (2px solid #FF0000)]
+                        RenderTableSection {TBODY} at (2,2) size 195x44
+                          RenderTableRow {TR} at (0,2) size 195x40
+                            RenderTableCell {TD} at (2,2) size 191x40 [border: (1px solid #C0C0C0)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                               RenderText {#text} at (2,2) size 171x36
</span><span class="cx">                                 text run at (2,2) width 171: &quot;THIS TABLE NEEDS TO&quot;
</span><span class="cx">                                 text run at (2,20) width 67: &quot;BE HERE&quot;
</span><del>-                  RenderTableRow {TR} at (0,91) size 214x38
-                    RenderTableCell {TD} at (2,91) size 210x38 [border: (1px solid #C0C0C0)] [r=1 c=0 rs=1 cs=1]
-                      RenderTable {TABLE} at (2,2) size 206x34 [border: (2px solid #FF0000)]
-                        RenderTableSection {TBODY} at (2,2) size 202x30
-                          RenderTableRow {TR} at (0,2) size 202x26
-                            RenderTableCell {TD} at (2,2) size 198x26 [border: (1px solid #C0C0C0)] [r=0 c=0 rs=1 cs=1]
-                              RenderMenuList {SELECT} at (4,4) size 190x18 [bgcolor=#FFFFFF]
-                                RenderBlock (anonymous) at (0,0) size 190x18
-                                  RenderText at (8,2) size 159x13
-                                    text run at (8,2) width 159: &quot;USE THIS JAVASCRIPT HERE&quot;
</del><ins>+                  RenderTableRow {TR} at (0,91) size 207x38
+                    RenderTableCell {TD} at (2,91) size 203x38 [border: (1px solid #C0C0C0)] [r=1 c=0 rs=1 cs=1]
+                      RenderTable {TABLE} at (2,2) size 199x34 [border: (2px solid #FF0000)]
+                        RenderTableSection {TBODY} at (2,2) size 195x30
+                          RenderTableRow {TR} at (0,2) size 195x26
+                            RenderTableCell {TD} at (2,2) size 191x26 [border: (1px solid #C0C0C0)] [r=0 c=0 rs=1 cs=1]
+                              RenderMenuList {SELECT} at (4,4) size 183x18 [bgcolor=#FFFFFF]
+                                RenderBlock (anonymous) at (0,0) size 183x18
+                                  RenderText at (8,2) size 152x13
+                                    text run at (8,2) width 152: &quot;USE THIS JAVASCRIPT HERE&quot;
</ins><span class="cx">                               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (226,2) size 756x40 [border: (1px solid #C0C0C0)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (219,2) size 756x40 [border: (1px solid #C0C0C0)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 752x36
</span><span class="cx">                 text run at (2,2) width 752: &quot;KEEPoTHEoTEXToHEREoASoLONGoASoPOSSIBLEooKEEPoTHEoTEXToHEREoASoLONGoASoPOSSIBLE&quot;
</span><span class="cx">                 text run at (2,20) width 602: &quot;THIS SIMULATES THE PROBLEM ON THE WWW.MAPBLAST.COM/ \&quot;CREATE MAP\&quot;&quot;
</span><del>-layer at (31,31) size 130x13 scrollWidth 137
-  RenderBlock {DIV} at (3,3) size 131x13
-    RenderText {#text} at (0,0) size 137x13
-      text run at (0,0) width 137: &quot;THIS NEEDS THIS VALUE&quot;
</del><ins>+layer at (31,31) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+    RenderText {#text} at (0,0) size 132x13
+      text run at (0,0) width 132: &quot;THIS NEEDS THIS VALUE&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug99948expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug99948-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug99948expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug99948-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug99948-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug99948-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -6,11 +6,11 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 470x18
</span><span class="cx">           text run at (0,0) width 470: &quot;the purple text input control must be in the same line with the grey image&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 277x44
-        RenderTableSection {TBODY} at (0,0) size 277x44
-          RenderTableRow {TR} at (0,2) size 277x40
-            RenderTableCell {TD} at (2,2) size 273x40 [bgcolor=#CCDDFF] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
-              RenderTextControl {INPUT} at (3,18) size 137x19 [bgcolor=#CCAAFF] [border: (2px inset #000000)]
-              RenderImage {IMG} at (142,4) size 127x26 [bgcolor=#C0C0C0] [border: (1px solid #000000)]
-layer at (16,49) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+      RenderTable {TABLE} at (0,18) size 286x44
+        RenderTableSection {TBODY} at (0,0) size 286x44
+          RenderTableRow {TR} at (0,2) size 286x40
+            RenderTableCell {TD} at (2,2) size 282x40 [bgcolor=#CCDDFF] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
+              RenderTextControl {INPUT} at (3,18) size 146x19 [bgcolor=#CCAAFF] [border: (2px inset #000000)]
+              RenderImage {IMG} at (151,4) size 127x26 [bgcolor=#C0C0C0] [border: (1px solid #000000)]
+layer at (16,49) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillacollapsing_bordersbug412624expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillacollapsing_bordersbug412624expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -29,13 +29,13 @@
</span><span class="cx">                   RenderText {#text} at (4,4) size 60x18
</span><span class="cx">                     text run at (4,4) width 60: &quot;6:00 a.m.&quot;
</span><span class="cx">           RenderBlock {P} at (0,96) size 704x22
</span><del>-            RenderButton {INPUT} at (287,2) size 62x18 [bgcolor=#C0C0C0]
</del><ins>+            RenderButton {INPUT} at (287,2) size 63x18 [bgcolor=#C0C0C0]
</ins><span class="cx">               RenderBlock (anonymous) at (8,2) size 46x13
</span><span class="cx">                 RenderText at (0,0) size 46x13
</span><span class="cx">                   text run at (0,0) width 46: &quot;separate&quot;
</span><del>-            RenderText {#text} at (350,1) size 5x18
-              text run at (350,1) width 5: &quot; &quot;
-            RenderButton {INPUT} at (356,2) size 61x18 [bgcolor=#C0C0C0]
-              RenderBlock (anonymous) at (8,2) size 45x13
-                RenderText at (0,0) size 45x13
-                  text run at (0,0) width 45: &quot;collapse&quot;
</del><ins>+            RenderText {#text} at (351,1) size 5x18
+              text run at (351,1) width 5: &quot; &quot;
+            RenderButton {INPUT} at (357,2) size 60x18 [bgcolor=#C0C0C0]
+              RenderBlock (anonymous) at (8,2) size 44x13
+                RenderText at (0,0) size 44x13
+                  text run at (0,0) width 44: &quot;collapse&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillacoremarginsexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/core/margins-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillacoremarginsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/core/margins-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/core/margins-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/core/margins-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -11,10 +11,10 @@
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 398x42
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 394x42 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderBlock {FORM} at (2,2) size 390x22
</span><del>-                RenderMenuList {SELECT} at (2,2) size 53x18 [bgcolor=#FFFFFF]
-                  RenderBlock (anonymous) at (0,0) size 53x18
-                    RenderText at (8,2) size 22x13
-                      text run at (8,2) width 22: &quot;Test&quot;
</del><ins>+                RenderMenuList {SELECT} at (2,2) size 54x18 [bgcolor=#FFFFFF]
+                  RenderBlock (anonymous) at (0,0) size 54x18
+                    RenderText at (8,2) size 23x13
+                      text run at (8,2) width 23: &quot;Test&quot;
</ins><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock (anonymous) at (0,66) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 301x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilladomtableDomexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/dom/tableDom-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilladomtableDomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/dom/tableDom-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/dom/tableDom-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/dom/tableDom-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -4,31 +4,31 @@
</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 {FORM} at (0,0) size 784x23
</span><del>-        RenderMenuList {SELECT} at (2,3) size 94x18 [bgcolor=#FFFFFF]
-          RenderBlock (anonymous) at (0,0) size 94x18
-            RenderText at (8,2) size 62x13
-              text run at (8,2) width 62: &quot;append cell&quot;
-        RenderText {#text} at (98,2) size 53x18
-          text run at (98,2) width 53: &quot;   tbody &quot;
-        RenderTextControl {INPUT} at (152,2) size 40x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderText {#text} at (193,2) size 41x18
-          text run at (193,2) width 41: &quot;   row &quot;
-        RenderTextControl {INPUT} at (235,2) size 40x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderText {#text} at (276,2) size 37x18
-          text run at (276,2) width 37: &quot;   col &quot;
-        RenderTextControl {INPUT} at (314,2) size 39x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderText {#text} at (354,2) size 75x18
-          text run at (354,2) width 75: &quot;   row span &quot;
-        RenderTextControl {INPUT} at (430,2) size 40x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderText {#text} at (471,2) size 70x18
-          text run at (471,2) width 70: &quot;   col span &quot;
-        RenderTextControl {INPUT} at (542,2) size 39x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderText {#text} at (582,2) size 21x18
-          text run at (582,2) width 21: &quot;     &quot;
-        RenderButton {INPUT} at (604,3) size 43x18 [bgcolor=#C0C0C0]
-          RenderBlock (anonymous) at (8,2) size 26x13
-            RenderText at (0,0) size 26x13
-              text run at (0,0) width 26: &quot;Do It&quot;
</del><ins>+        RenderMenuList {SELECT} at (2,3) size 93x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 93x18
+            RenderText at (8,2) size 61x13
+              text run at (8,2) width 61: &quot;append cell&quot;
+        RenderText {#text} at (97,2) size 53x18
+          text run at (97,2) width 53: &quot;   tbody &quot;
+        RenderTextControl {INPUT} at (151,2) size 42x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (194,2) size 42x18
+          text run at (194,2) width 42: &quot;   row &quot;
+        RenderTextControl {INPUT} at (237,2) size 42x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (280,2) size 36x18
+          text run at (280,2) width 36: &quot;   col &quot;
+        RenderTextControl {INPUT} at (317,2) size 42x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (360,2) size 75x18
+          text run at (360,2) width 75: &quot;   row span &quot;
+        RenderTextControl {INPUT} at (436,2) size 42x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (479,2) size 70x18
+          text run at (479,2) width 70: &quot;   col span &quot;
+        RenderTextControl {INPUT} at (550,2) size 42x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (593,2) size 21x18
+          text run at (593,2) width 21: &quot;     &quot;
+        RenderButton {INPUT} at (615,3) size 42x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 25x13
+            RenderText at (0,0) size 25x13
+              text run at (0,0) width 25: &quot;Do It&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock (anonymous) at (0,39) size 784x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="lines">@@ -47,23 +47,23 @@
</span><span class="cx">                 text run at (2,2) width 24: &quot;c22&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,109) size 784x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-layer at (163,13) size 33x13
-  RenderBlock {DIV} at (3,3) size 33x13
</del><ins>+layer at (162,13) size 35x13
+  RenderBlock {DIV} at (3,3) size 35x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 7x13
</span><span class="cx">       text run at (0,0) width 7: &quot;0&quot;
</span><del>-layer at (247,13) size 33x13
-  RenderBlock {DIV} at (3,3) size 33x13
</del><ins>+layer at (248,13) size 35x13
+  RenderBlock {DIV} at (3,3) size 35x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 7x13
</span><span class="cx">       text run at (0,0) width 7: &quot;0&quot;
</span><del>-layer at (325,13) size 33x13
-  RenderBlock {DIV} at (3,3) size 33x13
</del><ins>+layer at (329,13) size 35x13
+  RenderBlock {DIV} at (3,3) size 35x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 7x13
</span><span class="cx">       text run at (0,0) width 7: &quot;0&quot;
</span><del>-layer at (442,13) size 33x13 backgroundClip at (442,13) size 32x13 clip at (442,13) size 32x13
-  RenderBlock {DIV} at (3,3) size 33x13
-    RenderText {#text} at (0,0) size 7x13
-      text run at (0,0) width 7: &quot;1&quot;
-layer at (553,13) size 33x13
-  RenderBlock {DIV} at (3,3) size 33x13
-    RenderText {#text} at (0,0) size 7x13
-      text run at (0,0) width 7: &quot;1&quot;
</del><ins>+layer at (448,13) size 35x13
+  RenderBlock {DIV} at (3,3) size 35x13
+    RenderText {#text} at (0,0) size 6x13
+      text run at (0,0) width 6: &quot;1&quot;
+layer at (562,13) size 35x13
+  RenderBlock {DIV} at (3,3) size 35x13
+    RenderText {#text} at (0,0) size 6x13
+      text run at (0,0) width 6: &quot;1&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillaothermove_rowexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/other/move_row-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillaothermove_rowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/other/move_row-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/other/move_row-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/other/move_row-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -31,12 +31,12 @@
</span><span class="cx">                 text run at (1,1) width 43: &quot;Row 5&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,134) size 784x23
</span><span class="cx">         RenderTextControl {INPUT} at (2,2) size 13x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</span><del>-        RenderText {#text} at (16,2) size 5x18
-          text run at (16,2) width 5: &quot; &quot;
-        RenderTextControl {INPUT} at (22,2) size 14x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderText {#text} at (37,2) size 5x18
-          text run at (37,2) width 5: &quot; &quot;
-        RenderButton {INPUT} at (43,3) size 30x18 [bgcolor=#C0C0C0]
</del><ins>+        RenderText {#text} at (17,2) size 4x18
+          text run at (17,2) width 4: &quot; &quot;
+        RenderTextControl {INPUT} at (23,2) size 13x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (38,2) size 4x18
+          text run at (38,2) width 4: &quot; &quot;
+        RenderButton {INPUT} at (44,3) size 30x18 [bgcolor=#C0C0C0]
</ins><span class="cx">           RenderBlock (anonymous) at (8,2) size 14x13
</span><span class="cx">             RenderText at (0,0) size 14x13
</span><span class="cx">               text run at (0,0) width 14: &quot;go&quot;
</span><span class="lines">@@ -45,7 +45,7 @@
</span><span class="cx">   RenderBlock {DIV} at (3,3) size 7x13
</span><span class="cx">     RenderText {#text} at (0,0) size 7x13
</span><span class="cx">       text run at (0,0) width 7: &quot;2&quot;
</span><del>-layer at (34,147) size 7x13 backgroundClip at (34,147) size 6x13 clip at (34,147) size 6x13 scrollWidth 8
</del><ins>+layer at (34,147) size 7x13 scrollWidth 8
</ins><span class="cx">   RenderBlock {DIV} at (3,3) size 7x13
</span><del>-    RenderText {#text} at (0,0) size 7x13
-      text run at (0,0) width 7: &quot;4&quot;
</del><ins>+    RenderText {#text} at (0,0) size 8x13
+      text run at (0,0) width 8: &quot;4&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug1725expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug1725expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -23,10 +23,10 @@
</span><span class="cx">                 RenderTableSection {TBODY} at (0,0) size 440x28
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 440x24
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 217x24 [r=0 c=0 rs=1 cs=1]
</span><del>-                      RenderButton {INPUT} at (3,3) size 96x18 [bgcolor=#C0C0C0]
-                        RenderBlock (anonymous) at (8,2) size 80x13
-                          RenderText at (0,0) size 80x13
-                            text run at (0,0) width 80: &quot;Submit Criteria&quot;
</del><ins>+                      RenderButton {INPUT} at (3,3) size 95x18 [bgcolor=#C0C0C0]
+                        RenderBlock (anonymous) at (8,2) size 79x13
+                          RenderText at (0,0) size 79x13
+                            text run at (0,0) width 79: &quot;Submit Criteria&quot;
</ins><span class="cx">                     RenderTableCell {TD} at (221,4) size 217x20 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (1,1) size 8x18
</span><span class="cx">                         text run at (1,1) width 8: &quot;4&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug24795expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug24795expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -1,44 +1,45 @@
</span><del>-layer at (0,0) size 785x1425
</del><ins>+layer at (0,0) size 785x1443
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (8,8) size 769x1417
-  RenderBlock {HTML} at (8,8) size 769x1417 [bgcolor=#008000] [border: (16px solid #00FF00)]
-    RenderTable at (16,16) size 737x1385
-      RenderTableSection (anonymous) at (0,0) size 737x1385
-        RenderTableRow (anonymous) at (0,0) size 737x1385
-          RenderTableCell {HEAD} at (0,0) size 234x490 [color=#FFFFFF] [bgcolor=#FF0000] [border: (5px solid #FFFFFF)] [r=0 c=0 rs=1 cs=1]
-            RenderBlock {META} at (21,37) size 192x2 [border: (1px dotted #FFFFFF)]
-            RenderBlock {META} at (21,55) size 192x2 [border: (1px dotted #FFFFFF)]
-            RenderBlock {META} at (21,73) size 192x2 [border: (1px dotted #FFFFFF)]
-            RenderBlock {META} at (21,91) size 192x2 [border: (1px dotted #FFFFFF)]
-            RenderBlock {TITLE} at (21,109) size 192x56 [border: (1px dotted #FFFFFF)]
</del><ins>+layer at (8,8) size 769x1435
+  RenderBlock {HTML} at (8,8) size 769x1435 [bgcolor=#008000] [border: (16px solid #00FF00)]
+    RenderTable at (16,16) size 737x1403
+      RenderTableSection (anonymous) at (0,0) size 737x1403
+        RenderTableRow (anonymous) at (0,0) size 737x1403
+          RenderTableCell {HEAD} at (0,0) size 242x472 [color=#FFFFFF] [bgcolor=#FF0000] [border: (5px solid #FFFFFF)] [r=0 c=0 rs=1 cs=1]
+            RenderBlock {META} at (21,37) size 200x2 [border: (1px dotted #FFFFFF)]
+            RenderBlock {META} at (21,55) size 200x2 [border: (1px dotted #FFFFFF)]
+            RenderBlock {META} at (21,73) size 200x2 [border: (1px dotted #FFFFFF)]
+            RenderBlock {META} at (21,91) size 200x2 [border: (1px dotted #FFFFFF)]
+            RenderBlock {TITLE} at (21,109) size 200x56 [border: (1px dotted #FFFFFF)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 188x54
</span><span class="cx">                 text run at (1,1) width 188: &quot;Evil Tests: Rendering BODY&quot;
</span><span class="cx">                 text run at (1,19) width 163: &quot;and HEAD as children of&quot;
</span><span class="cx">                 text run at (1,37) width 67: &quot;HTML - 2&quot;
</span><del>-            RenderBlock {STYLE} at (21,181) size 192x272 [border: (1px dotted #FFFFFF)]
-              RenderText {#text} at (1,1) size 190x270
</del><ins>+            RenderBlock {STYLE} at (21,181) size 200x254 [border: (1px dotted #FFFFFF)]
+              RenderText {#text} at (1,1) size 196x252
</ins><span class="cx">                 text run at (1,1) width 83: &quot;/* Layout */ &quot;
</span><del>-                text run at (83,1) width 57: &quot;HTML {&quot;
-                text run at (1,19) width 177: &quot;display: block; border: 1em&quot;
-                text run at (1,37) width 166: &quot;lime solid; margin: 8px; }&quot;
-                text run at (1,55) width 164: &quot;HEAD, BODY { display:&quot;
-                text run at (1,73) width 190: &quot;table-cell; border: solid thick;&quot;
-                text run at (1,91) width 182: &quot;padding: 1em; margin: 1em;&quot;
-                text run at (1,109) width 12: &quot;} &quot;
-                text run at (12,109) width 160: &quot;HEAD &gt; *, BODY &gt; * {&quot;
-                text run at (1,127) width 174: &quot;display: block; border: thin&quot;
-                text run at (1,145) width 162: &quot;dotted; margin: 1em 0; } &quot;
-                text run at (162,145) width 14: &quot;/*&quot;
-                text run at (1,163) width 92: &quot;Formatting */ &quot;
-                text run at (92,163) width 99: &quot;HTML { color:&quot;
-                text run at (1,181) width 179: &quot;black; background: green; }&quot;
-                text run at (1,199) width 142: &quot;HEAD { color: white;&quot;
-                text run at (1,217) width 125: &quot;background: red; } &quot;
-                text run at (125,217) width 57: &quot;BODY {&quot;
-                text run at (1,235) width 174: &quot;color: yellow; background:&quot;
-                text run at (1,253) width 40: &quot;teal; }&quot;
-          RenderTableCell {BODY} at (234,41) size 503x1344 [color=#FFFF00] [bgcolor=#008080] [border: (5px solid #FFFF00)] [r=0 c=1 rs=1 cs=1]
-            RenderBlock {H1} at (21,53) size 461x76 [border: (1px dotted #FFFF00)]
</del><ins>+                text run at (83,1) width 112: &quot;HTML { display:&quot;
+                text run at (1,19) width 194: &quot;block; border: 1em lime solid;&quot;
+                text run at (1,37) width 98: &quot;margin: 8px; } &quot;
+                text run at (98,37) width 98: &quot;HEAD, BODY&quot;
+                text run at (1,55) width 181: &quot;{ display: table-cell; border:&quot;
+                text run at (1,73) width 76: &quot;solid thick; &quot;
+                text run at (76,73) width 93: &quot;padding: 1em;&quot;
+                text run at (1,91) width 102: &quot;margin: 1em; } &quot;
+                text run at (102,91) width 74: &quot;HEAD &gt; *,&quot;
+                text run at (1,109) width 181: &quot;BODY &gt; * { display: block;&quot;
+                text run at (1,127) width 178: &quot;border: thin dotted; margin:&quot;
+                text run at (1,145) width 60: &quot;1em 0; } &quot;
+                text run at (60,145) width 105: &quot;/* Formatting */&quot;
+                text run at (1,163) width 141: &quot;HTML { color: black;&quot;
+                text run at (1,181) width 140: &quot;background: green; } &quot;
+                text run at (140,181) width 57: &quot;HEAD {&quot;
+                text run at (1,199) width 195: &quot;color: white; background: red;&quot;
+                text run at (1,217) width 12: &quot;} &quot;
+                text run at (12,217) width 151: &quot;BODY { color: yellow;&quot;
+                text run at (1,235) width 124: &quot;background: teal; }&quot;
+          RenderTableCell {BODY} at (242,41) size 495x1362 [color=#FFFF00] [bgcolor=#008080] [border: (5px solid #FFFF00)] [r=0 c=1 rs=1 cs=1]
+            RenderBlock {H1} at (21,53) size 453x76 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 152x37
</span><span class="cx">                 text run at (1,1) width 152: &quot;Rendering &quot;
</span><span class="cx">               RenderInline {CODE} at (0,0) size 63x30
</span><span class="lines">@@ -57,7 +58,7 @@
</span><span class="cx">                   text run at (156,43) width 64: &quot;HTML&quot;
</span><span class="cx">               RenderText {#text} at (219,38) size 43x37
</span><span class="cx">                 text run at (219,38) width 43: &quot; - 2&quot;
</span><del>-            RenderBlock {P} at (21,161) size 461x38 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {P} at (21,161) size 453x38 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 393x18
</span><span class="cx">                 text run at (1,1) width 393: &quot;If you have any comments to make regarding this test, e-mail&quot;
</span><span class="cx">               RenderInline {A} at (0,0) size 186x18 [color=#0000EE]
</span><span class="lines">@@ -65,11 +66,11 @@
</span><span class="cx">                   text run at (1,19) width 186: &quot;py8ieh=eviltests@bath.ac.uk&quot;
</span><span class="cx">               RenderText {#text} at (186,19) size 5x18
</span><span class="cx">                 text run at (186,19) width 5: &quot;.&quot;
</span><del>-            RenderBlock {DL} at (21,215) size 461x92 [border: (1px dotted #FFFF00)]
-              RenderBlock {DT} at (1,1) size 459x18
</del><ins>+            RenderBlock {DL} at (21,215) size 453x92 [border: (1px dotted #FFFF00)]
+              RenderBlock {DT} at (1,1) size 451x18
</ins><span class="cx">                 RenderText {#text} at (0,0) size 83x18
</span><span class="cx">                   text run at (0,0) width 83: &quot;Prerequisites&quot;
</span><del>-              RenderBlock {DD} at (41,19) size 419x72
</del><ins>+              RenderBlock {DD} at (41,19) size 411x72
</ins><span class="cx">                 RenderText {#text} at (0,0) size 392x54
</span><span class="cx">                   text run at (0,0) width 392: &quot;Browsers that are subjected to this test should support the the&quot;
</span><span class="cx">                   text run at (0,18) width 388: &quot;background, padding, margin, border and color properties of&quot;
</span><span class="lines">@@ -80,85 +81,86 @@
</span><span class="cx">                 RenderText {#text} at (222,36) size 400x36
</span><span class="cx">                   text run at (222,36) width 178: &quot; property and fixed position&quot;
</span><span class="cx">                   text run at (0,54) width 109: &quot;stuff from CSS2.&quot;
</span><del>-            RenderBlock {H2} at (21,331) size 461x58 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {H2} at (21,331) size 453x58 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 439x56
</span><span class="cx">                 text run at (1,1) width 439: &quot;1. Making the BODY and the HEAD into a&quot;
</span><span class="cx">                 text run at (1,29) width 51: &quot;table&quot;
</span><del>-            RenderBlock {P} at (21,413) size 461x20 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {P} at (21,413) size 453x20 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 264x18
</span><span class="cx">                 text run at (1,1) width 264: &quot;This is really evil, but completely valid...&quot;
</span><del>-            RenderBlock {P} at (21,449) size 461x110 [border: (1px dotted #FFFF00)]
-              RenderText {#text} at (1,1) size 452x108
</del><ins>+            RenderBlock {P} at (21,449) size 453x110 [border: (1px dotted #FFFF00)]
+              RenderText {#text} at (1,1) size 450x108
</ins><span class="cx">                 text run at (1,1) width 450: &quot;This document should have two cells, side by side: one on the left, the&quot;
</span><del>-                text run at (1,19) width 452: &quot;other on the right. The one on the left should be red with white writing&quot;
-                text run at (1,37) width 444: &quot;and a thick white border. It should contain four dotted lines separated&quot;
-                text run at (1,55) width 419: &quot;by a blank line, followed by a dotted bordered box containing the&quot;
-                text run at (1,73) width 403: &quot;document title, and another dotted bordered box containing the&quot;
-                text run at (1,91) width 191: &quot;stylesheet, also shown below:&quot;
-            RenderBlock {PRE} at (21,575) size 461x17 [border: (1px dotted #FFFF00)]
</del><ins>+                text run at (1,19) width 402: &quot;other on the right. The one on the left should be red with white&quot;
+                text run at (1,37) width 430: &quot;writing and a thick white border. It should contain four dotted lines&quot;
+                text run at (1,55) width 388: &quot;separated by a blank line, followed by a dotted bordered box&quot;
+                text run at (1,73) width 403: &quot;containing the document title, and another dotted bordered box&quot;
+                text run at (1,91) width 286: &quot;containing the stylesheet, also shown below:&quot;
+            RenderBlock {PRE} at (21,575) size 453x17 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 40x15
</span><span class="cx">                 text run at (1,1) width 40: &quot;  ...&quot;
</span><del>-            RenderBlock {P} at (21,608) size 461x38 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {P} at (21,608) size 453x38 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 419x36
</span><span class="cx">                 text run at (1,1) width 419: &quot;The dotted borders and lines and the text in the left cell should be&quot;
</span><span class="cx">                 text run at (1,19) width 40: &quot;white.&quot;
</span><del>-            RenderBlock {P} at (21,662) size 461x38 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {P} at (21,662) size 453x38 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 447x36
</span><span class="cx">                 text run at (1,1) width 447: &quot;The right cell should be teal, with yellow text. This paragraph you are&quot;
</span><span class="cx">                 text run at (1,19) width 255: &quot;reading now should be in this right cell.&quot;
</span><del>-            RenderBlock {P} at (21,716) size 461x20 [border: (1px dotted #FFFF00)]
-              RenderText {#text} at (1,1) size 454x18
-                text run at (1,1) width 454: &quot;The width of the two cells is left up to the user agent to decide, I think.&quot;
-            RenderBlock {P} at (21,752) size 461x74 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {P} at (21,716) size 453x38 [border: (1px dotted #FFFF00)]
+              RenderText {#text} at (1,1) size 413x36
+                text run at (1,1) width 413: &quot;The width of the two cells is left up to the user agent to decide, I&quot;
+                text run at (1,19) width 37: &quot;think.&quot;
+            RenderBlock {P} at (21,770) size 453x74 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 443x72
</span><span class="cx">                 text run at (1,1) width 443: &quot;The right cell should look similar to the left cell in formatting -- each&quot;
</span><span class="cx">                 text run at (1,19) width 442: &quot;box of text should have a yellow dotted border, and there should be a&quot;
</span><span class="cx">                 text run at (1,37) width 420: &quot;blank line between each such box. No box should be nested -- the&quot;
</span><span class="cx">                 text run at (1,55) width 356: &quot;dotted boxes should always be distinct from each other.&quot;
</span><del>-            RenderBlock {P} at (21,842) size 461x38 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {P} at (21,860) size 453x38 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 417x36
</span><span class="cx">                 text run at (1,1) width 417: &quot;The cells should be the same height, and they should have grown&quot;
</span><span class="cx">                 text run at (1,19) width 229: &quot;vertically to accommodate this text.&quot;
</span><del>-            RenderBlock {P} at (21,896) size 461x56 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {P} at (21,914) size 453x56 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 437x54
</span><span class="cx">                 text run at (1,1) width 436: &quot;Around the whole setup should be two borders, dark green and light&quot;
</span><span class="cx">                 text run at (1,19) width 437: &quot;green. The cells should be separated from each other and from these&quot;
</span><span class="cx">                 text run at (1,37) width 230: &quot;outer borders by 1em of dark green.&quot;
</span><del>-            RenderBlock {P} at (21,968) size 461x38 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {P} at (21,986) size 453x38 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 446x36
</span><span class="cx">                 text run at (1,1) width 446: &quot;There should also be some alternate stylesheets set up to allow you to&quot;
</span><span class="cx">                 text run at (1,19) width 388: &quot;display the &lt;META&gt; content. This may help with diagnosis.&quot;
</span><del>-            RenderBlock {H2} at (21,1030) size 461x30 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {H2} at (21,1048) size 453x30 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 156x28
</span><span class="cx">                 text run at (1,1) width 156: &quot;Submit Results&quot;
</span><del>-            RenderBlock {FORM} at (21,1084) size 461x97 [border: (1px dotted #FFFF00)]
-              RenderBlock {P} at (1,17) size 459x63
</del><ins>+            RenderBlock {FORM} at (21,1102) size 453x97 [border: (1px dotted #FFFF00)]
+              RenderBlock {P} at (1,17) size 451x63
</ins><span class="cx">                 RenderText {#text} at (0,0) size 263x18
</span><span class="cx">                   text run at (0,0) width 263: &quot;How does your browser fare on this test?&quot;
</span><del>-                RenderMenuList {SELECT} at (2,20) size 455x18 [color=#000000] [bgcolor=#FFFFFF]
-                  RenderBlock (anonymous) at (0,0) size 455x18
-                    RenderText at (8,2) size 214x13
-                      text run at (8,2) width 214: &quot;Document renders exactly as described.&quot;
</del><ins>+                RenderMenuList {SELECT} at (2,20) size 447x18 [color=#000000] [bgcolor=#FFFFFF]
+                  RenderBlock (anonymous) at (0,0) size 447x18
+                    RenderText at (8,2) size 212x13
+                      text run at (8,2) width 212: &quot;Document renders exactly as described.&quot;
</ins><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-                RenderInline {LABEL} at (0,0) size 212x18
</del><ins>+                RenderInline {LABEL} at (0,0) size 222x18
</ins><span class="cx">                   RenderText {#text} at (0,42) size 72x18
</span><span class="cx">                     text run at (0,42) width 72: &quot;Comment: &quot;
</span><del>-                  RenderTextControl {INPUT} at (73,42) size 137x19 [color=#000000] [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                RenderText {#text} at (211,42) size 5x18
-                  text run at (211,42) width 5: &quot; &quot;
-                RenderButton {INPUT} at (217,43) size 55x18 [color=#000000] [bgcolor=#C0C0C0]
-                  RenderBlock (anonymous) at (8,2) size 38x13
-                    RenderText at (0,0) size 38x13
-                      text run at (0,0) width 38: &quot;Submit&quot;
</del><ins>+                  RenderTextControl {INPUT} at (73,42) size 147x19 [color=#000000] [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderText {#text} at (221,42) size 5x18
+                  text run at (221,42) width 5: &quot; &quot;
+                RenderButton {INPUT} at (227,43) size 54x18 [color=#000000] [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 37x13
+                    RenderText at (0,0) size 37x13
+                      text run at (0,0) width 37: &quot;Submit&quot;
</ins><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderBlock {HR} at (21,1197) size 461x2 [border: (1px dotted #FFFF00)]
-            RenderBlock {P} at (21,1215) size 461x20 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {HR} at (21,1215) size 453x2 [border: (1px dotted #FFFF00)]
+            RenderBlock {P} at (21,1233) size 453x20 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderInline {A} at (0,0) size 162x18 [color=#0000EE]
</span><span class="cx">                 RenderText {#text} at (1,1) size 162x18
</span><span class="cx">                   text run at (1,1) width 162: &quot;Up to the Evil Tests Page&quot;
</span><span class="cx">               RenderText {#text} at (162,1) size 5x18
</span><span class="cx">                 text run at (162,1) width 5: &quot;.&quot;
</span><del>-            RenderBlock {P} at (21,1251) size 461x20 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {P} at (21,1269) size 453x20 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 177x18
</span><span class="cx">                 text run at (1,1) width 177: &quot;This page is maintained by &quot;
</span><span class="cx">               RenderInline {A} at (0,0) size 79x18 [color=#0000EE]
</span><span class="lines">@@ -171,8 +173,8 @@
</span><span class="cx">                   text run at (264,1) width 125: &quot;py8ieh@bath.ac.uk&quot;
</span><span class="cx">               RenderText {#text} at (388,1) size 10x18
</span><span class="cx">                 text run at (388,1) width 10: &quot;).&quot;
</span><del>-            RenderBlock {P} at (21,1287) size 461x20 [border: (1px dotted #FFFF00)]
</del><ins>+            RenderBlock {P} at (21,1305) size 453x20 [border: (1px dotted #FFFF00)]
</ins><span class="cx">               RenderText {#text} at (1,1) size 172x18
</span><span class="cx">                 text run at (1,1) width 172: &quot;Last updated in June 1999.&quot;
</span><del>-layer at (357,1211) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (365,1229) size 140x13 backgroundClip at (365,1229) size 139x13 clip at (365,1229) size 139x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug584022expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug584022expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -33,13 +33,13 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 37x18
</span><span class="cx">                 text run at (2,2) width 37: &quot;row 3&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,240) size 784x22
</span><del>-        RenderButton {INPUT} at (2,2) size 56x18 [bgcolor=#C0C0C0]
-          RenderBlock (anonymous) at (8,2) size 40x13
-            RenderText at (0,0) size 40x13
-              text run at (0,0) width 40: &quot;expand&quot;
-        RenderText {#text} at (59,1) size 5x18
-          text run at (59,1) width 5: &quot; &quot;
-        RenderButton {INPUT} at (65,2) size 43x18 [bgcolor=#C0C0C0]
</del><ins>+        RenderButton {INPUT} at (2,2) size 55x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 39x13
+            RenderText at (0,0) size 39x13
+              text run at (0,0) width 39: &quot;expand&quot;
+        RenderText {#text} at (58,1) size 5x18
+          text run at (58,1) width 5: &quot; &quot;
+        RenderButton {INPUT} at (64,2) size 43x18 [bgcolor=#C0C0C0]
</ins><span class="cx">           RenderBlock (anonymous) at (8,2) size 27x13
</span><span class="cx">             RenderText at (0,0) size 27x13
</span><span class="cx">               text run at (0,0) width 27: &quot;sizes&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug926471expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug926471expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -4,31 +4,31 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x576
</span><span class="cx">       RenderBlock {FORM} at (0,0) size 784x87
</span><del>-        RenderTable {TABLE} at (0,0) size 290x87 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 288x85
-            RenderTableRow {TR} at (0,2) size 288x81
-              RenderTableCell {TD} at (2,2) size 284x81 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-                RenderTable {TABLE} at (2,2) size 280x77 [border: (2px outset #808080)]
-                  RenderTableSection {TBODY} at (2,2) size 276x73
-                    RenderTableRow {TR} at (0,2) size 276x40
-                      RenderTableCell {TD} at (2,2) size 79x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 299x87 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 297x85
+            RenderTableRow {TR} at (0,2) size 297x81
+              RenderTableCell {TD} at (2,2) size 293x81 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                RenderTable {TABLE} at (2,2) size 289x77 [border: (2px outset #808080)]
+                  RenderTableSection {TBODY} at (2,2) size 285x73
+                    RenderTableRow {TR} at (0,2) size 285x40
+                      RenderTableCell {TD} at (2,2) size 82x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (2,2) size 57x36
</span><span class="cx">                           text run at (2,2) width 55: &quot;Member&quot;
</span><span class="cx">                           text run at (2,20) width 57: &quot;Number:&quot;
</span><del>-                      RenderTableCell {TD} at (82,8) size 186x28 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-                        RenderTextControl {INPUT} at (4,4) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+                      RenderTableCell {TD} at (85,8) size 192x28 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+                        RenderTextControl {INPUT} at (4,4) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">                         RenderText {#text} at (0,0) size 0x0
</span><del>-                    RenderTableRow {TR} at (0,44) size 276x27
-                      RenderTableCell {TD} at (2,46) size 79x23 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableRow {TR} at (0,44) size 285x27
+                      RenderTableCell {TD} at (2,46) size 82x23 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                         RenderText {#text} at (2,2) size 31x19
</span><span class="cx">                           text run at (2,3) width 31: &quot;PIN:&quot;
</span><del>-                      RenderTableCell {TD} at (82,44) size 186x27 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
-                        RenderTextControl {INPUT} at (4,4) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                          RenderFlexibleBox {DIV} at (3,3) size 131x13
-                            RenderBlock {DIV} at (0,0) size 131x13
</del><ins>+                      RenderTableCell {TD} at (85,44) size 192x27 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+                        RenderTextControl {INPUT} at (4,4) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                          RenderFlexibleBox {DIV} at (3,3) size 140x13
+                            RenderBlock {DIV} at (0,0) size 140x13
</ins><span class="cx">                         RenderText {#text} at (0,0) size 0x0
</span><del>-                      RenderTableCell {TD} at (269,55) size 5x5 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
-layer at (105,31) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
-layer at (105,66) size 130x13
-  RenderBlock {DIV} at (0,0) size 131x13
</del><ins>+                      RenderTableCell {TD} at (278,55) size 5x5 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
+layer at (108,31) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
+layer at (108,66) size 140x13
+  RenderBlock {DIV} at (0,0) size 140x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failurescollapsing_bordersbug412625expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failurescollapsing_bordersbug412625expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -50,32 +50,32 @@
</span><span class="cx">                   text run at (2,1) width 36: &quot;11pm&quot;
</span><span class="cx">         RenderBlock {P} at (0,96) size 784x44
</span><span class="cx">           RenderButton {BUTTON} at (266,2) size 76x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</span><del>-            RenderBlock (anonymous) at (8,2) size 60x13
-              RenderText {#text} at (0,0) size 60x13
-                text run at (0,0) width 19: &quot;No &quot;
-                text run at (18,0) width 42: &quot;borders&quot;
</del><ins>+            RenderBlock (anonymous) at (8,2) size 59x13
+              RenderText {#text} at (0,0) size 59x13
+                text run at (0,0) width 18: &quot;No &quot;
+                text run at (17,0) width 42: &quot;borders&quot;
</ins><span class="cx">           RenderButton {BUTTON} at (345,2) size 96x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</span><del>-            RenderBlock (anonymous) at (8,2) size 80x13
-              RenderText {#text} at (0,0) size 80x13
-                text run at (0,0) width 45: &quot;Exterior &quot;
-                text run at (44,0) width 36: &quot;border&quot;
</del><ins>+            RenderBlock (anonymous) at (8,2) size 79x13
+              RenderText {#text} at (0,0) size 79x13
+                text run at (0,0) width 44: &quot;Exterior &quot;
+                text run at (43,0) width 36: &quot;border&quot;
</ins><span class="cx">           RenderButton {BUTTON} at (444,2) size 74x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</span><del>-            RenderBlock (anonymous) at (8,2) size 58x13
-              RenderText {#text} at (0,0) size 58x13
</del><ins>+            RenderBlock (anonymous) at (8,2) size 57x13
+              RenderText {#text} at (0,0) size 57x13
</ins><span class="cx">                 text run at (0,0) width 17: &quot;All &quot;
</span><del>-                text run at (16,0) width 42: &quot;borders&quot;
</del><ins>+                text run at (16,0) width 41: &quot;borders&quot;
</ins><span class="cx">           RenderBR {BR} at (519,15) size 1x0
</span><del>-          RenderButton {BUTTON} at (232,24) size 102x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-            RenderBlock (anonymous) at (8,2) size 85x13
-              RenderText {#text} at (0,0) size 85x13
-                text run at (0,0) width 45: &quot;Column &quot;
-                text run at (44,0) width 41: &quot;borders&quot;
-          RenderButton {BUTTON} at (337,24) size 100x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-            RenderBlock (anonymous) at (8,2) size 83x13
-              RenderText {#text} at (0,0) size 83x13
-                text run at (0,0) width 43: &quot;Groups &quot;
-                text run at (42,0) width 41: &quot;borders&quot;
-          RenderButton {BUTTON} at (440,24) size 112x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</del><ins>+          RenderButton {BUTTON} at (234,24) size 100x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+            RenderBlock (anonymous) at (8,2) size 84x13
+              RenderText {#text} at (0,0) size 84x13
+                text run at (0,0) width 44: &quot;Column &quot;
+                text run at (43,0) width 41: &quot;borders&quot;
+          RenderButton {BUTTON} at (337,24) size 99x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+            RenderBlock (anonymous) at (8,2) size 82x13
+              RenderText {#text} at (0,0) size 82x13
+                text run at (0,0) width 42: &quot;Groups &quot;
+                text run at (41,0) width 41: &quot;borders&quot;
+          RenderButton {BUTTON} at (439,24) size 111x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</ins><span class="cx">             RenderBlock (anonymous) at (8,2) size 95x13
</span><span class="cx">               RenderText {#text} at (0,0) size 95x13
</span><span class="cx">                 text run at (0,0) width 32: &quot;Table &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failurescollapsing_bordersbug412626expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failurescollapsing_bordersbug412626expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -50,32 +50,32 @@
</span><span class="cx">                   text run at (2,1) width 36: &quot;11pm&quot;
</span><span class="cx">         RenderBlock {P} at (0,98) size 784x44
</span><span class="cx">           RenderButton {BUTTON} at (266,2) size 76x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</span><del>-            RenderBlock (anonymous) at (8,2) size 60x13
-              RenderText {#text} at (0,0) size 60x13
-                text run at (0,0) width 19: &quot;No &quot;
-                text run at (18,0) width 42: &quot;borders&quot;
</del><ins>+            RenderBlock (anonymous) at (8,2) size 59x13
+              RenderText {#text} at (0,0) size 59x13
+                text run at (0,0) width 18: &quot;No &quot;
+                text run at (17,0) width 42: &quot;borders&quot;
</ins><span class="cx">           RenderButton {BUTTON} at (345,2) size 96x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</span><del>-            RenderBlock (anonymous) at (8,2) size 80x13
-              RenderText {#text} at (0,0) size 80x13
-                text run at (0,0) width 45: &quot;Exterior &quot;
-                text run at (44,0) width 36: &quot;border&quot;
</del><ins>+            RenderBlock (anonymous) at (8,2) size 79x13
+              RenderText {#text} at (0,0) size 79x13
+                text run at (0,0) width 44: &quot;Exterior &quot;
+                text run at (43,0) width 36: &quot;border&quot;
</ins><span class="cx">           RenderButton {BUTTON} at (444,2) size 74x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</span><del>-            RenderBlock (anonymous) at (8,2) size 58x13
-              RenderText {#text} at (0,0) size 58x13
</del><ins>+            RenderBlock (anonymous) at (8,2) size 57x13
+              RenderText {#text} at (0,0) size 57x13
</ins><span class="cx">                 text run at (0,0) width 17: &quot;All &quot;
</span><del>-                text run at (16,0) width 42: &quot;borders&quot;
</del><ins>+                text run at (16,0) width 41: &quot;borders&quot;
</ins><span class="cx">           RenderBR {BR} at (519,15) size 1x0
</span><del>-          RenderButton {BUTTON} at (232,24) size 102x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-            RenderBlock (anonymous) at (8,2) size 85x13
-              RenderText {#text} at (0,0) size 85x13
-                text run at (0,0) width 45: &quot;Column &quot;
-                text run at (44,0) width 41: &quot;borders&quot;
-          RenderButton {BUTTON} at (337,24) size 100x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
-            RenderBlock (anonymous) at (8,2) size 83x13
-              RenderText {#text} at (0,0) size 83x13
-                text run at (0,0) width 43: &quot;Groups &quot;
-                text run at (42,0) width 41: &quot;borders&quot;
-          RenderButton {BUTTON} at (440,24) size 112x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</del><ins>+          RenderButton {BUTTON} at (234,24) size 100x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+            RenderBlock (anonymous) at (8,2) size 84x13
+              RenderText {#text} at (0,0) size 84x13
+                text run at (0,0) width 44: &quot;Column &quot;
+                text run at (43,0) width 41: &quot;borders&quot;
+          RenderButton {BUTTON} at (337,24) size 99x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+            RenderBlock (anonymous) at (8,2) size 82x13
+              RenderText {#text} at (0,0) size 82x13
+                text run at (0,0) width 42: &quot;Groups &quot;
+                text run at (41,0) width 41: &quot;borders&quot;
+          RenderButton {BUTTON} at (439,24) size 111x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
</ins><span class="cx">             RenderBlock (anonymous) at (8,2) size 95x13
</span><span class="cx">               RenderText {#text} at (0,0) size 95x13
</span><span class="cx">                 text run at (0,0) width 32: &quot;Table &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactransforms2dzoommenulistexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/transforms/2d/zoom-menulist-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactransforms2dzoommenulistexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/transforms/2d/zoom-menulist-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/transforms/2d/zoom-menulist-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/transforms/2d/zoom-menulist-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -7,8 +7,8 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 273x37
</span><span class="cx">           text run at (0,0) width 273: &quot;Zooming Menu List&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,58) size 784x67
</span><del>-        RenderMenuList {SELECT} at (6,6) size 176x54 [bgcolor=#FFFFFF] [border: (3px solid #000000)]
-          RenderBlock (anonymous) at (3,3) size 170x48
</del><ins>+        RenderMenuList {SELECT} at (6,6) size 178x54 [bgcolor=#FFFFFF] [border: (3px solid #000000)]
+          RenderBlock (anonymous) at (3,3) size 172x48
</ins><span class="cx">             RenderText at (24,3) size 61x39
</span><span class="cx">               text run at (24,3) width 61: &quot;One&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactransforms3dgeneralperspectivenonlayerexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/mac/transforms/3d/general/perspective-non-layer-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactransforms3dgeneralperspectivenonlayerexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/transforms/3d/general/perspective-non-layer-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/transforms/3d/general/perspective-non-layer-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac/transforms/3d/general/perspective-non-layer-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -4,13 +4,13 @@
</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 (anonymous) at (0,0) size 784x23
</span><del>-        RenderInline {SPAN} at (0,0) size 141x18
</del><ins>+        RenderInline {SPAN} at (0,0) size 150x18
</ins><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-          RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+          RenderTextControl {INPUT} at (2,2) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock (anonymous) at (0,23) size 784x0
</span><span class="cx">         RenderBlock {DIV} at (0,0) size 784x0
</span><span class="cx">       RenderBlock (anonymous) at (0,23) size 784x0
</span><span class="cx">         RenderInline {SPAN} at (0,0) size 0x0
</span><del>-layer at (13,13) size 130x13
-  RenderBlock {DIV} at (3,3) size 131x13
</del><ins>+layer at (13,13) size 140x13
+  RenderBlock {DIV} at (3,3) size 140x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanaccessibilityariareadonlyexpectedtxtfromrev202825trunkLayoutTestsplatformmacaccessibilityariareadonlyexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/accessibility/aria-readonly-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/accessibility/aria-readonly-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/accessibility/aria-readonly-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/accessibility/aria-readonly-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,47 @@
</span><ins>+              
+This tests that the readonly state of the AXValue property is correctly reported for native and non-native elements.
+
+On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
+
+
+Elements to test: 35
+
+PASS htmlEditableDivIsWritable is true
+PASS htmlEditableDiv2IsWritable is false
+PASS htmlEditableDiv3IsWritable is true
+PASS htmlEditableDiv4IsWritable is true
+PASS htmlEditableDiv5IsWritable is false
+PASS htmlEditableDiv6IsWritable is true
+PASS htmlNonEditableDivIsWritable is false
+PASS htmlNonEditableDiv2IsWritable is false
+PASS htmlNonEditableDiv3IsWritable is true
+PASS ariaTextBoxIsWritable is true
+PASS ariaReadOnlyAriaTextBoxIsWritable is false
+PASS htmlReadOnlyTextFieldIsWritable is false
+PASS htmlReadOnlyTextField2IsWritable is false
+PASS htmlReadOnlyTextField3IsWritable is false
+PASS htmlReadOnlyTextField4IsWritable is false
+PASS htmlReadOnlyTextAreaIsWritable is false
+PASS htmlReadOnlyTextArea2IsWritable is false
+PASS htmlReadOnlyTextArea3IsWritable is false
+PASS htmlReadOnlyTextArea3IsWritable is false
+PASS textFieldIsWritable is true
+PASS ariaReadOnlyTextFieldIsWritable is true
+PASS ariaNonReadOnlyTextFieldIsWritable is true
+PASS textAreaIsWritable is true
+PASS textArea2IsWritable is true
+PASS textArea3IsWritable is true
+PASS ariaGridCellIsWritable is false
+PASS ariaGridCell2IsWritable is true
+PASS ariaColumnHeaderIsWritable is false
+PASS ariaColumnHeader2IsWritable is true
+PASS ariaRowHeaderIsWritable is false
+PASS ariaRowHeader2IsWritable is true
+PASS ariaGridIsWritable is false
+PASS ariaGrid2IsWritable is true
+PASS ariaTreeGridIsWritable is false
+PASS ariaTreeGrid2IsWritable is true
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanaccessibilityformcontrolvaluesettableexpectedtxtfromrev202825trunkLayoutTestsplatformmacaccessibilityformcontrolvaluesettableexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/accessibility/form-control-value-settable-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/accessibility/form-control-value-settable-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/accessibility/form-control-value-settable-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/accessibility/form-control-value-settable-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,74 @@
</span><ins>+                
+                
+This tests whether AXValue is writable for various form controls.
+
+On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
+
+
+text1
+PASS document.activeElement == element1 is true
+text2
+PASS document.activeElement == element2 is true
+PASS axElement1.isAttributeSettable('AXValue') is true
+PASS axElement2.isAttributeSettable('AXValue') is true
+
+number1
+PASS document.activeElement == element1 is true
+number2
+PASS document.activeElement == element2 is true
+PASS axElement1.isAttributeSettable('AXValue') is true
+PASS axElement2.isAttributeSettable('AXValue') is true
+
+textarea1
+PASS document.activeElement == element1 is true
+textarea2
+PASS document.activeElement == element2 is true
+PASS axElement1.isAttributeSettable('AXValue') is true
+PASS axElement2.isAttributeSettable('AXValue') is true
+
+slider1
+PASS document.activeElement == element1 is true
+slider2
+PASS document.activeElement == element2 is true
+PASS axElement1.isAttributeSettable('AXValue') is true
+PASS axElement2.isAttributeSettable('AXValue') is true
+
+checkbox1
+PASS document.activeElement == element1 is true
+checkbox2
+PASS document.activeElement == element2 is true
+PASS axElement1.isAttributeSettable('AXValue') is false
+PASS axElement2.isAttributeSettable('AXValue') is true
+
+radio1
+PASS document.activeElement == element1 is true
+radio2
+PASS document.activeElement == element2 is true
+PASS axElement1.isAttributeSettable('AXValue') is false
+PASS axElement2.isAttributeSettable('AXValue') is true
+
+submit1
+PASS document.activeElement == element1 is true
+submit2
+PASS document.activeElement == element2 is true
+PASS axElement1.isAttributeSettable('AXValue') is false
+PASS axElement2.isAttributeSettable('AXValue') is true
+
+combobox1
+PASS document.activeElement == element1 is true
+combobox2
+PASS document.activeElement == element2 is true
+PASS axElement1.isAttributeSettable('AXValue') is false
+PASS axElement2.isAttributeSettable('AXValue') is true
+
+listbox1
+PASS document.activeElement == element1 is true
+listbox2
+PASS document.activeElement == element2 is true
+PASS axElement1.isAttributeSettable('AXValue') is false
+PASS axElement2.isAttributeSettable('AXValue') is true
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitancompositingcontentsopaquecontrollayerexpectedtxtfromrev202825trunkLayoutTestsplatformmaccompositingcontentsopaquecontrollayerexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/compositing/contents-opaque/control-layer-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/compositing/contents-opaque/control-layer-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/compositing/contents-opaque/control-layer-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/compositing/contents-opaque/control-layer-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,20 @@
</span><ins>+
+(GraphicsLayer
+  (anchor 0.00 0.00)
+  (bounds 800.00 600.00)
+  (children 1
+    (GraphicsLayer
+      (bounds 800.00 600.00)
+      (contentsOpaque 1)
+      (children 1
+        (GraphicsLayer
+          (position 5.00 6.00)
+          (anchor 0.51 0.46)
+          (bounds 128.00 28.00)
+          (drawsContent 1)
+        )
+      )
+    )
+  )
+)
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitancss3selectors3htmlcss3modsel19bexpectedtxtfromrev202825trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel19bexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/html/css3-modsel-19b-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/html/css3-modsel-19b-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/html/css3-modsel-19b-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x54
+  RenderBlock {HTML} at (0,0) size 800x54
+    RenderBody {BODY} at (8,16) size 784x22
+      RenderBlock {P} at (0,0) size 784x22
+        RenderButton {BUTTON} at (2,2) size 481x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 465x13
+            RenderText {#text} at (0,0) size 465x13
+              text run at (0,0) width 465: &quot;Activating (e.g. holding the mouse button down on) this button should make it go green.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitancss3selectors3htmlcss3modsel23expectedtxtfromrev202825trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel23expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/html/css3-modsel-23-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/html/css3-modsel-23-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/html/css3-modsel-23-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,19 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x81
+  RenderBlock {HTML} at (0,0) size 800x81
+    RenderBody {BODY} at (8,16) size 784x49
+      RenderBlock {P} at (0,0) size 784x49
+        RenderButton {BUTTON} at (2,2) size 238x22 [bgcolor=#00FF00] [border: (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,4) size 222x13
+            RenderText {#text} at (0,0) size 222x13
+              text run at (0,0) width 222: &quot;A button (enabled) with green background&quot;
+        RenderText {#text} at (241,3) size 5x18
+          text run at (241,3) width 5: &quot; &quot;
+        RenderBR {BR} at (0,0) size 0x0
+        RenderTextControl {INPUT} at (2,28) size 241x19 [bgcolor=#00FF00] [border: (2px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+layer at (13,47) size 235x13
+  RenderBlock {DIV} at (3,3) size 235x13
+    RenderText {#text} at (0,0) size 233x13
+      text run at (0,0) width 233: &quot;a text area (enabled) with green background&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitancss3selectors3htmlcss3modsel24expectedtxtfromrev202825trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel24expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/html/css3-modsel-24-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/html/css3-modsel-24-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/html/css3-modsel-24-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,19 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x81
+  RenderBlock {HTML} at (0,0) size 800x81
+    RenderBody {BODY} at (8,16) size 784x49
+      RenderBlock {P} at (0,0) size 784x49
+        RenderButton {BUTTON} at (2,2) size 241x22 [color=#7F7F7F] [bgcolor=#00FF00] [border: (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,4) size 225x13
+            RenderText {#text} at (0,0) size 225x13
+              text run at (0,0) width 225: &quot;A button (disabled) with green background&quot;
+        RenderText {#text} at (244,3) size 5x18
+          text run at (244,3) width 5: &quot; &quot;
+        RenderBR {BR} at (0,0) size 0x0
+        RenderTextControl {INPUT} at (2,28) size 241x19 [bgcolor=#00FF00] [border: (2px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+layer at (13,47) size 235x13
+  RenderBlock {DIV} at (3,3) size 235x13 [color=#545454]
+    RenderText {#text} at (0,0) size 236x13
+      text run at (0,0) width 236: &quot;a text area (disabled) with green background&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitancss3selectors3htmlcss3modsel64expectedtxtfromrev202825trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel64expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/html/css3-modsel-64-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/html/css3-modsel-64-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/html/css3-modsel-64-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,17 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x88
+  RenderBlock {HTML} at (0,0) size 800x88
+    RenderBody {BODY} at (8,16) size 784x56
+      RenderBlock {DIV} at (0,0) size 784x56
+        RenderBlock {P} at (0,0) size 784x18 [color=#00FF00]
+          RenderInline {A} at (0,0) size 286x18 [color=#000000]
+            RenderText {#text} at (0,0) size 286x18
+              text run at (0,0) width 286: &quot;This text should turn green while it is active.&quot;
+          RenderText {#text} at (0,0) size 0x0
+        RenderBlock {P} at (0,34) size 784x22 [color=#00FF00]
+          RenderButton {BUTTON} at (2,2) size 249x18 [color=#000000] [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+            RenderBlock (anonymous) at (8,2) size 233x13
+              RenderText {#text} at (0,0) size 233x13
+                text run at (0,0) width 233: &quot;This text should turn green while it is active.&quot;
+          RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitancss3selectors3htmlcss3modsel68expectedtxtfromrev202825trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel68expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/html/css3-modsel-68-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/html/css3-modsel-68-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/html/css3-modsel-68-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,19 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x81
+  RenderBlock {HTML} at (0,0) size 800x81
+    RenderBody {BODY} at (8,16) size 784x49
+      RenderBlock {P} at (0,0) size 784x49
+        RenderButton {BUTTON} at (2,2) size 241x22 [color=#7F7F7F] [bgcolor=#00FF00] [border: (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,4) size 225x13
+            RenderText {#text} at (0,0) size 225x13
+              text run at (0,0) width 225: &quot;A button (disabled) with green background&quot;
+        RenderText {#text} at (244,3) size 5x18
+          text run at (244,3) width 5: &quot; &quot;
+        RenderBR {BR} at (0,0) size 0x0
+        RenderTextControl {INPUT} at (2,28) size 241x19 [bgcolor=#00FF00] [border: (2px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+layer at (13,47) size 235x13
+  RenderBlock {DIV} at (3,3) size 235x13 [color=#545454]
+    RenderText {#text} at (0,0) size 236x13
+      text run at (0,0) width 236: &quot;a text area (disabled) with green background&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitancss3selectors3htmlcss3modsel69expectedtxtfromrev202825trunkLayoutTestsplatformmaccss3selectors3htmlcss3modsel69expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/html/css3-modsel-69-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/html/css3-modsel-69-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/html/css3-modsel-69-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,19 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x81
+  RenderBlock {HTML} at (0,0) size 800x81
+    RenderBody {BODY} at (8,16) size 784x49
+      RenderBlock {P} at (0,0) size 784x49
+        RenderButton {BUTTON} at (2,2) size 238x22 [bgcolor=#00FF00] [border: (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,4) size 222x13
+            RenderText {#text} at (0,0) size 222x13
+              text run at (0,0) width 222: &quot;A button (enabled) with green background&quot;
+        RenderText {#text} at (241,3) size 5x18
+          text run at (241,3) width 5: &quot; &quot;
+        RenderBR {BR} at (0,0) size 0x0
+        RenderTextControl {INPUT} at (2,28) size 241x19 [bgcolor=#00FF00] [border: (2px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+layer at (13,47) size 235x13
+  RenderBlock {DIV} at (3,3) size 235x13
+    RenderText {#text} at (0,0) size 233x13
+      text run at (0,0) width 233: &quot;a text area (enabled) with green background&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitancss3selectors3xhtmlcss3modsel19bexpectedtxtfromrev202825trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel19bexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-19b-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-19b-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-19b-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x54
+  RenderBlock {html} at (0,0) size 800x54
+    RenderBody {body} at (8,16) size 784x22
+      RenderBlock {p} at (0,0) size 784x22
+        RenderButton {button} at (2,2) size 481x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 465x13
+            RenderText {#text} at (0,0) size 465x13
+              text run at (0,0) width 465: &quot;Activating (e.g. holding the mouse button down on) this button should make it go green.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitancss3selectors3xhtmlcss3modsel23expectedtxtfromrev202825trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel23expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-23-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-23-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-23-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,19 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x81
+  RenderBlock {html} at (0,0) size 800x81
+    RenderBody {body} at (8,16) size 784x49
+      RenderBlock {p} at (0,0) size 784x49
+        RenderButton {button} at (2,2) size 238x22 [bgcolor=#00FF00] [border: (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,4) size 222x13
+            RenderText {#text} at (0,0) size 222x13
+              text run at (0,0) width 222: &quot;A button (enabled) with green background&quot;
+        RenderText {#text} at (241,3) size 5x18
+          text run at (241,3) width 5: &quot; &quot;
+        RenderBR {br} at (0,0) size 0x0
+        RenderTextControl {input} at (2,28) size 241x19 [bgcolor=#00FF00] [border: (2px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+layer at (13,47) size 235x13
+  RenderBlock {div} at (3,3) size 235x13
+    RenderText {#text} at (0,0) size 233x13
+      text run at (0,0) width 233: &quot;a text area (enabled) with green background&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitancss3selectors3xhtmlcss3modsel24expectedtxtfromrev202825trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel24expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-24-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-24-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-24-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,19 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x81
+  RenderBlock {html} at (0,0) size 800x81
+    RenderBody {body} at (8,16) size 784x49
+      RenderBlock {p} at (0,0) size 784x49
+        RenderButton {button} at (2,2) size 241x22 [color=#7F7F7F] [bgcolor=#00FF00] [border: (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,4) size 225x13
+            RenderText {#text} at (0,0) size 225x13
+              text run at (0,0) width 225: &quot;A button (disabled) with green background&quot;
+        RenderText {#text} at (244,3) size 5x18
+          text run at (244,3) width 5: &quot; &quot;
+        RenderBR {br} at (0,0) size 0x0
+        RenderTextControl {input} at (2,28) size 241x19 [bgcolor=#00FF00] [border: (2px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+layer at (13,47) size 235x13
+  RenderBlock {div} at (3,3) size 235x13 [color=#545454]
+    RenderText {#text} at (0,0) size 236x13
+      text run at (0,0) width 236: &quot;a text area (disabled) with green background&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitancss3selectors3xhtmlcss3modsel64expectedtxtfromrev202825trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel64expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-64-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-64-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-64-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,17 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x88
+  RenderBlock {html} at (0,0) size 800x88
+    RenderBody {body} at (8,16) size 784x56
+      RenderBlock {div} at (0,0) size 784x56
+        RenderBlock {p} at (0,0) size 784x18 [color=#00FF00]
+          RenderInline {a} at (0,0) size 286x18 [color=#000000]
+            RenderText {#text} at (0,0) size 286x18
+              text run at (0,0) width 286: &quot;This text should turn green while it is active.&quot;
+          RenderText {#text} at (0,0) size 0x0
+        RenderBlock {p} at (0,34) size 784x22 [color=#00FF00]
+          RenderButton {button} at (2,2) size 249x18 [color=#000000] [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+            RenderBlock (anonymous) at (8,2) size 233x13
+              RenderText {#text} at (0,0) size 233x13
+                text run at (0,0) width 233: &quot;This text should turn green while it is active.&quot;
+          RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitancss3selectors3xhtmlcss3modsel68expectedtxtfromrev202825trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel68expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-68-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-68-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-68-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,19 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x81
+  RenderBlock {html} at (0,0) size 800x81
+    RenderBody {body} at (8,16) size 784x49
+      RenderBlock {p} at (0,0) size 784x49
+        RenderButton {button} at (2,2) size 241x22 [color=#7F7F7F] [bgcolor=#00FF00] [border: (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,4) size 225x13
+            RenderText {#text} at (0,0) size 225x13
+              text run at (0,0) width 225: &quot;A button (disabled) with green background&quot;
+        RenderText {#text} at (244,3) size 5x18
+          text run at (244,3) width 5: &quot; &quot;
+        RenderBR {br} at (0,0) size 0x0
+        RenderTextControl {input} at (2,28) size 241x19 [bgcolor=#00FF00] [border: (2px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+layer at (13,47) size 235x13
+  RenderBlock {div} at (3,3) size 235x13 [color=#545454]
+    RenderText {#text} at (0,0) size 236x13
+      text run at (0,0) width 236: &quot;a text area (disabled) with green background&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitancss3selectors3xhtmlcss3modsel69expectedtxtfromrev202825trunkLayoutTestsplatformmaccss3selectors3xhtmlcss3modsel69expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-69-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-69-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-69-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,19 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x81
+  RenderBlock {html} at (0,0) size 800x81
+    RenderBody {body} at (8,16) size 784x49
+      RenderBlock {p} at (0,0) size 784x49
+        RenderButton {button} at (2,2) size 238x22 [bgcolor=#00FF00] [border: (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,4) size 222x13
+            RenderText {#text} at (0,0) size 222x13
+              text run at (0,0) width 222: &quot;A button (enabled) with green background&quot;
+        RenderText {#text} at (241,3) size 5x18
+          text run at (241,3) width 5: &quot; &quot;
+        RenderBR {br} at (0,0) size 0x0
+        RenderTextControl {input} at (2,28) size 241x19 [bgcolor=#00FF00] [border: (2px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+layer at (13,47) size 235x13
+  RenderBlock {div} at (3,3) size 235x13
+    RenderText {#text} at (0,0) size 233x13
+      text run at (0,0) width 233: &quot;a text area (enabled) with green background&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitancss3selectors3xmlcss3modsel19bexpectedtxtfromrev202825trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel19bexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-19b-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-19b-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-19b-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,9 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x54
+  RenderBlock {test} at (0,0) size 800x54
+    RenderBlock {p} at (0,16) size 800x22
+      RenderButton {button} at (2,2) size 481x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,2) size 465x13
+          RenderText {#text} at (0,0) size 465x13
+            text run at (0,0) width 465: &quot;Activating (e.g. holding the mouse button down on) this button should make it go green.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitancss3selectors3xmlcss3modsel23expectedtxtfromrev202825trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel23expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-23-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-23-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-23-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,18 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x81
+  RenderBlock {test} at (0,0) size 800x81
+    RenderBlock {p} at (0,16) size 800x49
+      RenderButton {button} at (2,2) size 238x22 [bgcolor=#00FF00] [border: (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,4) size 222x13
+          RenderText {#text} at (0,0) size 222x13
+            text run at (0,0) width 222: &quot;A button (enabled) with green background&quot;
+      RenderText {#text} at (241,3) size 5x18
+        text run at (241,3) width 5: &quot; &quot;
+      RenderBR {br} at (0,0) size 0x0
+      RenderTextControl {input} at (2,28) size 241x19 [bgcolor=#00FF00] [border: (2px inset #000000)]
+      RenderText {#text} at (0,0) size 0x0
+layer at (5,47) size 235x13
+  RenderBlock {div} at (3,3) size 235x13
+    RenderText {#text} at (0,0) size 233x13
+      text run at (0,0) width 233: &quot;a text area (enabled) with green background&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitancss3selectors3xmlcss3modsel24expectedtxtfromrev202825trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel24expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-24-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-24-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-24-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,18 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x81
+  RenderBlock {test} at (0,0) size 800x81
+    RenderBlock {p} at (0,16) size 800x49
+      RenderButton {button} at (2,2) size 241x22 [color=#7F7F7F] [bgcolor=#00FF00] [border: (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,4) size 225x13
+          RenderText {#text} at (0,0) size 225x13
+            text run at (0,0) width 225: &quot;A button (disabled) with green background&quot;
+      RenderText {#text} at (244,3) size 5x18
+        text run at (244,3) width 5: &quot; &quot;
+      RenderBR {br} at (0,0) size 0x0
+      RenderTextControl {input} at (2,28) size 241x19 [bgcolor=#00FF00] [border: (2px inset #000000)]
+      RenderText {#text} at (0,0) size 0x0
+layer at (5,47) size 235x13
+  RenderBlock {div} at (3,3) size 235x13 [color=#545454]
+    RenderText {#text} at (0,0) size 236x13
+      text run at (0,0) width 236: &quot;a text area (disabled) with green background&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitancss3selectors3xmlcss3modsel64expectedtxtfromrev202825trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel64expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-64-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-64-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-64-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-64-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,16 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x88
+  RenderBlock {test} at (0,0) size 800x88
+    RenderBlock {div} at (0,16) size 800x56
+      RenderBlock {p} at (0,0) size 800x18 [color=#00FF00]
+        RenderInline {a} at (0,0) size 286x18 [color=#000000]
+          RenderText {#text} at (0,0) size 286x18
+            text run at (0,0) width 286: &quot;This text should turn green while it is active.&quot;
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {p} at (0,34) size 800x22 [color=#00FF00]
+        RenderButton {button} at (2,2) size 249x18 [color=#000000] [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 233x13
+            RenderText {#text} at (0,0) size 233x13
+              text run at (0,0) width 233: &quot;This text should turn green while it is active.&quot;
+        RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitancss3selectors3xmlcss3modsel68expectedtxtfromrev202825trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel68expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-68-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-68-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-68-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,18 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x81
+  RenderBlock {test} at (0,0) size 800x81
+    RenderBlock {p} at (0,16) size 800x49
+      RenderButton {button} at (2,2) size 241x22 [color=#7F7F7F] [bgcolor=#00FF00] [border: (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,4) size 225x13
+          RenderText {#text} at (0,0) size 225x13
+            text run at (0,0) width 225: &quot;A button (disabled) with green background&quot;
+      RenderText {#text} at (244,3) size 5x18
+        text run at (244,3) width 5: &quot; &quot;
+      RenderBR {br} at (0,0) size 0x0
+      RenderTextControl {input} at (2,28) size 241x19 [bgcolor=#00FF00] [border: (2px inset #000000)]
+      RenderText {#text} at (0,0) size 0x0
+layer at (5,47) size 235x13
+  RenderBlock {div} at (3,3) size 235x13 [color=#545454]
+    RenderText {#text} at (0,0) size 236x13
+      text run at (0,0) width 236: &quot;a text area (disabled) with green background&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitancss3selectors3xmlcss3modsel69expectedtxtfromrev202825trunkLayoutTestsplatformmaccss3selectors3xmlcss3modsel69expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-69-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-69-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-69-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,18 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x81
+  RenderBlock {test} at (0,0) size 800x81
+    RenderBlock {p} at (0,16) size 800x49
+      RenderButton {button} at (2,2) size 238x22 [bgcolor=#00FF00] [border: (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,4) size 222x13
+          RenderText {#text} at (0,0) size 222x13
+            text run at (0,0) width 222: &quot;A button (enabled) with green background&quot;
+      RenderText {#text} at (241,3) size 5x18
+        text run at (241,3) width 5: &quot; &quot;
+      RenderBR {br} at (0,0) size 0x0
+      RenderTextControl {input} at (2,28) size 241x19 [bgcolor=#00FF00] [border: (2px inset #000000)]
+      RenderText {#text} at (0,0) size 0x0
+layer at (5,47) size 235x13
+  RenderBlock {div} at (3,3) size 235x13
+    RenderText {#text} at (0,0) size 233x13
+      text run at (0,0) width 233: &quot;a text area (enabled) with green background&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitaneditinginputcaretattheedgeofinputexpectedtxtfromrev202825trunkLayoutTestsplatformmaceditinginputcaretattheedgeofinputexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/editing/input/caret-at-the-edge-of-input-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/editing/input/caret-at-the-edge-of-input-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/editing/input/caret-at-the-edge-of-input-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,17 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x57
+  RenderBlock {HTML} at (0,0) size 800x57
+    RenderBody {BODY} at (8,8) size 784x41
+      RenderBlock {DIV} at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 692x18
+          text run at (0,0) width 692: &quot;When the caret reaches the edge of the input box, on the next input if must jump to the center of the control.&quot;
+      RenderBlock (anonymous) at (0,18) size 784x23
+        RenderTextControl {INPUT} at (2,2) size 72x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+layer at (13,31) size 65x13 scrollX 40 scrollWidth 275
+  RenderBlock {DIV} at (3,3) size 66x13
+    RenderText {#text} at (0,0) size 274x13
+      text run at (0,0) width 274: &quot;012345678901012345678901234567890123456789&quot;
+caret: position 12 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 3 {INPUT} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitaneditinginputrevealcaretofmultilineinputexpectedtxtfromrev202825trunkLayoutTestsplatformmaceditinginputrevealcaretofmultilineinputexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/editing/input/reveal-caret-of-multiline-input-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/editing/input/reveal-caret-of-multiline-input-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/editing/input/reveal-caret-of-multiline-input-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,79 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x178
+  RenderBlock {HTML} at (0,0) size 800x178
+    RenderBody {BODY} at (8,8) size 784x162
+      RenderBlock {DIV} at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 610x18
+          text run at (0,0) width 610: &quot;When the caret is scrolled out, on starting typing it must be brought to the center of the control.&quot;
+      RenderBlock (anonymous) at (0,18) size 784x144
+        RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+layer at (10,28) size 87x136 clip at (11,29) size 70x134 scrollY 99 scrollHeight 420
+  RenderTextControl {TEXTAREA} at (2,2) size 87x136 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 66x416
+      RenderText {#text} at (0,0) size 21x403
+        text run at (0,0) width 14: &quot;00&quot;
+        text run at (13,0) width 1: &quot; &quot;
+        text run at (0,13) width 14: &quot;01&quot;
+        text run at (13,13) width 1: &quot; &quot;
+        text run at (0,26) width 14: &quot;02&quot;
+        text run at (13,26) width 1: &quot; &quot;
+        text run at (0,39) width 14: &quot;03&quot;
+        text run at (13,39) width 1: &quot; &quot;
+        text run at (0,52) width 14: &quot;04&quot;
+        text run at (13,52) width 1: &quot; &quot;
+        text run at (0,65) width 14: &quot;05&quot;
+        text run at (13,65) width 1: &quot; &quot;
+        text run at (0,78) width 14: &quot;06&quot;
+        text run at (13,78) width 1: &quot; &quot;
+        text run at (0,91) width 14: &quot;07&quot;
+        text run at (13,91) width 1: &quot; &quot;
+        text run at (0,104) width 14: &quot;08&quot;
+        text run at (13,104) width 1: &quot; &quot;
+        text run at (0,117) width 14: &quot;09&quot;
+        text run at (13,117) width 1: &quot; &quot;
+        text run at (0,130) width 14: &quot;10&quot;
+        text run at (13,130) width 1: &quot; &quot;
+        text run at (0,143) width 14: &quot;11&quot;
+        text run at (13,143) width 1: &quot; &quot;
+        text run at (0,156) width 21: &quot;&gt;12&quot;
+        text run at (20,156) width 1: &quot; &quot;
+        text run at (0,169) width 14: &quot;13&quot;
+        text run at (13,169) width 1: &quot; &quot;
+        text run at (0,182) width 14: &quot;14&quot;
+        text run at (13,182) width 1: &quot; &quot;
+        text run at (0,195) width 14: &quot;15&quot;
+        text run at (13,195) width 1: &quot; &quot;
+        text run at (0,208) width 14: &quot;16&quot;
+        text run at (13,208) width 1: &quot; &quot;
+        text run at (0,221) width 14: &quot;17&quot;
+        text run at (13,221) width 1: &quot; &quot;
+        text run at (0,234) width 14: &quot;18&quot;
+        text run at (13,234) width 1: &quot; &quot;
+        text run at (0,247) width 14: &quot;19&quot;
+        text run at (13,247) width 1: &quot; &quot;
+        text run at (0,260) width 14: &quot;20&quot;
+        text run at (13,260) width 1: &quot; &quot;
+        text run at (0,273) width 14: &quot;21&quot;
+        text run at (13,273) width 1: &quot; &quot;
+        text run at (0,286) width 14: &quot;22&quot;
+        text run at (13,286) width 1: &quot; &quot;
+        text run at (0,299) width 14: &quot;23&quot;
+        text run at (13,299) width 1: &quot; &quot;
+        text run at (0,312) width 14: &quot;24&quot;
+        text run at (13,312) width 1: &quot; &quot;
+        text run at (0,325) width 14: &quot;25&quot;
+        text run at (13,325) width 1: &quot; &quot;
+        text run at (0,338) width 14: &quot;26&quot;
+        text run at (13,338) width 1: &quot; &quot;
+        text run at (0,351) width 14: &quot;27&quot;
+        text run at (13,351) width 1: &quot; &quot;
+        text run at (0,364) width 14: &quot;28&quot;
+        text run at (13,364) width 1: &quot; &quot;
+        text run at (0,377) width 14: &quot;29&quot;
+        text run at (13,377) width 1: &quot; &quot;
+        text run at (0,390) width 14: &quot;30&quot;
+        text run at (13,390) width 1: &quot; &quot;
+      RenderBR {BR} at (0,403) size 0x13
+caret: position 37 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 3 {TEXTAREA} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitaneditinginserting49601201expectedtxtfromrev202825trunkLayoutTestsplatformmaceditinginserting49601201expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/editing/inserting/4960120-1-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/editing/inserting/4960120-1-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/editing/inserting/4960120-1-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/editing/inserting/4960120-1-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,19 @@
</span><ins>+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 784x18
+        RenderText {#text} at (0,0) size 517x18
+          text run at (0,0) width 517: &quot;This tests for a bug where the first newline entered into a text area would be lost.&quot;
+      RenderBlock (anonymous) at (0,34) size 784x36
+        RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+layer at (10,44) size 152x32 clip at (11,45) size 150x30
+  RenderTextControl {TEXTAREA} at (2,2) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 146x26
+      RenderText {#text} at (0,0) size 0x13
+        text run at (0,0) width 0: &quot; &quot;
+      RenderText {#text} at (0,13) size 0x13
+        text run at (0,13) width 0: &quot; &quot;
+caret: position 0 of child 1 {#text} of child 0 {DIV} of {#document-fragment} of child 2 {TEXTAREA} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitaneditinginsertingbeforeafterinputelementexpectedtxtfromrev202825trunkLayoutTestsplatformmaceditinginsertingbeforeafterinputelementexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/editing/inserting/before-after-input-element-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/editing/inserting/before-after-input-element-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/editing/inserting/before-after-input-element-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/editing/inserting/before-after-input-element-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,27 @@
</span><ins>+EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV &gt; BODY &gt; HTML &gt; #document to 1 of DIV &gt; BODY &gt; HTML &gt; #document
+EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 5 of #text &gt; DIV &gt; BODY &gt; HTML &gt; #document to 5 of #text &gt; DIV &gt; BODY &gt; HTML &gt; #document toDOMRange:range from 5 of #text &gt; DIV &gt; BODY &gt; HTML &gt; #document to 5 of #text &gt; DIV &gt; BODY &gt; HTML &gt; #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 2 of DIV &gt; BODY &gt; HTML &gt; #document to 2 of DIV &gt; BODY &gt; HTML &gt; #document toDOMRange:range from 5 of #text &gt; DIV &gt; BODY &gt; HTML &gt; #document to 5 of #text &gt; DIV &gt; BODY &gt; HTML &gt; #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+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 784x18
+        RenderText {#text} at (0,0) size 343x18
+          text run at (0,0) width 343: &quot;This tests text insertion before/after an input element.&quot;
+      RenderBlock {DIV} at (0,34) size 784x23
+        RenderText {#text} at (0,2) size 36x18
+          text run at (0,2) width 36: &quot;Hello&quot;
+        RenderTextControl {INPUT} at (37,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (175,2) size 41x18
+          text run at (175,2) width 41: &quot;World&quot;
+layer at (49,47) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+caret: position 5 of child 2 {#text} of child 2 {DIV} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitaneditingmacspellingautocorrectionatbeginningofword1expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/mac-elcapitan/editing/mac/spelling/autocorrection-at-beginning-of-word-1-expected.txt (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/editing/mac/spelling/autocorrection-at-beginning-of-word-1-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/editing/mac/spelling/autocorrection-at-beginning-of-word-1-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,36 @@
</span><ins>+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 1 of #text &gt; DIV &gt; #document-fragment to 1 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 1 of #text &gt; DIV &gt; #document-fragment to 1 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV &gt; #document-fragment to 0 of DIV &gt; #document-fragment toDOMRange:range from 6 of #text &gt; DIV &gt; #document-fragment to 6 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 7 of #text &gt; DIV &gt; #document-fragment to 7 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 8 of #text &gt; DIV &gt; #document-fragment to 8 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+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 784x36
+        RenderText {#text} at (0,0) size 782x36
+          text run at (0,0) width 782: &quot;The test verified that autocorrection does not occur when user starts typing a word. You should see the phrase \&quot;mesage m\&quot;&quot;
+          text run at (0,18) width 203: &quot;with red underline on \&quot;mesage\&quot;&quot;
+      RenderBlock {P} at (0,52) size 784x54 [color=#008000]
+        RenderText {#text} at (0,0) size 784x54
+          text run at (0,0) width 784: &quot;Note, this test can fail due to user specific spell checking data. If the user has previously dismissed 'message' as the correct&quot;
+          text run at (0,18) width 747: &quot;spelling of 'mesage' several times, the spell checker will not provide 'notational' as a suggestion anymore. To fix this,&quot;
+          text run at (0,36) width 242: &quot;remove all files in ~/Library/Spelling.&quot;
+      RenderBlock (anonymous) at (0,122) size 784x140
+        RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+layer at (10,132) size 543x136 clip at (11,133) size 541x134
+  RenderTextControl {TEXTAREA} at (2,2) size 543x136 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 537x13
+      RenderText {#text} at (0,0) size 55x13
+        text run at (0,0) width 55: &quot;mesage m&quot;
+caret: position 8 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 5 {TEXTAREA} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitaneditingmacspellingautocorrectionatbeginningofword2expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/mac-elcapitan/editing/mac/spelling/autocorrection-at-beginning-of-word-2-expected.txt (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/editing/mac/spelling/autocorrection-at-beginning-of-word-2-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/editing/mac/spelling/autocorrection-at-beginning-of-word-2-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,40 @@
</span><ins>+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 1 of #text &gt; DIV &gt; #document-fragment to 1 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 1 of #text &gt; DIV &gt; #document-fragment to 1 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV &gt; #document-fragment to 0 of DIV &gt; #document-fragment toDOMRange:range from 6 of #text &gt; DIV &gt; #document-fragment to 6 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 7 of #text &gt; DIV &gt; #document-fragment to 7 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 1 of #text &gt; DIV &gt; #document-fragment to 1 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+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 784x36
+        RenderText {#text} at (0,0) size 782x36
+          text run at (0,0) width 782: &quot;The test verified that autocorrection does not occur when user starts typing a word. You should see the phrase \&quot;mesage \\n\&quot;&quot;
+          text run at (0,18) width 203: &quot;with red underline on \&quot;mesage\&quot;&quot;
+      RenderBlock {P} at (0,52) size 784x54 [color=#008000]
+        RenderText {#text} at (0,0) size 784x54
+          text run at (0,0) width 784: &quot;Note, this test can fail due to user specific spell checking data. If the user has previously dismissed 'message' as the correct&quot;
+          text run at (0,18) width 747: &quot;spelling of 'mesage' several times, the spell checker will not provide 'notational' as a suggestion anymore. To fix this,&quot;
+          text run at (0,36) width 242: &quot;remove all files in ~/Library/Spelling.&quot;
+      RenderBlock (anonymous) at (0,122) size 784x140
+        RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+layer at (10,132) size 543x136 clip at (11,133) size 541x134
+  RenderTextControl {TEXTAREA} at (2,2) size 543x136 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 537x26
+      RenderText {#text} at (0,0) size 45x13
+        text run at (0,0) width 45: &quot;mesage &quot;
+      RenderText {#text} at (44,0) size 1x13
+        text run at (44,0) width 1: &quot; &quot;
+      RenderText {#text} at (0,13) size 0x13
+        text run at (0,13) width 0: &quot; &quot;
+caret: position 0 of child 2 {#text} of child 0 {DIV} of {#document-fragment} of child 5 {TEXTAREA} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitaneditingmacspellingdeleteautocorrectedword2expectedtxtfromrev202825trunkLayoutTestseditingmacspellingdeleteautocorrectedword2expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/editing/mac/spelling/delete-autocorrected-word-2-expected.txt (from rev 202825, trunk/LayoutTests/editing/mac/spelling/delete-autocorrected-word-2-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/editing/mac/spelling/delete-autocorrected-word-2-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/editing/mac/spelling/delete-autocorrected-word-2-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,74 @@
</span><ins>+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 11 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 11 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 11 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 4 of #text &gt; DIV &gt; #document-fragment to 10 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: shouldInsertText:message replacingDOMRange:range from 4 of #text &gt; DIV &gt; #document-fragment to 10 of #text &gt; DIV &gt; #document-fragment givenAction:WebViewInsertActionTyped
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 11 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 4 of #text &gt; DIV &gt; #document-fragment to 10 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 11 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 4 of #text &gt; DIV &gt; #document-fragment to 10 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 4 of #text &gt; DIV &gt; #document-fragment to 4 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 11 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldDeleteDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 12 of #text &gt; DIV &gt; #document-fragment
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: shouldDeleteDOMRange:range from 10 of #text &gt; DIV &gt; #document-fragment to 11 of #text &gt; DIV &gt; #document-fragment
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: shouldDeleteDOMRange:range from 9 of #text &gt; DIV &gt; #document-fragment to 10 of #text &gt; DIV &gt; #document-fragment
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: shouldDeleteDOMRange:range from 8 of #text &gt; DIV &gt; #document-fragment to 9 of #text &gt; DIV &gt; #document-fragment
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: shouldDeleteDOMRange:range from 7 of #text &gt; DIV &gt; #document-fragment to 8 of #text &gt; DIV &gt; #document-fragment
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: shouldDeleteDOMRange:range from 6 of #text &gt; DIV &gt; #document-fragment to 7 of #text &gt; DIV &gt; #document-fragment
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: shouldDeleteDOMRange:range from 5 of #text &gt; DIV &gt; #document-fragment to 6 of #text &gt; DIV &gt; #document-fragment
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: shouldDeleteDOMRange:range from 4 of #text &gt; DIV &gt; #document-fragment to 5 of #text &gt; DIV &gt; #document-fragment
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 4 of #text &gt; DIV &gt; #document-fragment to 4 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 11 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+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 784x36
+        RenderText {#text} at (0,0) size 744x36
+          text run at (0,0) width 744: &quot;The test verified that, after deleting an autocorrection, typing the same misspelled word at the same position will not&quot;
+          text run at (0,18) width 651: &quot;trigger autocorrection again. You should see the phrase \&quot;the mesage \&quot; with red underline on \&quot;mesage\&quot;&quot;
+      RenderBlock {P} at (0,52) size 784x54 [color=#008000]
+        RenderText {#text} at (0,0) size 784x54
+          text run at (0,0) width 784: &quot;Note, this test can fail due to user specific spell checking data. If the user has previously dismissed 'message' as the correct&quot;
+          text run at (0,18) width 747: &quot;spelling of 'mesage' several times, the spell checker will not provide 'notational' as a suggestion anymore. To fix this,&quot;
+          text run at (0,36) width 242: &quot;remove all files in ~/Library/Spelling.&quot;
+      RenderBlock (anonymous) at (0,122) size 784x140
+        RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+layer at (10,132) size 543x136 clip at (11,133) size 541x134
+  RenderTextControl {TEXTAREA} at (2,2) size 543x136 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 537x13
+      RenderText {#text} at (0,0) size 65x13
+        text run at (0,0) width 62: &quot;the mesage&quot;
+        text run at (61,0) width 4: &quot; &quot;
+caret: position 11 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 5 {TEXTAREA} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitaneditingpasteboard4641033expectedtxtfromrev202825trunkLayoutTestsplatformmaceditingpasteboard4641033expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/editing/pasteboard/4641033-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/editing/pasteboard/4641033-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/editing/pasteboard/4641033-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/editing/pasteboard/4641033-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,37 @@
</span><ins>+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV &gt; BODY &gt; HTML &gt; #document to 0 of DIV &gt; BODY &gt; HTML &gt; #document
+EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldInsertNode:#document-fragment replacingDOMRange:range from 0 of DIV &gt; BODY &gt; HTML &gt; #document to 0 of DIV &gt; BODY &gt; HTML &gt; #document givenAction:WebViewInsertActionPasted
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV &gt; BODY &gt; HTML &gt; #document to 0 of DIV &gt; BODY &gt; HTML &gt; #document toDOMRange:range from 3 of DIV &gt; BODY &gt; HTML &gt; #document to 3 of DIV &gt; BODY &gt; HTML &gt; #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+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 784x36
+        RenderText {#text} at (0,0) size 781x36
+          text run at (0,0) width 673: &quot;This tests for a bug when creating markup for a selection that contained unrendered nodes with children. &quot;
+          text run at (672,0) width 109: &quot;You should see a&quot;
+          text run at (0,18) width 253: &quot;picture of abe followed by a select box.&quot;
+      RenderBlock {DIV} at (0,52) size 784x110
+        RenderImage {IMG} at (0,0) size 76x103
+        RenderText {#text} at (76,89) size 4x18
+          text run at (76,89) width 4: &quot; &quot;
+        RenderMenuList {SELECT} at (82,90) size 52x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 52x18
+            RenderText at (8,2) size 7x13
+              text run at (8,2) width 7: &quot;1&quot;
+      RenderBlock (anonymous) at (0,162) size 784x110
+        RenderImage {IMG} at (0,0) size 76x103
+        RenderText {#text} at (76,89) size 4x18
+          text run at (76,89) width 4: &quot; &quot;
+        RenderMenuList {SELECT} at (82,90) size 52x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 52x18
+            RenderText at (8,2) size 7x13
+              text run at (8,2) width 7: &quot;1&quot;
+        RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+caret: position 1 of child 2 {SELECT} of child 2 {DIV} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitaneditingpasteboard4806874expectedtxtfromrev202825trunkLayoutTestsplatformmaceditingpasteboard4806874expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/editing/pasteboard/4806874-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/editing/pasteboard/4806874-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/editing/pasteboard/4806874-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/editing/pasteboard/4806874-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,18 @@
</span><ins>+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 784x18
+        RenderText {#text} at (0,0) size 553x18
+          text run at (0,0) width 251: &quot;This tests for an infinite loop on Paste. &quot;
+          text run at (250,0) width 303: &quot;You should see 'Hello: ' and then an input field.&quot;
+      RenderBlock {DIV} at (0,34) size 784x23
+        RenderText {#text} at (0,2) size 36x18
+          text run at (0,2) width 36: &quot;Hello&quot;
+        RenderTextControl {INPUT} at (37,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (175,2) size 6x18
+          text run at (175,2) width 6: &quot;:&quot;
+layer at (49,47) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+caret: position 1 of child 1 {INPUT} of child 2 {DIV} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitaneditingpasteboard49447701expectedtxtfromrev202825trunkLayoutTestsplatformmaceditingpasteboard49447701expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/editing/pasteboard/4944770-1-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/editing/pasteboard/4944770-1-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/editing/pasteboard/4944770-1-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/editing/pasteboard/4944770-1-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,25 @@
</span><ins>+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 784x36
+        RenderText {#text} at (0,0) size 761x36
+          text run at (0,0) width 420: &quot;This tests smart paste of a fragment that ends in a select element. &quot;
+          text run at (419,0) width 342: &quot;There should be no spaces added because the paste is&quot;
+          text run at (0,18) width 219: &quot;performed in an empty paragraph.&quot;
+      RenderBlock {DIV} at (0,52) size 784x22
+        RenderText {#text} at (0,1) size 22x18
+          text run at (0,1) width 22: &quot;foo&quot;
+        RenderMenuList {SELECT} at (23,2) size 39x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 38x18
+            RenderText at (8,2) size 7x13
+              text run at (8,2) width 7: &quot;1&quot;
+      RenderBlock {DIV} at (0,74) size 784x22
+        RenderText {#text} at (0,1) size 22x18
+          text run at (0,1) width 22: &quot;foo&quot;
+        RenderMenuList {SELECT} at (23,2) size 39x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 38x18
+            RenderText at (8,2) size 7x13
+              text run at (8,2) width 7: &quot;1&quot;
+caret: position 3 of child 1 {SELECT} of child 4 {DIV} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitaneditingpasteboard49447702expectedtxtfromrev202825trunkLayoutTestsplatformmaceditingpasteboard49447702expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/editing/pasteboard/4944770-2-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/editing/pasteboard/4944770-2-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/editing/pasteboard/4944770-2-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/editing/pasteboard/4944770-2-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,25 @@
</span><ins>+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 784x36
+        RenderText {#text} at (0,0) size 740x36
+          text run at (0,0) width 420: &quot;This tests smart paste of a fragment that ends in a select element. &quot;
+          text run at (419,0) width 321: &quot;There should be spaces added before and after the&quot;
+          text run at (0,18) width 106: &quot;inserted content.&quot;
+      RenderBlock {DIV} at (0,52) size 784x22
+        RenderMenuList {SELECT} at (2,2) size 38x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 38x18
+            RenderText at (8,2) size 7x13
+              text run at (8,2) width 7: &quot;1&quot;
+      RenderBlock {DIV} at (0,74) size 784x22
+        RenderText {#text} at (0,1) size 12x18
+          text run at (0,1) width 12: &quot;x &quot;
+        RenderMenuList {SELECT} at (14,2) size 38x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 38x18
+            RenderText at (8,2) size 7x13
+              text run at (8,2) width 7: &quot;1&quot;
+        RenderText {#text} at (54,1) size 12x18
+          text run at (54,1) width 12: &quot; x&quot;
+caret: position 1 of child 2 {#text} of child 4 {DIV} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitaneditingpasteboarddroptextwithoutselectionexpectedtxtfromrev202825trunkLayoutTestsplatformmaceditingpasteboarddroptextwithoutselectionexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/editing/pasteboard/drop-text-without-selection-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/editing/pasteboard/drop-text-without-selection-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/editing/pasteboard/drop-text-without-selection-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,43 @@
</span><ins>+EDITING DELEGATE: shouldInsertText:http://www.ibm.com/ replacingDOMRange:range from 0 of DIV &gt; #document-fragment to 0 of DIV &gt; #document-fragment givenAction:WebViewInsertActionDropped
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV &gt; #document-fragment to 0 of DIV &gt; #document-fragment toDOMRange:range from 0 of #text &gt; DIV &gt; #document-fragment to 19 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+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 784x36
+        RenderText {#text} at (0,0) size 108x18
+          text run at (0,0) width 108: &quot;This is a test for &quot;
+        RenderInline {I} at (0,0) size 764x36
+          RenderInline {A} at (0,0) size 353x18 [color=#0000EE]
+            RenderText {#text} at (107,0) size 353x18
+              text run at (107,0) width 353: &quot;http://bugzilla.opendarwin.org/show_bug.cgi?id=8394&quot;
+          RenderText {#text} at (459,0) size 764x36
+            text run at (459,0) width 5: &quot; &quot;
+            text run at (463,0) width 301: &quot;Editable region does not accept dropped text if&quot;
+            text run at (0,18) width 128: &quot;there is no selection&quot;
+        RenderText {#text} at (127,18) size 5x18
+          text run at (127,18) width 5: &quot;.&quot;
+      RenderBlock {P} at (0,52) size 784x18
+        RenderText {#text} at (0,0) size 667x18
+          text run at (0,0) width 487: &quot;The text field should accept drag-and-dropped text, such as the link, even if &quot;
+          text run at (486,0) width 181: &quot;no text is currently selected.&quot;
+      RenderBlock {HR} at (0,86) size 784x2 [border: (1px inset #000000)]
+      RenderBlock (anonymous) at (0,96) size 784x23
+        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (140,2) size 5x18
+          text run at (140,2) width 5: &quot; &quot;
+        RenderInline {A} at (0,0) size 167x18 [color=#0000EE]
+          RenderText {#text} at (144,2) size 167x18
+            text run at (144,2) width 167: &quot;drop me into the text field&quot;
+        RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+layer at (13,109) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 112x13
+      text run at (0,0) width 112: &quot;http://www.ibm.com/&quot;
+selection start: position 0 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 7 {INPUT} of body
+selection end:   position 19 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 7 {INPUT} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitaneditingpasteboardinputfield1expectedtxtfromrev202825trunkLayoutTestsplatformmaceditingpasteboardinputfield1expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/editing/pasteboard/input-field-1-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/editing/pasteboard/input-field-1-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/editing/pasteboard/input-field-1-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/editing/pasteboard/input-field-1-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,32 @@
</span><ins>+EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV &gt; BODY &gt; HTML &gt; #document to 1 of DIV &gt; BODY &gt; HTML &gt; #document
+EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of DIV &gt; BODY &gt; HTML &gt; #document to 0 of DIV &gt; BODY &gt; HTML &gt; #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV &gt; BODY &gt; HTML &gt; #document to 0 of DIV &gt; BODY &gt; HTML &gt; #document toDOMRange:range from 0 of DIV &gt; BODY &gt; HTML &gt; #document to 1 of DIV &gt; BODY &gt; HTML &gt; #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldInsertNode:#document-fragment replacingDOMRange:range from 1 of DIV &gt; BODY &gt; HTML &gt; #document to 1 of DIV &gt; BODY &gt; HTML &gt; #document givenAction:WebViewInsertActionPasted
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 1 of DIV &gt; BODY &gt; HTML &gt; #document to 1 of DIV &gt; BODY &gt; HTML &gt; #document toDOMRange:range from 2 of DIV &gt; BODY &gt; HTML &gt; #document to 2 of DIV &gt; BODY &gt; HTML &gt; #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+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 {P} at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 240x18
+          text run at (0,0) width 240: &quot;This tests Copy/Paste of a input field.&quot;
+      RenderBlock {DIV} at (0,34) size 784x23
+        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderTextControl {INPUT} at (142,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderBlock {UL} at (0,73) size 784x18
+        RenderListItem {LI} at (40,0) size 744x18
+          RenderListMarker at (-17,0) size 7x18: bullet
+          RenderText {#text} at (0,0) size 44x18
+            text run at (0,0) width 44: &quot;Passed&quot;
+layer at (13,47) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (153,47) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+caret: position 1 of child 1 {INPUT} of child 2 {DIV} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitaneditingpasteboardpastingtabsexpectedtxtfromrev202825trunkLayoutTestsplatformmaceditingpasteboardpastingtabsexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/editing/pasteboard/pasting-tabs-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/editing/pasteboard/pasting-tabs-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/editing/pasteboard/pasting-tabs-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/editing/pasteboard/pasting-tabs-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,36 @@
</span><ins>+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV &gt; #document-fragment to 0 of DIV &gt; #document-fragment toDOMRange:range from 0 of #text &gt; DIV &gt; #document-fragment to 11 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV &gt; BODY &gt; HTML &gt; #document to 0 of DIV &gt; BODY &gt; HTML &gt; #document
+EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldInsertText:Tab-&gt;        &lt;-Tab replacingDOMRange:range from 0 of DIV &gt; BODY &gt; HTML &gt; #document to 0 of DIV &gt; BODY &gt; HTML &gt; #document givenAction:WebViewInsertActionPasted
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV &gt; BODY &gt; HTML &gt; #document to 0 of DIV &gt; BODY &gt; HTML &gt; #document toDOMRange:range from 5 of #text &gt; DIV &gt; BODY &gt; HTML &gt; #document to 5 of #text &gt; DIV &gt; BODY &gt; HTML &gt; #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+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 784x36
+        RenderText {#text} at (0,0) size 783x36
+          text run at (0,0) width 663: &quot;This tests copying plain text with tabs and pasting it into an editable region using paste and match tyle. &quot;
+          text run at (662,0) width 121: &quot;The tabs should be&quot;
+          text run at (0,18) width 67: &quot;preserved.&quot;
+      RenderBlock (anonymous) at (0,52) size 784x36
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,88) size 784x18
+        RenderText {#text} at (0,0) size 39x18
+          text run at (0,0) width 39: &quot;Tab-&gt;&quot;
+        RenderInline {SPAN} at (0,0) size 26x18
+          RenderText {#text} at (38,0) size 26x18
+            text run at (38,0) width 26: &quot;\x{9}&quot;
+        RenderText {#text} at (64,0) size 39x18
+          text run at (64,0) width 39: &quot;&lt;-Tab&quot;
+layer at (10,62) size 152x32 clip at (11,63) size 150x30
+  RenderTextControl {TEXTAREA} at (2,2) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 146x13
+      RenderText {#text} at (0,0) size 85x13
+        text run at (0,0) width 85: &quot;Tab-&gt;\x{9}&lt;-Tab&quot;
+caret: position 5 of child 2 {#text} of child 4 {DIV} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitaneditingselection36907032expectedtxtfromrev202825trunkLayoutTestsplatformmaceditingselection36907032expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/editing/selection/3690703-2-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/editing/selection/3690703-2-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/editing/selection/3690703-2-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/editing/selection/3690703-2-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,152 @@
</span><ins>+EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV &gt; CENTER &gt; BODY &gt; HTML &gt; #document to 6 of DIV &gt; CENTER &gt; BODY &gt; HTML &gt; #document
+EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+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,3) size 784x581 [bgcolor=#FFFFFF]
+      RenderBlock {CENTER} at (0,0) size 784x258
+        RenderTable {TABLE} at (0,0) size 784x19
+          RenderTableSection {TBODY} at (0,0) size 784x19
+            RenderTableRow {TR} at (0,0) size 784x15
+              RenderTableCell {TD} at (0,0) size 784x15 [r=0 c=0 rs=1 cs=1]
+                RenderInline {FONT} at (0,0) size 102x15
+                  RenderInline {A} at (0,0) size 102x15 [color=#0000CC]
+                    RenderText {#text} at (682,0) size 102x15
+                      text run at (682,0) width 102: &quot;Personalized Home&quot;
+            RenderTableRow {TR} at (0,15) size 784x4
+              RenderTableCell {TD} at (0,16) size 784x2 [r=1 c=0 rs=1 cs=1]
+                RenderImage {IMG} at (0,0) size 1x1
+        RenderBlock (anonymous) at (0,19) size 784x36
+          RenderBR {BR} at (392,0) size 0x18
+          RenderBR {BR} at (392,18) size 0x18
+        RenderBlock {DIV} at (0,55) size 784x105 [border: (2px solid #AAAAFF)]
+          RenderTable {TABLE} at (214,2) size 355x23
+            RenderTableSection {TBODY} at (0,0) size 355x23
+              RenderTableRow {TR} at (0,0) size 355x23
+                RenderTableCell {TD} at (0,0) size 355x23 [r=0 c=0 rs=1 cs=1]
+                  RenderInline {FONT} at (0,0) size 347x15
+                    RenderInline {B} at (0,0) size 26x15
+                      RenderText {#text} at (4,4) size 26x15
+                        text run at (4,4) width 26: &quot;Web&quot;
+                    RenderText {#text} at (29,4) size 14x15
+                      text run at (29,4) width 14: &quot;    &quot;
+                    RenderInline {A} at (0,0) size 38x15 [color=#0000CC]
+                      RenderText {#text} at (42,4) size 38x15
+                        text run at (42,4) width 38: &quot;Images&quot;
+                    RenderText {#text} at (79,4) size 14x15
+                      text run at (79,4) width 14: &quot;    &quot;
+                    RenderInline {A} at (0,0) size 40x15 [color=#0000CC]
+                      RenderText {#text} at (92,4) size 40x15
+                        text run at (92,4) width 40: &quot;Groups&quot;
+                    RenderText {#text} at (131,4) size 14x15
+                      text run at (131,4) width 14: &quot;    &quot;
+                    RenderInline {A} at (0,0) size 30x15 [color=#0000CC]
+                      RenderText {#text} at (144,4) size 30x15
+                        text run at (144,4) width 30: &quot;News&quot;
+                    RenderText {#text} at (173,4) size 14x15
+                      text run at (173,4) width 14: &quot;    &quot;
+                    RenderInline {A} at (0,0) size 42x15 [color=#0000CC]
+                      RenderText {#text} at (186,4) size 42x15
+                        text run at (186,4) width 42: &quot;Froogle&quot;
+                    RenderText {#text} at (227,4) size 14x15
+                      text run at (227,4) width 14: &quot;    &quot;
+                    RenderInline {A} at (0,0) size 30x15 [color=#0000CC]
+                      RenderText {#text} at (240,4) size 30x15
+                        text run at (240,4) width 30: &quot;Local&quot;
+                      RenderInline {SUP} at (0,0) size 1x13
+                    RenderInline {A} at (0,0) size 30x15
+                      RenderInline {FONT} at (0,0) size 30x15 [color=#FF0000]
+                        RenderText {#text} at (269,4) size 30x15
+                          text run at (269,4) width 30: &quot;New!&quot;
+                    RenderText {#text} at (298,4) size 14x15
+                      text run at (298,4) width 14: &quot;    &quot;
+                    RenderInline {B} at (0,0) size 40x15
+                      RenderInline {A} at (0,0) size 40x15 [color=#0000CC]
+                        RenderText {#text} at (311,4) size 40x15
+                          text run at (311,4) width 40: &quot;more \x{BB}&quot;
+          RenderTable {TABLE} at (23,25) size 738x45
+            RenderTableSection {TBODY} at (0,0) size 737x45
+              RenderTableRow {TR} at (0,0) size 737x45
+                RenderTableCell {TD} at (0,13) size 185x19 [r=0 c=0 rs=1 cs=1]
+                  RenderText {#text} at (0,0) size 4x19
+                    text run at (0,1) width 4: &quot; &quot;
+                RenderTableCell {TD} at (184,0) size 369x45 [r=0 c=1 rs=1 cs=1]
+                  RenderTextControl {INPUT} at (2,2) size 365x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (368,16) size 1x0
+                  RenderButton {INPUT} at (80,25) size 95x18 [bgcolor=#C0C0C0]
+                    RenderBlock (anonymous) at (8,2) size 79x13
+                      RenderText at (0,0) size 79x13
+                        text run at (0,0) width 79: &quot;Google Search&quot;
+                  RenderButton {INPUT} at (178,25) size 110x18 [bgcolor=#C0C0C0]
+                    RenderBlock (anonymous) at (8,2) size 93x13
+                      RenderText at (0,0) size 93x13
+                        text run at (0,0) width 93: &quot;I'm Feeling Lucky&quot;
+                RenderTableCell {TD} at (552,0) size 185x39 [r=0 c=2 rs=1 cs=1]
+                  RenderInline {FONT} at (0,0) size 76x39
+                    RenderText {#text} at (0,0) size 5x13
+                      text run at (0,0) width 5: &quot;  &quot;
+                    RenderInline {A} at (0,0) size 71x13 [color=#0000CC]
+                      RenderText {#text} at (5,0) size 71x13
+                        text run at (5,0) width 71: &quot;Advanced Search&quot;
+                    RenderBR {BR} at (75,10) size 1x0
+                    RenderText {#text} at (0,13) size 5x13
+                      text run at (0,13) width 5: &quot;  &quot;
+                    RenderInline {A} at (0,0) size 47x13 [color=#0000CC]
+                      RenderText {#text} at (5,13) size 47x13
+                        text run at (5,13) width 47: &quot;Preferences&quot;
+                    RenderBR {BR} at (51,23) size 1x0
+                    RenderText {#text} at (0,26) size 5x13
+                      text run at (0,26) width 5: &quot;  &quot;
+                    RenderInline {A} at (0,0) size 65x13 [color=#0000CC]
+                      RenderText {#text} at (5,26) size 65x13
+                        text run at (5,26) width 65: &quot;Language Tools&quot;
+          RenderBlock (anonymous) at (2,70) size 780x33
+            RenderBR {BR} at (390,0) size 0x18
+            RenderInline {FONT} at (0,0) size 146x15
+              RenderInline {FONT} at (0,0) size 30x15 [color=#FF0000]
+                RenderText {#text} at (317,18) size 30x15
+                  text run at (317,18) width 30: &quot;New!&quot;
+              RenderText {#text} at (346,18) size 4x15
+                text run at (346,18) width 4: &quot; &quot;
+              RenderInline {A} at (0,0) size 111x15 [color=#0000CC]
+                RenderText {#text} at (349,18) size 111x15
+                  text run at (349,18) width 111: &quot;Personalize this page&quot;
+              RenderText {#text} at (459,18) size 4x15
+                text run at (459,18) width 4: &quot;.&quot;
+            RenderText {#text} at (0,0) size 0x0
+        RenderBlock (anonymous) at (0,160) size 784x69
+          RenderBR {BR} at (392,0) size 0x18
+          RenderBR {BR} at (392,18) size 0x18
+          RenderBR {BR} at (392,36) size 0x18
+          RenderInline {FONT} at (0,0) size 310x15
+            RenderInline {A} at (0,0) size 116x15 [color=#0000CC]
+              RenderText {#text} at (237,54) size 116x15
+                text run at (237,54) width 116: &quot;Advertising Programs&quot;
+            RenderText {#text} at (352,54) size 11x15
+              text run at (352,54) width 11: &quot; - &quot;
+            RenderInline {A} at (0,0) size 100x15 [color=#0000CC]
+              RenderText {#text} at (362,54) size 100x15
+                text run at (362,54) width 100: &quot;Business Solutions&quot;
+            RenderText {#text} at (461,54) size 12x15
+              text run at (461,54) width 12: &quot; - &quot;
+            RenderInline {A} at (0,0) size 75x15 [color=#0000CC]
+              RenderText {#text} at (472,54) size 75x15
+                text run at (472,54) width 75: &quot;About Google&quot;
+        RenderBlock {P} at (0,245) size 784x13
+          RenderInline {FONT} at (0,0) size 60x13
+            RenderText {#text} at (362,0) size 60x13
+              text run at (362,0) width 60: &quot;\x{A9}2005 Google&quot;
+layer at (221,88) size 358x13
+  RenderBlock {DIV} at (3,3) size 359x13
+selection start: position 0 of child 3 {INPUT} of child 1 {TD} of child 0 {TR} of child 0 {TBODY} of child 2 {TABLE} of child 4 {DIV} of child 0 {CENTER} of body
+selection end:   position 1 of child 2 {BR} of child 0 {FONT} of child 2 {TD} of child 0 {TR} of child 0 {TBODY} of child 2 {TABLE} of child 4 {DIV} of child 0 {CENTER} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitaneditingselection3690703expectedtxtfromrev202825trunkLayoutTestsplatformmaceditingselection3690703expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/editing/selection/3690703-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/editing/selection/3690703-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/editing/selection/3690703-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/editing/selection/3690703-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,154 @@
</span><ins>+EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV &gt; CENTER &gt; BODY &gt; HTML &gt; #document to 6 of DIV &gt; CENTER &gt; BODY &gt; HTML &gt; #document
+EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+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,3) size 784x581 [bgcolor=#FFFFFF]
+      RenderBlock {CENTER} at (0,0) size 784x258
+        RenderTable {TABLE} at (0,0) size 784x19
+          RenderTableSection {TBODY} at (0,0) size 784x19
+            RenderTableRow {TR} at (0,0) size 784x15
+              RenderTableCell {TD} at (0,0) size 784x15 [r=0 c=0 rs=1 cs=1]
+                RenderInline {FONT} at (0,0) size 102x15
+                  RenderInline {A} at (0,0) size 102x15 [color=#0000CC]
+                    RenderText {#text} at (682,0) size 102x15
+                      text run at (682,0) width 102: &quot;Personalized Home&quot;
+            RenderTableRow {TR} at (0,15) size 784x4
+              RenderTableCell {TD} at (0,16) size 784x2 [r=1 c=0 rs=1 cs=1]
+                RenderImage {IMG} at (0,0) size 1x1
+        RenderBlock (anonymous) at (0,19) size 784x36
+          RenderBR {BR} at (392,0) size 0x18
+          RenderBR {BR} at (392,18) size 0x18
+        RenderBlock {DIV} at (0,55) size 784x105 [border: (2px solid #AAAAFF)]
+          RenderTable {TABLE} at (214,2) size 355x23
+            RenderTableSection {TBODY} at (0,0) size 355x23
+              RenderTableRow {TR} at (0,0) size 355x23
+                RenderTableCell {TD} at (0,0) size 355x23 [r=0 c=0 rs=1 cs=1]
+                  RenderInline {FONT} at (0,0) size 347x15
+                    RenderInline {B} at (0,0) size 26x15
+                      RenderText {#text} at (4,4) size 26x15
+                        text run at (4,4) width 26: &quot;Web&quot;
+                    RenderText {#text} at (29,4) size 14x15
+                      text run at (29,4) width 14: &quot;    &quot;
+                    RenderInline {A} at (0,0) size 38x15 [color=#0000CC]
+                      RenderText {#text} at (42,4) size 38x15
+                        text run at (42,4) width 38: &quot;Images&quot;
+                    RenderText {#text} at (79,4) size 14x15
+                      text run at (79,4) width 14: &quot;    &quot;
+                    RenderInline {A} at (0,0) size 40x15 [color=#0000CC]
+                      RenderText {#text} at (92,4) size 40x15
+                        text run at (92,4) width 40: &quot;Groups&quot;
+                    RenderText {#text} at (131,4) size 14x15
+                      text run at (131,4) width 14: &quot;    &quot;
+                    RenderInline {A} at (0,0) size 30x15 [color=#0000CC]
+                      RenderText {#text} at (144,4) size 30x15
+                        text run at (144,4) width 30: &quot;News&quot;
+                    RenderText {#text} at (173,4) size 14x15
+                      text run at (173,4) width 14: &quot;    &quot;
+                    RenderInline {A} at (0,0) size 42x15 [color=#0000CC]
+                      RenderText {#text} at (186,4) size 42x15
+                        text run at (186,4) width 42: &quot;Froogle&quot;
+                    RenderText {#text} at (227,4) size 14x15
+                      text run at (227,4) width 14: &quot;    &quot;
+                    RenderInline {A} at (0,0) size 30x15 [color=#0000CC]
+                      RenderText {#text} at (240,4) size 30x15
+                        text run at (240,4) width 30: &quot;Local&quot;
+                      RenderInline {SUP} at (0,0) size 1x13
+                    RenderInline {A} at (0,0) size 30x15
+                      RenderInline {FONT} at (0,0) size 30x15 [color=#FF0000]
+                        RenderText {#text} at (269,4) size 30x15
+                          text run at (269,4) width 30: &quot;New!&quot;
+                    RenderText {#text} at (298,4) size 14x15
+                      text run at (298,4) width 14: &quot;    &quot;
+                    RenderInline {B} at (0,0) size 40x15
+                      RenderInline {A} at (0,0) size 40x15 [color=#0000CC]
+                        RenderText {#text} at (311,4) size 40x15
+                          text run at (311,4) width 40: &quot;more \x{BB}&quot;
+          RenderTable {TABLE} at (23,25) size 738x45
+            RenderTableSection {TBODY} at (0,0) size 737x45
+              RenderTableRow {TR} at (0,0) size 737x45
+                RenderTableCell {TD} at (0,13) size 185x19 [r=0 c=0 rs=1 cs=1]
+                  RenderText {#text} at (0,0) size 4x19
+                    text run at (0,1) width 4: &quot; &quot;
+                RenderTableCell {TD} at (184,0) size 369x45 [r=0 c=1 rs=1 cs=1]
+                  RenderTextControl {INPUT} at (2,2) size 365x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (368,16) size 1x0
+                  RenderButton {INPUT} at (80,25) size 95x18 [bgcolor=#C0C0C0]
+                    RenderBlock (anonymous) at (8,2) size 79x13
+                      RenderText at (0,0) size 79x13
+                        text run at (0,0) width 79: &quot;Google Search&quot;
+                  RenderButton {INPUT} at (178,25) size 110x18 [bgcolor=#C0C0C0]
+                    RenderBlock (anonymous) at (8,2) size 93x13
+                      RenderText at (0,0) size 93x13
+                        text run at (0,0) width 93: &quot;I'm Feeling Lucky&quot;
+                RenderTableCell {TD} at (552,0) size 185x39 [r=0 c=2 rs=1 cs=1]
+                  RenderInline {FONT} at (0,0) size 76x39
+                    RenderText {#text} at (0,0) size 5x13
+                      text run at (0,0) width 5: &quot;  &quot;
+                    RenderInline {A} at (0,0) size 71x13 [color=#0000CC]
+                      RenderText {#text} at (5,0) size 71x13
+                        text run at (5,0) width 71: &quot;Advanced Search&quot;
+                    RenderBR {BR} at (75,10) size 1x0
+                    RenderText {#text} at (0,13) size 5x13
+                      text run at (0,13) width 5: &quot;  &quot;
+                    RenderInline {A} at (0,0) size 47x13 [color=#0000CC]
+                      RenderText {#text} at (5,13) size 47x13
+                        text run at (5,13) width 47: &quot;Preferences&quot;
+                    RenderBR {BR} at (51,23) size 1x0
+                    RenderText {#text} at (0,26) size 5x13
+                      text run at (0,26) width 5: &quot;  &quot;
+                    RenderInline {A} at (0,0) size 65x13 [color=#0000CC]
+                      RenderText {#text} at (5,26) size 65x13
+                        text run at (5,26) width 65: &quot;Language Tools&quot;
+          RenderBlock (anonymous) at (2,70) size 780x33
+            RenderBR {BR} at (390,0) size 0x18
+            RenderInline {FONT} at (0,0) size 146x15
+              RenderInline {FONT} at (0,0) size 30x15 [color=#FF0000]
+                RenderText {#text} at (317,18) size 30x15
+                  text run at (317,18) width 30: &quot;New!&quot;
+              RenderText {#text} at (346,18) size 4x15
+                text run at (346,18) width 4: &quot; &quot;
+              RenderInline {A} at (0,0) size 111x15 [color=#0000CC]
+                RenderText {#text} at (349,18) size 111x15
+                  text run at (349,18) width 111: &quot;Personalize this page&quot;
+              RenderText {#text} at (459,18) size 4x15
+                text run at (459,18) width 4: &quot;.&quot;
+            RenderText {#text} at (0,0) size 0x0
+        RenderBlock (anonymous) at (0,160) size 784x69
+          RenderBR {BR} at (392,0) size 0x18
+          RenderBR {BR} at (392,18) size 0x18
+          RenderBR {BR} at (392,36) size 0x18
+          RenderInline {FONT} at (0,0) size 310x15
+            RenderInline {A} at (0,0) size 116x15 [color=#0000CC]
+              RenderText {#text} at (237,54) size 116x15
+                text run at (237,54) width 116: &quot;Advertising Programs&quot;
+            RenderText {#text} at (352,54) size 11x15
+              text run at (352,54) width 11: &quot; - &quot;
+            RenderInline {A} at (0,0) size 100x15 [color=#0000CC]
+              RenderText {#text} at (362,54) size 100x15
+                text run at (362,54) width 100: &quot;Business Solutions&quot;
+            RenderText {#text} at (461,54) size 12x15
+              text run at (461,54) width 12: &quot; - &quot;
+            RenderInline {A} at (0,0) size 75x15 [color=#0000CC]
+              RenderText {#text} at (472,54) size 75x15
+                text run at (472,54) width 75: &quot;About Google&quot;
+        RenderBlock {P} at (0,245) size 784x13
+          RenderInline {FONT} at (0,0) size 60x13
+            RenderText {#text} at (362,0) size 60x13
+              text run at (362,0) width 60: &quot;\x{A9}2005 Google&quot;
+layer at (221,88) size 358x13
+  RenderBlock {DIV} at (3,3) size 359x13
+selection start: position 0 of child 1 {TABLE} of child 4 {DIV} of child 0 {CENTER} of body
+selection end:   position 1 of child 3 {#text} of child 4 {FONT} of child 4 {DIV} of child 0 {CENTER} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitaneditingselection3690719expectedtxtfromrev202825trunkLayoutTestsplatformmaceditingselection3690719expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/editing/selection/3690719-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/editing/selection/3690719-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/editing/selection/3690719-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/editing/selection/3690719-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,146 @@
</span><ins>+EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV &gt; CENTER &gt; BODY &gt; HTML &gt; #document to 6 of DIV &gt; CENTER &gt; BODY &gt; HTML &gt; #document
+EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 1 of DIV &gt; CENTER &gt; BODY &gt; HTML &gt; #document to 1 of DIV &gt; CENTER &gt; BODY &gt; HTML &gt; #document toDOMRange:range from 1 of DIV &gt; CENTER &gt; BODY &gt; HTML &gt; #document to 1 of #text &gt; FONT &gt; DIV &gt; CENTER &gt; BODY &gt; HTML &gt; #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+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,3) size 784x581 [bgcolor=#FFFFFF]
+      RenderBlock {CENTER} at (0,0) size 784x258
+        RenderTable {TABLE} at (0,0) size 784x19
+          RenderTableSection {TBODY} at (0,0) size 784x19
+            RenderTableRow {TR} at (0,0) size 784x15
+              RenderTableCell {TD} at (0,0) size 784x15 [r=0 c=0 rs=1 cs=1]
+                RenderInline {FONT} at (0,0) size 102x15
+                  RenderInline {A} at (0,0) size 102x15 [color=#0000CC]
+                    RenderText {#text} at (682,0) size 102x15
+                      text run at (682,0) width 102: &quot;Personalized Home&quot;
+            RenderTableRow {TR} at (0,15) size 784x4
+              RenderTableCell {TD} at (0,16) size 784x2 [r=1 c=0 rs=1 cs=1]
+                RenderImage {IMG} at (0,0) size 1x1
+        RenderBlock (anonymous) at (0,19) size 784x36
+          RenderBR {BR} at (392,0) size 0x18
+          RenderBR {BR} at (392,18) size 0x18
+        RenderBlock {DIV} at (0,55) size 784x105 [border: (2px solid #AAAAFF)]
+          RenderTable {TABLE} at (214,2) size 355x23
+            RenderTableSection {TBODY} at (0,0) size 355x23
+              RenderTableRow {TR} at (0,0) size 355x23
+                RenderTableCell {TD} at (0,0) size 355x23 [r=0 c=0 rs=1 cs=1]
+                  RenderInline {FONT} at (0,0) size 347x15
+                    RenderInline {B} at (0,0) size 26x15
+                      RenderText {#text} at (4,4) size 26x15
+                        text run at (4,4) width 26: &quot;Web&quot;
+                    RenderText {#text} at (29,4) size 14x15
+                      text run at (29,4) width 14: &quot;    &quot;
+                    RenderInline {A} at (0,0) size 38x15 [color=#0000CC]
+                      RenderText {#text} at (42,4) size 38x15
+                        text run at (42,4) width 38: &quot;Images&quot;
+                    RenderText {#text} at (79,4) size 14x15
+                      text run at (79,4) width 14: &quot;    &quot;
+                    RenderInline {A} at (0,0) size 40x15 [color=#0000CC]
+                      RenderText {#text} at (92,4) size 40x15
+                        text run at (92,4) width 40: &quot;Groups&quot;
+                    RenderText {#text} at (131,4) size 14x15
+                      text run at (131,4) width 14: &quot;    &quot;
+                    RenderInline {A} at (0,0) size 30x15 [color=#0000CC]
+                      RenderText {#text} at (144,4) size 30x15
+                        text run at (144,4) width 30: &quot;News&quot;
+                    RenderText {#text} at (173,4) size 14x15
+                      text run at (173,4) width 14: &quot;    &quot;
+                    RenderInline {A} at (0,0) size 42x15 [color=#0000CC]
+                      RenderText {#text} at (186,4) size 42x15
+                        text run at (186,4) width 42: &quot;Froogle&quot;
+                    RenderText {#text} at (227,4) size 14x15
+                      text run at (227,4) width 14: &quot;    &quot;
+                    RenderInline {A} at (0,0) size 30x15 [color=#0000CC]
+                      RenderText {#text} at (240,4) size 30x15
+                        text run at (240,4) width 30: &quot;Local&quot;
+                      RenderInline {SUP} at (0,0) size 1x13
+                    RenderInline {A} at (0,0) size 30x15
+                      RenderInline {FONT} at (0,0) size 30x15 [color=#FF0000]
+                        RenderText {#text} at (269,4) size 30x15
+                          text run at (269,4) width 30: &quot;New!&quot;
+                    RenderText {#text} at (298,4) size 14x15
+                      text run at (298,4) width 14: &quot;    &quot;
+                    RenderInline {B} at (0,0) size 40x15
+                      RenderInline {A} at (0,0) size 40x15 [color=#0000CC]
+                        RenderText {#text} at (311,4) size 40x15
+                          text run at (311,4) width 40: &quot;more \x{BB}&quot;
+          RenderTable {TABLE} at (23,25) size 738x45
+            RenderTableSection {TBODY} at (0,0) size 737x45
+              RenderTableRow {TR} at (0,0) size 737x45
+                RenderTableCell {TD} at (0,13) size 185x19 [r=0 c=0 rs=1 cs=1]
+                  RenderText {#text} at (0,0) size 4x19
+                    text run at (0,1) width 4: &quot; &quot;
+                RenderTableCell {TD} at (184,0) size 369x45 [r=0 c=1 rs=1 cs=1]
+                  RenderTextControl {INPUT} at (2,2) size 365x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (368,16) size 1x0
+                  RenderButton {INPUT} at (80,25) size 95x18 [bgcolor=#C0C0C0]
+                    RenderBlock (anonymous) at (8,2) size 79x13
+                      RenderText at (0,0) size 79x13
+                        text run at (0,0) width 79: &quot;Google Search&quot;
+                  RenderButton {INPUT} at (178,25) size 110x18 [bgcolor=#C0C0C0]
+                    RenderBlock (anonymous) at (8,2) size 93x13
+                      RenderText at (0,0) size 93x13
+                        text run at (0,0) width 93: &quot;I'm Feeling Lucky&quot;
+                RenderTableCell {TD} at (552,0) size 185x39 [r=0 c=2 rs=1 cs=1]
+                  RenderInline {FONT} at (0,0) size 76x39
+                    RenderText {#text} at (0,0) size 5x13
+                      text run at (0,0) width 5: &quot;  &quot;
+                    RenderInline {A} at (0,0) size 71x13 [color=#0000CC]
+                      RenderText {#text} at (5,0) size 71x13
+                        text run at (5,0) width 71: &quot;Advanced Search&quot;
+                    RenderBR {BR} at (75,10) size 1x0
+                    RenderText {#text} at (0,13) size 5x13
+                      text run at (0,13) width 5: &quot;  &quot;
+                    RenderInline {A} at (0,0) size 47x13 [color=#0000CC]
+                      RenderText {#text} at (5,13) size 47x13
+                        text run at (5,13) width 47: &quot;Preferences&quot;
+                    RenderBR {BR} at (51,23) size 1x0
+                    RenderText {#text} at (0,26) size 5x13
+                      text run at (0,26) width 5: &quot;  &quot;
+                    RenderInline {A} at (0,0) size 65x13 [color=#0000CC]
+                      RenderText {#text} at (5,26) size 65x13
+                        text run at (5,26) width 65: &quot;Language Tools&quot;
+          RenderBlock (anonymous) at (2,70) size 780x33
+            RenderBR {BR} at (390,0) size 0x18
+            RenderInline {FONT} at (0,0) size 146x15
+              RenderInline {FONT} at (0,0) size 30x15 [color=#FF0000]
+                RenderText {#text} at (317,18) size 30x15
+                  text run at (317,18) width 30: &quot;New!&quot;
+              RenderText {#text} at (346,18) size 4x15
+                text run at (346,18) width 4: &quot; &quot;
+              RenderInline {A} at (0,0) size 111x15 [color=#0000CC]
+                RenderText {#text} at (349,18) size 111x15
+                  text run at (349,18) width 111: &quot;Personalize this page&quot;
+              RenderText {#text} at (459,18) size 4x15
+                text run at (459,18) width 4: &quot;.&quot;
+            RenderText {#text} at (0,0) size 0x0
+        RenderBlock (anonymous) at (0,160) size 784x69
+          RenderBR {BR} at (392,0) size 0x18
+          RenderBR {BR} at (392,18) size 0x18
+          RenderBR {BR} at (392,36) size 0x18
+          RenderInline {FONT} at (0,0) size 310x15
+            RenderInline {A} at (0,0) size 116x15 [color=#0000CC]
+              RenderText {#text} at (237,54) size 116x15
+                text run at (237,54) width 116: &quot;Advertising Programs&quot;
+            RenderText {#text} at (352,54) size 11x15
+              text run at (352,54) width 11: &quot; - &quot;
+            RenderInline {A} at (0,0) size 100x15 [color=#0000CC]
+              RenderText {#text} at (362,54) size 100x15
+                text run at (362,54) width 100: &quot;Business Solutions&quot;
+            RenderText {#text} at (461,54) size 12x15
+              text run at (461,54) width 12: &quot; - &quot;
+            RenderInline {A} at (0,0) size 75x15 [color=#0000CC]
+              RenderText {#text} at (472,54) size 75x15
+                text run at (472,54) width 75: &quot;About Google&quot;
+        RenderBlock {P} at (0,245) size 784x13
+          RenderInline {FONT} at (0,0) size 60x13
+            RenderText {#text} at (362,0) size 60x13
+              text run at (362,0) width 60: &quot;\x{A9}2005 Google&quot;
+layer at (221,88) size 358x13
+  RenderBlock {DIV} at (3,3) size 359x13
+selection start: position 0 of child 1 {TABLE} of child 4 {DIV} of child 0 {CENTER} of body
+selection end:   position 1 of child 3 {#text} of child 4 {FONT} of child 4 {DIV} of child 0 {CENTER} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitaneditingselection4397952expectedtxtfromrev202825trunkLayoutTestsplatformmaceditingselection4397952expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/editing/selection/4397952-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/editing/selection/4397952-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/editing/selection/4397952-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/editing/selection/4397952-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,25 @@
</span><ins>+EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV &gt; BODY &gt; HTML &gt; #document to 4 of DIV &gt; BODY &gt; HTML &gt; #document
+EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+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 784x18
+        RenderText {#text} at (0,0) size 578x18
+          text run at (0,0) width 271: &quot;This tests caret movement across buttons. &quot;
+          text run at (270,0) width 308: &quot;The caret should be just after the second button.&quot;
+      RenderBlock {DIV} at (0,34) size 784x22
+        RenderButton {INPUT} at (2,2) size 37x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 21x13
+            RenderText at (0,0) size 21x13
+              text run at (0,0) width 21: &quot;Foo&quot;
+        RenderButton {INPUT} at (42,2) size 35x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 19x13
+            RenderText at (0,0) size 19x13
+              text run at (0,0) width 19: &quot;Bar&quot;
+        RenderText {#text} at (0,0) size 0x0
+caret: position 1 of child 2 {INPUT} of child 2 {DIV} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitaneditingselection48954283expectedtxtfromrev202825trunkLayoutTestsplatformmaceditingselection48954283expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/editing/selection/4895428-3-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/editing/selection/4895428-3-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/editing/selection/4895428-3-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/editing/selection/4895428-3-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,26 @@
</span><ins>+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 784x54
+        RenderText {#text} at (0,0) size 768x54
+          text run at (0,0) width 768: &quot;We delay focus until mouse up if the mouse down occurs inside a focusable node that is inside an already focused node.&quot;
+          text run at (0,18) width 568: &quot;But we shouldn't delay focus unless the mouse down occurs in an already focused node. &quot;
+          text run at (567,18) width 195: &quot;The text field below should be&quot;
+          text run at (0,36) width 58: &quot;focused. &quot;
+        RenderInline {B} at (0,0) size 661x18
+          RenderText {#text} at (57,36) size 661x18
+            text run at (57,36) width 661: &quot;To run manually, select everything from 'foo' though 'baz', then mouse down inside the text field.&quot;
+      RenderBlock {DIV} at (0,70) size 784x59
+        RenderBlock {DIV} at (0,0) size 784x18
+          RenderText {#text} at (0,0) size 22x18
+            text run at (0,0) width 22: &quot;foo&quot;
+        RenderBlock (anonymous) at (0,18) size 784x23
+          RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderBlock {DIV} at (0,41) size 784x18
+          RenderText {#text} at (0,0) size 23x18
+            text run at (0,0) width 23: &quot;baz&quot;
+layer at (13,101) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+caret: position 0 of child 0 {DIV} of {#document-fragment} of child 1 {INPUT} of child 2 {DIV} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitaneditingselection4975120expectedtxtfromrev202825trunkLayoutTestsplatformmaceditingselection4975120expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/editing/selection/4975120-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/editing/selection/4975120-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/editing/selection/4975120-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/editing/selection/4975120-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,28 @@
</span><ins>+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 784x54
+        RenderText {#text} at (0,0) size 770x54
+          text run at (0,0) width 768: &quot;This tests for a bug that caused the parent of an active frame to paint as though it were active when its window becomes&quot;
+          text run at (0,18) width 31: &quot;key. &quot;
+          text run at (30,18) width 740: &quot;To run manually, make another window active and then make this window active. Only the subframe should appear&quot;
+          text run at (0,36) width 43: &quot;active.&quot;
+      RenderBlock (anonymous) at (0,70) size 784x177
+        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderBR {BR} at (140,16) size 1x0
+        RenderIFrame {IFRAME} at (0,23) size 304x154 [border: (2px inset #000000)]
+          layer at (0,0) size 300x150
+            RenderView at (0,0) size 300x150
+          layer at (0,0) size 300x150
+            RenderBlock {HTML} at (0,0) size 300x150
+              RenderBody {BODY} at (8,8) size 284x134 [bgcolor=#FFFFE0]
+        RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+layer at (13,83) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 18x13
+      text run at (0,0) width 18: &quot;foo&quot;
+selection start: position 0 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 3 {INPUT} of body
+selection end:   position 3 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 3 {INPUT} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitaneditingselection5240265expectedtxtfromrev202825trunkLayoutTestsplatformmaceditingselection5240265expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/editing/selection/5240265-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/editing/selection/5240265-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/editing/selection/5240265-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/editing/selection/5240265-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,22 @@
</span><ins>+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 784x54
+        RenderText {#text} at (0,0) size 775x54
+          text run at (0,0) width 775: &quot;This tests to see that clicking on content outside of an editable region with -webkit-user-select: ignore doesn't remove the&quot;
+          text run at (0,18) width 476: &quot;selection from the editable region. To run it manually, click on the button. &quot;
+          text run at (475,18) width 298: &quot;The editable region should not be focused, but&quot;
+          text run at (0,36) width 246: &quot;the text inside of it should be selected.&quot;
+      RenderBlock (anonymous) at (0,70) size 784x22
+        RenderButton {INPUT} at (2,2) size 79x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 63x13
+            RenderText at (0,0) size 63x13
+              text run at (0,0) width 63: &quot;Click on me&quot;
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,92) size 784x18
+        RenderText {#text} at (0,0) size 182x18
+          text run at (0,0) width 182: &quot;This text should be selected.&quot;
+selection start: position 0 of child 0 {#text} of child 4 {DIV} of body
+selection end:   position 29 of child 0 {#text} of child 4 {DIV} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitaneditingselectiondragselect1expectedtxtfromrev202825trunkLayoutTestsplatformmaceditingselectiondragselect1expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/editing/selection/drag-select-1-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/editing/selection/drag-select-1-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/editing/selection/drag-select-1-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/editing/selection/drag-select-1-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,21 @@
</span><ins>+ALERT: 0.1724137931034483
+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 {P} at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 221x18
+          text run at (0,0) width 221: &quot;This tests for a drag select crasher.&quot;
+      RenderBlock {DIV} at (0,34) size 784x23
+        RenderInline {SPAN} at (0,0) size 66x18
+          RenderText {#text} at (0,2) size 66x18
+            text run at (0,2) width 66: &quot;Start here.&quot;
+        RenderText {#text} at (65,2) size 5x18
+          text run at (65,2) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (71,2) size 138x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderBlock {UL} at (0,73) size 784x0
+layer at (83,47) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+selection start: position 4 of child 0 {#text} of child 0 {SPAN} of child 2 {DIV} of body
+selection end:   position 1 of child 1 {#text} of child 2 {DIV} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitaneditingselectionreplacedboundaries3expectedtxtfromrev202825trunkLayoutTestsplatformmaceditingselectionreplacedboundaries3expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/editing/selection/replaced-boundaries-3-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/editing/selection/replaced-boundaries-3-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/editing/selection/replaced-boundaries-3-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,27 @@
</span><ins>+EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV &gt; BODY &gt; HTML &gt; #document to 5 of DIV &gt; BODY &gt; HTML &gt; #document
+EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV &gt; BODY &gt; HTML &gt; #document to 0 of DIV &gt; BODY &gt; HTML &gt; #document toDOMRange:range from 1 of #text &gt; DIV &gt; BODY &gt; HTML &gt; #document to 4 of DIV &gt; BODY &gt; HTML &gt; #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+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 784x36
+        RenderText {#text} at (0,0) size 777x36
+          text run at (0,0) width 777: &quot;This tests that when a selection that ends at [replaced element, 0] is painted, the replaced element doesn't appear selected.&quot;
+          text run at (0,18) width 329: &quot;This test uses a select box for the replaced element.&quot;
+      RenderBlock {DIV} at (0,52) size 784x40
+        RenderText {#text} at (0,0) size 23x18
+          text run at (0,0) width 23: &quot;abc&quot;
+        RenderBR {BR} at (22,14) size 1x0
+        RenderMenuList {SELECT} at (2,20) size 226x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 226x18
+            RenderText at (8,2) size 195x13
+              text run at (8,2) width 195: &quot;this select box shouldn't be selected&quot;
+        RenderText {#text} at (0,0) size 0x0
+selection start: position 1 of child 0 {#text} of child 3 {DIV} of body
+selection end:   position 1 of child 1 {BR} of child 3 {DIV} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitaneditingselectionselectacrossreadonlyinput3expectedtxtfromrev202825trunkLayoutTestsplatformmaceditingselectionselectacrossreadonlyinput3expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/editing/selection/select-across-readonly-input-3-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/editing/selection/select-across-readonly-input-3-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/editing/selection/select-across-readonly-input-3-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/editing/selection/select-across-readonly-input-3-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,27 @@
</span><ins>+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 784x36
+        RenderText {#text} at (0,0) size 744x36
+          text run at (0,0) width 744: &quot;This test ensures selection that crosses the shadow DOM boundary of a readonly input element cannot be made by a&quot;
+          text run at (0,18) width 79: &quot;mouse drag.&quot;
+      RenderBlock {P} at (0,52) size 784x36
+        RenderText {#text} at (0,0) size 766x36
+          text run at (0,0) width 766: &quot;To manually test, select text by a mouse drag starting in \&quot;hello\&quot; and ending in \&quot;world\&quot;. Selection should not extend into&quot;
+          text run at (0,18) width 116: &quot;the input element.&quot;
+      RenderBlock {DIV} at (0,104) size 784x28
+        RenderInline {SPAN} at (0,0) size 32x18
+          RenderText {#text} at (0,6) size 32x18
+            text run at (0,6) width 32: &quot;hello&quot;
+        RenderText {#text} at (31,6) size 5x18
+          text run at (31,6) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (35,2) size 60x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+layer at (47,117) size 53x18
+  RenderBlock {DIV} at (3,3) size 53x18
+    RenderText {#text} at (0,0) size 41x18
+      text run at (0,0) width 41: &quot;world&quot;
+selection start: position 2 of child 0 {#text} of child 1 {SPAN} of child 5 {DIV} of body
+selection end:   position 1 of child 2 {#text} of child 5 {DIV} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitaneditingselectionselectboxexpectedtxtfromrev202825trunkLayoutTestsplatformmaceditingselectionselectboxexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/editing/selection/select-box-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/editing/selection/select-box-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/editing/selection/select-box-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/editing/selection/select-box-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,73 @@
</span><ins>+EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV &gt; BODY &gt; HTML &gt; #document to 3 of DIV &gt; BODY &gt; HTML &gt; #document
+EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+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 784x18
+        RenderText {#text} at (0,0) size 706x18
+          text run at (0,0) width 300: &quot;This tests caret movement across a select box. &quot;
+          text run at (299,0) width 407: &quot;The caret should skip over the select box as if it were an image.&quot;
+      RenderBlock {DIV} at (0,34) size 784x22
+        RenderBlock {DIV} at (0,0) size 784x22
+          RenderText {#text} at (0,1) size 73x18
+            text run at (0,1) width 73: &quot;select box: &quot;
+          RenderMenuList {SELECT} at (74,2) size 39x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 38x18
+              RenderText at (8,2) size 7x13
+                text run at (8,2) width 7: &quot;1&quot;
+          RenderText {#text} at (114,1) size 68x18
+            text run at (114,1) width 68: &quot; the end ...&quot;
+caret: position 1 of child 0 {#text} of child 1 {DIV} of child 3 {DIV} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitaneditingselectionselectelementparagraphboundaryexpectedtxtfromrev202825trunkLayoutTestsplatformmaceditingselectionselectelementparagraphboundaryexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/editing/selection/select-element-paragraph-boundary-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/editing/selection/select-element-paragraph-boundary-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/editing/selection/select-element-paragraph-boundary-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/editing/selection/select-element-paragraph-boundary-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,20 @@
</span><ins>+EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV &gt; BODY &gt; HTML &gt; #document to 1 of DIV &gt; BODY &gt; HTML &gt; #document
+EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+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 784x36
+        RenderText {#text} at (0,0) size 764x36
+          text run at (0,0) width 333: &quot;This tests paragraphBoundary selection navigation. &quot;
+          text run at (332,0) width 432: &quot;The caret should be at the end of the paragraph below, just after the&quot;
+          text run at (0,18) width 69: &quot;select box.&quot;
+      RenderBlock {DIV} at (0,52) size 784x22
+        RenderMenuList {SELECT} at (2,2) size 38x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 38x18
+            RenderText at (8,2) size 7x13
+              text run at (8,2) width 7: &quot;1&quot;
+caret: position 1 of child 0 {SELECT} of child 2 {DIV} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitaneditingselectionselectfromtextfieldoutwardsexpectedtxtfromrev202825trunkLayoutTestsplatformmaceditingselectionselectfromtextfieldoutwardsexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/editing/selection/select-from-textfield-outwards-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/editing/selection/select-from-textfield-outwards-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/editing/selection/select-from-textfield-outwards-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/editing/selection/select-from-textfield-outwards-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,51 @@
</span><ins>+EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 11 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 11 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 12 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 12 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 0 of #text &gt; DIV &gt; #document-fragment to 12 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of #text &gt; DIV &gt; #document-fragment to 12 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 17 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 17 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 0 of #text &gt; DIV &gt; #document-fragment to 12 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of #text &gt; DIV &gt; #document-fragment to 12 of #text &gt; DIV &gt; #document-fragment toDOMRange:range from 11 of #text &gt; DIV &gt; #document-fragment to 17 of #text &gt; DIV &gt; #document-fragment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+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 {P} at (0,0) size 784x36
+        RenderText {#text} at (0,0) size 108x18
+          text run at (0,0) width 108: &quot;This is a test for &quot;
+        RenderInline {I} at (0,0) size 766x36
+          RenderInline {A} at (0,0) size 353x18 [color=#0000EE]
+            RenderText {#text} at (107,0) size 353x18
+              text run at (107,0) width 353: &quot;http://bugzilla.opendarwin.org/show_bug.cgi?id=9312&quot;
+          RenderText {#text} at (459,0) size 766x36
+            text run at (459,0) width 5: &quot; &quot;
+            text run at (463,0) width 303: &quot;REGRESSION: Selection bug in new text fields&quot;
+            text run at (0,18) width 216: &quot;when selecting past the first letter&quot;
+        RenderText {#text} at (215,18) size 5x18
+          text run at (215,18) width 5: &quot;.&quot;
+      RenderBlock {HR} at (0,52) size 784x2 [border: (1px inset #000000)]
+      RenderBlock {P} at (0,70) size 784x54
+        RenderText {#text} at (0,0) size 771x54
+          text run at (0,0) width 761: &quot;Curabitur pretium, quam quis semper malesuada, est libero feugiat libero, vel fringilla orci nibh sed neque. Quisque eu&quot;
+          text run at (0,18) width 771: &quot;nulla non nisi molestie accumsan. Etiam tellus urna, laoreet ac, laoreet non, suscipit sed, sapien. Phasellus vehicula, sem&quot;
+          text run at (0,36) width 569: &quot;at posuere vehicula, augue nibh molestie nisl, nec ullamcorper lacus ante vulputate pede.&quot;
+      RenderBlock (anonymous) at (0,140) size 784x92
+        RenderTextControl {INPUT} at (20,20) size 290x52 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {P} at (0,248) size 784x72
+        RenderText {#text} at (0,0) size 772x72
+          text run at (0,0) width 772: &quot;Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Mauris viverra augue vitae purus.&quot;
+          text run at (0,18) width 728: &quot;Morbi sed sem. Donec dui nisi, ultrices non, pretium quis, hendrerit non, est. Donec tellus. Donec eget dui id eros&quot;
+          text run at (0,36) width 767: &quot;pharetra rutrum. Suspendisse sodales lectus sit amet nulla. Morbi tortor arcu, convallis blandit, elementum eu, aliquet a,&quot;
+          text run at (0,54) width 39: &quot;tellus.&quot;
+layer at (40,180) size 265x28
+  RenderBlock {DIV} at (12,12) size 266x28
+    RenderText {#text} at (0,0) size 201x28
+      text run at (0,0) width 201: &quot;Lorem ipsum dolor&quot;
+selection start: position 11 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 7 {INPUT} of body
+selection end:   position 17 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 7 {INPUT} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitaneditingselectionselectionbuttontextexpectedtxtfromrev202825trunkLayoutTestsplatformmaceditingselectionselectionbuttontextexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/editing/selection/selection-button-text-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/editing/selection/selection-button-text-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/editing/selection/selection-button-text-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/editing/selection/selection-button-text-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,35 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x138
+  RenderBlock {HTML} at (0,0) size 800x138
+    RenderBody {BODY} at (8,16) size 784x114
+      RenderBlock {P} at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 566x18
+          text run at (0,0) width 566: &quot;To PASS this test case the text of the button label should not be selected in the selection.&quot;
+      RenderBlock {DIV} at (0,34) size 784x80
+        RenderBlock (anonymous) at (0,0) size 784x40
+          RenderText {#text} at (0,0) size 50x18
+            text run at (0,0) width 50: &quot;Buttons&quot;
+          RenderBR {BR} at (49,0) size 1x18
+          RenderText {#text} at (0,19) size 61x18
+            text run at (0,19) width 61: &quot;with text &quot;
+          RenderButton {INPUT} at (62,20) size 60x18 [bgcolor=#C0C0C0]
+            RenderBlock (anonymous) at (8,2) size 43x13
+              RenderText at (0,0) size 43x13
+                text run at (0,0) width 43: &quot;too little&quot;
+          RenderText {#text} at (123,19) size 59x18
+            text run at (123,19) width 59: &quot; too little&quot;
+        RenderBlock {DIV} at (0,40) size 784x22
+          RenderText {#text} at (0,1) size 56x18
+            text run at (0,1) width 56: &quot;and text &quot;
+          RenderButton {INPUT} at (57,2) size 66x18 [bgcolor=#C0C0C0]
+            RenderBlock (anonymous) at (8,2) size 50x13
+              RenderText at (0,0) size 50x13
+                text run at (0,0) width 50: &quot;too much&quot;
+          RenderText {#text} at (124,1) size 65x18
+            text run at (124,1) width 65: &quot; too much&quot;
+        RenderBlock (anonymous) at (0,62) size 784x18
+          RenderText {#text} at (0,0) size 250x18
+            text run at (0,0) width 250: &quot;Should not be selected in the selection.&quot;
+selection start: position 0 of child 0 {#text} of child 1 {P} of body
+selection end:   position 41 of child 6 {#text} of child 3 {DIV} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastattachmentattachmentlabelhighlightexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastattachmentattachmentlabelhighlightexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/attachment/attachment-label-highlight-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/attachment/attachment-label-highlight-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/attachment/attachment-label-highlight-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/attachment/attachment-label-highlight-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</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 800x108
+  RenderBlock {HTML} at (0,0) size 800x108
+    RenderBody {BODY} at (8,8) size 784x92
+      RenderAttachment {ATTACHMENT} at (0,0) size 60x77
+      RenderAttachment {ATTACHMENT} at (60,0) size 90x92
+      RenderAttachment {ATTACHMENT} at (150,0) size 90x92
+      RenderAttachment {ATTACHMENT} at (240,0) size 96x92
+      RenderAttachment {ATTACHMENT} at (336,0) size 102x92
+      RenderAttachment {ATTACHMENT} at (438,0) size 106x92
+      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="trunkLayoutTestsplatformmacelcapitanfastattachmentattachmentprogressexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastattachmentattachmentprogressexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/attachment/attachment-progress-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/attachment/attachment-progress-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/attachment/attachment-progress-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/attachment/attachment-progress-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</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 800x93
+  RenderBlock {HTML} at (0,0) size 800x93
+    RenderBody {BODY} at (8,8) size 784x77
+      RenderAttachment {ATTACHMENT} at (0,0) size 74x77
+      RenderText {#text} at (74,54) size 4x18
+        text run at (74,54) width 4: &quot; &quot;
+      RenderAttachment {ATTACHMENT} at (78,0) size 74x77
+      RenderText {#text} at (152,54) size 4x18
+        text run at (152,54) width 4: &quot; &quot;
+      RenderAttachment {ATTACHMENT} at (156,0) size 74x77
+      RenderText {#text} at (230,54) size 4x18
+        text run at (230,54) width 4: &quot; &quot;
+      RenderAttachment {ATTACHMENT} at (234,0) size 74x77
+      RenderText {#text} at (308,54) size 4x18
+        text run at (308,54) width 4: &quot; &quot;
+      RenderAttachment {ATTACHMENT} at (312,0) size 74x77
+      RenderText {#text} at (386,54) size 4x18
+        text run at (386,54) width 4: &quot; &quot;
+      RenderAttachment {ATTACHMENT} at (390,0) size 74x77
+      RenderText {#text} at (464,54) size 4x18
+        text run at (464,54) width 4: &quot; &quot;
+      RenderAttachment {ATTACHMENT} at (468,0) size 74x77
+      RenderText {#text} at (542,54) size 4x18
+        text run at (542,54) width 4: &quot; &quot;
+      RenderAttachment {ATTACHMENT} at (546,0) size 74x77
+      RenderText {#text} at (0,0) size 0x0
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastattachmentattachmentselectonclickexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastattachmentattachmentselectonclickexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/attachment/attachment-select-on-click-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/attachment/attachment-select-on-click-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/attachment/attachment-select-on-click-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/attachment/attachment-select-on-click-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x93
+  RenderBlock {HTML} at (0,0) size 800x93
+    RenderBody {BODY} at (8,8) size 784x77
+      RenderBlock {DIV} at (0,0) size 784x77
+        RenderText {#text} at (0,54) size 73x18
+          text run at (0,54) width 73: &quot;text before &quot;
+        RenderAttachment {ATTACHMENT} at (72,0) size 75x77
+        RenderText {#text} at (146,54) size 63x18
+          text run at (146,54) width 63: &quot; text after&quot;
+selection start: position 0 of child 1 {ATTACHMENT} of child 1 {DIV} of body
+selection end:   position 1 of child 1 {ATTACHMENT} of child 1 {DIV} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastattachmentattachmentselectonclickinsideuserselectallexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastattachmentattachmentselectonclickinsideuserselectallexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x93
+  RenderBlock {HTML} at (0,0) size 800x93
+    RenderBody {BODY} at (8,8) size 784x77
+      RenderBlock {DIV} at (0,0) size 784x77
+        RenderText {#text} at (0,54) size 73x18
+          text run at (0,54) width 73: &quot;text before &quot;
+        RenderAttachment {ATTACHMENT} at (72,0) size 75x77
+        RenderText {#text} at (146,54) size 63x18
+          text run at (146,54) width 63: &quot; text after&quot;
+selection start: position 0 of child 0 {#text} of child 1 {DIV} of body
+selection end:   position 11 of child 2 {#text} of child 1 {DIV} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastattachmentattachmentsubtitleexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastattachmentattachmentsubtitleexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/attachment/attachment-subtitle-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/attachment/attachment-subtitle-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/attachment/attachment-subtitle-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/attachment/attachment-subtitle-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</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 800x105
+  RenderBlock {HTML} at (0,0) size 800x105
+    RenderBody {BODY} at (8,8) size 784x89
+      RenderAttachment {ATTACHMENT} at (0,0) size 74x89
+      RenderText {#text} at (0,0) size 0x0
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastblockfloatfloatavoidanceexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastblockfloatfloatavoidanceexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/block/float/float-avoidance-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/block/float/float-avoidance-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/block/float/float-avoidance-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/block/float/float-avoidance-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,337 @@
</span><ins>+layer at (0,0) size 785x2386
+  RenderView at (0,0) size 785x600
+layer at (0,0) size 785x2386
+  RenderBlock {HTML} at (0,0) size 785x2386
+    RenderBody {BODY} at (8,8) size 769x2370
+      RenderBlock (anonymous) at (0,0) size 769x36
+        RenderText {#text} at (0,0) size 753x36
+          text run at (0,0) width 546: &quot;Test of objects that avoid floats to see what they do with percentage and auto widths. &quot;
+          text run at (545,0) width 208: &quot;This test is designed to illustrate&quot;
+          text run at (0,18) width 482: &quot;that we have removed the WinIE quirk and are behaving more like Firefox.&quot;
+      RenderBlock {HR} at (0,44) size 769x2 [border: (1px inset #000000)]
+      RenderBlock (anonymous) at (0,54) size 769x18
+        RenderText {#text} at (0,0) size 517x18
+          text run at (0,0) width 517: &quot;The inline-level button should be below the select and fill the width of the block.&quot;
+      RenderBlock {P} at (0,88) size 220x82 [border: (10px solid #FF0000)]
+        RenderText {#text} at (10,10) size 60x18
+          text run at (10,10) width 60: &quot;Line One&quot;
+        RenderBR {BR} at (69,24) size 1x0
+        RenderMenuList {SELECT} at (10,30) size 100x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 100x18
+            RenderText at (8,2) size 22x13
+              text run at (8,2) width 22: &quot;One&quot;
+        RenderText {#text} at (0,0) size 0x0
+        RenderButton {INPUT} at (10,52) size 200x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 184x13
+            RenderText at (86,0) size 12x13
+              text run at (86,0) width 12: &quot;Hi&quot;
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock (anonymous) at (0,186) size 769x18
+        RenderText {#text} at (0,0) size 481x18
+          text run at (0,0) width 481: &quot;The floating button with a percentage width should be even with the select.&quot;
+      RenderBlock {P} at (0,220) size 220x60 [border: (10px solid #FF0000)]
+        RenderText {#text} at (10,10) size 60x18
+          text run at (10,10) width 60: &quot;Line One&quot;
+        RenderBR {BR} at (69,24) size 1x0
+        RenderMenuList {SELECT} at (10,30) size 100x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 100x18
+            RenderText at (8,2) size 22x13
+              text run at (8,2) width 22: &quot;One&quot;
+        RenderText {#text} at (0,0) size 0x0
+        RenderButton {INPUT} at (110,30) size 100x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 84x13
+            RenderText at (36,0) size 12x13
+              text run at (36,0) width 12: &quot;Hi&quot;
+        RenderText {#text} at (0,0) size 0x0
+        RenderBR {BR} at (210,28) size 0x18
+      RenderBlock (anonymous) at (0,296) size 769x18
+        RenderText {#text} at (0,0) size 470x18
+          text run at (0,0) width 470: &quot;The block-level button with an auto width should be even with the select.&quot;
+      RenderBlock {P} at (0,330) size 220x78 [border: (10px solid #FF0000)]
+        RenderBlock (anonymous) at (10,10) size 200x18
+          RenderText {#text} at (0,0) size 60x18
+            text run at (0,0) width 60: &quot;Line One&quot;
+          RenderBR {BR} at (59,14) size 1x0
+          RenderMenuList {SELECT} at (0,20) size 100x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 100x18
+              RenderText at (8,2) size 22x13
+                text run at (8,2) width 22: &quot;One&quot;
+          RenderText {#text} at (0,0) size 0x0
+        RenderButton {INPUT} at (110,30) size 28x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 12x13
+            RenderText at (0,0) size 12x13
+              text run at (0,0) width 12: &quot;Hi&quot;
+        RenderBlock (anonymous) at (10,50) size 200x18
+          RenderBR {BR} at (0,0) size 0x18
+      RenderBlock (anonymous) at (0,424) size 769x18
+        RenderText {#text} at (0,0) size 504x18
+          text run at (0,0) width 504: &quot;The block-level button with a percentage width should be even with the select.&quot;
+      RenderBlock {P} at (0,458) size 220x78 [border: (10px solid #FF0000)]
+        RenderBlock (anonymous) at (10,10) size 200x18
+          RenderText {#text} at (0,0) size 60x18
+            text run at (0,0) width 60: &quot;Line One&quot;
+          RenderBR {BR} at (59,14) size 1x0
+          RenderMenuList {SELECT} at (0,20) size 100x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 100x18
+              RenderText at (8,2) size 22x13
+                text run at (8,2) width 22: &quot;One&quot;
+          RenderText {#text} at (0,0) size 0x0
+        RenderButton {INPUT} at (110,30) size 100x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 84x13
+            RenderText at (36,0) size 12x13
+              text run at (36,0) width 12: &quot;Hi&quot;
+        RenderBlock (anonymous) at (10,50) size 200x18
+          RenderBR {BR} at (0,0) size 0x18
+      RenderBlock (anonymous) at (0,552) size 769x18
+        RenderText {#text} at (0,0) size 471x18
+          text run at (0,0) width 471: &quot;The floating table with a percentage width should be even with the select.&quot;
+      RenderBlock {P} at (0,586) size 220x68 [border: (10px solid #FF0000)]
+        RenderText {#text} at (10,10) size 60x18
+          text run at (10,10) width 60: &quot;Line One&quot;
+        RenderBR {BR} at (69,24) size 1x0
+        RenderMenuList {SELECT} at (10,30) size 100x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 100x18
+            RenderText at (8,2) size 22x13
+              text run at (8,2) width 22: &quot;One&quot;
+        RenderText {#text} at (0,0) size 0x0
+        RenderTable {TABLE} at (110,28) size 100x30 [border: (2px outset #808080)]
+          RenderTableSection {TBODY} at (2,2) size 96x26
+            RenderTableRow {TR} at (0,2) size 96x22
+              RenderTableCell {TD} at (2,2) size 92x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (2,2) size 36x18
+                  text run at (2,2) width 36: &quot;Table&quot;
+        RenderText {#text} at (0,0) size 0x0
+        RenderBR {BR} at (210,28) size 0x18
+      RenderBlock (anonymous) at (0,670) size 769x36
+        RenderText {#text} at (0,0) size 768x36
+          text run at (0,0) width 768: &quot;The floating table with an auto width should be even with the select and shrinks to use the available line width. THIS IS&quot;
+          text run at (0,18) width 157: &quot;CURRENTLY BUGGY.&quot;
+      RenderBlock {P} at (0,722) size 220x126 [border: (10px solid #FF0000)]
+        RenderText {#text} at (10,10) size 60x18
+          text run at (10,10) width 60: &quot;Line One&quot;
+        RenderBR {BR} at (69,24) size 1x0
+        RenderMenuList {SELECT} at (10,30) size 100x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 100x18
+            RenderText at (8,2) size 22x13
+              text run at (8,2) width 22: &quot;One&quot;
+        RenderText {#text} at (0,0) size 0x0
+        RenderTable {TABLE} at (10,50) size 200x66 [border: (2px outset #808080)]
+          RenderTableSection {TBODY} at (2,2) size 196x62
+            RenderTableRow {TR} at (0,2) size 196x58
+              RenderTableCell {TD} at (2,2) size 192x58 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (2,2) size 165x54
+                  text run at (2,2) width 164: &quot;Floating table that should&quot;
+                  text run at (2,20) width 165: &quot;shrink so it can be next to&quot;
+                  text run at (2,38) width 92: &quot;previous float.&quot;
+        RenderText {#text} at (0,0) size 0x0
+        RenderBR {BR} at (110,28) size 0x18
+      RenderBlock (anonymous) at (0,864) size 769x18
+        RenderText {#text} at (0,0) size 746x18
+          text run at (0,0) width 589: &quot;The block-level table below has a percentage width and should still be even with the select. &quot;
+          text run at (588,0) width 158: &quot;It spills out of the block.&quot;
+      RenderBlock {P} at (0,898) size 220x144 [border: (10px solid #FF0000)]
+        RenderBlock (anonymous) at (10,10) size 200x18
+          RenderText {#text} at (0,0) size 60x18
+            text run at (0,0) width 60: &quot;Line One&quot;
+          RenderBR {BR} at (59,14) size 1x0
+          RenderMenuList {SELECT} at (0,20) size 100x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 100x18
+              RenderText at (8,2) size 22x13
+                text run at (8,2) width 22: &quot;One&quot;
+          RenderText {#text} at (0,0) size 0x0
+        RenderTable {TABLE} at (10,50) size 200x66 [border: (2px outset #808080)]
+          RenderTableSection {TBODY} at (2,2) size 196x62
+            RenderTableRow {TR} at (0,2) size 196x58
+              RenderTableCell {TD} at (2,2) size 192x58 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (2,2) size 165x54
+                  text run at (2,2) width 164: &quot;Floating table that should&quot;
+                  text run at (2,20) width 165: &quot;shrink so it can be next to&quot;
+                  text run at (2,38) width 92: &quot;previous float.&quot;
+        RenderBlock (anonymous) at (10,116) size 200x18
+          RenderBR {BR} at (0,0) size 0x18
+      RenderBlock (anonymous) at (0,1058) size 769x18
+        RenderText {#text} at (0,0) size 759x18
+          text run at (0,0) width 555: &quot;The block-level table below has an auto width and should still be even with the select. &quot;
+          text run at (554,0) width 205: &quot;It shrinks to fit inside the block.&quot;
+      RenderBlock {P} at (0,1092) size 220x194 [border: (10px solid #FF0000)]
+        RenderBlock (anonymous) at (10,10) size 200x18
+          RenderText {#text} at (0,0) size 60x18
+            text run at (0,0) width 60: &quot;Line One&quot;
+          RenderBR {BR} at (59,14) size 1x0
+          RenderMenuList {SELECT} at (0,20) size 100x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 100x18
+              RenderText at (8,2) size 22x13
+                text run at (8,2) width 22: &quot;One&quot;
+          RenderText {#text} at (0,0) size 0x0
+        RenderTable {TABLE} at (110,28) size 100x138 [border: (2px outset #808080)]
+          RenderTableSection {TBODY} at (2,2) size 96x134
+            RenderTableRow {TR} at (0,2) size 96x130
+              RenderTableCell {TD} at (2,2) size 92x130 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (2,2) size 87x126
+                  text run at (2,2) width 54: &quot;Floating&quot;
+                  text run at (2,20) width 60: &quot;table that&quot;
+                  text run at (2,38) width 87: &quot;should shrink&quot;
+                  text run at (2,56) width 73: &quot;so it can be&quot;
+                  text run at (2,74) width 44: &quot;next to&quot;
+                  text run at (2,92) width 56: &quot;previous&quot;
+                  text run at (2,110) width 33: &quot;float.&quot;
+        RenderBlock (anonymous) at (10,166) size 200x18
+          RenderBR {BR} at (0,0) size 0x18
+      RenderBlock (anonymous) at (0,1302) size 769x18
+        RenderText {#text} at (0,0) size 546x18
+          text run at (0,0) width 546: &quot;The floating overflow section with a percentage width should be even with the select.&quot;
+      RenderBlock {DIV} at (0,1320) size 220x146 [border: (10px solid #FF0000)]
+        RenderText {#text} at (10,10) size 60x18
+          text run at (10,10) width 60: &quot;Line One&quot;
+        RenderBR {BR} at (69,24) size 1x0
+        RenderMenuList {SELECT} at (10,30) size 100x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 100x18
+            RenderText at (8,2) size 22x13
+              text run at (8,2) width 22: &quot;One&quot;
+        RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+        RenderBR {BR} at (210,28) size 0x18
+      RenderBlock (anonymous) at (0,1466) size 769x36
+        RenderText {#text} at (0,0) size 741x36
+          text run at (0,0) width 741: &quot;The floating overflow section with an auto width should be even with the select and shrinks to use the available line&quot;
+          text run at (0,18) width 259: &quot;width. THIS IS CURRENTLY BUGGY.&quot;
+      RenderBlock {DIV} at (0,1502) size 220x114 [border: (10px solid #FF0000)]
+        RenderText {#text} at (10,10) size 60x18
+          text run at (10,10) width 60: &quot;Line One&quot;
+        RenderBR {BR} at (69,24) size 1x0
+        RenderMenuList {SELECT} at (10,30) size 100x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 100x18
+            RenderText at (8,2) size 22x13
+              text run at (8,2) width 22: &quot;One&quot;
+        RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+        RenderBR {BR} at (110,28) size 0x18
+      RenderBlock (anonymous) at (0,1616) size 769x18
+        RenderText {#text} at (0,0) size 660x18
+          text run at (0,0) width 660: &quot;The block-level overflow section below has a percentage width and should still be even with the select.&quot;
+      RenderBlock {DIV} at (0,1634) size 220x164 [border: (10px solid #FF0000)]
+        RenderBlock (anonymous) at (10,10) size 200x18
+          RenderText {#text} at (0,0) size 60x18
+            text run at (0,0) width 60: &quot;Line One&quot;
+          RenderBR {BR} at (59,14) size 1x0
+          RenderMenuList {SELECT} at (0,20) size 100x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 100x18
+              RenderText at (8,2) size 22x13
+                text run at (8,2) width 22: &quot;One&quot;
+          RenderText {#text} at (0,0) size 0x0
+        RenderBlock (anonymous) at (10,136) size 200x18
+          RenderBR {BR} at (0,0) size 0x18
+      RenderBlock (anonymous) at (0,1798) size 769x36
+        RenderText {#text} at (0,0) size 767x36
+          text run at (0,0) width 631: &quot;The block-level overflow section below has an auto width and should still be even with the select. &quot;
+          text run at (630,0) width 137: &quot;It shrinks to fit inside&quot;
+          text run at (0,18) width 64: &quot;the block.&quot;
+      RenderBlock {DIV} at (0,1834) size 220x164 [border: (10px solid #FF0000)]
+        RenderBlock (anonymous) at (10,10) size 200x18
+          RenderText {#text} at (0,0) size 60x18
+            text run at (0,0) width 60: &quot;Line One&quot;
+          RenderBR {BR} at (59,14) size 1x0
+          RenderMenuList {SELECT} at (0,20) size 100x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 100x18
+              RenderText at (8,2) size 22x13
+                text run at (8,2) width 22: &quot;One&quot;
+          RenderText {#text} at (0,0) size 0x0
+        RenderBlock (anonymous) at (10,136) size 200x18
+          RenderBR {BR} at (0,0) size 0x18
+      RenderBlock (anonymous) at (0,1998) size 769x18
+        RenderText {#text} at (0,0) size 453x18
+          text run at (0,0) width 453: &quot;The floating hr with a percentage width should be even with the select.&quot;
+      RenderBlock {DIV} at (0,2016) size 220x60 [border: (10px solid #FF0000)]
+        RenderText {#text} at (10,10) size 60x18
+          text run at (10,10) width 60: &quot;Line One&quot;
+        RenderBR {BR} at (69,24) size 1x0
+        RenderMenuList {SELECT} at (10,30) size 100x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 100x18
+            RenderText at (8,2) size 22x13
+              text run at (8,2) width 22: &quot;One&quot;
+        RenderText {#text} at (0,0) size 0x0
+        RenderBlock (floating) {HR} at (112,30) size 82x2 [border: (1px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+        RenderBR {BR} at (196,28) size 0x18
+      RenderBlock (anonymous) at (0,2076) size 769x36
+        RenderText {#text} at (0,0) size 767x36
+          text run at (0,0) width 767: &quot;The floating hr below should still be even with the select and shrinks to use its intrinsic width (which is basically like 1-&quot;
+          text run at (0,18) width 34: &quot;2px).&quot;
+      RenderBlock {DIV} at (0,2112) size 220x60 [border: (10px solid #FF0000)]
+        RenderText {#text} at (10,10) size 60x18
+          text run at (10,10) width 60: &quot;Line One&quot;
+        RenderBR {BR} at (69,24) size 1x0
+        RenderMenuList {SELECT} at (10,30) size 100x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 100x18
+            RenderText at (8,2) size 22x13
+              text run at (8,2) width 22: &quot;One&quot;
+        RenderText {#text} at (0,0) size 0x0
+        RenderBlock (floating) {HR} at (112,30) size 2x2 [border: (1px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+        RenderBR {BR} at (116,28) size 0x18
+      RenderBlock (anonymous) at (0,2172) size 769x18
+        RenderText {#text} at (0,0) size 567x18
+          text run at (0,0) width 567: &quot;The block-level hr below has a percentage width and should still be even with the select.&quot;
+      RenderBlock {DIV} at (0,2190) size 220x88 [border: (10px solid #FF0000)]
+        RenderBlock (anonymous) at (10,10) size 200x18
+          RenderText {#text} at (0,0) size 60x18
+            text run at (0,0) width 60: &quot;Line One&quot;
+          RenderBR {BR} at (59,14) size 1x0
+          RenderMenuList {SELECT} at (0,20) size 100x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 100x18
+              RenderText at (8,2) size 22x13
+                text run at (8,2) width 22: &quot;One&quot;
+          RenderText {#text} at (0,0) size 0x0
+        RenderBlock {HR} at (10,50) size 202x2 [border: (1px inset #000000)]
+        RenderBlock (anonymous) at (10,60) size 200x18
+          RenderBR {BR} at (0,0) size 0x18
+      RenderBlock (anonymous) at (0,2278) size 769x18
+        RenderText {#text} at (0,0) size 635x18
+          text run at (0,0) width 538: &quot;The block-level hr below has an auto width and should still be even with the select. &quot;
+          text run at (537,0) width 98: &quot;It shrinks to fit.&quot;
+      RenderBlock {DIV} at (0,2296) size 220x74 [border: (10px solid #FF0000)]
+        RenderBlock (anonymous) at (10,10) size 200x18
+          RenderText {#text} at (0,0) size 60x18
+            text run at (0,0) width 60: &quot;Line One&quot;
+          RenderBR {BR} at (59,14) size 1x0
+          RenderMenuList {SELECT} at (0,20) size 100x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 100x18
+              RenderText at (8,2) size 22x13
+                text run at (8,2) width 22: &quot;One&quot;
+          RenderText {#text} at (0,0) size 0x0
+        RenderBlock {HR} at (110,36) size 100x2 [border: (1px inset #000000)]
+        RenderBlock (anonymous) at (10,46) size 200x18
+          RenderBR {BR} at (100,0) size 0x18
+layer at (118,1356) size 100x108
+  RenderBlock (floating) {DIV} at (110,28) size 100x108
+    RenderText {#text} at (0,0) size 100x108
+      text run at (0,0) width 63: &quot;This is an&quot;
+      text run at (0,18) width 57: &quot;overflow&quot;
+      text run at (0,36) width 78: &quot;section with&quot;
+      text run at (0,54) width 92: &quot;enough text to&quot;
+      text run at (0,72) width 100: &quot;have to wrap to&quot;
+      text run at (0,90) width 92: &quot;multiple lines.&quot;
+layer at (18,1560) size 200x54
+  RenderBlock (floating) {DIV} at (10,50) size 200x54
+    RenderText {#text} at (0,0) size 175x54
+      text run at (0,0) width 173: &quot;This is an overflow section&quot;
+      text run at (0,18) width 175: &quot;with enough text to have to&quot;
+      text run at (0,36) width 144: &quot;wrap to multiple lines.&quot;
+layer at (118,1670) size 100x108
+  RenderBlock {DIV} at (110,28) size 100x108
+    RenderText {#text} at (0,0) size 100x108
+      text run at (0,0) width 63: &quot;This is an&quot;
+      text run at (0,18) width 57: &quot;overflow&quot;
+      text run at (0,36) width 78: &quot;section with&quot;
+      text run at (0,54) width 92: &quot;enough text to&quot;
+      text run at (0,72) width 100: &quot;have to wrap to&quot;
+      text run at (0,90) width 92: &quot;multiple lines.&quot;
+layer at (118,1870) size 100x108
+  RenderBlock {DIV} at (110,28) size 100x108
+    RenderText {#text} at (0,0) size 100x108
+      text run at (0,0) width 63: &quot;This is an&quot;
+      text run at (0,18) width 57: &quot;overflow&quot;
+      text run at (0,36) width 78: &quot;section with&quot;
+      text run at (0,54) width 92: &quot;enough text to&quot;
+      text run at (0,72) width 100: &quot;have to wrap to&quot;
+      text run at (0,90) width 92: &quot;multiple lines.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastblockmargincollapse103expectedtxtfromrev202825trunkLayoutTestsplatformmacfastblockmargincollapse103expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/block/margin-collapse/103-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/block/margin-collapse/103-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/block/margin-collapse/103-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/block/margin-collapse/103-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,182 @@
</span><ins>+layer at (0,0) size 785x1721
+  RenderView at (0,0) size 785x600
+layer at (0,0) size 785x1721
+  RenderBlock {HTML} at (0,0) size 785x1721
+    RenderBody {BODY} at (8,20) size 769x1681 [bgcolor=#A6A972]
+      RenderBlock {DIV} at (83,0) size 603x1681 [bgcolor=#FDFDE9] [border: (1px solid #000000)]
+        RenderBlock {DIV} at (1,31) size 600x70
+        RenderBlock {DIV} at (1,114) size 600x1495
+          RenderBlock {P} at (20,0) size 560x80 [color=#333333]
+            RenderText {#text} at (0,2) size 523x35
+              text run at (0,2) width 523: &quot;We are trying to understand how UVic students perform Shakespeare related research for&quot;
+              text run at (0,22) width 265: &quot;classes as well as for their own interest. The &quot;
+            RenderInline {A} at (0,0) size 175x15
+              RenderText {#text} at (264,22) size 175x15
+                text run at (264,22) width 175: &quot;Internet Shakespeare Editions&quot;
+            RenderText {#text} at (438,22) size 540x55
+              text run at (438,22) width 59: &quot; are being&quot;
+              text run at (0,42) width 275: &quot;developed for students as well as Shakespeare &quot;
+              text run at (274,42) width 266: &quot;scholars world wide to better understand the&quot;
+              text run at (0,62) width 243: &quot;man, his plays and our interpretations of &quot;
+              text run at (242,62) width 36: &quot;them.&quot;
+          RenderBlock {P} at (20,93) size 560x21 [color=#333333]
+            RenderText {#text} at (0,2) size 463x15
+              text run at (0,2) width 463: &quot;Please take the time to carefully review and complete the following questions.&quot;
+          RenderBlock {FORM} at (20,138) size 560x1324
+            RenderBlock {H2} at (0,0) size 560x16 [color=#333333]
+              RenderText {#text} at (0,0) size 202x16
+                text run at (0,0) width 202: &quot;PERSONAL INFORMATION&quot;
+            RenderBlock (floating) {SPAN} at (0,26) size 325x20 [color=#333333]
+              RenderText {#text} at (0,2) size 67x15
+                text run at (0,2) width 67: &quot;Your Name*&quot;
+            RenderTextControl {INPUT} at (325,26) size 186x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderBlock (floating) {SPAN} at (0,47) size 325x20 [color=#333333]
+              RenderText {#text} at (0,2) size 119x15
+                text run at (0,2) width 119: &quot;Your e-mail address*&quot;
+            RenderTextControl {INPUT} at (325,47) size 186x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderBlock (floating) {SPAN} at (0,68) size 325x20 [color=#333333]
+              RenderText {#text} at (0,2) size 127x15
+                text run at (0,2) width 127: &quot;Your degree program*&quot;
+            RenderMenuList {SELECT} at (325,68) size 180x18 [bgcolor=#FFFFFF]
+              RenderBlock (anonymous) at (0,0) size 180x18
+                RenderText at (8,2) size 88x13
+                  text run at (8,2) width 88: &quot;Program options&quot;
+            RenderBlock (floating) {SPAN} at (0,88) size 325x20 [color=#333333]
+              RenderText {#text} at (0,2) size 110x15
+                text run at (0,2) width 110: &quot;Your year of study*&quot;
+            RenderMenuList {SELECT} at (325,88) size 180x18 [bgcolor=#FFFFFF]
+              RenderBlock (anonymous) at (0,0) size 180x18
+                RenderText at (8,2) size 123x13
+                  text run at (8,2) width 123: &quot;Years you've been here&quot;
+            RenderBlock (floating) {SPAN} at (0,108) size 325x20 [color=#333333]
+              RenderText {#text} at (0,2) size 153x15
+                text run at (0,2) width 153: &quot;Shakespeare classes taken&quot;
+            RenderMenuList {SELECT} at (325,108) size 180x18 [bgcolor=#FFFFFF]
+              RenderBlock (anonymous) at (0,0) size 180x18
+                RenderText at (8,2) size 75x13
+                  text run at (8,2) width 75: &quot;Number taken&quot;
+            RenderBlock {P} at (0,139) size 560x21 [color=#333333]
+              RenderText {#text} at (0,2) size 157x15
+                text run at (0,2) width 157: &quot;* indicates a required field&quot;
+            RenderBlock {H2} at (0,184) size 560x17 [color=#333333]
+              RenderText {#text} at (0,0) size 298x16
+                text run at (0,0) width 298: &quot;SHAKESPEARE RESEARCH QUESTIONS&quot;
+            RenderBlock (floating) {SPAN} at (0,210) size 325x21 [color=#333333]
+              RenderText {#text} at (0,2) size 323x15
+                text run at (0,2) width 323: &quot;What percentage of your research time is spent online?&quot;
+            RenderMenuList {SELECT} at (325,210) size 180x19 [bgcolor=#FFFFFF]
+              RenderBlock (anonymous) at (0,0) size 180x18
+                RenderText at (8,2) size 106x13
+                  text run at (8,2) width 106: &quot;Percentages of time&quot;
+            RenderBlock (floating) {SPAN} at (0,230) size 325x21 [color=#333333]
+              RenderText {#text} at (0,2) size 300x35
+                text run at (0,2) width 300: &quot;What is holding you back from doing more research&quot;
+                text run at (0,22) width 41: &quot;online?&quot;
+            RenderMenuList {SELECT} at (325,230) size 180x19 [bgcolor=#FFFFFF]
+              RenderBlock (anonymous) at (0,0) size 180x18
+                RenderText at (8,2) size 46x13
+                  text run at (8,2) width 46: &quot;Reasons&quot;
+            RenderBlock (floating) {SPAN} at (0,250) size 325x21 [color=#333333]
+              RenderText {#text} at (0,2) size 220x15
+                text run at (0,2) width 220: &quot;Your research is primarily focused on:&quot;
+            RenderBlock {SPAN} at (325,250) size 180x21 [color=#333333]
+              RenderBlock {INPUT} at (2,4) size 12x12 [color=#000000]
+              RenderText {#text} at (16,2) size 30x15
+                text run at (16,2) width 30: &quot;Texts&quot;
+            RenderBlock {SPAN} at (325,270) size 180x21 [color=#333333]
+              RenderBlock {INPUT} at (2,4) size 12x12 [color=#000000]
+              RenderText {#text} at (16,2) size 133x15
+                text run at (16,2) width 133: &quot;Performance materials&quot;
+            RenderBlock {SPAN} at (325,290) size 180x21 [color=#333333]
+              RenderBlock {INPUT} at (2,4) size 12x12 [color=#000000]
+              RenderText {#text} at (16,2) size 21x15
+                text run at (16,2) width 21: &quot;n/a&quot;
+            RenderBlock {H2} at (0,335) size 560x17 [color=#333333]
+              RenderText {#text} at (0,0) size 373x16
+                text run at (0,0) width 373: &quot;INTERNET SHAKESPEARE EDITIONS QUESTIONS&quot;
+            RenderBlock (floating) {SPAN} at (0,361) size 325x21 [color=#333333]
+              RenderText {#text} at (0,2) size 304x15
+                text run at (0,2) width 304: &quot;Have you used UVic's Internet Shakespeare Editions?&quot;
+            RenderBlock {SPAN} at (325,361) size 180x21 [color=#333333]
+              RenderText {#text} at (0,2) size 19x15
+                text run at (0,2) width 19: &quot;Yes&quot;
+              RenderBlock {INPUT} at (20,4) size 13x12 [color=#000000]
+              RenderText {#text} at (34,2) size 20x15
+                text run at (34,2) width 5: &quot; &quot;
+                text run at (38,2) width 16: &quot;No&quot;
+              RenderBlock {INPUT} at (55,4) size 13x12 [color=#000000]
+              RenderText {#text} at (0,0) size 0x0
+            RenderBlock {P} at (0,394) size 560x21 [color=#333333]
+              RenderText {#text} at (0,2) size 378x15
+                text run at (0,2) width 378: &quot;-- If you answered no to this question, skip to the next section --&quot;
+            RenderBlock (floating) {SPAN} at (0,427) size 325x21 [color=#333333]
+              RenderText {#text} at (0,2) size 275x15
+                text run at (0,2) width 275: &quot;Which area of the ISE did you find most useful?&quot;
+            RenderMenuList {SELECT} at (325,427) size 180x19 [bgcolor=#FFFFFF]
+              RenderBlock (anonymous) at (0,0) size 180x18
+                RenderText at (8,2) size 101x13
+                  text run at (8,2) width 101: &quot;Sections of the ISE&quot;
+            RenderBlock (floating) {SPAN} at (0,447) size 325x21 [color=#333333]
+              RenderText {#text} at (0,2) size 251x15
+                text run at (0,2) width 251: &quot;How did you find the navigation of the ISE?&quot;
+            RenderMenuList {SELECT} at (325,447) size 180x19 [bgcolor=#FFFFFF]
+              RenderBlock (anonymous) at (0,0) size 180x18
+                RenderText at (8,2) size 90x13
+                  text run at (8,2) width 90: &quot;Level of difficulty&quot;
+            RenderBlock (floating) {SPAN} at (0,467) size 325x21 [color=#333333]
+              RenderText {#text} at (0,2) size 208x15
+                text run at (0,2) width 208: &quot;Please describe your use of the ISE.&quot;
+            RenderBlock {H2} at (0,621) size 560x17 [color=#333333]
+              RenderText {#text} at (0,0) size 290x16
+                text run at (0,0) width 290: &quot;TOOLS IN DEVELOPMENT QUESTIONS&quot;
+            RenderBlock {P} at (0,651) size 560x61 [color=#333333]
+              RenderText {#text} at (0,2) size 554x55
+                text run at (0,2) width 451: &quot;We are in the process of both making new material available and developing &quot;
+                text run at (450,2) width 104: &quot;new tools to view&quot;
+                text run at (0,22) width 352: &quot;and extrapolate information from Shakespeare's works. The &quot;
+                text run at (351,22) width 159: &quot;following images are visual&quot;
+                text run at (0,42) width 344: &quot;representations of some of the ideas being thrown around.&quot;
+            RenderBlock {P} at (0,724) size 560x21 [color=#333333]
+              RenderText {#text} at (0,2) size 339x15
+                text run at (0,2) width 339: &quot;Please review them carefully and provide feedback below&quot;
+            RenderBlock (floating) {SPAN} at (0,757) size 325x21 [color=#333333]
+              RenderText {#text} at (0,2) size 144x15
+                text run at (0,2) width 144: &quot;Your comments on Fig. 1&quot;
+            RenderBlock (floating) {SPAN} at (0,888) size 325x21 [color=#333333]
+              RenderText {#text} at (0,2) size 144x15
+                text run at (0,2) width 144: &quot;Your comments on Fig. 2&quot;
+            RenderBlock (floating) {SPAN} at (0,1019) size 325x21 [color=#333333]
+              RenderText {#text} at (0,2) size 144x15
+                text run at (0,2) width 144: &quot;Your comments on Fig. 3&quot;
+            RenderBlock {H2} at (0,1170) size 560x17 [color=#333333]
+              RenderText {#text} at (0,0) size 143x16
+                text run at (0,0) width 143: &quot;OTHER FEEDBACK&quot;
+            RenderBlock (floating) {SPAN} at (0,1196) size 325x21 [color=#333333]
+              RenderText {#text} at (0,2) size 222x15
+                text run at (0,2) width 222: &quot;Please enter any other thoughts here.&quot;
+          RenderBlock {P} at (20,1474) size 560x21 [color=#333333]
+            RenderText {#text} at (0,2) size 231x15
+              text run at (0,2) width 231: &quot;Thank you for your time filling this out.&quot;
+        RenderBlock {DIV} at (1,1628) size 600x52 [border: (1px dashed #A6A972) none]
+          RenderBlock {SPAN} at (0,16) size 600x20 [color=#333333]
+            RenderText {#text} at (247,2) size 106x15
+              text run at (247,2) width 106: &quot;\x{A9}2003 Kevin Davis&quot;
+layer at (441,302) size 180x13
+  RenderBlock {DIV} at (3,3) size 180x13
+layer at (441,323) size 180x13
+  RenderBlock {DIV} at (3,3) size 180x13
+layer at (113,764) size 506x106 clip at (114,765) size 504x104
+  RenderTextControl {TEXTAREA} at (0,490) size 506x107 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 500x13
+layer at (113,1051) size 506x106 clip at (114,1052) size 504x104
+  RenderTextControl {TEXTAREA} at (0,777) size 506x107 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 500x13
+layer at (113,1182) size 506x106 clip at (114,1183) size 504x104
+  RenderTextControl {TEXTAREA} at (0,908) size 506x107 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 500x13
+layer at (113,1313) size 506x106 clip at (114,1314) size 504x104
+  RenderTextControl {TEXTAREA} at (0,1039) size 506x107 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 500x13
+layer at (113,1490) size 506x106 clip at (114,1491) size 504x104
+  RenderTextControl {TEXTAREA} at (0,1216) size 506x107 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 500x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastblockpositioninginlineblockrelpositionexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastblockpositioninginlineblockrelpositionexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/block/positioning/inline-block-relposition-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/block/positioning/inline-block-relposition-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/block/positioning/inline-block-relposition-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/block/positioning/inline-block-relposition-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,15 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x38
+  RenderBlock {HTML} at (0,0) size 800x38
+    RenderBody {BODY} at (8,8) size 784x22
+      RenderText {#text} at (0,0) size 0x0
+layer at (8,10) size 100x18
+  RenderButton {BUTTON} at (0,2) size 100x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+    RenderBlock (anonymous) at (8,2) size 84x13
+      RenderText {#text} at (18,0) size 48x13
+        text run at (18,0) width 48: &quot;Click Me&quot;
+layer at (87,25) size 24x13
+  RenderBlock (positioned) {DIV} at (79,15) size 24x13
+    RenderText {#text} at (0,0) size 24x13
+      text run at (0,0) width 24: &quot;Now&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastcsscontinuationCrashexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastcsscontinuationCrashexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/css/continuationCrash-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/css/continuationCrash-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/css/continuationCrash-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/css/continuationCrash-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,66 @@
</span><ins>+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 784x0
+        RenderInline {SPAN} at (0,0) size 0x0
+          RenderInline {SPAN} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {H4} at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 83x18
+          text run at (0,0) width 83: &quot;Instructions&quot;
+      RenderBlock {P} at (0,39) size 784x19
+        RenderText {#text} at (0,0) size 180x18
+          text run at (0,0) width 180: &quot;Click the following buttons.&quot;
+      RenderBlock {OL} at (0,73) size 784x167
+        RenderListItem {LI} at (40,0) size 744x18
+          RenderListMarker at (-20,0) size 16x18: &quot;1&quot;
+          RenderText {#text} at (0,0) size 199x18
+            text run at (0,0) width 199: &quot;Start with the outmost left one.&quot;
+        RenderListItem {LI} at (40,18) size 744x18
+          RenderListMarker at (-20,0) size 16x18: &quot;2&quot;
+          RenderText {#text} at (0,0) size 138x18
+            text run at (0,0) width 138: &quot;Click the middle one.&quot;
+        RenderListItem {LI} at (40,36) size 744x18
+          RenderListMarker at (-20,0) size 16x18: &quot;3&quot;
+          RenderText {#text} at (0,0) size 271x18
+            text run at (0,0) width 271: &quot;(The ouline will not be updated correctly.)&quot;
+        RenderListItem {LI} at (40,54) size 744x18
+          RenderListMarker at (-20,0) size 16x18: &quot;4&quot;
+          RenderText {#text} at (0,0) size 142x18
+            text run at (0,0) width 142: &quot;Click the right button.&quot;
+        RenderListItem {LI} at (40,72) size 744x18
+          RenderListMarker at (-20,0) size 16x18: &quot;5&quot;
+          RenderText {#text} at (0,0) size 473x18
+            text run at (0,0) width 473: &quot;This will crash Safari 1.3 (v176 and v170, no other configurations tested).&quot;
+        RenderListItem {LI} at (40,90) size 744x18
+          RenderListMarker at (-20,0) size 16x18: &quot;6&quot;
+          RenderText {#text} at (0,0) size 300x18
+            text run at (0,0) width 300: &quot;The combination 2. 1. 3. will also crash Safari.&quot;
+        RenderListItem {LI} at (40,108) size 744x18
+          RenderListMarker at (-20,0) size 16x18: &quot;7&quot;
+          RenderText {#text} at (0,0) size 457x18
+            text run at (0,0) width 457: &quot;1. 3. will not crash Safari. (But the outline should vanish. Shouldn't it?)&quot;
+        RenderListItem {LI} at (40,126) size 744x18
+          RenderListMarker at (-20,0) size 16x18: &quot;8&quot;
+          RenderText {#text} at (0,0) size 205x18
+            text run at (0,0) width 205: &quot;2. 3. will not crash Safari either.&quot;
+        RenderBlock (anonymous) at (40,144) size 744x22
+          RenderButton {INPUT} at (2,2) size 134x18 [bgcolor=#C0C0C0]
+            RenderBlock (anonymous) at (8,2) size 118x13
+              RenderText at (0,0) size 118x13
+                text run at (0,0) width 118: &quot;1. Set outline property&quot;
+          RenderText {#text} at (137,1) size 5x18
+            text run at (137,1) width 5: &quot; &quot;
+          RenderButton {INPUT} at (143,2) size 137x18 [bgcolor=#C0C0C0]
+            RenderBlock (anonymous) at (8,2) size 120x13
+              RenderText at (0,0) size 120x13
+                text run at (0,0) width 120: &quot;2. Set display property&quot;
+          RenderText {#text} at (281,1) size 5x18
+            text run at (281,1) width 5: &quot; &quot;
+          RenderButton {INPUT} at (287,2) size 149x18 [bgcolor=#C0C0C0]
+            RenderBlock (anonymous) at (8,2) size 132x13
+              RenderText at (0,0) size 132x13
+                text run at (0,0) width 132: &quot;3. Replace span-element&quot;
+          RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastcssfocusringexistsforsearchfieldexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastcssfocusringexistsforsearchfieldexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/css/focus-ring-exists-for-search-field-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/css/focus-ring-exists-for-search-field-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/css/focus-ring-exists-for-search-field-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/css/focus-ring-exists-for-search-field-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,19 @@
</span><ins>+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 784x36
+        RenderText {#text} at (0,0) size 757x36
+          text run at (0,0) width 757: &quot;Assuming the port-specific theme draws focus rings, this test can be used to ensure that a focus ring is drawn around a&quot;
+          text run at (0,18) width 78: &quot;search field.&quot;
+      RenderBlock (anonymous) at (0,52) size 784x23
+        RenderTextControl {INPUT} at (2,2) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 158x19
+            RenderBlock {DIV} at (0,0) size 8x19
+            RenderBlock {DIV} at (8,3) size 131x13
+            RenderBlock {DIV} at (138,0) size 20x19
+        RenderText {#text} at (0,0) size 0x0
+layer at (21,65) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13
+caret: position 0 of child 0 {DIV} of child 1 {DIV} of child 0 {DIV} of {#document-fragment} of child 3 {INPUT} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastcsslineheightexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastcsslineheightexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/css/line-height-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/css/line-height-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/css/line-height-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/css/line-height-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,24 @@
</span><ins>+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 784x18
+        RenderText {#text} at (0,0) size 54x18
+          text run at (0,0) width 54: &quot;Test for &quot;
+        RenderInline {A} at (0,0) size 121x18 [color=#0000EE]
+          RenderText {#text} at (53,0) size 121x18
+            text run at (53,0) width 121: &quot;Bugzilla Bug 9934&quot;
+        RenderText {#text} at (173,0) size 462x18
+          text run at (173,0) width 462: &quot; Selecting text in text field with {line-height:100%} causes it to bounce.&quot;
+      RenderBlock {DIV} at (0,18) size 784x23
+        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderBlock {DIV} at (0,41) size 784x36
+        RenderText {#text} at (0,0) size 749x36
+          text run at (0,0) width 585: &quot;Select the text in the text field using horizontal mouse movements, then drag up and down. &quot;
+          text run at (584,0) width 165: &quot;The text should not move&quot;
+          text run at (0,18) width 64: &quot;vertically.&quot;
+layer at (13,31) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 69x13
+      text run at (0,0) width 69: &quot;Lorem Ipsum&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastcssmargintopbottomdynamicexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastcssmargintopbottomdynamicexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/css/margin-top-bottom-dynamic-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/css/margin-top-bottom-dynamic-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/css/margin-top-bottom-dynamic-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/css/margin-top-bottom-dynamic-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,71 @@
</span><ins>+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 784x18
+        RenderText {#text} at (0,0) size 256x18
+          text run at (0,0) width 256: &quot;What it should look like (positive case):&quot;
+      RenderBlock {DIV} at (0,34) size 784x72 [border: (1px solid #008000)]
+        RenderBlock {DIV} at (1,11) size 782x20 [border: (1px solid #0000FF)]
+          RenderText {#text} at (1,1) size 86x18
+            text run at (1,1) width 86: &quot;Lorem ipsum&quot;
+        RenderBlock {DIV} at (1,41) size 782x20 [border: (1px dotted #0000FF)]
+          RenderText {#text} at (1,1) size 86x18
+            text run at (1,1) width 86: &quot;Lorem ipsum&quot;
+      RenderBlock {P} at (0,122) size 784x18
+        RenderText {#text} at (0,0) size 260x18
+          text run at (0,0) width 260: &quot;What it should look like (negative case):&quot;
+      RenderBlock {DIV} at (0,156) size 784x32 [border: (1px solid #008000)]
+        RenderBlock {DIV} at (1,11) size 782x20 [border: (1px solid #0000FF)]
+          RenderText {#text} at (1,1) size 86x18
+            text run at (1,1) width 86: &quot;Lorem ipsum&quot;
+        RenderBlock {DIV} at (1,21) size 782x20 [border: (1px dotted #0000FF)]
+          RenderText {#text} at (1,1) size 86x18
+            text run at (1,1) width 86: &quot;Lorem ipsum&quot;
+      RenderBlock {P} at (0,204) size 784x18
+        RenderText {#text} at (0,0) size 380x18
+          text run at (0,0) width 380: &quot;Dynamic case (automatically testing positive --&gt; negative):&quot;
+      RenderBlock {DIV} at (0,238) size 784x32 [border: (1px solid #008000)]
+        RenderBlock {DIV} at (1,11) size 782x20 [border: (1px solid #0000FF)]
+          RenderText {#text} at (1,1) size 86x18
+            text run at (1,1) width 86: &quot;Lorem ipsum&quot;
+        RenderBlock {DIV} at (1,21) size 782x20 [border: (1px dotted #0000FF)]
+          RenderText {#text} at (1,1) size 86x18
+            text run at (1,1) width 86: &quot;Lorem ipsum&quot;
+      RenderBlock (anonymous) at (0,270) size 784x40
+        RenderBR {BR} at (0,0) size 0x18
+        RenderButton {INPUT} at (2,20) size 102x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 86x13
+            RenderText at (0,0) size 86x13
+              text run at (0,0) width 86: &quot;Negative margin&quot;
+        RenderText {#text} at (105,19) size 5x18
+          text run at (105,19) width 5: &quot; &quot;
+        RenderButton {INPUT} at (111,20) size 98x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 82x13
+            RenderText at (0,0) size 82x13
+              text run at (0,0) width 82: &quot;Positive margin&quot;
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {P} at (0,326) size 784x18
+        RenderText {#text} at (0,0) size 458x18
+          text run at (0,0) width 458: &quot;Dynamic case (automatically testing positive --&gt; negative --&gt; positive):&quot;
+      RenderBlock {DIV} at (0,360) size 784x72 [border: (1px solid #008000)]
+        RenderBlock {DIV} at (1,11) size 782x20 [border: (1px solid #0000FF)]
+          RenderText {#text} at (1,1) size 86x18
+            text run at (1,1) width 86: &quot;Lorem ipsum&quot;
+        RenderBlock {DIV} at (1,41) size 782x20 [border: (1px dotted #0000FF)]
+          RenderText {#text} at (1,1) size 86x18
+            text run at (1,1) width 86: &quot;Lorem ipsum&quot;
+      RenderBlock (anonymous) at (0,432) size 784x40
+        RenderBR {BR} at (0,0) size 0x18
+        RenderButton {INPUT} at (2,20) size 102x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 86x13
+            RenderText at (0,0) size 86x13
+              text run at (0,0) width 86: &quot;Negative margin&quot;
+        RenderText {#text} at (105,19) size 5x18
+          text run at (105,19) width 5: &quot; &quot;
+        RenderButton {INPUT} at (111,20) size 98x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 82x13
+            RenderText at (0,0) size 82x13
+              text run at (0,0) width 82: &quot;Positive margin&quot;
+        RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastcsstextoverflowinputexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastcsstextoverflowinputexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/css/text-overflow-input-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/css/text-overflow-input-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/css/text-overflow-input-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/css/text-overflow-input-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,250 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x290
+  RenderBlock {HTML} at (0,0) size 800x290
+    RenderBody {BODY} at (8,16) size 784x258
+      RenderBlock {P} at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 314x18
+          text run at (0,0) width 314: &quot;This test is a basic check for using text-overflow.&quot;
+      RenderBlock {P} at (0,34) size 784x64
+        RenderText {#text} at (0,0) size 489x18
+          text run at (0,0) width 489: &quot;Apply \&quot;text-overflow:clip\&quot; to inputs. The following input should be clipped:&quot;
+        RenderBR {BR} at (488,0) size 1x18
+        RenderTextControl {INPUT} at (2,20) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (140,20) size 5x18
+          text run at (140,20) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (146,20) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 158x19
+            RenderBlock {DIV} at (0,0) size 8x19
+            RenderBlock {DIV} at (8,3) size 131x13
+            RenderBlock {DIV} at (138,0) size 20x19
+        RenderText {#text} at (311,20) size 5x18
+          text run at (311,20) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (317,20) size 138x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (456,20) size 5x18
+          text run at (456,20) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (462,20) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 158x19
+            RenderBlock {DIV} at (0,0) size 8x19
+            RenderBlock {DIV} at (8,3) size 131x13
+            RenderBlock {DIV} at (138,0) size 20x19
+        RenderText {#text} at (627,20) size 5x18
+          text run at (627,20) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (633,20) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 131x13
+            RenderBlock {DIV} at (0,0) size 131x13
+        RenderBR {BR} at (771,20) size 1x18
+        RenderTextControl {INPUT} at (2,43) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (140,43) size 5x18
+          text run at (140,43) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (146,43) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 158x19
+            RenderBlock {DIV} at (149,0) size 9x19
+            RenderBlock {DIV} at (19,3) size 131x13
+            RenderBlock {DIV} at (0,0) size 19x19
+        RenderText {#text} at (311,43) size 5x18
+          text run at (311,43) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (317,43) size 138x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (456,43) size 5x18
+          text run at (456,43) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (462,43) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 158x19
+            RenderBlock {DIV} at (149,0) size 9x19
+            RenderBlock {DIV} at (19,3) size 131x13
+            RenderBlock {DIV} at (0,0) size 19x19
+        RenderText {#text} at (627,43) size 5x18
+          text run at (627,43) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (633,43) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 131x13
+            RenderBlock {DIV} at (0,0) size 131x13
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {P} at (0,114) size 784x64
+        RenderText {#text} at (0,0) size 546x18
+          text run at (0,0) width 546: &quot;Apply \&quot;text-overflow:ellipsis\&quot; to inputs. The following input should show an ellipsis:&quot;
+        RenderBR {BR} at (545,0) size 1x18
+        RenderTextControl {INPUT} at (2,20) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (140,20) size 5x18
+          text run at (140,20) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (146,20) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 158x19
+            RenderBlock {DIV} at (0,0) size 8x19
+            RenderBlock {DIV} at (8,3) size 131x13
+            RenderBlock {DIV} at (138,0) size 20x19
+        RenderText {#text} at (311,20) size 5x18
+          text run at (311,20) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (317,20) size 138x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (456,20) size 5x18
+          text run at (456,20) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (462,20) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 158x19
+            RenderBlock {DIV} at (0,0) size 8x19
+            RenderBlock {DIV} at (8,3) size 131x13
+            RenderBlock {DIV} at (138,0) size 20x19
+        RenderText {#text} at (627,20) size 5x18
+          text run at (627,20) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (633,20) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 131x13
+            RenderBlock {DIV} at (0,0) size 131x13
+        RenderBR {BR} at (771,20) size 1x18
+        RenderTextControl {INPUT} at (2,43) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (140,43) size 5x18
+          text run at (140,43) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (146,43) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 158x19
+            RenderBlock {DIV} at (149,0) size 9x19
+            RenderBlock {DIV} at (19,3) size 131x13
+            RenderBlock {DIV} at (0,0) size 19x19
+        RenderText {#text} at (311,43) size 5x18
+          text run at (311,43) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (317,43) size 138x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (456,43) size 5x18
+          text run at (456,43) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (462,43) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 158x19
+            RenderBlock {DIV} at (149,0) size 9x19
+            RenderBlock {DIV} at (19,3) size 131x13
+            RenderBlock {DIV} at (0,0) size 19x19
+        RenderText {#text} at (627,43) size 5x18
+          text run at (627,43) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (633,43) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 131x13
+            RenderBlock {DIV} at (0,0) size 131x13
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {P} at (0,194) size 784x64
+        RenderText {#text} at (0,0) size 237x18
+          text run at (0,0) width 237: &quot;Dynamic style change text-overflow:&quot;
+        RenderBR {BR} at (236,0) size 1x18
+        RenderText {#text} at (0,20) size 247x18
+          text run at (0,20) width 247: &quot;Clip to ellipsis (should show ellipsis): &quot;
+        RenderTextControl {INPUT} at (248,20) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (386,20) size 5x18
+          text run at (386,20) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (392,20) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (530,20) size 5x18
+          text run at (530,20) width 5: &quot; &quot;
+        RenderBR {BR} at (0,0) size 0x0
+        RenderText {#text} at (0,43) size 270x18
+          text run at (0,43) width 270: &quot;Ellipsis to clip (should not show ellipsis): &quot;
+        RenderTextControl {INPUT} at (271,43) size 138x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (410,43) size 5x18
+          text run at (410,43) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (416,43) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (554,43) size 5x18
+          text run at (554,43) width 5: &quot; &quot;
+        RenderBR {BR} at (0,0) size 0x0
+layer at (13,73) size 130x13 scrollWidth 291
+  RenderBlock {DIV} at (3,3) size 131x13 [color=#A9A9A9]
+    RenderText {#text} at (0,0) size 291x13
+      text run at (0,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (13,73) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (165,73) size 130x13 scrollWidth 291
+  RenderBlock {DIV} at (11,3) size 131x13 [color=#A9A9A9]
+    RenderText {#text} at (0,0) size 291x13
+      text run at (0,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (165,73) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13
+layer at (329,73) size 130x13 scrollWidth 292
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 291x13
+      text run at (0,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (481,73) size 130x13 scrollWidth 292
+  RenderBlock {DIV} at (0,0) size 131x13
+    RenderText {#text} at (0,0) size 291x13
+      text run at (0,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (644,73) size 130x13 scrollWidth 362
+  RenderBlock {DIV} at (0,0) size 131x13
+    RenderText {#text} at (0,0) size 361x13
+      text run at (0,0) width 361: &quot;\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}&quot;
+layer at (13,96) size 130x13 scrollX 160 scrollWidth 291
+  RenderBlock {DIV} at (3,3) size 131x13 [color=#A9A9A9]
+    RenderText {#text} at (-160,0) size 292x13
+      text run at (-160,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (13,96) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (176,96) size 130x13 scrollX 160 scrollWidth 291
+  RenderBlock {DIV} at (22,3) size 131x13 [color=#A9A9A9]
+    RenderText {#text} at (-160,0) size 292x13
+      text run at (-160,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (176,96) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13
+layer at (329,96) size 130x13 scrollX 160 scrollWidth 291
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (-160,0) size 292x13
+      text run at (-160,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (492,96) size 130x13 scrollX 160 scrollWidth 291
+  RenderBlock {DIV} at (0,0) size 131x13
+    RenderText {#text} at (-160,0) size 292x13
+      text run at (-160,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (644,96) size 130x13 scrollX 231 scrollWidth 361
+  RenderBlock {DIV} at (0,0) size 131x13
+    RenderText {#text} at (-230,0) size 362x13
+      text run at (-230,0) width 361 RTL: &quot;\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}&quot;
+layer at (13,153) size 130x13 scrollWidth 291
+  RenderBlock {DIV} at (3,3) size 131x13 [color=#A9A9A9]
+    RenderText {#text} at (0,0) size 291x13
+      text run at (0,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (13,153) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (165,153) size 130x13 scrollWidth 291
+  RenderBlock {DIV} at (11,3) size 131x13 [color=#A9A9A9]
+    RenderText {#text} at (0,0) size 291x13
+      text run at (0,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (165,153) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13
+layer at (329,153) size 130x13 scrollWidth 292
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 291x13
+      text run at (0,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (481,153) size 130x13 scrollWidth 292
+  RenderBlock {DIV} at (0,0) size 131x13
+    RenderText {#text} at (0,0) size 291x13
+      text run at (0,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (644,153) size 130x13 scrollWidth 362
+  RenderBlock {DIV} at (0,0) size 131x13
+    RenderText {#text} at (0,0) size 361x13
+      text run at (0,0) width 361: &quot;\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}&quot;
+layer at (13,176) size 130x13 scrollX 160 scrollWidth 291
+  RenderBlock {DIV} at (3,3) size 131x13 [color=#A9A9A9]
+    RenderText {#text} at (-160,0) size 292x13
+      text run at (-160,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (13,176) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (176,176) size 130x13 scrollX 160 scrollWidth 291
+  RenderBlock {DIV} at (22,3) size 131x13 [color=#A9A9A9]
+    RenderText {#text} at (-160,0) size 292x13
+      text run at (-160,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (176,176) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13
+layer at (329,176) size 130x13 scrollX 160 scrollWidth 291
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (-160,0) size 292x13
+      text run at (-160,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (492,176) size 130x13 scrollX 160 scrollWidth 291
+  RenderBlock {DIV} at (0,0) size 131x13
+    RenderText {#text} at (-160,0) size 292x13
+      text run at (-160,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (644,176) size 130x13 scrollX 231 scrollWidth 361
+  RenderBlock {DIV} at (0,0) size 131x13
+    RenderText {#text} at (-230,0) size 362x13
+      text run at (-230,0) width 361 RTL: &quot;\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}&quot;
+layer at (259,233) size 130x13 scrollWidth 291
+  RenderBlock {DIV} at (3,3) size 131x13 [color=#A9A9A9]
+    RenderText {#text} at (0,0) size 291x13
+      text run at (0,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (259,233) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (404,233) size 130x13 scrollWidth 292
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 291x13
+      text run at (0,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (283,256) size 130x13 scrollWidth 291
+  RenderBlock {DIV} at (3,3) size 131x13 [color=#A9A9A9]
+    RenderText {#text} at (0,0) size 291x13
+      text run at (0,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
+layer at (283,256) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (427,256) size 130x13 scrollWidth 292
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 291x13
+      text run at (0,0) width 291: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastcsstexttransformselectexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastcsstexttransformselectexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/css/text-transform-select-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/css/text-transform-select-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/css/text-transform-select-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/css/text-transform-select-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,92 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x400
+  RenderBlock {HTML} at (0,0) size 800x400
+    RenderBody {BODY} at (8,8) size 784x384
+      RenderBlock (anonymous) at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 664x18
+          text run at (0,0) width 664: &quot;The text in the button, popup menu and list box should have the same case as in the accompanying text.&quot;
+      RenderBlock {DIV} at (0,18) size 784x61
+        RenderMenuList {SELECT} at (2,41) size 74x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 74x18
+            RenderText at (8,2) size 38x13
+              text run at (8,2) width 38: &quot;HELLO&quot;
+        RenderText {#text} at (78,40) size 4x18
+          text run at (78,40) width 4: &quot; &quot;
+        RenderListBox {SELECT} at (84,2) size 60x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderText {#text} at (146,40) size 4x18
+          text run at (146,40) width 4: &quot; &quot;
+        RenderInline {SPAN} at (0,0) size 116x18
+          RenderText {#text} at (150,40) size 116x18
+            text run at (150,40) width 116: &quot;HELLO WORLD&quot;
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,79) size 784x61
+        RenderMenuList {SELECT} at (2,41) size 70x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 70x18
+            RenderText at (8,2) size 35x13
+              text run at (8,2) width 35: &quot;HeLLo&quot;
+        RenderText {#text} at (74,40) size 4x18
+          text run at (74,40) width 4: &quot; &quot;
+        RenderListBox {SELECT} at (80,2) size 56x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderText {#text} at (138,40) size 4x18
+          text run at (138,40) width 4: &quot; &quot;
+        RenderInline {SPAN} at (0,0) size 101x18
+          RenderText {#text} at (142,40) size 101x18
+            text run at (142,40) width 101: &quot;HeLLo WoRLd&quot;
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,140) size 784x61
+        RenderMenuList {SELECT} at (2,41) size 61x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 61x18
+            RenderText at (8,2) size 26x13
+              text run at (8,2) width 26: &quot;hello&quot;
+        RenderText {#text} at (65,40) size 4x18
+          text run at (65,40) width 4: &quot; &quot;
+        RenderListBox {SELECT} at (71,2) size 47x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderText {#text} at (120,40) size 4x18
+          text run at (120,40) width 4: &quot; &quot;
+        RenderInline {SPAN} at (0,0) size 74x18
+          RenderText {#text} at (124,40) size 74x18
+            text run at (124,40) width 74: &quot;hello world&quot;
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,201) size 784x61
+        RenderMenuList {SELECT} at (2,41) size 62x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 62x18
+            RenderText at (8,2) size 16x13
+              text run at (8,2) width 16: &quot;SS&quot;
+        RenderText {#text} at (66,40) size 4x18
+          text run at (66,40) width 4: &quot; &quot;
+        RenderListBox {SELECT} at (72,2) size 48x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderText {#text} at (122,40) size 4x18
+          text run at (122,40) width 4: &quot; &quot;
+        RenderInline {SPAN} at (0,0) size 58x18
+          RenderText {#text} at (126,40) size 58x18
+            text run at (126,40) width 58: &quot;SS SSSS&quot;
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,262) size 784x61
+        RenderMenuList {SELECT} at (2,41) size 45x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 45x18
+            RenderText at (8,2) size 7x13
+              text run at (8,2) width 7: &quot;\x{DF}&quot;
+        RenderText {#text} at (49,40) size 4x18
+          text run at (49,40) width 4: &quot; &quot;
+        RenderListBox {SELECT} at (55,2) size 31x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderText {#text} at (88,40) size 4x18
+          text run at (88,40) width 4: &quot; &quot;
+        RenderInline {SPAN} at (0,0) size 28x18
+          RenderText {#text} at (92,40) size 28x18
+            text run at (92,40) width 28: &quot;\x{DF} \x{DF}\x{DF}&quot;
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,323) size 784x61
+        RenderMenuList {SELECT} at (2,41) size 45x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 45x18
+            RenderText at (8,2) size 7x13
+              text run at (8,2) width 7: &quot;\x{DF}&quot;
+        RenderText {#text} at (49,40) size 4x18
+          text run at (49,40) width 4: &quot; &quot;
+        RenderListBox {SELECT} at (55,2) size 31x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderText {#text} at (88,40) size 4x18
+          text run at (88,40) width 4: &quot; &quot;
+        RenderInline {SPAN} at (0,0) size 28x18
+          RenderText {#text} at (92,40) size 28x18
+            text run at (92,40) width 28: &quot;\x{DF} \x{DF}\x{DF}&quot;
+        RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastdomHTMLInputElementinputimagealttextexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastdomHTMLInputElementinputimagealttextexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,18 @@
</span><ins>+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 784x36
+        RenderText {#text} at (0,0) size 762x36
+          text run at (0,0) width 493: &quot;This tests whether alt text is shown for image-type form input elements with &quot;
+          text run at (492,0) width 270: &quot;no src attribute. You should see \&quot;Success\&quot;&quot;
+          text run at (0,18) width 229: &quot;twice, followed by a blue rectangle.&quot;
+      RenderBlock {P} at (0,52) size 784x0
+      RenderBlock {FORM} at (0,52) size 784x94
+        RenderImage {INPUT} at (0,0) size 49x17
+        RenderBR {BR} at (49,17) size 0x0
+        RenderImage {INPUT} at (0,17) size 102x52 [border: (1px solid #000000)]
+        RenderBR {BR} at (102,69) size 0x0
+        RenderImage {INPUT} at (0,69) size 75x25
+        RenderBR {BR} at (75,94) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastdomHTMLTableColElementresizetableusingcolwidthexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastdomHTMLTableColElementresizetableusingcolwidthexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,38 @@
</span><ins>+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
+      RenderTable {TABLE} at (0,0) size 663x52 [border: (1px outset #808080)]
+        RenderTableCol {COLGROUP} at (0,0) size 0x0
+          RenderTableCol {COL} at (0,0) size 0x0
+          RenderTableCol {COL} at (0,0) size 0x0
+          RenderTableCol {COL} at (0,0) size 0x0
+        RenderTableSection {TBODY} at (1,1) size 661x50
+          RenderTableRow {TR} at (0,2) size 661x22
+            RenderTableCell {TD} at (2,2) size 500x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 73x18
+                text run at (2,2) width 73: &quot;col 1 row 1&quot;
+            RenderTableCell {TD} at (504,2) size 77x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 73x18
+                text run at (2,2) width 73: &quot;col 2 row 1&quot;
+            RenderTableCell {TD} at (582,2) size 77x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 73x18
+                text run at (2,2) width 73: &quot;col 3 row 1&quot;
+          RenderTableRow {TR} at (0,26) size 661x22
+            RenderTableCell {TD} at (2,26) size 500x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 73x18
+                text run at (2,2) width 73: &quot;col 1 row 2&quot;
+            RenderTableCell {TD} at (504,26) size 77x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 73x18
+                text run at (2,2) width 73: &quot;col 2 row 2&quot;
+            RenderTableCell {TD} at (582,26) size 77x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 73x18
+                text run at (2,2) width 73: &quot;col 3 row 3&quot;
+      RenderBlock (anonymous) at (0,52) size 784x22
+        RenderButton {BUTTON} at (2,2) size 362x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 346x13
+            RenderText {#text} at (0,0) size 346x13
+              text run at (0,0) width 346: &quot;Click me to test manually. The first column should grow to 500px.&quot;
+        RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastdomHTMLTextAreaElementresettextareaexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastdomHTMLTextAreaElementresettextareaexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,35 @@
</span><ins>+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 {FORM} at (0,0) size 784x43
+        RenderText {#text} at (156,22) size 4x18
+          text run at (156,22) width 4: &quot; &quot;
+        RenderText {#text} at (316,22) size 4x18
+          text run at (316,22) width 4: &quot; &quot;
+        RenderButton {INPUT} at (322,23) size 47x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 31x13
+            RenderText at (0,0) size 31x13
+              text run at (0,0) width 31: &quot;Reset&quot;
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {P} at (0,59) size 784x72
+        RenderText {#text} at (0,0) size 368x18
+          text run at (0,0) width 368: &quot;This test verifies that textarea controls are properly reset. &quot;
+        RenderBR {BR} at (367,14) size 1x0
+        RenderText {#text} at (0,18) size 474x18
+          text run at (0,18) width 474: &quot;You should see two element IDs below, and the word \&quot;SUCCESS\&quot; twice: &quot;
+        RenderBR {BR} at (473,32) size 1x0
+        RenderText {#text} at (0,36) size 174x18
+          text run at (0,36) width 174: &quot;noDefaultText: SUCCESS &quot;
+        RenderBR {BR} at (173,50) size 1x0
+        RenderText {#text} at (0,54) size 176x18
+          text run at (0,54) width 176: &quot;hasDefaultText: SUCCESS&quot;
+layer at (10,10) size 152x32 clip at (11,11) size 150x30
+  RenderTextControl {TEXTAREA} at (2,2) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 146x13
+layer at (170,10) size 152x32 clip at (171,11) size 150x30
+  RenderTextControl {TEXTAREA} at (162,2) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 146x13
+      RenderText {#text} at (0,0) size 63x13
+        text run at (0,0) width 63: &quot;Default Text&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastdomisindex001expectedtxtfromrev202825trunkLayoutTestsplatformmacfastdomisindex001expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/dom/isindex-001-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/dom/isindex-001-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/dom/isindex-001-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/dom/isindex-001-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,15 @@
</span><ins>+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 {FORM} at (0,0) size 784x43
+        RenderBlock {HR} at (0,0) size 784x2 [border: (1px inset #000000)]
+        RenderBlock (anonymous) at (0,10) size 784x23
+          RenderInline {LABEL} at (0,0) size 468x18
+            RenderText {#text} at (0,2) size 328x18
+              text run at (0,2) width 328: &quot;This is a searchable index. Enter search keywords: &quot;
+            RenderTextControl {INPUT} at (329,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderBlock {HR} at (0,41) size 784x2 [border: (1px inset #000000)]
+layer at (340,23) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastdomisindex002expectedtxtfromrev202825trunkLayoutTestsplatformmacfastdomisindex002expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/dom/isindex-002-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/dom/isindex-002-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/dom/isindex-002-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/dom/isindex-002-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,16 @@
</span><ins>+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 {FORM} at (0,0) size 784x0
+      RenderBlock {FORM} at (0,0) size 784x43
+        RenderBlock {HR} at (0,0) size 784x2 [border: (1px inset #000000)]
+        RenderBlock (anonymous) at (0,10) size 784x23
+          RenderInline {LABEL} at (0,0) size 468x18
+            RenderText {#text} at (0,2) size 328x18
+              text run at (0,2) width 328: &quot;This is a searchable index. Enter search keywords: &quot;
+            RenderTextControl {INPUT} at (329,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderBlock {HR} at (0,41) size 784x2 [border: (1px inset #000000)]
+layer at (340,23) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastdynamic008expectedtxtfromrev202825trunkLayoutTestsplatformmacfastdynamic008expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/dynamic/008-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/dynamic/008-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/dynamic/008-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/dynamic/008-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,12 @@
</span><ins>+layer at (0,0) size 785x676
+  RenderView at (0,0) size 785x600
+layer at (0,0) size 785x676
+  RenderBlock {HTML} at (0,0) size 785x676
+    RenderBody {BODY} at (8,8) size 769x660
+      RenderText {#text} at (0,0) size 0x0
+      RenderText {#text} at (0,0) size 0x0
+layer at (10,10) size 282x656 clip at (11,11) size 280x654
+  RenderTextControl {TEXTAREA} at (2,2) size 282x656 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 276x13
+      RenderText {#text} at (0,0) size 64x13
+        text run at (0,0) width 64: &quot;Sample text&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastdynamicpositionedmovementwithpositionedchildrenexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastdynamicpositionedmovementwithpositionedchildrenexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/dynamic/positioned-movement-with-positioned-children-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/dynamic/positioned-movement-with-positioned-children-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/dynamic/positioned-movement-with-positioned-children-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,19 @@
</span><ins>+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 100x100 [bgcolor=#FF0000]
+        RenderText {#text} at (0,0) size 99x54
+          text run at (0,0) width 98: &quot;You should not&quot;
+          text run at (0,18) width 99: &quot;see this. Resize&quot;
+          text run at (0,36) width 79: &quot;the window.&quot;
+layer at (8,8) size 100x122
+  RenderBlock (positioned) {DIV} at (0,0) size 100x122
+    RenderBlock {DIV} at (0,0) size 100x100 [bgcolor=#008000]
+    RenderBlock (anonymous) at (0,100) size 100x22
+      RenderButton {BUTTON} at (2,2) size 52x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,2) size 36x13
+          RenderText {#text} at (0,0) size 36x13
+            text run at (0,0) width 36: &quot;Button&quot;
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfasteventscontextnodeselectexpectedtxtfromrev202825trunkLayoutTestsplatformmacfasteventscontextnodeselectexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/events/context-no-deselect-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/events/context-no-deselect-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/events/context-no-deselect-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/events/context-no-deselect-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</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 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (0,0) size 0x0
+      RenderText {#text} at (0,0) size 0x0
+layer at (13,13) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 94x13
+      text run at (0,0) width 94: &quot;some sample text&quot;
+selection start: position 5 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 1 {INPUT} of body
+selection end:   position 15 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 1 {INPUT} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfasteventsshadoweventpath2expectedtxtfromrev202825trunkLayoutTestsplatformmacfasteventsshadoweventpath2expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/events/shadow-event-path-2-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/events/shadow-event-path-2-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/events/shadow-event-path-2-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/events/shadow-event-path-2-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,1242 @@
</span><ins>+This test records target and relatedTarget at each element while dispatching a mouse click event at an input element.
+
+
+Content:&lt;div id=&quot;detailsContainer&quot;&gt;&lt;input id=&quot;target&quot; type=&quot;file&quot;&gt;&lt;/div&gt;
+
+mouseover@html
+    target:html
+    relatedTarget:null
+
+mouseover@document
+    target:html
+    relatedTarget:null
+
+mouseover@window
+    target:html
+    relatedTarget:null
+
+mouseenter@html
+    target:html
+    relatedTarget:null
+
+mousemove@html
+    target:html
+    relatedTarget:null
+
+mousemove@document
+    target:html
+    relatedTarget:null
+
+mousemove@window
+    target:html
+    relatedTarget:null
+
+mouseout@html
+    target:html
+    relatedTarget:input#target
+
+mouseout@document
+    target:html
+    relatedTarget:input#target
+
+mouseout@window
+    target:html
+    relatedTarget:input#target
+
+mouseover@input#target
+    target:input#target
+    relatedTarget:html
+
+mouseover@div#detailsContainer
+    target:input#target
+    relatedTarget:html
+
+mouseover@body
+    target:input#target
+    relatedTarget:html
+
+mouseover@html
+    target:input#target
+    relatedTarget:html
+
+mouseover@document
+    target:input#target
+    relatedTarget:html
+
+mouseover@window
+    target:input#target
+    relatedTarget:html
+
+mouseenter@input#target
+    target:input#target
+    relatedTarget:html
+
+mouseenter@div#detailsContainer
+    target:div#detailsContainer
+    relatedTarget:html
+
+mouseenter@body
+    target:body
+    relatedTarget:html
+
+mousemove@input#target
+    target:input#target
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:input#target
+    relatedTarget:null
+
+mousemove@body
+    target:input#target
+    relatedTarget:null
+
+mousemove@html
+    target:input#target
+    relatedTarget:null
+
+mousemove@document
+    target:input#target
+    relatedTarget:null
+
+mousemove@window
+    target:input#target
+    relatedTarget:null
+
+mousemove@input#target
+    target:input#target
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:input#target
+    relatedTarget:null
+
+mousemove@body
+    target:input#target
+    relatedTarget:null
+
+mousemove@html
+    target:input#target
+    relatedTarget:null
+
+mousemove@document
+    target:input#target
+    relatedTarget:null
+
+mousemove@window
+    target:input#target
+    relatedTarget:null
+
+mousemove@input#target
+    target:input#target
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:input#target
+    relatedTarget:null
+
+mousemove@body
+    target:input#target
+    relatedTarget:null
+
+mousemove@html
+    target:input#target
+    relatedTarget:null
+
+mousemove@document
+    target:input#target
+    relatedTarget:null
+
+mousemove@window
+    target:input#target
+    relatedTarget:null
+
+mousemove@input#target
+    target:input#target
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:input#target
+    relatedTarget:null
+
+mousemove@body
+    target:input#target
+    relatedTarget:null
+
+mousemove@html
+    target:input#target
+    relatedTarget:null
+
+mousemove@document
+    target:input#target
+    relatedTarget:null
+
+mousemove@window
+    target:input#target
+    relatedTarget:null
+
+mousemove@input#target
+    target:input#target
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:input#target
+    relatedTarget:null
+
+mousemove@body
+    target:input#target
+    relatedTarget:null
+
+mousemove@html
+    target:input#target
+    relatedTarget:null
+
+mousemove@document
+    target:input#target
+    relatedTarget:null
+
+mousemove@window
+    target:input#target
+    relatedTarget:null
+
+mousemove@input#target
+    target:input#target
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:input#target
+    relatedTarget:null
+
+mousemove@body
+    target:input#target
+    relatedTarget:null
+
+mousemove@html
+    target:input#target
+    relatedTarget:null
+
+mousemove@document
+    target:input#target
+    relatedTarget:null
+
+mousemove@window
+    target:input#target
+    relatedTarget:null
+
+mousemove@input#target
+    target:input#target
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:input#target
+    relatedTarget:null
+
+mousemove@body
+    target:input#target
+    relatedTarget:null
+
+mousemove@html
+    target:input#target
+    relatedTarget:null
+
+mousemove@document
+    target:input#target
+    relatedTarget:null
+
+mousemove@window
+    target:input#target
+    relatedTarget:null
+
+mousemove@input#target
+    target:input#target
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:input#target
+    relatedTarget:null
+
+mousemove@body
+    target:input#target
+    relatedTarget:null
+
+mousemove@html
+    target:input#target
+    relatedTarget:null
+
+mousemove@document
+    target:input#target
+    relatedTarget:null
+
+mousemove@window
+    target:input#target
+    relatedTarget:null
+
+mousemove@input#target
+    target:input#target
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:input#target
+    relatedTarget:null
+
+mousemove@body
+    target:input#target
+    relatedTarget:null
+
+mousemove@html
+    target:input#target
+    relatedTarget:null
+
+mousemove@document
+    target:input#target
+    relatedTarget:null
+
+mousemove@window
+    target:input#target
+    relatedTarget:null
+
+mousemove@input#target
+    target:input#target
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:input#target
+    relatedTarget:null
+
+mousemove@body
+    target:input#target
+    relatedTarget:null
+
+mousemove@html
+    target:input#target
+    relatedTarget:null
+
+mousemove@document
+    target:input#target
+    relatedTarget:null
+
+mousemove@window
+    target:input#target
+    relatedTarget:null
+
+mousemove@input#target
+    target:input#target
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:input#target
+    relatedTarget:null
+
+mousemove@body
+    target:input#target
+    relatedTarget:null
+
+mousemove@html
+    target:input#target
+    relatedTarget:null
+
+mousemove@document
+    target:input#target
+    relatedTarget:null
+
+mousemove@window
+    target:input#target
+    relatedTarget:null
+
+mousemove@input#target
+    target:input#target
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:input#target
+    relatedTarget:null
+
+mousemove@body
+    target:input#target
+    relatedTarget:null
+
+mousemove@html
+    target:input#target
+    relatedTarget:null
+
+mousemove@document
+    target:input#target
+    relatedTarget:null
+
+mousemove@window
+    target:input#target
+    relatedTarget:null
+
+mousemove@input#target
+    target:input#target
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:input#target
+    relatedTarget:null
+
+mousemove@body
+    target:input#target
+    relatedTarget:null
+
+mousemove@html
+    target:input#target
+    relatedTarget:null
+
+mousemove@document
+    target:input#target
+    relatedTarget:null
+
+mousemove@window
+    target:input#target
+    relatedTarget:null
+
+mousemove@input#target
+    target:input#target
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:input#target
+    relatedTarget:null
+
+mousemove@body
+    target:input#target
+    relatedTarget:null
+
+mousemove@html
+    target:input#target
+    relatedTarget:null
+
+mousemove@document
+    target:input#target
+    relatedTarget:null
+
+mousemove@window
+    target:input#target
+    relatedTarget:null
+
+mousemove@input#target
+    target:input#target
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:input#target
+    relatedTarget:null
+
+mousemove@body
+    target:input#target
+    relatedTarget:null
+
+mousemove@html
+    target:input#target
+    relatedTarget:null
+
+mousemove@document
+    target:input#target
+    relatedTarget:null
+
+mousemove@window
+    target:input#target
+    relatedTarget:null
+
+mousemove@input#target
+    target:input#target
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:input#target
+    relatedTarget:null
+
+mousemove@body
+    target:input#target
+    relatedTarget:null
+
+mousemove@html
+    target:input#target
+    relatedTarget:null
+
+mousemove@document
+    target:input#target
+    relatedTarget:null
+
+mousemove@window
+    target:input#target
+    relatedTarget:null
+
+mousemove@input#target
+    target:input#target
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:input#target
+    relatedTarget:null
+
+mousemove@body
+    target:input#target
+    relatedTarget:null
+
+mousemove@html
+    target:input#target
+    relatedTarget:null
+
+mousemove@document
+    target:input#target
+    relatedTarget:null
+
+mousemove@window
+    target:input#target
+    relatedTarget:null
+
+mousemove@input#target
+    target:input#target
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:input#target
+    relatedTarget:null
+
+mousemove@body
+    target:input#target
+    relatedTarget:null
+
+mousemove@html
+    target:input#target
+    relatedTarget:null
+
+mousemove@document
+    target:input#target
+    relatedTarget:null
+
+mousemove@window
+    target:input#target
+    relatedTarget:null
+
+mousemove@input#target
+    target:input#target
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:input#target
+    relatedTarget:null
+
+mousemove@body
+    target:input#target
+    relatedTarget:null
+
+mousemove@html
+    target:input#target
+    relatedTarget:null
+
+mousemove@document
+    target:input#target
+    relatedTarget:null
+
+mousemove@window
+    target:input#target
+    relatedTarget:null
+
+mousemove@input#target
+    target:input#target
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:input#target
+    relatedTarget:null
+
+mousemove@body
+    target:input#target
+    relatedTarget:null
+
+mousemove@html
+    target:input#target
+    relatedTarget:null
+
+mousemove@document
+    target:input#target
+    relatedTarget:null
+
+mousemove@window
+    target:input#target
+    relatedTarget:null
+
+mousemove@input#target
+    target:input#target
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:input#target
+    relatedTarget:null
+
+mousemove@body
+    target:input#target
+    relatedTarget:null
+
+mousemove@html
+    target:input#target
+    relatedTarget:null
+
+mousemove@document
+    target:input#target
+    relatedTarget:null
+
+mousemove@window
+    target:input#target
+    relatedTarget:null
+
+mousemove@input#target
+    target:input#target
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:input#target
+    relatedTarget:null
+
+mousemove@body
+    target:input#target
+    relatedTarget:null
+
+mousemove@html
+    target:input#target
+    relatedTarget:null
+
+mousemove@document
+    target:input#target
+    relatedTarget:null
+
+mousemove@window
+    target:input#target
+    relatedTarget:null
+
+mousemove@input#target
+    target:input#target
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:input#target
+    relatedTarget:null
+
+mousemove@body
+    target:input#target
+    relatedTarget:null
+
+mousemove@html
+    target:input#target
+    relatedTarget:null
+
+mousemove@document
+    target:input#target
+    relatedTarget:null
+
+mousemove@window
+    target:input#target
+    relatedTarget:null
+
+mouseout@input#target
+    target:input#target
+    relatedTarget:div#detailsContainer
+
+mouseout@div#detailsContainer
+    target:input#target
+    relatedTarget:div#detailsContainer
+
+mouseout@body
+    target:input#target
+    relatedTarget:div#detailsContainer
+
+mouseout@html
+    target:input#target
+    relatedTarget:div#detailsContainer
+
+mouseout@document
+    target:input#target
+    relatedTarget:div#detailsContainer
+
+mouseout@window
+    target:input#target
+    relatedTarget:div#detailsContainer
+
+mouseleave@input#target
+    target:input#target
+    relatedTarget:div#detailsContainer
+
+mouseover@div#detailsContainer
+    target:div#detailsContainer
+    relatedTarget:input#target
+
+mouseover@body
+    target:div#detailsContainer
+    relatedTarget:input#target
+
+mouseover@html
+    target:div#detailsContainer
+    relatedTarget:input#target
+
+mouseover@document
+    target:div#detailsContainer
+    relatedTarget:input#target
+
+mouseover@window
+    target:div#detailsContainer
+    relatedTarget:input#target
+
+mousemove@div#detailsContainer
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@body
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@html
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@document
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@window
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@body
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@html
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@document
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@window
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@body
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@html
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@document
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@window
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@body
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@html
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@document
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@window
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@body
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@html
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@document
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@window
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@body
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@html
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@document
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@window
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@body
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@html
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@document
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@window
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@body
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@html
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@document
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@window
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@body
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@html
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@document
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@window
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@body
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@html
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@document
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@window
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@body
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@html
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@document
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@window
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@body
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@html
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@document
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@window
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@body
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@html
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@document
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@window
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@body
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@html
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@document
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@window
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@body
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@html
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@document
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@window
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@body
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@html
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@document
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@window
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@body
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@html
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@document
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@window
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@body
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@html
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@document
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@window
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@body
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@html
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@document
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@window
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@body
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@html
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@document
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@window
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@body
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@html
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@document
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@window
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@body
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@html
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@document
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@window
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@body
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@html
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@document
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@window
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@body
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@html
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@document
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@window
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@body
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@html
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@document
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@window
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@body
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@html
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@document
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@window
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@body
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@html
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@document
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@window
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@div#detailsContainer
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@body
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@html
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@document
+    target:div#detailsContainer
+    relatedTarget:null
+
+mousemove@window
+    target:div#detailsContainer
+    relatedTarget:null
+
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastforms001expectedtxtfromrev202825trunkLayoutTestsplatformmacfastforms001expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/001-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/001-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/001-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/001-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,65 @@
</span><ins>+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 {H1} at (0,0) size 784x37
+        RenderText {#text} at (0,0) size 231x37
+          text run at (0,0) width 231: &quot;Min-Width Tests&quot;
+      RenderTable {TABLE} at (0,58) size 784x87 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 780x82
+          RenderTableRow {TR} at (0,0) size 780x82
+            RenderTableCell {TD} at (0,0) size 136x82 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderMenuList {SELECT} at (3,1) size 130x80 [bgcolor=#FFFFFF] [border: (40px solid #FF0000)]
+                RenderBlock (anonymous) at (40,40) size 50x16
+                  RenderText at (8,1) size 21x13
+                    text run at (8,1) width 21: &quot;Foo&quot;
+            RenderTableCell {TD} at (136,40) size 644x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+      RenderBlock {P} at (0,160) size 784x25
+        RenderTable {TABLE} at (0,0) size 784x24 [border: (2px outset #808080)]
+          RenderTableSection {TBODY} at (2,2) size 780x20
+            RenderTableRow {TR} at (0,0) size 780x20
+              RenderTableCell {TD} at (0,0) size 18x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                RenderBlock {INPUT} at (3,4) size 12x12
+              RenderTableCell {TD} at (18,9) size 762x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+      RenderBlock {P} at (0,200) size 784x25
+        RenderTable {TABLE} at (0,0) size 784x24 [border: (2px outset #808080)]
+          RenderTableSection {TBODY} at (2,2) size 780x20
+            RenderTableRow {TR} at (0,0) size 780x20
+              RenderTableCell {TD} at (0,0) size 18x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                RenderBlock {INPUT} at (3,4) size 12x12
+              RenderTableCell {TD} at (18,9) size 762x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+      RenderBlock {P} at (0,240) size 784x29
+        RenderTable {TABLE} at (0,0) size 784x28 [border: (2px outset #808080)]
+          RenderTableSection {TBODY} at (2,2) size 780x24
+            RenderTableRow {TR} at (0,0) size 780x24
+              RenderTableCell {TD} at (0,0) size 43x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                RenderButton {INPUT} at (3,3) size 37x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 21x13
+                    RenderText at (0,0) size 21x13
+                      text run at (0,0) width 21: &quot;Foo&quot;
+              RenderTableCell {TD} at (42,11) size 738x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+      RenderBlock {P} at (0,284) size 784x268
+        RenderTable {TABLE} at (0,0) size 784x91 [border: (2px outset #808080)]
+          RenderTableSection {TBODY} at (2,2) size 780x87
+            RenderTableRow {TR} at (0,0) size 780x87
+              RenderTableCell {TD} at (0,0) size 119x87 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                RenderButton {INPUT} at (3,1) size 113x85 [bgcolor=#C0C0C0] [border: (40px solid #FF0000)]
+                  RenderBlock (anonymous) at (46,42) size 21x13
+                    RenderText at (0,0) size 21x13
+                      text run at (0,0) width 21: &quot;Foo&quot;
+              RenderTableCell {TD} at (118,42) size 662x3 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+        RenderTable {TABLE} at (0,91) size 784x91 [border: (2px outset #808080)]
+          RenderTableSection {TBODY} at (2,2) size 780x87
+            RenderTableRow {TR} at (0,0) size 780x87
+              RenderTableCell {TD} at (0,0) size 169x87 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                RenderButton {INPUT} at (3,1) size 163x85 [bgcolor=#C0C0C0] [border: (40px solid #FF0000)]
+                  RenderBlock (anonymous) at (46,42) size 71x13
+                    RenderText at (0,0) size 71x13
+                      text run at (0,0) width 71: &quot;Submit a bug&quot;
+              RenderTableCell {TD} at (168,42) size 612x3 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+        RenderBlock (anonymous) at (0,182) size 784x85
+          RenderButton {INPUT} at (2,0) size 113x85 [bgcolor=#C0C0C0] [border: (40px solid #FF0000)]
+            RenderBlock (anonymous) at (46,42) size 21x13
+              RenderText at (0,0) size 21x13
+                text run at (0,0) width 21: &quot;Foo&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastforms004expectedtxtfromrev202825trunkLayoutTestsplatformmacfastforms004expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/004-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/004-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/004-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/004-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,16 @@
</span><ins>+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
+      RenderMenuList {SELECT} at (2,2) size 58x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 58x18
+          RenderText at (8,2) size 27x13
+            text run at (8,2) width 27: &quot;Hello&quot;
+      RenderText {#text} at (62,1) size 4x18
+        text run at (62,1) width 4: &quot; &quot;
+      RenderMenuList {SELECT} at (68,2) size 80x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 80x18
+          RenderText at (8,2) size 49x13
+            text run at (8,2) width 49: &quot;Goodbye&quot;
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsautofillbuttoninputautofillbuttonexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/auto-fill-button/input-auto-fill-button-expected.txt (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/auto-fill-button/input-auto-fill-button-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/auto-fill-button/input-auto-fill-button-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,41 @@
</span><ins>+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 784x18
+        RenderText {#text} at (0,0) size 503x18
+          text run at (0,0) width 503: &quot;This tests that the AutoFill button renders. It can only be tested in the test tool.&quot;
+      RenderBlock {DIV} at (0,34) size 784x23
+        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 131x13
+            RenderBlock {DIV} at (0,0) size 111x13
+        RenderText {#text} at (140,2) size 5x18
+          text run at (140,2) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (146,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 131x13
+            RenderBlock {DIV} at (0,0) size 111x13
+        RenderText {#text} at (284,2) size 5x18
+          text run at (284,2) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (290,2) size 138x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 131x13
+            RenderBlock {DIV} at (0,0) size 111x13
+        RenderTextControl {INPUT} at (431,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 131x13
+            RenderBlock {DIV} at (0,0) size 111x13
+layer at (13,47) size 110x13
+  RenderBlock {DIV} at (0,0) size 111x13
+layer at (157,47) size 110x13
+  RenderBlock {DIV} at (0,0) size 111x13
+layer at (302,47) size 110x13
+  RenderBlock {DIV} at (0,0) size 111x13
+layer at (442,47) size 110x13
+  RenderBlock {DIV} at (0,0) size 111x13
+layer at (126,48) size 15x12
+  RenderBlock {DIV} at (113,0) size 16x13 [bgcolor=#000000]
+layer at (271,48) size 15x12
+  RenderBlock {DIV} at (113,0) size 16x13 [bgcolor=#000000]
+layer at (415,48) size 15x12
+  RenderBlock {DIV} at (113,0) size 16x13 [bgcolor=#000000]
+layer at (555,48) size 15x12
+  RenderBlock {DIV} at (113,0) size 16x13 [bgcolor=#000000]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsautofillbuttoninputcontactsautofillbuttonexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.txt (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,57 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x104
+  RenderBlock {HTML} at (0,0) size 800x104
+    RenderBody {BODY} at (8,16) size 784x80
+      RenderBlock {P} at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 598x18
+          text run at (0,0) width 598: &quot;This tests that the Address Book AutoFill button renders. It can only be tested in the test tool.&quot;
+      RenderBlock {DIV} at (0,34) size 784x46
+        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 131x13
+            RenderBlock {DIV} at (0,0) size 104x13
+        RenderText {#text} at (140,2) size 5x18
+          text run at (140,2) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (146,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 131x13
+            RenderBlock {DIV} at (0,0) size 104x13
+        RenderText {#text} at (284,2) size 5x18
+          text run at (284,2) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (290,2) size 138x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 131x13
+            RenderBlock {DIV} at (0,0) size 104x13
+        RenderText {#text} at (429,2) size 5x18
+          text run at (429,2) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (435,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 131x13
+            RenderBlock {DIV} at (0,0) size 104x13
+        RenderTextControl {INPUT} at (575,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 131x13
+            RenderBlock {DIV} at (0,0) size 104x13
+        RenderTextControl {INPUT} at (2,25) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 131x13
+            RenderBlock {DIV} at (0,0) size 104x13
+layer at (13,55) size 103x13
+  RenderBlock {DIV} at (0,0) size 104x13
+layer at (157,55) size 103x13
+  RenderBlock {DIV} at (0,0) size 104x13
+layer at (302,55) size 103x13
+  RenderBlock {DIV} at (0,0) size 104x13
+layer at (446,55) size 103x13
+  RenderBlock {DIV} at (0,0) size 104x13
+layer at (586,55) size 103x13
+  RenderBlock {DIV} at (0,0) size 104x13
+layer at (13,78) size 103x13
+  RenderBlock {DIV} at (0,0) size 104x13
+layer at (119,56) size 22x12
+  RenderBlock {DIV} at (106,0) size 23x13 [bgcolor=#000000]
+layer at (264,56) size 22x12
+  RenderBlock {DIV} at (106,0) size 23x13 [bgcolor=#000000]
+layer at (408,56) size 22x12
+  RenderBlock {DIV} at (106,0) size 23x13 [bgcolor=#000000]
+layer at (552,56) size 22x12
+  RenderBlock {DIV} at (106,0) size 23x13 [bgcolor=#000000]
+layer at (693,56) size 22x12
+  RenderBlock {DIV} at (106,0) size 23x13 [bgcolor=#000000]
+layer at (119,79) size 22x12
+  RenderBlock {DIV} at (106,0) size 23x13 [bgcolor=#000000]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsbasicbuttonsexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsbasicbuttonsexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/basic-buttons-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/basic-buttons-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/basic-buttons-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/basic-buttons-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,167 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x318
+  RenderBlock {HTML} at (0,0) size 800x318
+    RenderBody {BODY} at (8,8) size 784x302
+      RenderBlock (anonymous) at (0,0) size 784x72
+        RenderText {#text} at (0,0) size 547x18
+          text run at (0,0) width 547: &quot;Tests for basic button rendering. Creates a table with seven columns and seven rows. &quot;
+        RenderBR {BR} at (546,0) size 1x18
+        RenderText {#text} at (0,18) size 521x18
+          text run at (0,18) width 521: &quot;Creates two different types of buttons, one with an image (a red dot) and another &quot;
+        RenderBR {BR} at (520,18) size 1x18
+        RenderText {#text} at (0,36) size 660x18
+          text run at (0,36) width 660: &quot;with text (\&quot;foo\&quot;) and then uses six different paddings to make sure each of the buttons render properly. &quot;
+        RenderBR {BR} at (660,36) size 0x18
+        RenderBR {BR} at (0,54) size 0x18
+      RenderTable {TABLE} at (0,72) size 696x230
+        RenderTableSection {TBODY} at (0,0) size 696x230
+          RenderTableRow {TR} at (0,0) size 696x20
+            RenderTableCell {TD} at (0,0) size 170x20 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 44x18
+                text run at (1,1) width 44: &quot;styling&quot;
+            RenderTableCell {TD} at (170,0) size 61x20 [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 59x18
+                text run at (1,1) width 59: &quot;&lt;button&gt;&quot;
+            RenderTableCell {TD} at (230,0) size 162x20 [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 159x18
+                text run at (1,1) width 159: &quot;(offsetH,W) (clientH,W)&quot;
+            RenderTableCell {TD} at (391,0) size 135x20 [r=0 c=3 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 133x18
+                text run at (1,1) width 133: &quot;&lt;input type=button&gt;&quot;
+            RenderTableCell {TD} at (525,0) size 171x20 [r=0 c=4 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 168x18
+                text run at (1,1) width 168: &quot;(offsetH,W) (clientH, -W)&quot;
+          RenderTableRow {TR} at (0,20) size 696x24
+            RenderTableCell {TD} at (0,22) size 170x20 [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 56x18
+                text run at (1,1) width 56: &quot;(default)&quot;
+            RenderTableCell {TD} at (170,20) size 61x24 [r=1 c=1 rs=1 cs=1]
+              RenderButton {BUTTON} at (3,3) size 26x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+                RenderBlock (anonymous) at (8,2) size 10x13
+                  RenderImage {IMG} at (0,1) size 10x10
+            RenderTableCell {TD} at (230,22) size 162x20 [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 106x18
+                text run at (1,1) width 106: &quot;(18, 26) (18, 22)&quot;
+            RenderTableCell {TD} at (391,20) size 135x24 [r=1 c=3 rs=1 cs=1]
+              RenderButton {INPUT} at (3,3) size 34x18 [bgcolor=#C0C0C0]
+                RenderBlock (anonymous) at (8,2) size 18x13
+                  RenderText at (0,0) size 18x13
+                    text run at (0,0) width 18: &quot;foo&quot;
+            RenderTableCell {TD} at (525,22) size 171x20 [r=1 c=4 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 106x18
+                text run at (1,1) width 106: &quot;(18, 33) (18, 33)&quot;
+          RenderTableRow {TR} at (0,44) size 696x24
+            RenderTableCell {TD} at (0,46) size 170x20 [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 68x18
+                text run at (1,1) width 68: &quot;padding: 0&quot;
+            RenderTableCell {TD} at (170,45) size 61x22 [r=2 c=1 rs=1 cs=1]
+              RenderButton {BUTTON} at (3,3) size 14x15 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+                RenderBlock (anonymous) at (2,1) size 10x13
+                  RenderImage {IMG} at (0,1) size 10x10
+            RenderTableCell {TD} at (230,46) size 162x20 [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 106x18
+                text run at (1,1) width 106: &quot;(15, 14) (15, 10)&quot;
+            RenderTableCell {TD} at (391,44) size 135x24 [r=2 c=3 rs=1 cs=1]
+              RenderButton {INPUT} at (3,3) size 34x18 [bgcolor=#C0C0C0]
+                RenderBlock (anonymous) at (8,2) size 18x13
+                  RenderText at (0,0) size 18x13
+                    text run at (0,0) width 18: &quot;foo&quot;
+            RenderTableCell {TD} at (525,46) size 171x20 [r=2 c=4 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 106x18
+                text run at (1,1) width 106: &quot;(18, 33) (18, 33)&quot;
+          RenderTableRow {TR} at (0,68) size 696x30
+            RenderTableCell {TD} at (0,73) size 170x20 [r=3 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 90x18
+                text run at (1,1) width 90: &quot;padding: 10%&quot;
+            RenderTableCell {TD} at (170,68) size 61x30 [r=3 c=1 rs=1 cs=1]
+              RenderButton {BUTTON} at (3,3) size 26x25 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+                RenderBlock (anonymous) at (7,5) size 11x14
+                  RenderImage {IMG} at (0,1) size 10x10
+            RenderTableCell {TD} at (230,73) size 162x20 [r=3 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 106x18
+                text run at (1,1) width 106: &quot;(25, 26) (25, 22)&quot;
+            RenderTableCell {TD} at (391,71) size 135x24 [r=3 c=3 rs=1 cs=1]
+              RenderButton {INPUT} at (3,3) size 34x18 [bgcolor=#C0C0C0]
+                RenderBlock (anonymous) at (8,2) size 18x13
+                  RenderText at (0,0) size 18x13
+                    text run at (0,0) width 18: &quot;foo&quot;
+            RenderTableCell {TD} at (525,73) size 171x20 [r=3 c=4 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 106x18
+                text run at (1,1) width 106: &quot;(18, 33) (18, 33)&quot;
+          RenderTableRow {TR} at (0,98) size 696x24
+            RenderTableCell {TD} at (0,100) size 170x20 [r=4 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 84x18
+                text run at (1,1) width 84: &quot;padding: 2px&quot;
+            RenderTableCell {TD} at (170,98) size 61x24 [r=4 c=1 rs=1 cs=1]
+              RenderButton {BUTTON} at (3,3) size 18x17 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+                RenderBlock (anonymous) at (4,2) size 10x13
+                  RenderImage {IMG} at (0,1) size 10x10
+            RenderTableCell {TD} at (230,100) size 162x20 [r=4 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 106x18
+                text run at (1,1) width 106: &quot;(17, 18) (17, 14)&quot;
+            RenderTableCell {TD} at (391,98) size 135x24 [r=4 c=3 rs=1 cs=1]
+              RenderButton {INPUT} at (3,3) size 34x18 [bgcolor=#C0C0C0]
+                RenderBlock (anonymous) at (8,2) size 18x13
+                  RenderText at (0,0) size 18x13
+                    text run at (0,0) width 18: &quot;foo&quot;
+            RenderTableCell {TD} at (525,100) size 171x20 [r=4 c=4 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 106x18
+                text run at (1,1) width 106: &quot;(18, 33) (18, 33)&quot;
+          RenderTableRow {TR} at (0,122) size 696x24
+            RenderTableCell {TD} at (0,124) size 170x20 [r=5 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 168x18
+                text run at (1,1) width 168: &quot;padding: 2px 6px 3px 6px&quot;
+            RenderTableCell {TD} at (170,122) size 61x24 [r=5 c=1 rs=1 cs=1]
+              RenderButton {BUTTON} at (3,3) size 26x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+                RenderBlock (anonymous) at (8,2) size 10x13
+                  RenderImage {IMG} at (0,1) size 10x10
+            RenderTableCell {TD} at (230,124) size 162x20 [r=5 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 106x18
+                text run at (1,1) width 106: &quot;(18, 26) (18, 22)&quot;
+            RenderTableCell {TD} at (391,122) size 135x24 [r=5 c=3 rs=1 cs=1]
+              RenderButton {INPUT} at (3,3) size 34x18 [bgcolor=#C0C0C0]
+                RenderBlock (anonymous) at (8,2) size 18x13
+                  RenderText at (0,0) size 18x13
+                    text run at (0,0) width 18: &quot;foo&quot;
+            RenderTableCell {TD} at (525,124) size 171x20 [r=5 c=4 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 106x18
+                text run at (1,1) width 106: &quot;(18, 33) (18, 33)&quot;
+          RenderTableRow {TR} at (0,146) size 696x25
+            RenderTableCell {TD} at (0,148) size 170x21 [r=6 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 112x19
+                text run at (1,2) width 112: &quot;padding: 3px 7px&quot;
+            RenderTableCell {TD} at (170,146) size 61x25 [r=6 c=1 rs=1 cs=1]
+              RenderButton {BUTTON} at (3,3) size 28x19 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+                RenderBlock (anonymous) at (9,3) size 10x13
+                  RenderImage {IMG} at (0,1) size 10x10
+            RenderTableCell {TD} at (230,148) size 162x21 [r=6 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 106x19
+                text run at (1,2) width 106: &quot;(19, 28) (19, 24)&quot;
+            RenderTableCell {TD} at (391,146) size 135x25 [r=6 c=3 rs=1 cs=1]
+              RenderButton {INPUT} at (3,3) size 34x18 [bgcolor=#C0C0C0]
+                RenderBlock (anonymous) at (8,2) size 18x13
+                  RenderText at (0,0) size 18x13
+                    text run at (0,0) width 18: &quot;foo&quot;
+            RenderTableCell {TD} at (525,148) size 171x21 [r=6 c=4 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 106x19
+                text run at (1,2) width 106: &quot;(18, 33) (18, 33)&quot;
+          RenderTableRow {TR} at (0,171) size 696x59
+            RenderTableCell {TD} at (0,190) size 170x21 [r=7 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 92x19
+                text run at (1,2) width 92: &quot;padding: 20px&quot;
+            RenderTableCell {TD} at (170,171) size 61x59 [r=7 c=1 rs=1 cs=1]
+              RenderButton {BUTTON} at (3,3) size 54x53 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+                RenderBlock (anonymous) at (22,20) size 10x13
+                  RenderImage {IMG} at (0,1) size 10x10
+            RenderTableCell {TD} at (230,190) size 162x21 [r=7 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 106x19
+                text run at (1,2) width 106: &quot;(53, 54) (53, 50)&quot;
+            RenderTableCell {TD} at (391,188) size 135x25 [r=7 c=3 rs=1 cs=1]
+              RenderButton {INPUT} at (3,3) size 34x18 [bgcolor=#C0C0C0]
+                RenderBlock (anonymous) at (8,2) size 18x13
+                  RenderText at (0,0) size 18x13
+                    text run at (0,0) width 18: &quot;foo&quot;
+            RenderTableCell {TD} at (525,190) size 171x21 [r=7 c=4 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 106x19
+                text run at (1,2) width 106: &quot;(18, 33) (18, 33)&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsbasicinputsexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsbasicinputsexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/basic-inputs-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/basic-inputs-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/basic-inputs-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/basic-inputs-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,88 @@
</span><ins>+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 470x582
+      RenderBlock (anonymous) at (0,0) size 470x306
+        RenderText {#text} at (0,0) size 332x18
+          text run at (0,0) width 332: &quot;This tests basic inputs. Here's what you should see: &quot;
+        RenderBR {BR} at (331,14) size 1x0
+        RenderBR {BR} at (0,18) size 0x18
+        RenderText {#text} at (0,36) size 461x54
+          text run at (0,36) width 442: &quot;first line: the letter \&quot;a\&quot; and then a text input field filled with repeating&quot;
+          text run at (0,54) width 86: &quot;\&quot;foobarbaz\&quot;, &quot;
+          text run at (85,54) width 376: &quot;then the word \&quot;text\&quot; followed by a disabled text input field&quot;
+          text run at (0,72) width 335: &quot;filled with \&quot;foo\&quot; and then the letter \&quot;b\&quot; and then \&quot;a\&quot; &quot;
+        RenderBR {BR} at (334,86) size 1x0
+        RenderBR {BR} at (0,90) size 0x18
+        RenderText {#text} at (0,108) size 467x54
+          text run at (0,108) width 437: &quot;second line: and then a password input field that's filled and then the&quot;
+          text run at (0,126) width 467: &quot;word \&quot;password\&quot; and then a disabled password field that's filled and then&quot;
+          text run at (0,144) width 86: &quot;the letter \&quot;b\&quot; &quot;
+        RenderBR {BR} at (85,158) size 1x0
+        RenderBR {BR} at (0,162) size 0x18
+        RenderText {#text} at (0,180) size 459x36
+          text run at (0,180) width 459: &quot;third line: the letter \&quot;a\&quot; and then a checkbox (unchecked) with the word&quot;
+          text run at (0,198) width 360: &quot;\&quot;checkbox\&quot; and then a disabled checkbox and letter \&quot;b\&quot; &quot;
+        RenderBR {BR} at (359,212) size 1x0
+        RenderBR {BR} at (0,216) size 0x18
+        RenderText {#text} at (0,234) size 457x54
+          text run at (0,234) width 411: &quot;fourth line: the last line has the letter \&quot;a\&quot; and then a redio button&quot;
+          text run at (0,252) width 457: &quot;(unselected) and then the word \&quot;radio\&quot; and then a disabled radio button&quot;
+          text run at (0,270) width 113: &quot;and the letter \&quot;b\&quot; &quot;
+        RenderBR {BR} at (112,284) size 1x0
+        RenderBR {BR} at (0,288) size 0x18
+      RenderBlock {DIV} at (10,316) size 450x48 [border: (1px solid #FF0000)]
+        RenderText {#text} at (1,3) size 8x18
+          text run at (1,3) width 8: &quot;a&quot;
+        RenderTextControl {INPUT} at (10,3) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (148,3) size 29x18
+          text run at (148,3) width 29: &quot;text &quot;
+        RenderTextControl {INPUT} at (178,3) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (316,3) size 20x18
+          text run at (316,3) width 13: &quot;b &quot;
+          text run at (328,3) width 8: &quot;a&quot;
+        RenderTextControl {INPUT} at (3,26) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 131x13
+            RenderBlock {DIV} at (0,0) size 131x13
+        RenderText {#text} at (141,26) size 65x18
+          text run at (141,26) width 65: &quot;password &quot;
+        RenderTextControl {INPUT} at (207,26) size 138x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 131x13
+            RenderBlock {DIV} at (0,0) size 131x13
+        RenderText {#text} at (346,26) size 9x18
+          text run at (346,26) width 9: &quot;b&quot;
+      RenderBlock {DIV} at (10,374) size 450x21 [border: (1px solid #FF0000)]
+        RenderText {#text} at (1,1) size 8x18
+          text run at (1,1) width 8: &quot;a&quot;
+        RenderBlock {INPUT} at (10,5) size 13x12
+        RenderText {#text} at (24,1) size 66x18
+          text run at (24,1) width 66: &quot;checkbox &quot;
+        RenderBlock {INPUT} at (91,5) size 13x12
+        RenderText {#text} at (105,1) size 9x18
+          text run at (105,1) width 9: &quot;b&quot;
+      RenderBlock {DIV} at (10,405) size 450x21 [border: (1px solid #FF0000)]
+        RenderText {#text} at (1,1) size 8x18
+          text run at (1,1) width 8: &quot;a&quot;
+        RenderBlock {INPUT} at (10,5) size 13x12
+        RenderText {#text} at (24,1) size 37x18
+          text run at (24,1) width 37: &quot;radio &quot;
+        RenderBlock {INPUT} at (62,5) size 13x12
+        RenderText {#text} at (76,1) size 9x18
+          text run at (76,1) width 9: &quot;b&quot;
+layer at (31,330) size 130x13 scrollWidth 161
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 160x13
+      text run at (0,0) width 160: &quot;foobarbazfoobarbazfoobarbaz&quot;
+layer at (199,330) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13 [color=#545454]
+    RenderText {#text} at (0,0) size 18x13
+      text run at (0,0) width 18: &quot;foo&quot;
+layer at (24,353) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13
+    RenderText {#text} at (0,0) size 20x13
+      text run at (0,0) width 20: &quot;\x{2022}\x{2022}\x{2022}&quot;
+layer at (229,353) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13 [color=#545454]
+    RenderText {#text} at (0,0) size 20x13
+      text run at (0,0) width 20: &quot;\x{2022}\x{2022}\x{2022}&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsbasicselectsexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsbasicselectsexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/basic-selects-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/basic-selects-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/basic-selects-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/basic-selects-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,174 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x486
+  RenderBlock {HTML} at (0,0) size 800x486
+    RenderBody {BODY} at (8,8) size 784x470
+      RenderBlock {DIV} at (0,0) size 784x470 [border: (1px solid #FF0000)]
+        RenderText {#text} at (1,2) size 169x18
+          text run at (1,2) width 169: &quot;Whitespace in option text:&quot;
+        RenderMenuList {SELECT} at (171,3) size 56x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 55x18
+            RenderText at (8,2) size 24x13
+              text run at (8,2) width 24: &quot;f o o&quot;
+        RenderText {#text} at (228,2) size 8x18
+          text run at (228,2) width 8: &quot;a&quot;
+        RenderMenuList {SELECT} at (237,3) size 56x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 55x18
+            RenderText at (8,2) size 24x13
+              text run at (8,2) width 24: &quot;f o o&quot;
+        RenderText {#text} at (294,2) size 9x18
+          text run at (294,2) width 9: &quot;b&quot;
+        RenderBR {BR} at (302,2) size 1x18
+        RenderBR {BR} at (1,22) size 0x18
+        RenderText {#text} at (1,40) size 140x18
+          text run at (1,40) width 140: &quot;Simple select control:&quot;
+        RenderMenuList {SELECT} at (142,41) size 50x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 49x18
+            RenderText at (8,2) size 18x13
+              text run at (8,2) width 18: &quot;foo&quot;
+        RenderText {#text} at (193,40) size 8x18
+          text run at (193,40) width 8: &quot;a&quot;
+        RenderMenuList {SELECT} at (202,41) size 50x18 [color=#808080] [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 49x18
+            RenderText at (8,2) size 18x13
+              text run at (8,2) width 18: &quot;foo&quot;
+        RenderText {#text} at (253,40) size 9x18
+          text run at (253,40) width 9: &quot;b&quot;
+        RenderBR {BR} at (261,40) size 1x18
+        RenderBR {BR} at (1,60) size 0x18
+        RenderText {#text} at (1,78) size 198x18
+          text run at (1,78) width 198: &quot;Line-height should be ignored:&quot;
+        RenderMenuList {SELECT} at (200,79) size 50x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 49x18
+            RenderText at (8,2) size 18x13
+              text run at (8,2) width 18: &quot;foo&quot;
+        RenderText {#text} at (251,78) size 8x18
+          text run at (251,78) width 8: &quot;a&quot;
+        RenderMenuList {SELECT} at (260,79) size 50x18 [color=#808080] [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 49x18
+            RenderText at (8,2) size 18x13
+              text run at (8,2) width 18: &quot;bar&quot;
+        RenderText {#text} at (311,78) size 9x18
+          text run at (311,78) width 9: &quot;b&quot;
+        RenderBR {BR} at (319,78) size 1x18
+        RenderBR {BR} at (1,98) size 0x18
+        RenderText {#text} at (1,116) size 441x18
+          text run at (1,116) width 441: &quot;Padding should be respected, the arrow button shouldn't change size:&quot;
+        RenderMenuList {SELECT} at (444,117) size 49x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 49x18
+            RenderText at (8,2) size 18x13
+              text run at (8,2) width 18: &quot;foo&quot;
+        RenderText {#text} at (495,116) size 8x18
+          text run at (495,116) width 8: &quot;a&quot;
+        RenderMenuList {SELECT} at (504,117) size 50x18 [color=#808080] [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 49x18
+            RenderText at (8,2) size 18x13
+              text run at (8,2) width 18: &quot;foo&quot;
+        RenderText {#text} at (555,116) size 9x18
+          text run at (555,116) width 9: &quot;b&quot;
+        RenderBR {BR} at (563,116) size 1x18
+        RenderBR {BR} at (1,136) size 0x18
+        RenderText {#text} at (1,161) size 180x18
+          text run at (1,161) width 180: &quot;Border should be respected:&quot;
+        RenderMenuList {SELECT} at (182,155) size 64x32 [bgcolor=#FFFFFF] [border: (8px solid #33CCFF)]
+          RenderBlock (anonymous) at (8,8) size 47x16
+            RenderText at (8,1) size 18x13
+              text run at (8,1) width 18: &quot;foo&quot;
+        RenderText {#text} at (247,161) size 8x18
+          text run at (247,161) width 8: &quot;a&quot;
+        RenderMenuList {SELECT} at (256,155) size 64x32 [color=#7F7F7F] [bgcolor=#FFFFFF] [border: (8px solid #33CCFF)]
+          RenderBlock (anonymous) at (8,8) size 47x16
+            RenderText at (8,1) size 18x13
+              text run at (8,1) width 18: &quot;foo&quot;
+        RenderText {#text} at (321,161) size 9x18
+          text run at (321,161) width 9: &quot;b&quot;
+        RenderBR {BR} at (329,161) size 1x18
+        RenderBR {BR} at (1,188) size 0x18
+        RenderText {#text} at (1,209) size 118x18
+          text run at (1,209) width 118: &quot;Border + padding:&quot;
+        RenderMenuList {SELECT} at (120,207) size 56x24 [bgcolor=#FFFFFF] [border: (4px solid #33CCFF)]
+          RenderBlock (anonymous) at (4,4) size 47x16
+            RenderText at (8,1) size 18x13
+              text run at (8,1) width 18: &quot;foo&quot;
+        RenderText {#text} at (177,209) size 8x18
+          text run at (177,209) width 8: &quot;a&quot;
+        RenderMenuList {SELECT} at (186,207) size 56x24 [color=#7F7F7F] [bgcolor=#FFFFFF] [border: (4px solid #33CCFF)]
+          RenderBlock (anonymous) at (4,4) size 47x16
+            RenderText at (8,1) size 18x13
+              text run at (8,1) width 18: &quot;foo&quot;
+        RenderText {#text} at (243,209) size 9x18
+          text run at (243,209) width 9: &quot;b&quot;
+        RenderBR {BR} at (251,209) size 1x18
+        RenderBR {BR} at (1,232) size 0x18
+        RenderText {#text} at (1,248) size 491x18
+          text run at (1,248) width 491: &quot;Height larger than font-size, button should grow, text baseline should center:&quot;
+        RenderMenuList {SELECT} at (493,249) size 50x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 49x18
+            RenderText at (8,2) size 18x13
+              text run at (8,2) width 18: &quot;foo&quot;
+        RenderText {#text} at (544,248) size 8x18
+          text run at (544,248) width 8: &quot;a&quot;
+        RenderMenuList {SELECT} at (553,249) size 50x18 [color=#808080] [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 49x18
+            RenderText at (8,2) size 18x13
+              text run at (8,2) width 18: &quot;foo&quot;
+        RenderText {#text} at (604,248) size 9x18
+          text run at (604,248) width 9: &quot;b&quot;
+        RenderBR {BR} at (612,248) size 1x18
+        RenderBR {BR} at (1,266) size 0x18
+        RenderText {#text} at (1,282) size 515x18
+          text run at (1,282) width 515: &quot;Heigh smaller than font-size, whole select shrinks and is baselined with the text:&quot;
+        RenderMenuList {SELECT} at (517,283) size 50x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 49x18
+            RenderText at (8,2) size 18x13
+              text run at (8,2) width 18: &quot;foo&quot;
+        RenderText {#text} at (568,282) size 8x18
+          text run at (568,282) width 8: &quot;a&quot;
+        RenderMenuList {SELECT} at (577,283) size 50x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 49x18
+            RenderText at (8,2) size 18x13
+              text run at (8,2) width 18: &quot;bar&quot;
+        RenderText {#text} at (628,282) size 9x18
+          text run at (628,282) width 9: &quot;b&quot;
+        RenderBR {BR} at (636,282) size 1x18
+        RenderBR {BR} at (1,300) size 0x18
+        RenderText {#text} at (1,316) size 173x18
+          text run at (1,316) width 173: &quot;select control with size=0: &quot;
+        RenderBR {BR} at (173,316) size 1x18
+        RenderMenuList {SELECT} at (3,335) size 195x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 195x18
+            RenderText at (8,2) size 70x13
+              text run at (8,2) width 70: &quot;Future Series&quot;
+        RenderText {#text} at (200,334) size 4x18
+          text run at (200,334) width 4: &quot; &quot;
+        RenderBR {BR} at (0,0) size 0x0
+        RenderText {#text} at (1,354) size 173x18
+          text run at (1,354) width 173: &quot;select control with size=1: &quot;
+        RenderBR {BR} at (173,354) size 1x18
+        RenderMenuList {SELECT} at (3,373) size 195x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 195x18
+            RenderText at (8,2) size 70x13
+              text run at (8,2) width 70: &quot;Future Series&quot;
+        RenderText {#text} at (200,372) size 4x18
+          text run at (200,372) width 4: &quot; &quot;
+        RenderBR {BR} at (0,0) size 0x0
+        RenderText {#text} at (1,392) size 170x18
+          text run at (1,392) width 170: &quot;Non-styled select control: &quot;
+        RenderBR {BR} at (170,392) size 1x18
+        RenderMenuList {SELECT} at (3,411) size 195x18 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+          RenderBlock (anonymous) at (1,1) size 193x16
+            RenderText at (8,1) size 70x13
+              text run at (8,1) width 70: &quot;Future Series&quot;
+        RenderText {#text} at (200,410) size 4x18
+          text run at (200,410) width 4: &quot; &quot;
+        RenderBR {BR} at (0,0) size 0x0
+        RenderText {#text} at (1,430) size 298x18
+          text run at (1,430) width 298: &quot;Styled select control with large border-radius: &quot;
+        RenderBR {BR} at (298,430) size 1x18
+        RenderMenuList {SELECT} at (3,449) size 195x18 [bgcolor=#33CCFF] [border: (1px solid #000000)]
+          RenderBlock (anonymous) at (1,1) size 193x16
+            RenderText at (8,1) size 70x13
+              text run at (8,1) width 70: &quot;Future Series&quot;
+        RenderText {#text} at (200,448) size 4x18
+          text run at (200,448) width 4: &quot; &quot;
+        RenderBR {BR} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsbasictextareasexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsbasictextareasexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/basic-textareas-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/basic-textareas-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/basic-textareas-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/basic-textareas-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,1365 @@
</span><ins>+layer at (0,0) size 785x1441
+  RenderView at (0,0) size 785x600
+layer at (0,0) size 785x1441
+  RenderBlock {HTML} at (0,0) size 785x1441
+    RenderBody {BODY} at (0,0) size 785x1441
+      RenderIFrame {IFRAME} at (0,0) size 785x737
+        layer at (0,0) size 785x737
+          RenderView at (0,0) size 785x737
+        layer at (0,0) size 785x737
+          RenderBlock {HTML} at (0,0) size 785x737
+            RenderBody {BODY} at (0,5) size 785x732
+              RenderBlock {DIV} at (0,0) size 785x18
+                RenderText {#text} at (0,0) size 196x18
+                  text run at (0,0) width 196: &quot;CompatMode: CSS1Compat&quot;
+              RenderBlock (anonymous) at (0,23) size 785x709
+                RenderBlock {DIV} at (0,30) size 158x55 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,12) size 80x0
+                  RenderBR {BR} at (81,1) size 0x14
+                RenderBlock {DIV} at (158,30) size 158x55 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x14
+                    RenderText {#text} at (0,0) size 78x14
+                      text run at (0,0) width 78: &quot;disabled: \&quot;true\&quot;,&quot;
+                  RenderBR {BR} at (81,1) size 0x14
+                RenderBlock {DIV} at (316,0) size 174x85 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x28
+                    RenderText {#text} at (0,0) size 79x28
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 79: &quot;\&quot;padding:10px\&quot;,&quot;
+                  RenderBR {BR} at (81,15) size 0x14
+                RenderBlock {DIV} at (490,20) size 154x65 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x28
+                    RenderText {#text} at (0,0) size 73x28
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 73: &quot;\&quot;padding:0px\&quot;,&quot;
+                  RenderBR {BR} at (81,15) size 0x14
+                RenderBlock {DIV} at (0,119) size 174x85 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x28
+                    RenderText {#text} at (0,0) size 74x28
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 74: &quot;\&quot;margin:10px\&quot;,&quot;
+                  RenderBR {BR} at (81,15) size 0x14
+                RenderBlock {DIV} at (174,139) size 154x65 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x28
+                    RenderText {#text} at (0,0) size 68x28
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 68: &quot;\&quot;margin:0px\&quot;,&quot;
+                  RenderBR {BR} at (81,15) size 0x14
+                RenderBlock {DIV} at (328,135) size 82x69 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x28
+                    RenderText {#text} at (0,0) size 68x28
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 68: &quot;\&quot;width:60px\&quot;,&quot;
+                  RenderBR {BR} at (81,15) size 0x14
+                RenderBlock {DIV} at (410,85) size 104x119 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x42
+                    RenderText {#text} at (0,0) size 74x42
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 63: &quot;\&quot;width:60px;&quot;
+                      text run at (0,28) width 74: &quot;padding:20px\&quot;,&quot;
+                  RenderBR {BR} at (81,29) size 0x14
+                RenderBlock {DIV} at (514,125) size 82x79 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x42
+                    RenderText {#text} at (0,0) size 63x42
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 63: &quot;\&quot;width:60px;&quot;
+                      text run at (0,28) width 56: &quot;padding:0\&quot;,&quot;
+                  RenderBR {BR} at (81,29) size 0x14
+                RenderBlock {DIV} at (596,105) size 158x99 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x28
+                    RenderText {#text} at (0,0) size 71x28
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 71: &quot;\&quot;height:60px\&quot;,&quot;
+                  RenderBR {BR} at (81,15) size 0x14
+                RenderBlock {DIV} at (0,218) size 82x113 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x42
+                    RenderText {#text} at (0,0) size 66x42
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 63: &quot;\&quot;width:60px;&quot;
+                      text run at (0,28) width 66: &quot;height:60px\&quot;,&quot;
+                  RenderBR {BR} at (81,29) size 0x14
+                RenderBlock {DIV} at (82,262) size 158x69 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x28
+                    RenderText {#text} at (0,0) size 92x28
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 92: &quot;\&quot;overflow:hidden\&quot;,&quot;
+                  RenderBR {BR} at (81,15) size 0x14
+                RenderBlock {DIV} at (240,247) size 158x84 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x28
+                    RenderText {#text} at (0,0) size 86x28
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 86: &quot;\&quot;overflow:scroll\&quot;,&quot;
+                  RenderBR {BR} at (81,15) size 0x14
+                RenderBlock {DIV} at (398,204) size 82x127 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x56
+                    RenderText {#text} at (0,0) size 87x56
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 87: &quot;\&quot;overflow:hidden;&quot;
+                      text run at (0,28) width 59: &quot;width:60px;&quot;
+                      text run at (0,42) width 66: &quot;height:60px\&quot;,&quot;
+                  RenderBR {BR} at (81,43) size 0x14
+                RenderBlock {DIV} at (480,204) size 82x127 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x56
+                    RenderText {#text} at (0,0) size 81x56
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 81: &quot;\&quot;overflow:scroll;&quot;
+                      text run at (0,28) width 59: &quot;width:60px;&quot;
+                      text run at (0,42) width 66: &quot;height:60px\&quot;,&quot;
+                  RenderBR {BR} at (81,43) size 0x14
+                RenderBlock {DIV} at (562,218) size 82x113 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x42
+                    RenderText {#text} at (0,0) size 74x42
+                      text run at (0,0) width 74: &quot;cols: \&quot;5\&quot;, style:&quot;
+                      text run at (0,14) width 63: &quot;\&quot;width:60px;&quot;
+                      text run at (0,28) width 66: &quot;height:60px\&quot;,&quot;
+                  RenderBR {BR} at (81,29) size 0x14
+                RenderBlock {DIV} at (644,218) size 82x113 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x42
+                    RenderText {#text} at (0,0) size 78x42
+                      text run at (0,0) width 78: &quot;rows: \&quot;4\&quot;, style:&quot;
+                      text run at (0,14) width 63: &quot;\&quot;width:60px;&quot;
+                      text run at (0,28) width 66: &quot;height:60px\&quot;,&quot;
+                  RenderBR {BR} at (81,29) size 0x14
+                RenderBlock {DIV} at (0,331) size 82x127 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x56
+                    RenderText {#text} at (0,0) size 75x56
+                      text run at (0,0) width 75: &quot;cols: \&quot;5\&quot;, rows:&quot;
+                      text run at (0,14) width 48: &quot;\&quot;4\&quot;, style:&quot;
+                      text run at (0,28) width 63: &quot;\&quot;width:60px;&quot;
+                      text run at (0,42) width 66: &quot;height:60px\&quot;,&quot;
+                  RenderBR {BR} at (81,43) size 0x14
+                RenderBlock {DIV} at (82,403) size 82x55 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x14
+                    RenderText {#text} at (0,0) size 45x14
+                      text run at (0,0) width 45: &quot;cols: \&quot;3\&quot;,&quot;
+                  RenderBR {BR} at (81,1) size 0x14
+                RenderBlock {DIV} at (164,390) size 158x68 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x14
+                    RenderText {#text} at (0,0) size 49x14
+                      text run at (0,0) width 49: &quot;rows: \&quot;3\&quot;,&quot;
+                  RenderBR {BR} at (81,1) size 0x14
+                RenderBlock {DIV} at (322,403) size 82x55 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x14
+                    RenderText {#text} at (0,0) size 45x14
+                      text run at (0,0) width 45: &quot;cols: \&quot;7\&quot;,&quot;
+                  RenderBR {BR} at (81,1) size 0x14
+                RenderBlock {DIV} at (404,338) size 158x120 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x14
+                    RenderText {#text} at (0,0) size 49x14
+                      text run at (0,0) width 49: &quot;rows: \&quot;7\&quot;,&quot;
+                  RenderBR {BR} at (81,1) size 0x14
+                RenderBlock {DIV} at (562,363) size 82x95 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x28
+                    RenderText {#text} at (0,0) size 75x28
+                      text run at (0,0) width 75: &quot;cols: \&quot;5\&quot;, rows:&quot;
+                      text run at (0,14) width 19: &quot;\&quot;4\&quot;,&quot;
+                  RenderBR {BR} at (81,15) size 0x14
+                RenderBlock {DIV} at (0,458) size 158x70 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x14
+                    RenderText {#text} at (0,0) size 57x14
+                      text run at (0,0) width 57: &quot;wrap: \&quot;off\&quot;,&quot;
+                  RenderBR {BR} at (81,1) size 0x14
+                RenderBlock {DIV} at (158,473) size 158x55 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x14
+                    RenderText {#text} at (0,0) size 65x14
+                      text run at (0,0) width 65: &quot;wrap: \&quot;hard\&quot;,&quot;
+                  RenderBR {BR} at (81,1) size 0x14
+                RenderBlock {DIV} at (316,473) size 158x55 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x14
+                    RenderText {#text} at (0,0) size 62x14
+                      text run at (0,0) width 62: &quot;wrap: \&quot;soft\&quot;,&quot;
+                  RenderBR {BR} at (81,1) size 0x14
+                RenderBlock {DIV} at (474,459) size 158x69 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x28
+                    RenderText {#text} at (0,0) size 72x28
+                      text run at (0,0) width 65: &quot;style: \&quot;white-&quot;
+                      text run at (0,14) width 72: &quot;space:normal\&quot;,&quot;
+                  RenderBR {BR} at (81,15) size 0x14
+                RenderBlock {DIV} at (0,528) size 158x69 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x28
+                    RenderText {#text} at (0,0) size 65x28
+                      text run at (0,0) width 65: &quot;style: \&quot;white-&quot;
+                      text run at (0,14) width 54: &quot;space:pre\&quot;,&quot;
+                  RenderBR {BR} at (81,15) size 0x14
+                RenderBlock {DIV} at (158,528) size 158x69 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x28
+                    RenderText {#text} at (0,0) size 78x28
+                      text run at (0,0) width 65: &quot;style: \&quot;white-&quot;
+                      text run at (0,14) width 78: &quot;space:prewrap\&quot;,&quot;
+                  RenderBR {BR} at (81,15) size 0x14
+                RenderBlock {DIV} at (316,528) size 158x69 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x28
+                    RenderText {#text} at (0,0) size 74x28
+                      text run at (0,0) width 65: &quot;style: \&quot;white-&quot;
+                      text run at (0,14) width 74: &quot;space:nowrap\&quot;,&quot;
+                  RenderBR {BR} at (81,15) size 0x14
+                RenderBlock {DIV} at (474,528) size 158x69 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x28
+                    RenderText {#text} at (0,0) size 76x28
+                      text run at (0,0) width 65: &quot;style: \&quot;white-&quot;
+                      text run at (0,14) width 76: &quot;space:pre-line\&quot;,&quot;
+                  RenderBR {BR} at (81,15) size 0x14
+                RenderBlock {DIV} at (0,625) size 158x84 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x28
+                    RenderText {#text} at (0,0) size 70x28
+                      text run at (0,0) width 63: &quot;style: \&quot;word-&quot;
+                      text run at (0,14) width 70: &quot;wrap:normal\&quot;,&quot;
+                  RenderBR {BR} at (81,15) size 0x14
+                RenderBlock {DIV} at (158,597) size 158x112 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x56
+                    RenderText {#text} at (0,0) size 65x56
+                      text run at (0,0) width 57: &quot;wrap: \&quot;off\&quot;,&quot;
+                      text run at (0,14) width 65: &quot;style: \&quot;white-&quot;
+                      text run at (0,28) width 50: &quot;space:pre-&quot;
+                      text run at (0,42) width 32: &quot;wrap\&quot;,&quot;
+                  RenderBR {BR} at (81,43) size 0x14
+        layer at (3,75) size 152x32 clip at (4,76) size 150x30
+          RenderTextControl {TEXTAREA} at (3,17) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 146x13
+              RenderText {#text} at (0,0) size 100x13
+                text run at (0,0) width 100: &quot;Lorem ipsum dolor&quot;
+        layer at (161,75) size 152x32 clip at (162,76) size 135x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,17) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 131x52 [color=#545454]
+              RenderText {#text} at (0,0) size 131x52
+                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
+                text run at (102,0) width 4: &quot; &quot;
+                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
+                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
+                text run at (70,26) width 4: &quot; &quot;
+                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (319,59) size 168x48 clip at (320,60) size 151x46 scrollHeight 72
+          RenderTextControl {TEXTAREA} at (3,31) size 168x48 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (11,11) size 131x52
+              RenderText {#text} at (0,0) size 131x52
+                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
+                text run at (102,0) width 4: &quot; &quot;
+                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
+                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
+                text run at (70,26) width 4: &quot; &quot;
+                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (493,79) size 148x28 clip at (494,80) size 131x26 scrollHeight 52
+          RenderTextControl {TEXTAREA} at (3,31) size 148x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (1,1) size 131x52
+              RenderText {#text} at (0,0) size 131x52
+                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
+                text run at (102,0) width 4: &quot; &quot;
+                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
+                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
+                text run at (70,26) width 4: &quot; &quot;
+                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (11,186) size 152x32 clip at (12,187) size 135x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (11,39) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 131x52
+              RenderText {#text} at (0,0) size 131x52
+                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
+                text run at (102,0) width 4: &quot; &quot;
+                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
+                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
+                text run at (70,26) width 4: &quot; &quot;
+                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (175,196) size 152x32 clip at (176,197) size 135x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (1,29) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 131x52
+              RenderText {#text} at (0,0) size 131x52
+                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
+                text run at (102,0) width 4: &quot; &quot;
+                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
+                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
+                text run at (70,26) width 4: &quot; &quot;
+                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (329,194) size 66x32 clip at (330,195) size 49x30 scrollHeight 147
+          RenderTextControl {TEXTAREA} at (1,31) size 66x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 45x143
+              RenderText {#text} at (0,0) size 45x143
+                text run at (0,0) width 34: &quot;Lorem&quot;
+                text run at (33,0) width 4: &quot; &quot;
+                text run at (0,13) width 32: &quot;ipsum&quot;
+                text run at (31,13) width 8: &quot;  &quot;
+                text run at (0,26) width 28: &quot;dolor&quot;
+                text run at (27,26) width 4: &quot; &quot;
+                text run at (0,39) width 40: &quot;ABCDE&quot;
+                text run at (0,52) width 41: &quot;FGHIJK&quot;
+                text run at (0,65) width 42: &quot;LMNOP&quot;
+                text run at (0,78) width 40: &quot;QRSTU&quot;
+                text run at (0,91) width 40: &quot;VWXYZ&quot;
+                text run at (39,91) width 5: &quot; &quot;
+                text run at (0,104) width 44: &quot;abcdefg&quot;
+                text run at (0,117) width 45: &quot;hijklmno&quot;
+                text run at (0,130) width 41: &quot;pqrstuv&quot;
+        layer at (411,158) size 102x68 clip at (412,159) size 85x66 scrollHeight 183
+          RenderTextControl {TEXTAREA} at (1,45) size 102x68 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (21,21) size 45x143
+              RenderText {#text} at (0,0) size 45x143
+                text run at (0,0) width 34: &quot;Lorem&quot;
+                text run at (33,0) width 4: &quot; &quot;
+                text run at (0,13) width 32: &quot;ipsum&quot;
+                text run at (31,13) width 8: &quot;  &quot;
+                text run at (0,26) width 28: &quot;dolor&quot;
+                text run at (27,26) width 4: &quot; &quot;
+                text run at (0,39) width 40: &quot;ABCDE&quot;
+                text run at (0,52) width 41: &quot;FGHIJK&quot;
+                text run at (0,65) width 42: &quot;LMNOP&quot;
+                text run at (0,78) width 40: &quot;QRSTU&quot;
+                text run at (0,91) width 40: &quot;VWXYZ&quot;
+                text run at (39,91) width 5: &quot; &quot;
+                text run at (0,104) width 44: &quot;abcdefg&quot;
+                text run at (0,117) width 45: &quot;hijklmno&quot;
+                text run at (0,130) width 41: &quot;pqrstuv&quot;
+        layer at (515,198) size 62x28 clip at (516,199) size 45x26 scrollHeight 143
+          RenderTextControl {TEXTAREA} at (1,45) size 62x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (1,1) size 45x143
+              RenderText {#text} at (0,0) size 45x143
+                text run at (0,0) width 34: &quot;Lorem&quot;
+                text run at (33,0) width 4: &quot; &quot;
+                text run at (0,13) width 32: &quot;ipsum&quot;
+                text run at (31,13) width 8: &quot;  &quot;
+                text run at (0,26) width 28: &quot;dolor&quot;
+                text run at (27,26) width 4: &quot; &quot;
+                text run at (0,39) width 40: &quot;ABCDE&quot;
+                text run at (0,52) width 41: &quot;FGHIJK&quot;
+                text run at (0,65) width 42: &quot;LMNOP&quot;
+                text run at (0,78) width 40: &quot;QRSTU&quot;
+                text run at (0,91) width 40: &quot;VWXYZ&quot;
+                text run at (39,91) width 5: &quot; &quot;
+                text run at (0,104) width 44: &quot;abcdefg&quot;
+                text run at (0,117) width 45: &quot;hijklmno&quot;
+                text run at (0,130) width 41: &quot;pqrstuv&quot;
+        layer at (599,162) size 152x66 clip at (600,163) size 150x64
+          RenderTextControl {TEXTAREA} at (3,29) size 152x66 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 146x52
+              RenderText {#text} at (0,0) size 146x52
+                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
+                text run at (102,0) width 4: &quot; &quot;
+                text run at (0,13) width 146: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+                text run at (0,26) width 55: &quot;TUVWXYZ&quot;
+                text run at (54,26) width 5: &quot; &quot;
+                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (1,289) size 66x66 clip at (2,290) size 49x64 scrollHeight 147
+          RenderTextControl {TEXTAREA} at (1,43) size 66x66 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 45x143
+              RenderText {#text} at (0,0) size 45x143
+                text run at (0,0) width 34: &quot;Lorem&quot;
+                text run at (33,0) width 4: &quot; &quot;
+                text run at (0,13) width 32: &quot;ipsum&quot;
+                text run at (31,13) width 8: &quot;  &quot;
+                text run at (0,26) width 28: &quot;dolor&quot;
+                text run at (27,26) width 4: &quot; &quot;
+                text run at (0,39) width 40: &quot;ABCDE&quot;
+                text run at (0,52) width 41: &quot;FGHIJK&quot;
+                text run at (0,65) width 42: &quot;LMNOP&quot;
+                text run at (0,78) width 40: &quot;QRSTU&quot;
+                text run at (0,91) width 40: &quot;VWXYZ&quot;
+                text run at (39,91) width 5: &quot; &quot;
+                text run at (0,104) width 44: &quot;abcdefg&quot;
+                text run at (0,117) width 45: &quot;hijklmno&quot;
+                text run at (0,130) width 41: &quot;pqrstuv&quot;
+        layer at (85,321) size 152x32 clip at (86,322) size 150x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,31) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 146x52
+              RenderText {#text} at (0,0) size 146x52
+                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
+                text run at (102,0) width 4: &quot; &quot;
+                text run at (0,13) width 146: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+                text run at (0,26) width 55: &quot;TUVWXYZ&quot;
+                text run at (54,26) width 5: &quot; &quot;
+                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (243,306) size 152x47 clip at (244,307) size 135x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,31) size 152x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 131x52
+              RenderText {#text} at (0,0) size 131x52
+                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
+                text run at (102,0) width 4: &quot; &quot;
+                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
+                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
+                text run at (70,26) width 4: &quot; &quot;
+                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (399,289) size 66x66 clip at (400,290) size 64x64 scrollHeight 134
+          RenderTextControl {TEXTAREA} at (1,57) size 66x66 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 60x130
+              RenderText {#text} at (0,0) size 60x130
+                text run at (0,0) width 34: &quot;Lorem&quot;
+                text run at (33,0) width 4: &quot; &quot;
+                text run at (0,13) width 32: &quot;ipsum&quot;
+                text run at (31,13) width 8: &quot;  &quot;
+                text run at (0,26) width 28: &quot;dolor&quot;
+                text run at (27,26) width 4: &quot; &quot;
+                text run at (0,39) width 55: &quot;ABCDEFG&quot;
+                text run at (0,52) width 60: &quot;HIJKLMNO&quot;
+                text run at (0,65) width 55: &quot;PQRSTUV&quot;
+                text run at (0,78) width 33: &quot;WXYZ&quot;
+                text run at (32,78) width 4: &quot; &quot;
+                text run at (0,91) width 56: &quot;abcdefghij&quot;
+                text run at (0,104) width 60: &quot;klmnopqrst&quot;
+                text run at (0,117) width 13: &quot;uv&quot;
+        layer at (481,289) size 66x66 clip at (482,290) size 49x49 scrollHeight 147
+          RenderTextControl {TEXTAREA} at (1,57) size 66x66 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 45x143
+              RenderText {#text} at (0,0) size 45x143
+                text run at (0,0) width 34: &quot;Lorem&quot;
+                text run at (33,0) width 4: &quot; &quot;
+                text run at (0,13) width 32: &quot;ipsum&quot;
+                text run at (31,13) width 8: &quot;  &quot;
+                text run at (0,26) width 28: &quot;dolor&quot;
+                text run at (27,26) width 4: &quot; &quot;
+                text run at (0,39) width 40: &quot;ABCDE&quot;
+                text run at (0,52) width 41: &quot;FGHIJK&quot;
+                text run at (0,65) width 42: &quot;LMNOP&quot;
+                text run at (0,78) width 40: &quot;QRSTU&quot;
+                text run at (0,91) width 40: &quot;VWXYZ&quot;
+                text run at (39,91) width 5: &quot; &quot;
+                text run at (0,104) width 44: &quot;abcdefg&quot;
+                text run at (0,117) width 45: &quot;hijklmno&quot;
+                text run at (0,130) width 41: &quot;pqrstuv&quot;
+        layer at (563,289) size 66x66 clip at (564,290) size 49x64 scrollHeight 147
+          RenderTextControl {TEXTAREA} at (1,43) size 66x66 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 45x143
+              RenderText {#text} at (0,0) size 45x143
+                text run at (0,0) width 34: &quot;Lorem&quot;
+                text run at (33,0) width 4: &quot; &quot;
+                text run at (0,13) width 32: &quot;ipsum&quot;
+                text run at (31,13) width 8: &quot;  &quot;
+                text run at (0,26) width 28: &quot;dolor&quot;
+                text run at (27,26) width 4: &quot; &quot;
+                text run at (0,39) width 40: &quot;ABCDE&quot;
+                text run at (0,52) width 41: &quot;FGHIJK&quot;
+                text run at (0,65) width 42: &quot;LMNOP&quot;
+                text run at (0,78) width 40: &quot;QRSTU&quot;
+                text run at (0,91) width 40: &quot;VWXYZ&quot;
+                text run at (39,91) width 5: &quot; &quot;
+                text run at (0,104) width 44: &quot;abcdefg&quot;
+                text run at (0,117) width 45: &quot;hijklmno&quot;
+                text run at (0,130) width 41: &quot;pqrstuv&quot;
+        layer at (645,289) size 66x66 clip at (646,290) size 49x64 scrollHeight 147
+          RenderTextControl {TEXTAREA} at (1,43) size 66x66 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 45x143
+              RenderText {#text} at (0,0) size 45x143
+                text run at (0,0) width 34: &quot;Lorem&quot;
+                text run at (33,0) width 4: &quot; &quot;
+                text run at (0,13) width 32: &quot;ipsum&quot;
+                text run at (31,13) width 8: &quot;  &quot;
+                text run at (0,26) width 28: &quot;dolor&quot;
+                text run at (27,26) width 4: &quot; &quot;
+                text run at (0,39) width 40: &quot;ABCDE&quot;
+                text run at (0,52) width 41: &quot;FGHIJK&quot;
+                text run at (0,65) width 42: &quot;LMNOP&quot;
+                text run at (0,78) width 40: &quot;QRSTU&quot;
+                text run at (0,91) width 40: &quot;VWXYZ&quot;
+                text run at (39,91) width 5: &quot; &quot;
+                text run at (0,104) width 44: &quot;abcdefg&quot;
+                text run at (0,117) width 45: &quot;hijklmno&quot;
+                text run at (0,130) width 41: &quot;pqrstuv&quot;
+        layer at (1,416) size 66x66 clip at (2,417) size 49x64 scrollHeight 147
+          RenderTextControl {TEXTAREA} at (1,57) size 66x66 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 45x143
+              RenderText {#text} at (0,0) size 45x143
+                text run at (0,0) width 34: &quot;Lorem&quot;
+                text run at (33,0) width 4: &quot; &quot;
+                text run at (0,13) width 32: &quot;ipsum&quot;
+                text run at (31,13) width 8: &quot;  &quot;
+                text run at (0,26) width 28: &quot;dolor&quot;
+                text run at (27,26) width 4: &quot; &quot;
+                text run at (0,39) width 40: &quot;ABCDE&quot;
+                text run at (0,52) width 41: &quot;FGHIJK&quot;
+                text run at (0,65) width 42: &quot;LMNOP&quot;
+                text run at (0,78) width 40: &quot;QRSTU&quot;
+                text run at (0,91) width 40: &quot;VWXYZ&quot;
+                text run at (39,91) width 5: &quot; &quot;
+                text run at (0,104) width 44: &quot;abcdefg&quot;
+                text run at (0,117) width 45: &quot;hijklmno&quot;
+                text run at (0,130) width 41: &quot;pqrstuv&quot;
+        layer at (85,448) size 41x32 clip at (86,449) size 24x30 scrollHeight 355
+          RenderTextControl {TEXTAREA} at (3,17) size 41x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 20x351
+              RenderText {#text} at (0,0) size 20x351
+                text run at (0,0) width 18: &quot;Lor&quot;
+                text run at (0,13) width 17: &quot;em&quot;
+                text run at (16,13) width 4: &quot; &quot;
+                text run at (0,26) width 16: &quot;ips&quot;
+                text run at (0,39) width 17: &quot;um&quot;
+                text run at (16,39) width 4: &quot;  &quot;
+                text run at (0,52) width 17: &quot;dol&quot;
+                text run at (0,65) width 11: &quot;or&quot;
+                text run at (10,65) width 5: &quot; &quot;
+                text run at (0,78) width 16: &quot;AB&quot;
+                text run at (0,91) width 17: &quot;CD&quot;
+                text run at (0,104) width 14: &quot;EF&quot;
+                text run at (0,117) width 18: &quot;GH&quot;
+                text run at (0,130) width 18: &quot;IJK&quot;
+                text run at (0,143) width 17: &quot;LM&quot;
+                text run at (0,156) width 18: &quot;NO&quot;
+                text run at (0,169) width 17: &quot;PQ&quot;
+                text run at (0,182) width 16: &quot;RS&quot;
+                text run at (0,195) width 16: &quot;TU&quot;
+                text run at (0,208) width 18: &quot;VW&quot;
+                text run at (0,221) width 15: &quot;XY&quot;
+                text run at (0,234) width 8: &quot;Z&quot;
+                text run at (7,234) width 4: &quot; &quot;
+                text run at (0,247) width 20: &quot;abc&quot;
+                text run at (0,260) width 17: &quot;def&quot;
+                text run at (0,273) width 19: &quot;ghij&quot;
+                text run at (0,286) width 19: &quot;klm&quot;
+                text run at (0,299) width 14: &quot;no&quot;
+                text run at (0,312) width 18: &quot;pqr&quot;
+                text run at (0,325) width 17: &quot;stu&quot;
+                text run at (0,338) width 6: &quot;v&quot;
+        layer at (167,435) size 152x45 clip at (168,436) size 135x43 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,17) size 152x45 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 131x52
+              RenderText {#text} at (0,0) size 131x52
+                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
+                text run at (102,0) width 4: &quot; &quot;
+                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
+                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
+                text run at (70,26) width 4: &quot; &quot;
+                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (325,448) size 67x32 clip at (326,449) size 50x30 scrollHeight 147
+          RenderTextControl {TEXTAREA} at (3,17) size 67x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 46x143
+              RenderText {#text} at (0,0) size 46x143
+                text run at (0,0) width 34: &quot;Lorem&quot;
+                text run at (33,0) width 4: &quot; &quot;
+                text run at (0,13) width 32: &quot;ipsum&quot;
+                text run at (31,13) width 8: &quot;  &quot;
+                text run at (0,26) width 28: &quot;dolor&quot;
+                text run at (27,26) width 4: &quot; &quot;
+                text run at (0,39) width 46: &quot;ABCDEF&quot;
+                text run at (0,52) width 41: &quot;GHIJKL&quot;
+                text run at (0,65) width 44: &quot;MNOPQ&quot;
+                text run at (0,78) width 38: &quot;RSTUV&quot;
+                text run at (0,91) width 33: &quot;WXYZ&quot;
+                text run at (32,91) width 4: &quot; &quot;
+                text run at (0,104) width 44: &quot;abcdefg&quot;
+                text run at (0,117) width 45: &quot;hijklmno&quot;
+                text run at (0,130) width 41: &quot;pqrstuv&quot;
+        layer at (407,383) size 152x97 clip at (408,384) size 150x95
+          RenderTextControl {TEXTAREA} at (3,17) size 152x97 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 146x52
+              RenderText {#text} at (0,0) size 146x52
+                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
+                text run at (102,0) width 4: &quot; &quot;
+                text run at (0,13) width 146: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+                text run at (0,26) width 55: &quot;TUVWXYZ&quot;
+                text run at (54,26) width 5: &quot; &quot;
+                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (565,422) size 54x58 clip at (566,423) size 37x56 scrollHeight 212
+          RenderTextControl {TEXTAREA} at (3,31) size 54x58 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 33x208
+              RenderText {#text} at (0,0) size 33x208
+                text run at (0,0) width 24: &quot;Lore&quot;
+                text run at (0,13) width 10: &quot;m&quot;
+                text run at (9,13) width 5: &quot; &quot;
+                text run at (0,26) width 32: &quot;ipsum&quot;
+                text run at (31,26) width 2: &quot;  &quot;
+                text run at (0,39) width 28: &quot;dolor&quot;
+                text run at (27,39) width 4: &quot; &quot;
+                text run at (0,52) width 33: &quot;ABCD&quot;
+                text run at (0,65) width 32: &quot;EFGH&quot;
+                text run at (0,78) width 24: &quot;IJKL&quot;
+                text run at (0,91) width 28: &quot;MNO&quot;
+                text run at (0,104) width 32: &quot;PQRS&quot;
+                text run at (0,117) width 33: &quot;TUVW&quot;
+                text run at (0,130) width 22: &quot;XYZ&quot;
+                text run at (21,130) width 5: &quot; &quot;
+                text run at (0,143) width 33: &quot;abcde&quot;
+                text run at (0,156) width 32: &quot;fghijkl&quot;
+                text run at (0,169) width 31: &quot;mnop&quot;
+                text run at (0,182) width 28: &quot;qrstu&quot;
+                text run at (0,195) width 6: &quot;v&quot;
+        layer at (3,503) size 152x47 clip at (4,504) size 150x30 scrollWidth 439
+          RenderTextControl {TEXTAREA} at (3,17) size 152x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 146x13
+              RenderText {#text} at (0,0) size 437x13
+                text run at (0,0) width 437: &quot;Lorem ipsum  dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv&quot;
+        layer at (161,518) size 152x32 clip at (162,519) size 135x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,17) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 131x52
+              RenderText {#text} at (0,0) size 131x52
+                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
+                text run at (102,0) width 4: &quot; &quot;
+                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
+                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
+                text run at (70,26) width 4: &quot; &quot;
+                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (319,518) size 152x32 clip at (320,519) size 135x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,17) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 131x52
+              RenderText {#text} at (0,0) size 131x52
+                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
+                text run at (102,0) width 4: &quot; &quot;
+                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
+                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
+                text run at (70,26) width 4: &quot; &quot;
+                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (477,518) size 152x32 clip at (478,519) size 135x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,31) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 131x52
+              RenderText {#text} at (0,0) size 131x52
+                text run at (0,0) width 72: &quot;Lorem ipsum &quot;
+                text run at (71,0) width 29: &quot;dolor&quot;
+                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
+                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
+                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (3,587) size 152x32 clip at (4,588) size 135x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,31) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 131x52
+              RenderText {#text} at (0,0) size 130x52
+                text run at (0,0) width 130: &quot;Lorem ipsum  dolor ABC&quot;
+                text run at (0,13) width 129: &quot;DEFGHIJKLMNOPQRST&quot;
+                text run at (0,26) width 126: &quot;UVWXYZ abcdefghijklm&quot;
+                text run at (0,39) width 54: &quot;nopqrstuv&quot;
+        layer at (161,587) size 152x32 clip at (162,588) size 135x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,31) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 131x52
+              RenderText {#text} at (0,0) size 131x52
+                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
+                text run at (102,0) width 4: &quot; &quot;
+                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
+                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
+                text run at (70,26) width 4: &quot; &quot;
+                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (319,587) size 152x32 clip at (320,588) size 135x15 scrollWidth 436 scrollHeight 17
+          RenderTextControl {TEXTAREA} at (3,31) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 146x13
+              RenderText {#text} at (0,0) size 434x13
+                text run at (0,0) width 72: &quot;Lorem ipsum &quot;
+                text run at (71,0) width 363: &quot;dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv&quot;
+        layer at (477,587) size 152x32 clip at (478,588) size 135x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,31) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 131x52
+              RenderText {#text} at (0,0) size 131x52
+                text run at (0,0) width 72: &quot;Lorem ipsum &quot;
+                text run at (71,0) width 29: &quot;dolor&quot;
+                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
+                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
+                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (3,684) size 152x47 clip at (4,685) size 135x30 scrollWidth 202 scrollHeight 43
+          RenderTextControl {TEXTAREA} at (3,31) size 152x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 146x39
+              RenderText {#text} at (0,0) size 201x39
+                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
+                text run at (102,0) width 4: &quot; &quot;
+                text run at (0,13) width 201: &quot;ABCDEFGHIJKLMNOPQRSTUVWXYZ&quot;
+                text run at (0,26) width 131: &quot; abcdefghijklmnopqrstuv&quot;
+        layer at (161,684) size 152x47 clip at (162,685) size 135x30 scrollWidth 202 scrollHeight 43
+          RenderTextControl {TEXTAREA} at (3,59) size 152x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 146x39
+              RenderText {#text} at (0,0) size 201x39
+                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
+                text run at (102,0) width 4: &quot; &quot;
+                text run at (0,13) width 201: &quot;ABCDEFGHIJKLMNOPQRSTUVWXYZ&quot;
+                text run at (0,26) width 131: &quot; abcdefghijklmnopqrstuv&quot;
+      RenderIFrame {IFRAME} at (0,737) size 785x704
+        layer at (0,0) size 785x704
+          RenderView at (0,0) size 785x704
+        layer at (0,0) size 785x704
+          RenderBlock {HTML} at (0,0) size 785x704
+            RenderBody {BODY} at (0,5) size 785x699
+              RenderBlock {DIV} at (0,0) size 785x18
+                RenderText {#text} at (0,0) size 194x18
+                  text run at (0,0) width 194: &quot;CompatMode: BackCompat&quot;
+              RenderBlock (anonymous) at (0,23) size 785x676
+                RenderBlock {DIV} at (0,44) size 158x38 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x0
+                  RenderBR {BR} at (81,1) size 0x0
+                RenderBlock {DIV} at (158,30) size 158x52 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x14
+                    RenderText {#text} at (0,0) size 78x14
+                      text run at (0,0) width 78: &quot;disabled: \&quot;true\&quot;,&quot;
+                  RenderBR {BR} at (81,12) size 0x0
+                RenderBlock {DIV} at (316,0) size 174x82 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x28
+                    RenderText {#text} at (0,0) size 79x28
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 79: &quot;\&quot;padding:10px\&quot;,&quot;
+                  RenderBR {BR} at (81,26) size 0x0
+                RenderBlock {DIV} at (490,20) size 154x62 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x28
+                    RenderText {#text} at (0,0) size 73x28
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 73: &quot;\&quot;padding:0px\&quot;,&quot;
+                  RenderBR {BR} at (81,26) size 0x0
+                RenderBlock {DIV} at (0,116) size 174x82 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x28
+                    RenderText {#text} at (0,0) size 74x28
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 74: &quot;\&quot;margin:10px\&quot;,&quot;
+                  RenderBR {BR} at (81,26) size 0x0
+                RenderBlock {DIV} at (174,136) size 154x62 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x28
+                    RenderText {#text} at (0,0) size 68x28
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 68: &quot;\&quot;margin:0px\&quot;,&quot;
+                  RenderBR {BR} at (81,26) size 0x0
+                RenderBlock {DIV} at (328,132) size 82x66 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x28
+                    RenderText {#text} at (0,0) size 68x28
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 68: &quot;\&quot;width:60px\&quot;,&quot;
+                  RenderBR {BR} at (81,26) size 0x0
+                RenderBlock {DIV} at (410,82) size 82x116 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x42
+                    RenderText {#text} at (0,0) size 74x42
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 63: &quot;\&quot;width:60px;&quot;
+                      text run at (0,28) width 74: &quot;padding:20px\&quot;,&quot;
+                  RenderBR {BR} at (81,40) size 0x0
+                RenderBlock {DIV} at (492,122) size 82x76 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x42
+                    RenderText {#text} at (0,0) size 63x42
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 63: &quot;\&quot;width:60px;&quot;
+                      text run at (0,28) width 56: &quot;padding:0\&quot;,&quot;
+                  RenderBR {BR} at (81,40) size 0x0
+                RenderBlock {DIV} at (574,108) size 158x90 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x28
+                    RenderText {#text} at (0,0) size 71x28
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 71: &quot;\&quot;height:60px\&quot;,&quot;
+                  RenderBR {BR} at (81,26) size 0x0
+                RenderBlock {DIV} at (0,212) size 82x104 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x42
+                    RenderText {#text} at (0,0) size 66x42
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 63: &quot;\&quot;width:60px;&quot;
+                      text run at (0,28) width 66: &quot;height:60px\&quot;,&quot;
+                  RenderBR {BR} at (81,40) size 0x0
+                RenderBlock {DIV} at (82,250) size 158x66 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x28
+                    RenderText {#text} at (0,0) size 92x28
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 92: &quot;\&quot;overflow:hidden\&quot;,&quot;
+                  RenderBR {BR} at (81,26) size 0x0
+                RenderBlock {DIV} at (240,235) size 158x81 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x28
+                    RenderText {#text} at (0,0) size 86x28
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 86: &quot;\&quot;overflow:scroll\&quot;,&quot;
+                  RenderBR {BR} at (81,26) size 0x0
+                RenderBlock {DIV} at (398,198) size 82x118 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x56
+                    RenderText {#text} at (0,0) size 87x56
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 87: &quot;\&quot;overflow:hidden;&quot;
+                      text run at (0,28) width 59: &quot;width:60px;&quot;
+                      text run at (0,42) width 66: &quot;height:60px\&quot;,&quot;
+                  RenderBR {BR} at (81,54) size 0x0
+                RenderBlock {DIV} at (480,198) size 82x118 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x56
+                    RenderText {#text} at (0,0) size 81x56
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 81: &quot;\&quot;overflow:scroll;&quot;
+                      text run at (0,28) width 59: &quot;width:60px;&quot;
+                      text run at (0,42) width 66: &quot;height:60px\&quot;,&quot;
+                  RenderBR {BR} at (81,54) size 0x0
+                RenderBlock {DIV} at (562,212) size 82x104 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x42
+                    RenderText {#text} at (0,0) size 74x42
+                      text run at (0,0) width 74: &quot;cols: \&quot;5\&quot;, style:&quot;
+                      text run at (0,14) width 63: &quot;\&quot;width:60px;&quot;
+                      text run at (0,28) width 66: &quot;height:60px\&quot;,&quot;
+                  RenderBR {BR} at (81,40) size 0x0
+                RenderBlock {DIV} at (644,212) size 82x104 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x42
+                    RenderText {#text} at (0,0) size 78x42
+                      text run at (0,0) width 78: &quot;rows: \&quot;4\&quot;, style:&quot;
+                      text run at (0,14) width 63: &quot;\&quot;width:60px;&quot;
+                      text run at (0,28) width 66: &quot;height:60px\&quot;,&quot;
+                  RenderBR {BR} at (81,40) size 0x0
+                RenderBlock {DIV} at (0,316) size 82x118 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x56
+                    RenderText {#text} at (0,0) size 75x56
+                      text run at (0,0) width 75: &quot;cols: \&quot;5\&quot;, rows:&quot;
+                      text run at (0,14) width 48: &quot;\&quot;4\&quot;, style:&quot;
+                      text run at (0,28) width 63: &quot;\&quot;width:60px;&quot;
+                      text run at (0,42) width 66: &quot;height:60px\&quot;,&quot;
+                  RenderBR {BR} at (81,54) size 0x0
+                RenderBlock {DIV} at (82,382) size 82x52 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x14
+                    RenderText {#text} at (0,0) size 45x14
+                      text run at (0,0) width 45: &quot;cols: \&quot;3\&quot;,&quot;
+                  RenderBR {BR} at (81,12) size 0x0
+                RenderBlock {DIV} at (164,369) size 158x65 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x14
+                    RenderText {#text} at (0,0) size 49x14
+                      text run at (0,0) width 49: &quot;rows: \&quot;3\&quot;,&quot;
+                  RenderBR {BR} at (81,12) size 0x0
+                RenderBlock {DIV} at (322,382) size 82x52 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x14
+                    RenderText {#text} at (0,0) size 45x14
+                      text run at (0,0) width 45: &quot;cols: \&quot;7\&quot;,&quot;
+                  RenderBR {BR} at (81,12) size 0x0
+                RenderBlock {DIV} at (404,317) size 158x117 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x14
+                    RenderText {#text} at (0,0) size 49x14
+                      text run at (0,0) width 49: &quot;rows: \&quot;7\&quot;,&quot;
+                  RenderBR {BR} at (81,12) size 0x0
+                RenderBlock {DIV} at (562,342) size 82x92 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x28
+                    RenderText {#text} at (0,0) size 75x28
+                      text run at (0,0) width 75: &quot;cols: \&quot;5\&quot;, rows:&quot;
+                      text run at (0,14) width 19: &quot;\&quot;4\&quot;,&quot;
+                  RenderBR {BR} at (81,26) size 0x0
+                RenderBlock {DIV} at (0,434) size 158x67 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x14
+                    RenderText {#text} at (0,0) size 57x14
+                      text run at (0,0) width 57: &quot;wrap: \&quot;off\&quot;,&quot;
+                  RenderBR {BR} at (81,12) size 0x0
+                RenderBlock {DIV} at (158,449) size 158x52 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x14
+                    RenderText {#text} at (0,0) size 65x14
+                      text run at (0,0) width 65: &quot;wrap: \&quot;hard\&quot;,&quot;
+                  RenderBR {BR} at (81,12) size 0x0
+                RenderBlock {DIV} at (316,449) size 158x52 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x14
+                    RenderText {#text} at (0,0) size 62x14
+                      text run at (0,0) width 62: &quot;wrap: \&quot;soft\&quot;,&quot;
+                  RenderBR {BR} at (81,12) size 0x0
+                RenderBlock {DIV} at (474,435) size 158x66 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x28
+                    RenderText {#text} at (0,0) size 72x28
+                      text run at (0,0) width 65: &quot;style: \&quot;white-&quot;
+                      text run at (0,14) width 72: &quot;space:normal\&quot;,&quot;
+                  RenderBR {BR} at (81,26) size 0x0
+                RenderBlock {DIV} at (0,501) size 158x66 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x28
+                    RenderText {#text} at (0,0) size 65x28
+                      text run at (0,0) width 65: &quot;style: \&quot;white-&quot;
+                      text run at (0,14) width 54: &quot;space:pre\&quot;,&quot;
+                  RenderBR {BR} at (81,26) size 0x0
+                RenderBlock {DIV} at (158,501) size 158x66 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x28
+                    RenderText {#text} at (0,0) size 78x28
+                      text run at (0,0) width 65: &quot;style: \&quot;white-&quot;
+                      text run at (0,14) width 78: &quot;space:prewrap\&quot;,&quot;
+                  RenderBR {BR} at (81,26) size 0x0
+                RenderBlock {DIV} at (316,501) size 158x66 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x28
+                    RenderText {#text} at (0,0) size 74x28
+                      text run at (0,0) width 65: &quot;style: \&quot;white-&quot;
+                      text run at (0,14) width 74: &quot;space:nowrap\&quot;,&quot;
+                  RenderBR {BR} at (81,26) size 0x0
+                RenderBlock {DIV} at (474,501) size 158x66 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x28
+                    RenderText {#text} at (0,0) size 76x28
+                      text run at (0,0) width 65: &quot;style: \&quot;white-&quot;
+                      text run at (0,14) width 76: &quot;space:pre-line\&quot;,&quot;
+                  RenderBR {BR} at (81,26) size 0x0
+                RenderBlock {DIV} at (0,595) size 158x81 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x28
+                    RenderText {#text} at (0,0) size 70x28
+                      text run at (0,0) width 63: &quot;style: \&quot;word-&quot;
+                      text run at (0,14) width 70: &quot;wrap:normal\&quot;,&quot;
+                  RenderBR {BR} at (81,26) size 0x0
+                RenderBlock {DIV} at (158,567) size 158x109 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x56
+                    RenderText {#text} at (0,0) size 65x56
+                      text run at (0,0) width 57: &quot;wrap: \&quot;off\&quot;,&quot;
+                      text run at (0,14) width 65: &quot;style: \&quot;white-&quot;
+                      text run at (0,28) width 50: &quot;space:pre-&quot;
+                      text run at (0,42) width 32: &quot;wrap\&quot;,&quot;
+                  RenderBR {BR} at (81,54) size 0x0
+        layer at (3,75) size 152x32 clip at (4,76) size 150x30
+          RenderTextControl {TEXTAREA} at (3,3) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 146x13
+              RenderText {#text} at (0,0) size 100x13
+                text run at (0,0) width 100: &quot;Lorem ipsum dolor&quot;
+        layer at (161,75) size 152x32 clip at (162,76) size 135x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,17) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 131x52 [color=#545454]
+              RenderText {#text} at (0,0) size 131x52
+                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
+                text run at (102,0) width 4: &quot; &quot;
+                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
+                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
+                text run at (70,26) width 4: &quot; &quot;
+                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (319,59) size 168x48 clip at (320,60) size 151x46 scrollHeight 72
+          RenderTextControl {TEXTAREA} at (3,31) size 168x48 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (11,11) size 131x52
+              RenderText {#text} at (0,0) size 131x52
+                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
+                text run at (102,0) width 4: &quot; &quot;
+                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
+                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
+                text run at (70,26) width 4: &quot; &quot;
+                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (493,79) size 148x28 clip at (494,80) size 131x26 scrollHeight 52
+          RenderTextControl {TEXTAREA} at (3,31) size 148x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (1,1) size 131x52
+              RenderText {#text} at (0,0) size 131x52
+                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
+                text run at (102,0) width 4: &quot; &quot;
+                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
+                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
+                text run at (70,26) width 4: &quot; &quot;
+                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (11,183) size 152x32 clip at (12,184) size 135x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (11,39) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 131x52
+              RenderText {#text} at (0,0) size 131x52
+                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
+                text run at (102,0) width 4: &quot; &quot;
+                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
+                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
+                text run at (70,26) width 4: &quot; &quot;
+                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (175,193) size 152x32 clip at (176,194) size 135x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (1,29) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 131x52
+              RenderText {#text} at (0,0) size 131x52
+                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
+                text run at (102,0) width 4: &quot; &quot;
+                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
+                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
+                text run at (70,26) width 4: &quot; &quot;
+                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (329,191) size 60x32 clip at (330,192) size 43x30 scrollHeight 173
+          RenderTextControl {TEXTAREA} at (1,31) size 60x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 39x169
+              RenderText {#text} at (0,0) size 39x169
+                text run at (0,0) width 34: &quot;Lorem&quot;
+                text run at (33,0) width 4: &quot; &quot;
+                text run at (0,13) width 32: &quot;ipsum&quot;
+                text run at (31,13) width 8: &quot;  &quot;
+                text run at (0,26) width 28: &quot;dolor&quot;
+                text run at (27,26) width 4: &quot; &quot;
+                text run at (0,39) width 33: &quot;ABCD&quot;
+                text run at (0,52) width 35: &quot;EFGHI&quot;
+                text run at (0,65) width 39: &quot;JKLMN&quot;
+                text run at (0,78) width 34: &quot;OPQR&quot;
+                text run at (0,91) width 30: &quot;STUV&quot;
+                text run at (0,104) width 33: &quot;WXYZ&quot;
+                text run at (32,104) width 4: &quot; &quot;
+                text run at (0,117) width 37: &quot;abcdef&quot;
+                text run at (0,130) width 38: &quot;ghijklm&quot;
+                text run at (0,143) width 38: &quot;nopqrs&quot;
+                text run at (0,156) width 17: &quot;tuv&quot;
+        layer at (411,155) size 60x68 clip at (412,156) size 43x66 scrollHeight 924
+          RenderTextControl {TEXTAREA} at (1,45) size 60x68 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (21,21) size 3x884
+              RenderText {#text} at (0,0) size 11x884
+                text run at (0,0) width 7: &quot;L&quot;
+                text run at (0,13) width 7: &quot;o&quot;
+                text run at (0,26) width 5: &quot;r&quot;
+                text run at (0,39) width 7: &quot;e&quot;
+                text run at (0,52) width 10: &quot;m&quot;
+                text run at (0,65) width 3: &quot; &quot;
+                text run at (0,78) width 3: &quot;i&quot;
+                text run at (0,91) width 7: &quot;p&quot;
+                text run at (0,104) width 6: &quot;s&quot;
+                text run at (0,117) width 7: &quot;u&quot;
+                text run at (0,130) width 10: &quot;m&quot;
+                text run at (0,143) width 3: &quot; &quot;
+                text run at (0,156) width 3: &quot; &quot;
+                text run at (0,169) width 7: &quot;d&quot;
+                text run at (0,182) width 7: &quot;o&quot;
+                text run at (0,195) width 3: &quot;l&quot;
+                text run at (0,208) width 7: &quot;o&quot;
+                text run at (0,221) width 5: &quot;r&quot;
+                text run at (0,234) width 3: &quot; &quot;
+                text run at (0,247) width 8: &quot;A&quot;
+                text run at (0,260) width 8: &quot;B&quot;
+                text run at (0,273) width 9: &quot;C&quot;
+                text run at (0,286) width 9: &quot;D&quot;
+                text run at (0,299) width 8: &quot;E&quot;
+                text run at (0,312) width 7: &quot;F&quot;
+                text run at (0,325) width 9: &quot;G&quot;
+                text run at (0,338) width 9: &quot;H&quot;
+                text run at (0,351) width 4: &quot;I&quot;
+                text run at (0,364) width 7: &quot;J&quot;
+                text run at (0,377) width 8: &quot;K&quot;
+                text run at (0,390) width 7: &quot;L&quot;
+                text run at (0,403) width 11: &quot;M&quot;
+                text run at (0,416) width 9: &quot;N&quot;
+                text run at (0,429) width 9: &quot;O&quot;
+                text run at (0,442) width 8: &quot;P&quot;
+                text run at (0,455) width 9: &quot;Q&quot;
+                text run at (0,468) width 8: &quot;R&quot;
+                text run at (0,481) width 8: &quot;S&quot;
+                text run at (0,494) width 7: &quot;T&quot;
+                text run at (0,507) width 9: &quot;U&quot;
+                text run at (0,520) width 8: &quot;V&quot;
+                text run at (0,533) width 11: &quot;W&quot;
+                text run at (0,546) width 8: &quot;X&quot;
+                text run at (0,559) width 8: &quot;Y&quot;
+                text run at (0,572) width 8: &quot;Z&quot;
+                text run at (0,585) width 3: &quot; &quot;
+                text run at (0,598) width 7: &quot;a&quot;
+                text run at (0,611) width 7: &quot;b&quot;
+                text run at (0,624) width 7: &quot;c&quot;
+                text run at (0,637) width 7: &quot;d&quot;
+                text run at (0,650) width 7: &quot;e&quot;
+                text run at (0,663) width 4: &quot;f&quot;
+                text run at (0,676) width 7: &quot;g&quot;
+                text run at (0,689) width 7: &quot;h&quot;
+                text run at (0,702) width 3: &quot;i&quot;
+                text run at (0,715) width 3: &quot;j&quot;
+                text run at (0,728) width 7: &quot;k&quot;
+                text run at (0,741) width 3: &quot;l&quot;
+                text run at (0,754) width 10: &quot;m&quot;
+                text run at (0,767) width 7: &quot;n&quot;
+                text run at (0,780) width 7: &quot;o&quot;
+                text run at (0,793) width 7: &quot;p&quot;
+                text run at (0,806) width 7: &quot;q&quot;
+                text run at (0,819) width 5: &quot;r&quot;
+                text run at (0,832) width 6: &quot;s&quot;
+                text run at (0,845) width 4: &quot;t&quot;
+                text run at (0,858) width 7: &quot;u&quot;
+                text run at (0,871) width 6: &quot;v&quot;
+        layer at (493,195) size 60x28 clip at (494,196) size 43x26 scrollHeight 156
+          RenderTextControl {TEXTAREA} at (1,45) size 60x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (1,1) size 43x156
+              RenderText {#text} at (0,0) size 43x156
+                text run at (0,0) width 34: &quot;Lorem&quot;
+                text run at (33,0) width 4: &quot; &quot;
+                text run at (0,13) width 32: &quot;ipsum&quot;
+                text run at (31,13) width 8: &quot;  &quot;
+                text run at (0,26) width 28: &quot;dolor&quot;
+                text run at (27,26) width 4: &quot; &quot;
+                text run at (0,39) width 40: &quot;ABCDE&quot;
+                text run at (0,52) width 41: &quot;FGHIJK&quot;
+                text run at (0,65) width 42: &quot;LMNOP&quot;
+                text run at (0,78) width 40: &quot;QRSTU&quot;
+                text run at (0,91) width 40: &quot;VWXYZ&quot;
+                text run at (39,91) width 4: &quot; &quot;
+                text run at (0,104) width 37: &quot;abcdef&quot;
+                text run at (0,117) width 38: &quot;ghijklm&quot;
+                text run at (0,130) width 41: &quot;nopqrst&quot;
+                text run at (0,143) width 13: &quot;uv&quot;
+        layer at (577,165) size 152x60 clip at (578,166) size 150x58
+          RenderTextControl {TEXTAREA} at (3,29) size 152x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 146x52
+              RenderText {#text} at (0,0) size 146x52
+                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
+                text run at (102,0) width 4: &quot; &quot;
+                text run at (0,13) width 146: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+                text run at (0,26) width 55: &quot;TUVWXYZ&quot;
+                text run at (54,26) width 5: &quot; &quot;
+                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (1,283) size 60x60 clip at (2,284) size 43x58 scrollHeight 173
+          RenderTextControl {TEXTAREA} at (1,43) size 60x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 39x169
+              RenderText {#text} at (0,0) size 39x169
+                text run at (0,0) width 34: &quot;Lorem&quot;
+                text run at (33,0) width 4: &quot; &quot;
+                text run at (0,13) width 32: &quot;ipsum&quot;
+                text run at (31,13) width 8: &quot;  &quot;
+                text run at (0,26) width 28: &quot;dolor&quot;
+                text run at (27,26) width 4: &quot; &quot;
+                text run at (0,39) width 33: &quot;ABCD&quot;
+                text run at (0,52) width 35: &quot;EFGHI&quot;
+                text run at (0,65) width 39: &quot;JKLMN&quot;
+                text run at (0,78) width 34: &quot;OPQR&quot;
+                text run at (0,91) width 30: &quot;STUV&quot;
+                text run at (0,104) width 33: &quot;WXYZ&quot;
+                text run at (32,104) width 4: &quot; &quot;
+                text run at (0,117) width 37: &quot;abcdef&quot;
+                text run at (0,130) width 38: &quot;ghijklm&quot;
+                text run at (0,143) width 38: &quot;nopqrs&quot;
+                text run at (0,156) width 17: &quot;tuv&quot;
+        layer at (85,309) size 152x32 clip at (86,310) size 150x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,31) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 146x52
+              RenderText {#text} at (0,0) size 146x52
+                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
+                text run at (102,0) width 4: &quot; &quot;
+                text run at (0,13) width 146: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+                text run at (0,26) width 55: &quot;TUVWXYZ&quot;
+                text run at (54,26) width 5: &quot; &quot;
+                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (243,294) size 152x47 clip at (244,295) size 135x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,31) size 152x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 131x52
+              RenderText {#text} at (0,0) size 131x52
+                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
+                text run at (102,0) width 4: &quot; &quot;
+                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
+                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
+                text run at (70,26) width 4: &quot; &quot;
+                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (399,283) size 60x60 clip at (400,284) size 58x58 scrollHeight 147
+          RenderTextControl {TEXTAREA} at (1,57) size 60x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 54x143
+              RenderText {#text} at (0,0) size 53x143
+                text run at (0,0) width 34: &quot;Lorem&quot;
+                text run at (33,0) width 4: &quot; &quot;
+                text run at (0,13) width 32: &quot;ipsum&quot;
+                text run at (31,13) width 8: &quot;  &quot;
+                text run at (0,26) width 28: &quot;dolor&quot;
+                text run at (27,26) width 4: &quot; &quot;
+                text run at (0,39) width 46: &quot;ABCDEF&quot;
+                text run at (0,52) width 51: &quot;GHIJKLM&quot;
+                text run at (0,65) width 50: &quot;NOPQRS&quot;
+                text run at (0,78) width 48: &quot;TUVWXY&quot;
+                text run at (0,91) width 8: &quot;Z&quot;
+                text run at (7,91) width 4: &quot; &quot;
+                text run at (0,104) width 53: &quot;abcdefghi&quot;
+                text run at (0,117) width 53: &quot;jklmnopqr&quot;
+                text run at (0,130) width 23: &quot;stuv&quot;
+        layer at (481,283) size 60x60 clip at (482,284) size 43x43 scrollHeight 173
+          RenderTextControl {TEXTAREA} at (1,57) size 60x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 39x169
+              RenderText {#text} at (0,0) size 39x169
+                text run at (0,0) width 34: &quot;Lorem&quot;
+                text run at (33,0) width 4: &quot; &quot;
+                text run at (0,13) width 32: &quot;ipsum&quot;
+                text run at (31,13) width 8: &quot;  &quot;
+                text run at (0,26) width 28: &quot;dolor&quot;
+                text run at (27,26) width 4: &quot; &quot;
+                text run at (0,39) width 33: &quot;ABCD&quot;
+                text run at (0,52) width 35: &quot;EFGHI&quot;
+                text run at (0,65) width 39: &quot;JKLMN&quot;
+                text run at (0,78) width 34: &quot;OPQR&quot;
+                text run at (0,91) width 30: &quot;STUV&quot;
+                text run at (0,104) width 33: &quot;WXYZ&quot;
+                text run at (32,104) width 4: &quot; &quot;
+                text run at (0,117) width 37: &quot;abcdef&quot;
+                text run at (0,130) width 38: &quot;ghijklm&quot;
+                text run at (0,143) width 38: &quot;nopqrs&quot;
+                text run at (0,156) width 17: &quot;tuv&quot;
+        layer at (563,283) size 60x60 clip at (564,284) size 43x58 scrollHeight 173
+          RenderTextControl {TEXTAREA} at (1,43) size 60x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 39x169
+              RenderText {#text} at (0,0) size 39x169
+                text run at (0,0) width 34: &quot;Lorem&quot;
+                text run at (33,0) width 4: &quot; &quot;
+                text run at (0,13) width 32: &quot;ipsum&quot;
+                text run at (31,13) width 8: &quot;  &quot;
+                text run at (0,26) width 28: &quot;dolor&quot;
+                text run at (27,26) width 4: &quot; &quot;
+                text run at (0,39) width 33: &quot;ABCD&quot;
+                text run at (0,52) width 35: &quot;EFGHI&quot;
+                text run at (0,65) width 39: &quot;JKLMN&quot;
+                text run at (0,78) width 34: &quot;OPQR&quot;
+                text run at (0,91) width 30: &quot;STUV&quot;
+                text run at (0,104) width 33: &quot;WXYZ&quot;
+                text run at (32,104) width 4: &quot; &quot;
+                text run at (0,117) width 37: &quot;abcdef&quot;
+                text run at (0,130) width 38: &quot;ghijklm&quot;
+                text run at (0,143) width 38: &quot;nopqrs&quot;
+                text run at (0,156) width 17: &quot;tuv&quot;
+        layer at (645,283) size 60x60 clip at (646,284) size 43x58 scrollHeight 173
+          RenderTextControl {TEXTAREA} at (1,43) size 60x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 39x169
+              RenderText {#text} at (0,0) size 39x169
+                text run at (0,0) width 34: &quot;Lorem&quot;
+                text run at (33,0) width 4: &quot; &quot;
+                text run at (0,13) width 32: &quot;ipsum&quot;
+                text run at (31,13) width 8: &quot;  &quot;
+                text run at (0,26) width 28: &quot;dolor&quot;
+                text run at (27,26) width 4: &quot; &quot;
+                text run at (0,39) width 33: &quot;ABCD&quot;
+                text run at (0,52) width 35: &quot;EFGHI&quot;
+                text run at (0,65) width 39: &quot;JKLMN&quot;
+                text run at (0,78) width 34: &quot;OPQR&quot;
+                text run at (0,91) width 30: &quot;STUV&quot;
+                text run at (0,104) width 33: &quot;WXYZ&quot;
+                text run at (32,104) width 4: &quot; &quot;
+                text run at (0,117) width 37: &quot;abcdef&quot;
+                text run at (0,130) width 38: &quot;ghijklm&quot;
+                text run at (0,143) width 38: &quot;nopqrs&quot;
+                text run at (0,156) width 17: &quot;tuv&quot;
+        layer at (1,401) size 60x60 clip at (2,402) size 43x58 scrollHeight 173
+          RenderTextControl {TEXTAREA} at (1,57) size 60x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 39x169
+              RenderText {#text} at (0,0) size 39x169
+                text run at (0,0) width 34: &quot;Lorem&quot;
+                text run at (33,0) width 4: &quot; &quot;
+                text run at (0,13) width 32: &quot;ipsum&quot;
+                text run at (31,13) width 8: &quot;  &quot;
+                text run at (0,26) width 28: &quot;dolor&quot;
+                text run at (27,26) width 4: &quot; &quot;
+                text run at (0,39) width 33: &quot;ABCD&quot;
+                text run at (0,52) width 35: &quot;EFGHI&quot;
+                text run at (0,65) width 39: &quot;JKLMN&quot;
+                text run at (0,78) width 34: &quot;OPQR&quot;
+                text run at (0,91) width 30: &quot;STUV&quot;
+                text run at (0,104) width 33: &quot;WXYZ&quot;
+                text run at (32,104) width 4: &quot; &quot;
+                text run at (0,117) width 37: &quot;abcdef&quot;
+                text run at (0,130) width 38: &quot;ghijklm&quot;
+                text run at (0,143) width 38: &quot;nopqrs&quot;
+                text run at (0,156) width 17: &quot;tuv&quot;
+        layer at (85,427) size 41x32 clip at (86,428) size 24x30 scrollHeight 355
+          RenderTextControl {TEXTAREA} at (3,17) size 41x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 20x351
+              RenderText {#text} at (0,0) size 20x351
+                text run at (0,0) width 18: &quot;Lor&quot;
+                text run at (0,13) width 17: &quot;em&quot;
+                text run at (16,13) width 4: &quot; &quot;
+                text run at (0,26) width 16: &quot;ips&quot;
+                text run at (0,39) width 17: &quot;um&quot;
+                text run at (16,39) width 4: &quot;  &quot;
+                text run at (0,52) width 17: &quot;dol&quot;
+                text run at (0,65) width 11: &quot;or&quot;
+                text run at (10,65) width 5: &quot; &quot;
+                text run at (0,78) width 16: &quot;AB&quot;
+                text run at (0,91) width 17: &quot;CD&quot;
+                text run at (0,104) width 14: &quot;EF&quot;
+                text run at (0,117) width 18: &quot;GH&quot;
+                text run at (0,130) width 18: &quot;IJK&quot;
+                text run at (0,143) width 17: &quot;LM&quot;
+                text run at (0,156) width 18: &quot;NO&quot;
+                text run at (0,169) width 17: &quot;PQ&quot;
+                text run at (0,182) width 16: &quot;RS&quot;
+                text run at (0,195) width 16: &quot;TU&quot;
+                text run at (0,208) width 18: &quot;VW&quot;
+                text run at (0,221) width 15: &quot;XY&quot;
+                text run at (0,234) width 8: &quot;Z&quot;
+                text run at (7,234) width 4: &quot; &quot;
+                text run at (0,247) width 20: &quot;abc&quot;
+                text run at (0,260) width 17: &quot;def&quot;
+                text run at (0,273) width 19: &quot;ghij&quot;
+                text run at (0,286) width 19: &quot;klm&quot;
+                text run at (0,299) width 14: &quot;no&quot;
+                text run at (0,312) width 18: &quot;pqr&quot;
+                text run at (0,325) width 17: &quot;stu&quot;
+                text run at (0,338) width 6: &quot;v&quot;
+        layer at (167,414) size 152x45 clip at (168,415) size 135x43 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,17) size 152x45 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 131x52
+              RenderText {#text} at (0,0) size 131x52
+                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
+                text run at (102,0) width 4: &quot; &quot;
+                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
+                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
+                text run at (70,26) width 4: &quot; &quot;
+                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (325,427) size 67x32 clip at (326,428) size 50x30 scrollHeight 147
+          RenderTextControl {TEXTAREA} at (3,17) size 67x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 46x143
+              RenderText {#text} at (0,0) size 46x143
+                text run at (0,0) width 34: &quot;Lorem&quot;
+                text run at (33,0) width 4: &quot; &quot;
+                text run at (0,13) width 32: &quot;ipsum&quot;
+                text run at (31,13) width 8: &quot;  &quot;
+                text run at (0,26) width 28: &quot;dolor&quot;
+                text run at (27,26) width 4: &quot; &quot;
+                text run at (0,39) width 46: &quot;ABCDEF&quot;
+                text run at (0,52) width 41: &quot;GHIJKL&quot;
+                text run at (0,65) width 44: &quot;MNOPQ&quot;
+                text run at (0,78) width 38: &quot;RSTUV&quot;
+                text run at (0,91) width 33: &quot;WXYZ&quot;
+                text run at (32,91) width 4: &quot; &quot;
+                text run at (0,104) width 44: &quot;abcdefg&quot;
+                text run at (0,117) width 45: &quot;hijklmno&quot;
+                text run at (0,130) width 41: &quot;pqrstuv&quot;
+        layer at (407,362) size 152x97 clip at (408,363) size 150x95
+          RenderTextControl {TEXTAREA} at (3,17) size 152x97 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 146x52
+              RenderText {#text} at (0,0) size 146x52
+                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
+                text run at (102,0) width 4: &quot; &quot;
+                text run at (0,13) width 146: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+                text run at (0,26) width 55: &quot;TUVWXYZ&quot;
+                text run at (54,26) width 5: &quot; &quot;
+                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (565,401) size 54x58 clip at (566,402) size 37x56 scrollHeight 212
+          RenderTextControl {TEXTAREA} at (3,31) size 54x58 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 33x208
+              RenderText {#text} at (0,0) size 33x208
+                text run at (0,0) width 24: &quot;Lore&quot;
+                text run at (0,13) width 10: &quot;m&quot;
+                text run at (9,13) width 5: &quot; &quot;
+                text run at (0,26) width 32: &quot;ipsum&quot;
+                text run at (31,26) width 2: &quot;  &quot;
+                text run at (0,39) width 28: &quot;dolor&quot;
+                text run at (27,39) width 4: &quot; &quot;
+                text run at (0,52) width 33: &quot;ABCD&quot;
+                text run at (0,65) width 32: &quot;EFGH&quot;
+                text run at (0,78) width 24: &quot;IJKL&quot;
+                text run at (0,91) width 28: &quot;MNO&quot;
+                text run at (0,104) width 32: &quot;PQRS&quot;
+                text run at (0,117) width 33: &quot;TUVW&quot;
+                text run at (0,130) width 22: &quot;XYZ&quot;
+                text run at (21,130) width 5: &quot; &quot;
+                text run at (0,143) width 33: &quot;abcde&quot;
+                text run at (0,156) width 32: &quot;fghijkl&quot;
+                text run at (0,169) width 31: &quot;mnop&quot;
+                text run at (0,182) width 28: &quot;qrstu&quot;
+                text run at (0,195) width 6: &quot;v&quot;
+        layer at (3,479) size 152x47 clip at (4,480) size 150x30 scrollWidth 439
+          RenderTextControl {TEXTAREA} at (3,17) size 152x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 146x13
+              RenderText {#text} at (0,0) size 437x13
+                text run at (0,0) width 437: &quot;Lorem ipsum  dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv&quot;
+        layer at (161,494) size 152x32 clip at (162,495) size 135x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,17) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 131x52
+              RenderText {#text} at (0,0) size 131x52
+                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
+                text run at (102,0) width 4: &quot; &quot;
+                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
+                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
+                text run at (70,26) width 4: &quot; &quot;
+                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (319,494) size 152x32 clip at (320,495) size 135x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,17) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 131x52
+              RenderText {#text} at (0,0) size 131x52
+                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
+                text run at (102,0) width 4: &quot; &quot;
+                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
+                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
+                text run at (70,26) width 4: &quot; &quot;
+                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (477,494) size 152x32 clip at (478,495) size 135x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,31) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 131x52
+              RenderText {#text} at (0,0) size 131x52
+                text run at (0,0) width 72: &quot;Lorem ipsum &quot;
+                text run at (71,0) width 29: &quot;dolor&quot;
+                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
+                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
+                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (3,560) size 152x32 clip at (4,561) size 135x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,31) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 131x52
+              RenderText {#text} at (0,0) size 130x52
+                text run at (0,0) width 130: &quot;Lorem ipsum  dolor ABC&quot;
+                text run at (0,13) width 129: &quot;DEFGHIJKLMNOPQRST&quot;
+                text run at (0,26) width 126: &quot;UVWXYZ abcdefghijklm&quot;
+                text run at (0,39) width 54: &quot;nopqrstuv&quot;
+        layer at (161,560) size 152x32 clip at (162,561) size 135x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,31) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 131x52
+              RenderText {#text} at (0,0) size 131x52
+                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
+                text run at (102,0) width 4: &quot; &quot;
+                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
+                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
+                text run at (70,26) width 4: &quot; &quot;
+                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (319,560) size 152x32 clip at (320,561) size 135x15 scrollWidth 436 scrollHeight 17
+          RenderTextControl {TEXTAREA} at (3,31) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 146x13
+              RenderText {#text} at (0,0) size 434x13
+                text run at (0,0) width 72: &quot;Lorem ipsum &quot;
+                text run at (71,0) width 363: &quot;dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv&quot;
+        layer at (477,560) size 152x32 clip at (478,561) size 135x30 scrollHeight 56
+          RenderTextControl {TEXTAREA} at (3,31) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 131x52
+              RenderText {#text} at (0,0) size 131x52
+                text run at (0,0) width 72: &quot;Lorem ipsum &quot;
+                text run at (71,0) width 29: &quot;dolor&quot;
+                text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
+                text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
+                text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        layer at (3,654) size 152x47 clip at (4,655) size 135x30 scrollWidth 202 scrollHeight 43
+          RenderTextControl {TEXTAREA} at (3,31) size 152x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 146x39
+              RenderText {#text} at (0,0) size 201x39
+                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
+                text run at (102,0) width 4: &quot; &quot;
+                text run at (0,13) width 201: &quot;ABCDEFGHIJKLMNOPQRSTUVWXYZ&quot;
+                text run at (0,26) width 131: &quot; abcdefghijklmnopqrstuv&quot;
+        layer at (161,654) size 152x47 clip at (162,655) size 135x30 scrollWidth 202 scrollHeight 43
+          RenderTextControl {TEXTAREA} at (3,59) size 152x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 146x39
+              RenderText {#text} at (0,0) size 201x39
+                text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
+                text run at (102,0) width 4: &quot; &quot;
+                text run at (0,13) width 201: &quot;ABCDEFGHIJKLMNOPQRSTUVWXYZ&quot;
+                text run at (0,26) width 131: &quot; abcdefghijklmnopqrstuv&quot;
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsbasictextareasquirksexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsbasictextareasquirksexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/basic-textareas-quirks-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/basic-textareas-quirks-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/basic-textareas-quirks-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/basic-textareas-quirks-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,835 @@
</span><ins>+layer at (0,0) size 785x1065
+  RenderView at (0,0) size 785x600
+layer at (0,0) size 785x1065
+  RenderBlock {HTML} at (0,0) size 785x1065
+    RenderBody {BODY} at (8,8) size 769x584
+      RenderBlock (floating) {DIV} at (0,0) size 352x829 [border: (1px solid #FF0000)]
+        RenderBlock (anonymous) at (1,1) size 350x14
+          RenderText {#text} at (0,-2) size 179x17
+            text run at (0,-2) width 179: &quot;Plain textarea with little content&quot;
+        RenderBlock {DIV} at (1,15) size 352x41 [border: (1px solid #FF0000)]
+          RenderText {#text} at (1,24) size 14x17
+            text run at (1,24) width 14: &quot;A &quot;
+          RenderText {#text} at (170,24) size 14x17
+            text run at (170,24) width 14: &quot; B&quot;
+        RenderBlock (anonymous) at (1,56) size 350x14
+          RenderText {#text} at (0,-2) size 77x17
+            text run at (0,-2) width 77: &quot;Plain textarea&quot;
+        RenderBlock {DIV} at (1,70) size 352x41 [border: (1px solid #FF0000)]
+          RenderText {#text} at (1,24) size 14x17
+            text run at (1,24) width 14: &quot;A &quot;
+          RenderText {#text} at (170,24) size 14x17
+            text run at (170,24) width 14: &quot; B&quot;
+        RenderBlock (anonymous) at (1,111) size 350x14
+          RenderText {#text} at (0,-2) size 98x17
+            text run at (0,-2) width 98: &quot;Disabled textarea&quot;
+        RenderBlock {DIV} at (1,125) size 352x41 [border: (1px solid #FF0000)]
+          RenderText {#text} at (1,24) size 14x17
+            text run at (1,24) width 14: &quot;A &quot;
+          RenderText {#text} at (170,24) size 14x17
+            text run at (170,24) width 14: &quot; B&quot;
+        RenderBlock (anonymous) at (1,166) size 350x14
+          RenderText {#text} at (0,-2) size 123x17
+            text run at (0,-2) width 123: &quot;style=\&quot;padding:10px\&quot;&quot;
+        RenderBlock {DIV} at (1,180) size 352x57 [border: (1px solid #FF0000)]
+          RenderText {#text} at (1,40) size 14x17
+            text run at (1,40) width 14: &quot;A &quot;
+          RenderText {#text} at (186,40) size 14x17
+            text run at (186,40) width 14: &quot; B&quot;
+        RenderBlock (anonymous) at (1,237) size 350x14
+          RenderText {#text} at (0,-2) size 116x17
+            text run at (0,-2) width 116: &quot;style=\&quot;padding:0px\&quot;&quot;
+        RenderBlock {DIV} at (1,251) size 352x37 [border: (1px solid #FF0000)]
+          RenderText {#text} at (1,20) size 14x17
+            text run at (1,20) width 14: &quot;A &quot;
+          RenderText {#text} at (166,20) size 14x17
+            text run at (166,20) width 14: &quot; B&quot;
+        RenderBlock (anonymous) at (1,288) size 350x14
+          RenderText {#text} at (0,-2) size 118x17
+            text run at (0,-2) width 118: &quot;style=\&quot;margin:10px\&quot;&quot;
+        RenderBlock {DIV} at (1,302) size 352x57 [border: (1px solid #FF0000)]
+          RenderText {#text} at (1,40) size 14x17
+            text run at (1,40) width 14: &quot;A &quot;
+          RenderText {#text} at (186,40) size 14x17
+            text run at (186,40) width 14: &quot; B&quot;
+        RenderBlock (anonymous) at (1,359) size 350x14
+          RenderText {#text} at (0,-2) size 111x17
+            text run at (0,-2) width 111: &quot;style=\&quot;margin:0px\&quot;&quot;
+        RenderBlock {DIV} at (1,373) size 352x37 [border: (1px solid #FF0000)]
+          RenderText {#text} at (1,20) size 14x17
+            text run at (1,20) width 14: &quot;A &quot;
+          RenderText {#text} at (166,20) size 14x17
+            text run at (166,20) width 14: &quot; B&quot;
+        RenderBlock (anonymous) at (1,410) size 350x14
+          RenderText {#text} at (0,-2) size 38x17
+            text run at (0,-2) width 38: &quot;cols=3&quot;
+        RenderBlock {DIV} at (1,424) size 352x41 [border: (1px solid #FF0000)]
+          RenderText {#text} at (1,24) size 14x17
+            text run at (1,24) width 14: &quot;A &quot;
+          RenderText {#text} at (59,24) size 14x17
+            text run at (59,24) width 14: &quot; B&quot;
+        RenderBlock (anonymous) at (1,465) size 350x14
+          RenderText {#text} at (0,-2) size 43x17
+            text run at (0,-2) width 43: &quot;rows=3&quot;
+        RenderBlock {DIV} at (1,479) size 352x54 [border: (1px solid #FF0000)]
+          RenderText {#text} at (1,37) size 14x17
+            text run at (1,37) width 14: &quot;A &quot;
+          RenderText {#text} at (170,37) size 14x17
+            text run at (170,37) width 14: &quot; B&quot;
+        RenderBlock (anonymous) at (1,533) size 350x14
+          RenderText {#text} at (0,-2) size 45x17
+            text run at (0,-2) width 45: &quot;cols=10&quot;
+        RenderBlock {DIV} at (1,547) size 352x41 [border: (1px solid #FF0000)]
+          RenderText {#text} at (1,24) size 14x17
+            text run at (1,24) width 14: &quot;A &quot;
+          RenderText {#text} at (105,24) size 14x17
+            text run at (105,24) width 14: &quot; B&quot;
+        RenderBlock (anonymous) at (1,588) size 350x14
+          RenderText {#text} at (0,-2) size 50x17
+            text run at (0,-2) width 50: &quot;rows=10&quot;
+        RenderBlock {DIV} at (1,602) size 352x145 [border: (1px solid #FF0000)]
+          RenderText {#text} at (1,128) size 14x17
+            text run at (1,128) width 14: &quot;A &quot;
+          RenderText {#text} at (170,128) size 14x17
+            text run at (170,128) width 14: &quot; B&quot;
+        RenderBlock (anonymous) at (1,747) size 350x14
+          RenderText {#text} at (0,-2) size 84x17
+            text run at (0,-2) width 84: &quot;cols=5 rows=4&quot;
+        RenderBlock {DIV} at (1,761) size 352x67 [border: (1px solid #FF0000)]
+          RenderText {#text} at (1,50) size 14x17
+            text run at (1,50) width 14: &quot;A &quot;
+          RenderText {#text} at (72,50) size 14x17
+            text run at (72,50) width 14: &quot; B&quot;
+      RenderBlock (floating) {DIV} at (352,0) size 352x1057 [border: (1px solid #FF0000)]
+        RenderBlock (anonymous) at (1,1) size 350x14
+          RenderText {#text} at (0,-2) size 110x17
+            text run at (0,-2) width 110: &quot;style=\&quot;width:60px\&quot;&quot;
+        RenderBlock {DIV} at (1,15) size 352x41 [border: (1px solid #FF0000)]
+          RenderText {#text} at (1,24) size 14x17
+            text run at (1,24) width 14: &quot;A &quot;
+          RenderText {#text} at (74,24) size 14x17
+            text run at (74,24) width 14: &quot; B&quot;
+        RenderBlock (anonymous) at (1,56) size 350x14
+          RenderText {#text} at (0,-2) size 191x17
+            text run at (0,-2) width 191: &quot;style=\&quot;width:60px;padding:20px\&quot;&quot;
+        RenderBlock {DIV} at (1,70) size 352x77 [border: (1px solid #FF0000)]
+          RenderText {#text} at (1,60) size 14x17
+            text run at (1,60) width 14: &quot;A &quot;
+          RenderText {#text} at (74,60) size 14x17
+            text run at (74,60) width 14: &quot; B&quot;
+        RenderBlock (anonymous) at (1,147) size 350x14
+          RenderText {#text} at (0,-2) size 170x17
+            text run at (0,-2) width 170: &quot;style=\&quot;width:60px;padding:0\&quot;&quot;
+        RenderBlock {DIV} at (1,161) size 352x37 [border: (1px solid #FF0000)]
+          RenderText {#text} at (1,20) size 14x17
+            text run at (1,20) width 14: &quot;A &quot;
+          RenderText {#text} at (74,20) size 14x17
+            text run at (74,20) width 14: &quot; B&quot;
+        RenderBlock (anonymous) at (1,198) size 350x14
+          RenderText {#text} at (0,-2) size 113x17
+            text run at (0,-2) width 113: &quot;style=\&quot;height:60px\&quot;&quot;
+        RenderBlock {DIV} at (1,212) size 352x65 [border: (1px solid #FF0000)]
+          RenderText {#text} at (1,48) size 14x17
+            text run at (1,48) width 14: &quot;A &quot;
+          RenderText {#text} at (170,48) size 14x17
+            text run at (170,48) width 14: &quot; B&quot;
+        RenderBlock (anonymous) at (1,277) size 350x14
+          RenderText {#text} at (0,-2) size 181x17
+            text run at (0,-2) width 181: &quot;style=\&quot;width:60px;height:60px\&quot;&quot;
+        RenderBlock {DIV} at (1,291) size 352x65 [border: (1px solid #FF0000)]
+          RenderText {#text} at (1,48) size 14x17
+            text run at (1,48) width 14: &quot;A &quot;
+          RenderText {#text} at (74,48) size 14x17
+            text run at (74,48) width 14: &quot; B&quot;
+        RenderBlock (anonymous) at (1,356) size 350x14
+          RenderText {#text} at (0,-2) size 138x17
+            text run at (0,-2) width 138: &quot;style=\&quot;overflow:hidden\&quot;&quot;
+        RenderBlock {DIV} at (1,370) size 352x41 [border: (1px solid #FF0000)]
+          RenderText {#text} at (1,24) size 14x17
+            text run at (1,24) width 14: &quot;A &quot;
+          RenderText {#text} at (170,24) size 14x17
+            text run at (170,24) width 14: &quot; B&quot;
+        RenderBlock (anonymous) at (1,411) size 350x14
+          RenderText {#text} at (0,-2) size 131x17
+            text run at (0,-2) width 131: &quot;style=\&quot;overflow:scroll\&quot;&quot;
+        RenderBlock {DIV} at (1,425) size 352x56 [border: (1px solid #FF0000)]
+          RenderText {#text} at (1,39) size 14x17
+            text run at (1,39) width 14: &quot;A &quot;
+          RenderText {#text} at (170,39) size 14x17
+            text run at (170,39) width 14: &quot; B&quot;
+        RenderBlock (anonymous) at (1,481) size 350x14
+          RenderText {#text} at (0,-2) size 276x17
+            text run at (0,-2) width 276: &quot;style=\&quot;overflow:hidden;width:60px;height:60px\&quot;&quot;
+        RenderBlock {DIV} at (1,495) size 352x65 [border: (1px solid #FF0000)]
+          RenderText {#text} at (1,48) size 14x17
+            text run at (1,48) width 14: &quot;A &quot;
+          RenderText {#text} at (74,48) size 14x17
+            text run at (74,48) width 14: &quot; B&quot;
+        RenderBlock (anonymous) at (1,560) size 350x14
+          RenderText {#text} at (0,-2) size 269x17
+            text run at (0,-2) width 269: &quot;style=\&quot;overflow:scroll;width:60px;height:60px\&quot;&quot;
+        RenderBlock {DIV} at (1,574) size 352x65 [border: (1px solid #FF0000)]
+          RenderText {#text} at (1,48) size 14x17
+            text run at (1,48) width 14: &quot;A &quot;
+          RenderText {#text} at (74,48) size 14x17
+            text run at (74,48) width 14: &quot; B&quot;
+        RenderBlock (anonymous) at (1,639) size 350x14
+          RenderText {#text} at (0,-2) size 222x17
+            text run at (0,-2) width 222: &quot;cols=5 style=\&quot;width:60px;height:60px\&quot;&quot;
+        RenderBlock {DIV} at (1,653) size 352x65 [border: (1px solid #FF0000)]
+          RenderText {#text} at (1,48) size 14x17
+            text run at (1,48) width 14: &quot;A &quot;
+          RenderText {#text} at (74,48) size 14x17
+            text run at (74,48) width 14: &quot; B&quot;
+        RenderBlock (anonymous) at (1,718) size 350x14
+          RenderText {#text} at (0,-2) size 226x17
+            text run at (0,-2) width 226: &quot;rows=4 style=\&quot;width:60px;height:60px\&quot;&quot;
+        RenderBlock {DIV} at (1,732) size 352x65 [border: (1px solid #FF0000)]
+          RenderText {#text} at (1,48) size 14x17
+            text run at (1,48) width 14: &quot;A &quot;
+          RenderText {#text} at (74,48) size 14x17
+            text run at (74,48) width 14: &quot; B&quot;
+        RenderBlock (anonymous) at (1,797) size 350x14
+          RenderText {#text} at (0,-2) size 267x17
+            text run at (0,-2) width 267: &quot;cols=5 rows=4 style=\&quot;width:60px;height:60px\&quot;&quot;
+        RenderBlock {DIV} at (1,811) size 352x65 [border: (1px solid #FF0000)]
+          RenderText {#text} at (1,48) size 14x17
+            text run at (1,48) width 14: &quot;A &quot;
+          RenderText {#text} at (74,48) size 14x17
+            text run at (74,48) width 14: &quot; B&quot;
+        RenderBlock (anonymous) at (1,876) size 350x14
+          RenderText {#text} at (0,-2) size 64x17
+            text run at (0,-2) width 64: &quot;wrap=\&quot;off\&quot;&quot;
+        RenderBlock {DIV} at (1,890) size 352x56 [border: (1px solid #FF0000)]
+          RenderText {#text} at (1,39) size 14x17
+            text run at (1,39) width 14: &quot;A &quot;
+          RenderText {#text} at (170,39) size 14x17
+            text run at (170,39) width 5: &quot; &quot;
+            text run at (174,39) width 10: &quot;B&quot;
+        RenderBlock (anonymous) at (1,946) size 350x14
+          RenderText {#text} at (0,-2) size 73x17
+            text run at (0,-2) width 73: &quot;wrap=\&quot;hard\&quot;&quot;
+        RenderBlock {DIV} at (1,960) size 352x41 [border: (1px solid #FF0000)]
+          RenderText {#text} at (1,24) size 14x17
+            text run at (1,24) width 14: &quot;A &quot;
+          RenderText {#text} at (170,24) size 14x17
+            text run at (170,24) width 5: &quot; &quot;
+            text run at (174,24) width 10: &quot;B&quot;
+        RenderBlock (anonymous) at (1,1001) size 350x14
+          RenderText {#text} at (0,-2) size 69x17
+            text run at (0,-2) width 69: &quot;wrap=\&quot;soft\&quot;&quot;
+        RenderBlock {DIV} at (1,1015) size 352x41 [border: (1px solid #FF0000)]
+          RenderText {#text} at (1,24) size 14x17
+            text run at (1,24) width 14: &quot;A &quot;
+          RenderText {#text} at (170,24) size 14x17
+            text run at (170,24) width 5: &quot; &quot;
+            text run at (174,24) width 10: &quot;B&quot;
+layer at (26,26) size 152x32 clip at (27,27) size 150x30
+  RenderTextControl {TEXTAREA} at (16,3) size 153x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 146x13
+      RenderText {#text} at (0,0) size 100x13
+        text run at (0,0) width 100: &quot;Lorem ipsum dolor&quot;
+layer at (26,81) size 152x32 clip at (27,82) size 135x30 scrollHeight 56
+  RenderTextControl {TEXTAREA} at (16,3) size 153x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 131x52
+      RenderText {#text} at (0,0) size 131x52
+        text run at (0,0) width 100: &quot;Lorem ipsum dolor&quot;
+        text run at (99,0) width 4: &quot; &quot;
+        text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
+        text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
+        text run at (70,26) width 4: &quot; &quot;
+        text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        text run at (127,39) width 4: &quot; &quot;
+layer at (26,136) size 152x32 clip at (27,137) size 135x30 scrollHeight 56
+  RenderTextControl {TEXTAREA} at (16,3) size 153x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 131x52 [color=#545454]
+      RenderText {#text} at (0,0) size 131x52
+        text run at (0,0) width 100: &quot;Lorem ipsum dolor&quot;
+        text run at (99,0) width 4: &quot; &quot;
+        text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
+        text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
+        text run at (70,26) width 4: &quot; &quot;
+        text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        text run at (127,39) width 4: &quot; &quot;
+layer at (26,191) size 168x48 clip at (27,192) size 151x46 scrollHeight 72
+  RenderTextControl {TEXTAREA} at (16,3) size 169x48 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (11,11) size 131x52
+      RenderText {#text} at (0,0) size 131x52
+        text run at (0,0) width 100: &quot;Lorem ipsum dolor&quot;
+        text run at (99,0) width 4: &quot; &quot;
+        text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
+        text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
+        text run at (70,26) width 4: &quot; &quot;
+        text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        text run at (127,39) width 4: &quot; &quot;
+layer at (26,262) size 148x28 clip at (27,263) size 131x26 scrollHeight 52
+  RenderTextControl {TEXTAREA} at (16,3) size 149x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (1,1) size 131x52
+      RenderText {#text} at (0,0) size 131x52
+        text run at (0,0) width 100: &quot;Lorem ipsum dolor&quot;
+        text run at (99,0) width 4: &quot; &quot;
+        text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
+        text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
+        text run at (70,26) width 4: &quot; &quot;
+        text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        text run at (127,39) width 4: &quot; &quot;
+layer at (34,321) size 152x32 clip at (35,322) size 135x30 scrollHeight 56
+  RenderTextControl {TEXTAREA} at (24,11) size 153x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 131x52
+      RenderText {#text} at (0,0) size 131x52
+        text run at (0,0) width 100: &quot;Lorem ipsum dolor&quot;
+        text run at (99,0) width 4: &quot; &quot;
+        text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
+        text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
+        text run at (70,26) width 4: &quot; &quot;
+        text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        text run at (127,39) width 4: &quot; &quot;
+layer at (24,382) size 152x32 clip at (25,383) size 135x30 scrollHeight 56
+  RenderTextControl {TEXTAREA} at (14,1) size 153x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 131x52
+      RenderText {#text} at (0,0) size 131x52
+        text run at (0,0) width 100: &quot;Lorem ipsum dolor&quot;
+        text run at (99,0) width 4: &quot; &quot;
+        text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
+        text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
+        text run at (70,26) width 4: &quot; &quot;
+        text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        text run at (127,39) width 4: &quot; &quot;
+layer at (26,435) size 41x32 clip at (27,436) size 24x30 scrollHeight 355
+  RenderTextControl {TEXTAREA} at (16,3) size 42x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 20x351
+      RenderText {#text} at (0,0) size 20x351
+        text run at (0,0) width 18: &quot;Lor&quot;
+        text run at (0,13) width 17: &quot;em&quot;
+        text run at (16,13) width 4: &quot; &quot;
+        text run at (0,26) width 16: &quot;ips&quot;
+        text run at (0,39) width 17: &quot;um&quot;
+        text run at (16,39) width 4: &quot; &quot;
+        text run at (0,52) width 17: &quot;dol&quot;
+        text run at (0,65) width 11: &quot;or&quot;
+        text run at (10,65) width 5: &quot; &quot;
+        text run at (0,78) width 16: &quot;AB&quot;
+        text run at (0,91) width 17: &quot;CD&quot;
+        text run at (0,104) width 14: &quot;EF&quot;
+        text run at (0,117) width 18: &quot;GH&quot;
+        text run at (0,130) width 18: &quot;IJK&quot;
+        text run at (0,143) width 17: &quot;LM&quot;
+        text run at (0,156) width 18: &quot;NO&quot;
+        text run at (0,169) width 17: &quot;PQ&quot;
+        text run at (0,182) width 16: &quot;RS&quot;
+        text run at (0,195) width 16: &quot;TU&quot;
+        text run at (0,208) width 18: &quot;VW&quot;
+        text run at (0,221) width 15: &quot;XY&quot;
+        text run at (0,234) width 8: &quot;Z&quot;
+        text run at (7,234) width 4: &quot; &quot;
+        text run at (0,247) width 20: &quot;abc&quot;
+        text run at (0,260) width 17: &quot;def&quot;
+        text run at (0,273) width 19: &quot;ghij&quot;
+        text run at (0,286) width 19: &quot;klm&quot;
+        text run at (0,299) width 14: &quot;no&quot;
+        text run at (0,312) width 18: &quot;pqr&quot;
+        text run at (0,325) width 17: &quot;stu&quot;
+        text run at (0,338) width 6: &quot;v&quot;
+        text run at (5,338) width 5: &quot; &quot;
+layer at (26,490) size 152x45 clip at (27,491) size 135x43 scrollHeight 56
+  RenderTextControl {TEXTAREA} at (16,3) size 153x45 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 131x52
+      RenderText {#text} at (0,0) size 131x52
+        text run at (0,0) width 100: &quot;Lorem ipsum dolor&quot;
+        text run at (99,0) width 4: &quot; &quot;
+        text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
+        text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
+        text run at (70,26) width 4: &quot; &quot;
+        text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        text run at (127,39) width 4: &quot; &quot;
+layer at (26,558) size 87x32 clip at (27,559) size 70x30 scrollHeight 108
+  RenderTextControl {TEXTAREA} at (16,3) size 88x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 66x104
+      RenderText {#text} at (0,0) size 66x104
+        text run at (0,0) width 34: &quot;Lorem&quot;
+        text run at (33,0) width 4: &quot; &quot;
+        text run at (0,13) width 63: &quot;ipsum dolor&quot;
+        text run at (62,13) width 4: &quot; &quot;
+        text run at (0,26) width 64: &quot;ABCDEFGH&quot;
+        text run at (0,39) width 59: &quot;IJKLMNOP&quot;
+        text run at (0,52) width 65: &quot;QRSTUVWX&quot;
+        text run at (0,65) width 15: &quot;YZ&quot;
+        text run at (14,65) width 5: &quot; &quot;
+        text run at (0,78) width 65: &quot;abcdefghijkl&quot;
+        text run at (0,91) width 64: &quot;mnopqrstuv&quot;
+        text run at (63,91) width 3: &quot; &quot;
+layer at (26,613) size 152x136 clip at (27,614) size 150x134
+  RenderTextControl {TEXTAREA} at (16,3) size 153x136 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 146x52
+      RenderText {#text} at (0,0) size 146x52
+        text run at (0,0) width 100: &quot;Lorem ipsum dolor&quot;
+        text run at (99,0) width 4: &quot; &quot;
+        text run at (0,13) width 146: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+        text run at (0,26) width 55: &quot;TUVWXYZ&quot;
+        text run at (54,26) width 5: &quot; &quot;
+        text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        text run at (127,39) width 4: &quot; &quot;
+layer at (26,772) size 54x58 clip at (27,773) size 37x56 scrollHeight 212
+  RenderTextControl {TEXTAREA} at (16,3) size 55x58 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 33x208
+      RenderText {#text} at (0,0) size 33x208
+        text run at (0,0) width 24: &quot;Lore&quot;
+        text run at (0,13) width 10: &quot;m&quot;
+        text run at (9,13) width 5: &quot; &quot;
+        text run at (0,26) width 32: &quot;ipsum&quot;
+        text run at (31,26) width 2: &quot; &quot;
+        text run at (0,39) width 28: &quot;dolor&quot;
+        text run at (27,39) width 4: &quot; &quot;
+        text run at (0,52) width 33: &quot;ABCD&quot;
+        text run at (0,65) width 32: &quot;EFGH&quot;
+        text run at (0,78) width 24: &quot;IJKL&quot;
+        text run at (0,91) width 28: &quot;MNO&quot;
+        text run at (0,104) width 32: &quot;PQRS&quot;
+        text run at (0,117) width 33: &quot;TUVW&quot;
+        text run at (0,130) width 22: &quot;XYZ&quot;
+        text run at (21,130) width 5: &quot; &quot;
+        text run at (0,143) width 33: &quot;abcde&quot;
+        text run at (0,156) width 32: &quot;fghijkl&quot;
+        text run at (0,169) width 31: &quot;mnop&quot;
+        text run at (0,182) width 28: &quot;qrstu&quot;
+        text run at (0,195) width 6: &quot;v&quot;
+        text run at (5,195) width 5: &quot; &quot;
+layer at (376,26) size 60x32 clip at (377,27) size 43x30 scrollHeight 173
+  RenderTextControl {TEXTAREA} at (14,3) size 61x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 39x169
+      RenderText {#text} at (0,0) size 39x169
+        text run at (0,0) width 34: &quot;Lorem&quot;
+        text run at (33,0) width 4: &quot; &quot;
+        text run at (0,13) width 32: &quot;ipsum&quot;
+        text run at (31,13) width 5: &quot; &quot;
+        text run at (0,26) width 28: &quot;dolor&quot;
+        text run at (27,26) width 4: &quot; &quot;
+        text run at (0,39) width 33: &quot;ABCD&quot;
+        text run at (0,52) width 35: &quot;EFGHI&quot;
+        text run at (0,65) width 39: &quot;JKLMN&quot;
+        text run at (0,78) width 34: &quot;OPQR&quot;
+        text run at (0,91) width 30: &quot;STUV&quot;
+        text run at (0,104) width 33: &quot;WXYZ&quot;
+        text run at (32,104) width 4: &quot; &quot;
+        text run at (0,117) width 37: &quot;abcdef&quot;
+        text run at (0,130) width 38: &quot;ghijklm&quot;
+        text run at (0,143) width 38: &quot;nopqrs&quot;
+        text run at (0,156) width 17: &quot;tuv&quot;
+        text run at (16,156) width 4: &quot; &quot;
+layer at (376,81) size 60x68 clip at (377,82) size 43x66 scrollHeight 924
+  RenderTextControl {TEXTAREA} at (14,3) size 61x68 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (21,21) size 3x884
+      RenderText {#text} at (0,0) size 11x884
+        text run at (0,0) width 7: &quot;L&quot;
+        text run at (0,13) width 7: &quot;o&quot;
+        text run at (0,26) width 5: &quot;r&quot;
+        text run at (0,39) width 7: &quot;e&quot;
+        text run at (0,52) width 10: &quot;m&quot;
+        text run at (0,65) width 3: &quot; &quot;
+        text run at (0,78) width 3: &quot;i&quot;
+        text run at (0,91) width 7: &quot;p&quot;
+        text run at (0,104) width 6: &quot;s&quot;
+        text run at (0,117) width 7: &quot;u&quot;
+        text run at (0,130) width 10: &quot;m&quot;
+        text run at (0,143) width 3: &quot; &quot;
+        text run at (0,156) width 7: &quot;d&quot;
+        text run at (0,169) width 7: &quot;o&quot;
+        text run at (0,182) width 3: &quot;l&quot;
+        text run at (0,195) width 7: &quot;o&quot;
+        text run at (0,208) width 5: &quot;r&quot;
+        text run at (0,221) width 3: &quot; &quot;
+        text run at (0,234) width 8: &quot;A&quot;
+        text run at (0,247) width 8: &quot;B&quot;
+        text run at (0,260) width 9: &quot;C&quot;
+        text run at (0,273) width 9: &quot;D&quot;
+        text run at (0,286) width 8: &quot;E&quot;
+        text run at (0,299) width 7: &quot;F&quot;
+        text run at (0,312) width 9: &quot;G&quot;
+        text run at (0,325) width 9: &quot;H&quot;
+        text run at (0,338) width 4: &quot;I&quot;
+        text run at (0,351) width 7: &quot;J&quot;
+        text run at (0,364) width 8: &quot;K&quot;
+        text run at (0,377) width 7: &quot;L&quot;
+        text run at (0,390) width 11: &quot;M&quot;
+        text run at (0,403) width 9: &quot;N&quot;
+        text run at (0,416) width 9: &quot;O&quot;
+        text run at (0,429) width 8: &quot;P&quot;
+        text run at (0,442) width 9: &quot;Q&quot;
+        text run at (0,455) width 8: &quot;R&quot;
+        text run at (0,468) width 8: &quot;S&quot;
+        text run at (0,481) width 7: &quot;T&quot;
+        text run at (0,494) width 9: &quot;U&quot;
+        text run at (0,507) width 8: &quot;V&quot;
+        text run at (0,520) width 11: &quot;W&quot;
+        text run at (0,533) width 8: &quot;X&quot;
+        text run at (0,546) width 8: &quot;Y&quot;
+        text run at (0,559) width 8: &quot;Z&quot;
+        text run at (0,572) width 3: &quot; &quot;
+        text run at (0,585) width 7: &quot;a&quot;
+        text run at (0,598) width 7: &quot;b&quot;
+        text run at (0,611) width 7: &quot;c&quot;
+        text run at (0,624) width 7: &quot;d&quot;
+        text run at (0,637) width 7: &quot;e&quot;
+        text run at (0,650) width 4: &quot;f&quot;
+        text run at (0,663) width 7: &quot;g&quot;
+        text run at (0,676) width 7: &quot;h&quot;
+        text run at (0,689) width 3: &quot;i&quot;
+        text run at (0,702) width 3: &quot;j&quot;
+        text run at (0,715) width 7: &quot;k&quot;
+        text run at (0,728) width 3: &quot;l&quot;
+        text run at (0,741) width 10: &quot;m&quot;
+        text run at (0,754) width 7: &quot;n&quot;
+        text run at (0,767) width 7: &quot;o&quot;
+        text run at (0,780) width 7: &quot;p&quot;
+        text run at (0,793) width 7: &quot;q&quot;
+        text run at (0,806) width 5: &quot;r&quot;
+        text run at (0,819) width 6: &quot;s&quot;
+        text run at (0,832) width 4: &quot;t&quot;
+        text run at (0,845) width 7: &quot;u&quot;
+        text run at (0,858) width 6: &quot;v&quot;
+        text run at (0,871) width 3: &quot; &quot;
+layer at (376,172) size 60x28 clip at (377,173) size 43x26 scrollHeight 156
+  RenderTextControl {TEXTAREA} at (14,3) size 61x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (1,1) size 43x156
+      RenderText {#text} at (0,0) size 43x156
+        text run at (0,0) width 34: &quot;Lorem&quot;
+        text run at (33,0) width 4: &quot; &quot;
+        text run at (0,13) width 32: &quot;ipsum&quot;
+        text run at (31,13) width 5: &quot; &quot;
+        text run at (0,26) width 28: &quot;dolor&quot;
+        text run at (27,26) width 4: &quot; &quot;
+        text run at (0,39) width 40: &quot;ABCDE&quot;
+        text run at (0,52) width 41: &quot;FGHIJK&quot;
+        text run at (0,65) width 42: &quot;LMNOP&quot;
+        text run at (0,78) width 40: &quot;QRSTU&quot;
+        text run at (0,91) width 40: &quot;VWXYZ&quot;
+        text run at (39,91) width 4: &quot; &quot;
+        text run at (0,104) width 37: &quot;abcdef&quot;
+        text run at (0,117) width 38: &quot;ghijklm&quot;
+        text run at (0,130) width 41: &quot;nopqrst&quot;
+        text run at (0,143) width 13: &quot;uv&quot;
+        text run at (12,143) width 4: &quot; &quot;
+layer at (378,221) size 152x60 clip at (379,222) size 150x58
+  RenderTextControl {TEXTAREA} at (16,1) size 153x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 146x52
+      RenderText {#text} at (0,0) size 146x52
+        text run at (0,0) width 100: &quot;Lorem ipsum dolor&quot;
+        text run at (99,0) width 4: &quot; &quot;
+        text run at (0,13) width 146: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+        text run at (0,26) width 55: &quot;TUVWXYZ&quot;
+        text run at (54,26) width 5: &quot; &quot;
+        text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        text run at (127,39) width 4: &quot; &quot;
+layer at (376,300) size 60x60 clip at (377,301) size 43x58 scrollHeight 173
+  RenderTextControl {TEXTAREA} at (14,1) size 61x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 39x169
+      RenderText {#text} at (0,0) size 39x169
+        text run at (0,0) width 34: &quot;Lorem&quot;
+        text run at (33,0) width 4: &quot; &quot;
+        text run at (0,13) width 32: &quot;ipsum&quot;
+        text run at (31,13) width 5: &quot; &quot;
+        text run at (0,26) width 28: &quot;dolor&quot;
+        text run at (27,26) width 4: &quot; &quot;
+        text run at (0,39) width 33: &quot;ABCD&quot;
+        text run at (0,52) width 35: &quot;EFGHI&quot;
+        text run at (0,65) width 39: &quot;JKLMN&quot;
+        text run at (0,78) width 34: &quot;OPQR&quot;
+        text run at (0,91) width 30: &quot;STUV&quot;
+        text run at (0,104) width 33: &quot;WXYZ&quot;
+        text run at (32,104) width 4: &quot; &quot;
+        text run at (0,117) width 37: &quot;abcdef&quot;
+        text run at (0,130) width 38: &quot;ghijklm&quot;
+        text run at (0,143) width 38: &quot;nopqrs&quot;
+        text run at (0,156) width 17: &quot;tuv&quot;
+        text run at (16,156) width 4: &quot; &quot;
+layer at (378,381) size 152x32 clip at (379,382) size 150x30 scrollHeight 56
+  RenderTextControl {TEXTAREA} at (16,3) size 153x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 146x52
+      RenderText {#text} at (0,0) size 146x52
+        text run at (0,0) width 100: &quot;Lorem ipsum dolor&quot;
+        text run at (99,0) width 4: &quot; &quot;
+        text run at (0,13) width 146: &quot;ABCDEFGHIJKLMNOPQRS&quot;
+        text run at (0,26) width 55: &quot;TUVWXYZ&quot;
+        text run at (54,26) width 5: &quot; &quot;
+        text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        text run at (127,39) width 4: &quot; &quot;
+layer at (378,436) size 152x47 clip at (379,437) size 135x30 scrollHeight 56
+  RenderTextControl {TEXTAREA} at (16,3) size 153x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 131x52
+      RenderText {#text} at (0,0) size 131x52
+        text run at (0,0) width 100: &quot;Lorem ipsum dolor&quot;
+        text run at (99,0) width 4: &quot; &quot;
+        text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
+        text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
+        text run at (70,26) width 4: &quot; &quot;
+        text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
+        text run at (127,39) width 4: &quot; &quot;
+layer at (376,504) size 60x60 clip at (377,505) size 58x58 scrollHeight 147
+  RenderTextControl {TEXTAREA} at (14,1) size 61x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 54x143
+      RenderText {#text} at (0,0) size 53x143
+        text run at (0,0) width 34: &quot;Lorem&quot;
+        text run at (33,0) width 4: &quot; &quot;
+        text run at (0,13) width 32: &quot;ipsum&quot;
+        text run at (31,13) width 5: &quot; &quot;
+        text run at (0,26) width 28: &quot;dolor&quot;
+        text run at (27,26) width 4: &quot; &quot;
+        text run at (0,39) width 46: &quot;ABCDEF&quot;
+        text run at (0,52) width 51: &quot;GHIJKLM&quot;
+        text run at (0,65) width 50: &quot;NOPQRS&quot;
+        text run at (0,78) width 48: &quot;TUVWXY&quot;
+        text run at (0,91) width 8: &quot;Z&quot;
+        text run at (7,91) width 4: &quot; &quot;
+        text run at (0,104) width 53: &quot;abcdefghi&quot;
+        text run at (0,117) width 53: &quot;jklmnopqr&quot;
+        text run at (0,130) width 23: &quot;stuv&quot;
+        text run at (22,130) width 4: &quot; &quot;
+layer at (376,583) size 60x60 clip at (377,584) size 43x43 scrollHeight 173
+  RenderTextControl {TEXTAREA} at (14,1) size 61x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 39x169
+      RenderText {#text} at (0,0) size 39x169
+        text run at (0,0) width 34: &quot;Lorem&quot;
+        text run at (33,0) width 4: &quot; &quot;
+        text run at (0,13) width 32: &quot;ipsum&quot;
+        text run at (31,13) width 5: &quot; &quot;
+        text run at (0,26) width 28: &quot;dolor&quot;
+        text run at (27,26) width 4: &quot; &quot;
+        text run at (0,39) width 33: &quot;ABCD&quot;
+        text run at (0,52) width 35: &quot;EFGHI&quot;
+        text run at (0,65) width 39: &quot;JKLMN&quot;
+        text run at (0,78) width 34: &quot;OPQR&quot;
+        text run at (0,91) width 30: &quot;STUV&quot;
+        text run at (0,104) width 33: &quot;WXYZ&quot;
+        text run at (32,104) width 4: &quot; &quot;
+        text run at (0,117) width 37: &quot;abcdef&quot;
+        text run at (0,130) width 38: &quot;ghijklm&quot;
+        text run at (0,143) width 38: &quot;nopqrs&quot;
+        text run at (0,156) width 17: &quot;tuv&quot;
+        text run at (16,156) width 4: &quot; &quot;
+layer at (376,662) size 60x60 clip at (377,663) size 43x58 scrollHeight 173
+  RenderTextControl {TEXTAREA} at (14,1) size 61x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 39x169
+      RenderText {#text} at (0,0) size 39x169
+        text run at (0,0) width 34: &quot;Lorem&quot;
+        text run at (33,0) width 4: &quot; &quot;
+        text run at (0,13) width 32: &quot;ipsum&quot;
+        text run at (31,13) width 5: &quot; &quot;
+        text run at (0,26) width 28: &quot;dolor&quot;
+        text run at (27,26) width 4: &quot; &quot;
+        text run at (0,39) width 33: &quot;ABCD&quot;
+        text run at (0,52) width 35: &quot;EFGHI&quot;
+        text run at (0,65) width 39: &quot;JKLMN&quot;
+        text run at (0,78) width 34: &quot;OPQR&quot;
+        text run at (0,91) width 30: &quot;STUV&quot;
+        text run at (0,104) width 33: &quot;WXYZ&quot;
+        text run at (32,104) width 4: &quot; &quot;
+        text run at (0,117) width 37: &quot;abcdef&quot;
+        text run at (0,130) width 38: &quot;ghijklm&quot;
+        text run at (0,143) width 38: &quot;nopqrs&quot;
+        text run at (0,156) width 17: &quot;tuv&quot;
+        text run at (16,156) width 4: &quot; &quot;
+layer at (376,741) size 60x60 clip at (377,742) size 43x58 scrollHeight 173
+  RenderTextControl {TEXTAREA} at (14,1) size 61x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 39x169
+      RenderText {#text} at (0,0) size 39x169
+        text run at (0,0) width 34: &quot;Lorem&quot;
+        text run at (33,0) width 4: &quot; &quot;
+        text run at (0,13) width 32: &quot;ipsum&quot;
+        text run at (31,13) width 5: &quot; &quot;
+        text run at (0,26) width 28: &quot;dolor&quot;
+        text run at (27,26) width 4: &quot; &quot;
+        text run at (0,39) width 33: &quot;ABCD&quot;
+        text run at (0,52) width 35: &quot;EFGHI&quot;
+        text run at (0,65) width 39: &quot;JKLMN&quot;
+        text run at (0,78) width 34: &quot;OPQR&quot;
+        text run at (0,91) width 30: &quot;STUV&quot;
+        text run at (0,104) width 33: &quot;WXYZ&quot;
+        text run at (32,104) width 4: &quot; &quot;
+        text run at (0,117) width 37: &quot;abcdef&quot;
+        text run at (0,130) width 38: &quot;ghijklm&quot;
+        text run at (0,143) width 38: &quot;nopqrs&quot;
+        text run at (0,156) width 17: &quot;tuv&quot;
+        text run at (16,156) width 4: &quot; &quot;
+layer at (376,820) size 60x60 clip at (377,821) size 43x58 scrollHeight 173
+  RenderTextControl {TEXTAREA} at (14,1) size 61x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 39x169
+      RenderText {#text} at (0,0) size 39x169
+        text run at (0,0) width 34: &quot;Lorem&quot;
+        text run at (33,0) width 4: &quot; &quot;
+        text run at (0,13) width 32: &quot;ipsum&quot;
+        text run at (31,13) width 5: &quot; &quot;
+        text run at (0,26) width 28: &quot;dolor&quot;
+        text run at (27,26) width 4: &quot; &quot;
+        text run at (0,39) width 33: &quot;ABCD&quot;
+        text run at (0,52) width 35: &quot;EFGHI&quot;
+        text run at (0,65) width 39: &quot;JKLMN&quot;
+        text run at (0,78) width 34: &quot;OPQR&quot;
+        text run at (0,91) width 30: &quot;STUV&quot;
+        text run at (0,104) width 33: &quot;WXYZ&quot;
+        text run at (32,104) width 4: &quot; &quot;
+        text run at (0,117) width 37: &quot;abcdef&quot;
+        text run at (0,130) width 38: &quot;ghijklm&quot;
+        text run at (0,143) width 38: &quot;nopqrs&quot;
+        text run at (0,156) width 17: &quot;tuv&quot;
+        text run at (16,156) width 4: &quot; &quot;
+layer at (378,901) size 152x47 clip at (379,902) size 135x30 scrollWidth 187 scrollHeight 212
+  RenderTextControl {TEXTAREA} at (16,3) size 153x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 131x208
+      RenderText {#text} at (0,0) size 186x195
+        text run at (0,0) width 4: &quot; &quot;
+        text run at (3,0) width 1: &quot; &quot;
+        text run at (0,13) width 186: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
+        text run at (185,13) width 1: &quot; &quot;
+        text run at (0,26) width 186: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
+        text run at (185,26) width 1: &quot; &quot;
+        text run at (0,39) width 186: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
+        text run at (185,39) width 1: &quot; &quot;
+        text run at (0,52) width 186: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
+        text run at (185,52) width 1: &quot; &quot;
+        text run at (0,65) width 186: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
+        text run at (185,65) width 1: &quot; &quot;
+        text run at (0,78) width 186: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
+        text run at (185,78) width 1: &quot; &quot;
+        text run at (0,91) width 186: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
+        text run at (185,91) width 1: &quot; &quot;
+        text run at (0,104) width 186: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
+        text run at (185,104) width 1: &quot; &quot;
+        text run at (0,117) width 186: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
+        text run at (185,117) width 1: &quot; &quot;
+        text run at (0,130) width 186: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
+        text run at (185,130) width 1: &quot; &quot;
+        text run at (0,143) width 186: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
+        text run at (185,143) width 1: &quot; &quot;
+        text run at (0,156) width 186: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
+        text run at (185,156) width 1: &quot; &quot;
+        text run at (0,169) width 186: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
+        text run at (185,169) width 1: &quot; &quot;
+        text run at (0,182) width 186: &quot;This is a text area with wrap=\&quot;soft\&quot;&quot;
+        text run at (185,182) width 1: &quot; &quot;
+      RenderBR {BR} at (0,195) size 0x13
+layer at (378,971) size 152x32 clip at (379,972) size 135x30 scrollHeight 394
+  RenderTextControl {TEXTAREA} at (16,3) size 153x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 131x390
+      RenderText {#text} at (0,0) size 123x377
+        text run at (0,0) width 4: &quot; &quot;
+        text run at (3,0) width 1: &quot; &quot;
+        text run at (0,13) width 119: &quot;This is a text area with&quot;
+        text run at (118,13) width 5: &quot; &quot;
+        text run at (0,26) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
+        text run at (63,26) width 1: &quot; &quot;
+        text run at (0,39) width 119: &quot;This is a text area with&quot;
+        text run at (118,39) width 5: &quot; &quot;
+        text run at (0,52) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
+        text run at (63,52) width 1: &quot; &quot;
+        text run at (0,65) width 119: &quot;This is a text area with&quot;
+        text run at (118,65) width 5: &quot; &quot;
+        text run at (0,78) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
+        text run at (63,78) width 1: &quot; &quot;
+        text run at (0,91) width 119: &quot;This is a text area with&quot;
+        text run at (118,91) width 5: &quot; &quot;
+        text run at (0,104) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
+        text run at (63,104) width 1: &quot; &quot;
+        text run at (0,117) width 119: &quot;This is a text area with&quot;
+        text run at (118,117) width 5: &quot; &quot;
+        text run at (0,130) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
+        text run at (63,130) width 1: &quot; &quot;
+        text run at (0,143) width 119: &quot;This is a text area with&quot;
+        text run at (118,143) width 5: &quot; &quot;
+        text run at (0,156) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
+        text run at (63,156) width 1: &quot; &quot;
+        text run at (0,169) width 119: &quot;This is a text area with&quot;
+        text run at (118,169) width 5: &quot; &quot;
+        text run at (0,182) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
+        text run at (63,182) width 1: &quot; &quot;
+        text run at (0,195) width 119: &quot;This is a text area with&quot;
+        text run at (118,195) width 5: &quot; &quot;
+        text run at (0,208) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
+        text run at (63,208) width 1: &quot; &quot;
+        text run at (0,221) width 119: &quot;This is a text area with&quot;
+        text run at (118,221) width 5: &quot; &quot;
+        text run at (0,234) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
+        text run at (63,234) width 1: &quot; &quot;
+        text run at (0,247) width 119: &quot;This is a text area with&quot;
+        text run at (118,247) width 5: &quot; &quot;
+        text run at (0,260) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
+        text run at (63,260) width 1: &quot; &quot;
+        text run at (0,273) width 119: &quot;This is a text area with&quot;
+        text run at (118,273) width 5: &quot; &quot;
+        text run at (0,286) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
+        text run at (63,286) width 1: &quot; &quot;
+        text run at (0,299) width 119: &quot;This is a text area with&quot;
+        text run at (118,299) width 5: &quot; &quot;
+        text run at (0,312) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
+        text run at (63,312) width 1: &quot; &quot;
+        text run at (0,325) width 119: &quot;This is a text area with&quot;
+        text run at (118,325) width 5: &quot; &quot;
+        text run at (0,338) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
+        text run at (63,338) width 1: &quot; &quot;
+        text run at (0,351) width 119: &quot;This is a text area with&quot;
+        text run at (118,351) width 5: &quot; &quot;
+        text run at (0,364) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
+        text run at (63,364) width 1: &quot; &quot;
+      RenderBR {BR} at (0,377) size 0x13
+layer at (378,1026) size 152x32 clip at (379,1027) size 135x30 scrollHeight 394
+  RenderTextControl {TEXTAREA} at (16,3) size 153x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 131x390
+      RenderText {#text} at (0,0) size 123x377
+        text run at (0,0) width 4: &quot; &quot;
+        text run at (3,0) width 1: &quot; &quot;
+        text run at (0,13) width 119: &quot;This is a text area with&quot;
+        text run at (118,13) width 5: &quot; &quot;
+        text run at (0,26) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
+        text run at (63,26) width 1: &quot; &quot;
+        text run at (0,39) width 119: &quot;This is a text area with&quot;
+        text run at (118,39) width 5: &quot; &quot;
+        text run at (0,52) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
+        text run at (63,52) width 1: &quot; &quot;
+        text run at (0,65) width 119: &quot;This is a text area with&quot;
+        text run at (118,65) width 5: &quot; &quot;
+        text run at (0,78) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
+        text run at (63,78) width 1: &quot; &quot;
+        text run at (0,91) width 119: &quot;This is a text area with&quot;
+        text run at (118,91) width 5: &quot; &quot;
+        text run at (0,104) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
+        text run at (63,104) width 1: &quot; &quot;
+        text run at (0,117) width 119: &quot;This is a text area with&quot;
+        text run at (118,117) width 5: &quot; &quot;
+        text run at (0,130) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
+        text run at (63,130) width 1: &quot; &quot;
+        text run at (0,143) width 119: &quot;This is a text area with&quot;
+        text run at (118,143) width 5: &quot; &quot;
+        text run at (0,156) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
+        text run at (63,156) width 1: &quot; &quot;
+        text run at (0,169) width 119: &quot;This is a text area with&quot;
+        text run at (118,169) width 5: &quot; &quot;
+        text run at (0,182) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
+        text run at (63,182) width 1: &quot; &quot;
+        text run at (0,195) width 119: &quot;This is a text area with&quot;
+        text run at (118,195) width 5: &quot; &quot;
+        text run at (0,208) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
+        text run at (63,208) width 1: &quot; &quot;
+        text run at (0,221) width 119: &quot;This is a text area with&quot;
+        text run at (118,221) width 5: &quot; &quot;
+        text run at (0,234) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
+        text run at (63,234) width 1: &quot; &quot;
+        text run at (0,247) width 119: &quot;This is a text area with&quot;
+        text run at (118,247) width 5: &quot; &quot;
+        text run at (0,260) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
+        text run at (63,260) width 1: &quot; &quot;
+        text run at (0,273) width 119: &quot;This is a text area with&quot;
+        text run at (118,273) width 5: &quot; &quot;
+        text run at (0,286) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
+        text run at (63,286) width 1: &quot; &quot;
+        text run at (0,299) width 119: &quot;This is a text area with&quot;
+        text run at (118,299) width 5: &quot; &quot;
+        text run at (0,312) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
+        text run at (63,312) width 1: &quot; &quot;
+        text run at (0,325) width 119: &quot;This is a text area with&quot;
+        text run at (118,325) width 5: &quot; &quot;
+        text run at (0,338) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
+        text run at (63,338) width 1: &quot; &quot;
+        text run at (0,351) width 119: &quot;This is a text area with&quot;
+        text run at (118,351) width 5: &quot; &quot;
+        text run at (0,364) width 64: &quot;wrap=\&quot;soft\&quot;&quot;
+        text run at (63,364) width 1: &quot; &quot;
+      RenderBR {BR} at (0,377) size 0x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsblankbuttonsexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsblankbuttonsexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/blankbuttons-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/blankbuttons-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/blankbuttons-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/blankbuttons-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,15 @@
</span><ins>+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
+      RenderButton {INPUT} at (2,2) size 54x18 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 38x13
+          RenderText at (0,0) size 38x13
+            text run at (0,0) width 38: &quot;Submit&quot;
+      RenderBR {BR} at (57,15) size 1x0
+      RenderButton {INPUT} at (2,24) size 47x18 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 31x13
+          RenderText at (0,0) size 31x13
+            text run at (0,0) width 31: &quot;Reset&quot;
+      RenderBR {BR} at (50,37) size 1x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsboxshadowoverrideexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsboxshadowoverrideexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/box-shadow-override-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/box-shadow-override-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/box-shadow-override-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/box-shadow-override-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,83 @@
</span><ins>+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 784x18
+        RenderText {#text} at (0,0) size 399x18
+          text run at (0,0) width 399: &quot;Tests that box shadow is not applied to Aqua-themed controls.&quot;
+      RenderBlock {P} at (0,34) size 784x18
+        RenderText {#text} at (0,0) size 259x18
+          text run at (0,0) width 259: &quot;You should not see any red on this page.&quot;
+      RenderBlock {DIV} at (0,68) size 784x23
+        RenderTextControl {INPUT} at (2,2) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 158x19
+            RenderBlock {DIV} at (0,0) size 8x19
+            RenderBlock {DIV} at (8,3) size 131x13
+            RenderBlock {DIV} at (138,0) size 20x19
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,91) size 784x23
+        RenderTextControl {INPUT} at (2,2) size 173x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 167x19
+            RenderBlock {DIV} at (0,0) size 17x19
+            RenderBlock {DIV} at (17,3) size 131x13
+            RenderBlock {DIV} at (147,0) size 20x19
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,114) size 784x23
+        RenderTextControl {INPUT} at (2,2) size 178x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 172x19
+            RenderBlock {DIV} at (0,0) size 22x19
+            RenderBlock {DIV} at (22,3) size 131x13
+            RenderBlock {DIV} at (152,0) size 20x19
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock (anonymous) at (0,137) size 784x32
+        RenderBlock {INPUT} at (2,13) size 12x12
+        RenderText {#text} at (16,9) size 4x18
+          text run at (16,9) width 4: &quot; &quot;
+        RenderBlock {INPUT} at (22,13) size 12x12
+        RenderText {#text} at (36,9) size 4x18
+          text run at (36,9) width 4: &quot; &quot;
+        RenderSlider {INPUT} at (42,8) size 129x15 [color=#909090] [bgcolor=#FFFFFF]
+          RenderFlexibleBox {DIV} at (0,0) size 129x15
+            RenderBlock {DIV} at (0,0) size 129x15
+              RenderBlock {DIV} at (57,0) size 15x15
+        RenderText {#text} at (173,9) size 4x18
+          text run at (173,9) width 4: &quot; &quot;
+        RenderFileUploadControl {INPUT} at (179,10) size 222x18 &quot;no file selected&quot;
+          RenderButton {INPUT} at (0,0) size 79x18 [bgcolor=#C0C0C0]
+            RenderBlock (anonymous) at (8,2) size 63x13
+              RenderText at (0,0) size 63x13
+                text run at (0,0) width 63: &quot;Choose File&quot;
+        RenderText {#text} at (403,9) size 4x18
+          text run at (403,9) width 4: &quot; &quot;
+        RenderButton {INPUT} at (409,8) size 58x21 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 42x16
+            RenderText at (0,0) size 42x16
+              text run at (0,0) width 42: &quot;Button&quot;
+        RenderText {#text} at (468,9) size 5x18
+          text run at (468,9) width 5: &quot; &quot;
+        RenderButton {INPUT} at (474,10) size 52x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 36x13
+            RenderText at (0,0) size 36x13
+              text run at (0,0) width 36: &quot;Button&quot;
+        RenderText {#text} at (527,9) size 5x18
+          text run at (527,9) width 5: &quot; &quot;
+        RenderButton {INPUT} at (531,12) size 47x15 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 30x11
+            RenderText at (0,0) size 30x11
+              text run at (0,0) width 30: &quot;Button&quot;
+        RenderText {#text} at (577,9) size 5x18
+          text run at (577,9) width 5: &quot; &quot;
+        RenderButton {BUTTON} at (583,2) size 77x28 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 61x23
+            RenderText {#text} at (0,0) size 61x23
+              text run at (0,0) width 61: &quot;Button&quot;
+        RenderText {#text} at (0,0) size 0x0
+layer at (21,81) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13
+    RenderText {#text} at (0,0) size 37x13
+      text run at (0,0) width 37: &quot;Search&quot;
+layer at (30,104) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13
+layer at (35,127) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsbuttonalignexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsbuttonalignexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-align-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/button-align-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-align-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-align-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,41 @@
</span><ins>+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 784x18
+        RenderText {#text} at (0,0) size 612x18
+          text run at (0,0) width 612: &quot;The following button elements should all be rendered on the left, with their text center justified.&quot;
+      RenderBlock (anonymous) at (0,34) size 784x88
+        RenderButton {BUTTON} at (0,2) size 300x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 284x13
+            RenderText {#text} at (54,0) size 176x13
+              text run at (54,0) width 176: &quot;This is should be center justified.&quot;
+        RenderText {#text} at (300,1) size 4x18
+          text run at (300,1) width 4: &quot; &quot;
+        RenderBR {BR} at (0,0) size 0x0
+        RenderButton {BUTTON} at (0,24) size 300x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 284x13
+            RenderText {#text} at (54,0) size 176x13
+              text run at (54,0) width 176: &quot;This is should be center justified.&quot;
+        RenderText {#text} at (300,23) size 4x18
+          text run at (300,23) width 4: &quot; &quot;
+        RenderBR {BR} at (0,0) size 0x0
+        RenderButton {BUTTON} at (0,46) size 300x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 284x13
+            RenderText {#text} at (54,0) size 176x13
+              text run at (54,0) width 176: &quot;This is should be center justified.&quot;
+        RenderText {#text} at (300,45) size 4x18
+          text run at (300,45) width 4: &quot; &quot;
+        RenderBR {BR} at (0,0) size 0x0
+        RenderButton {BUTTON} at (0,68) size 300x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 284x13
+            RenderText {#text} at (54,0) size 176x13
+              text run at (54,0) width 176: &quot;This is should be center justified.&quot;
+        RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,122) size 784x22
+        RenderButton {BUTTON} at (0,2) size 300x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 284x13
+            RenderText {#text} at (54,0) size 176x13
+              text run at (54,0) width 176: &quot;This is should be center justified.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsbuttoncannotbenestedexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsbuttoncannotbenestedexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-cannot-be-nested-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/button-cannot-be-nested-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-cannot-be-nested-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-cannot-be-nested-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,24 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x106
+  RenderBlock {HTML} at (0,0) size 800x106
+    RenderBody {BODY} at (8,8) size 784x90
+      RenderBlock {DIV} at (0,0) size 784x18
+        RenderInline {A} at (0,0) size 63x18 [color=#0000EE]
+          RenderText {#text} at (0,0) size 63x18
+            text run at (0,0) width 63: &quot;Bug 6584&quot;
+        RenderText {#text} at (62,0) size 379x18
+          text run at (62,0) width 379: &quot; REGRESSION: button after unclosed button gives trouble&quot;
+      RenderBlock {P} at (0,34) size 784x22
+        RenderButton {BUTTON} at (2,2) size 36x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 20x13
+            RenderText {#text} at (0,0) size 20x13
+              text run at (0,0) width 20: &quot;test&quot;
+        RenderButton {BUTTON} at (41,2) size 44x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 27x13
+            RenderText {#text} at (0,0) size 27x13
+              text run at (0,0) width 27: &quot;test2&quot;
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,72) size 784x18
+        RenderText {#text} at (0,0) size 613x18
+          text run at (0,0) width 613: &quot;There should be two separate buttons instead of button \&quot;test2\&quot; being nested inside button \&quot;test\&quot;.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsbuttondefaulttitleexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsbuttondefaulttitleexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-default-title-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/button-default-title-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-default-title-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-default-title-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,77 @@
</span><ins>+layer at (0,0) size 785x652
+  RenderView at (0,0) size 785x600
+layer at (0,0) size 785x652
+  RenderBlock {HTML} at (0,0) size 785x653
+    RenderBody {BODY} at (8,8) size 769x637
+      RenderBlock {H3} at (0,0) size 769x22
+        RenderText {#text} at (0,0) size 193x22
+          text run at (0,0) width 193: &quot;&lt;input type=\&quot;submit\&quot;&gt;&quot;
+      RenderBlock {P} at (0,40) size 769x19
+        RenderText {#text} at (0,0) size 352x18
+          text run at (0,0) width 352: &quot;This button should have the default submit button title:&quot;
+      RenderBlock (anonymous) at (0,74) size 769x22
+        RenderButton {INPUT} at (0,0) size 80x21 [bgcolor=#008000] [border: (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,4) size 64x13
+            RenderText at (13,0) size 38x13
+              text run at (13,0) width 38: &quot;Submit&quot;
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {P} at (0,111) size 769x19
+        RenderText {#text} at (0,0) size 300x18
+          text run at (0,0) width 300: &quot;This button should should have the title \&quot;Foo\&quot;:&quot;
+      RenderBlock (anonymous) at (0,145) size 769x22
+        RenderButton {INPUT} at (0,0) size 80x21 [bgcolor=#008000] [border: (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,4) size 64x13
+            RenderText at (21,0) size 22x13
+              text run at (21,0) width 22: &quot;Foo&quot;
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {P} at (0,182) size 769x19
+        RenderText {#text} at (0,0) size 316x18
+          text run at (0,0) width 316: &quot;This button should have a single space in its title:&quot;
+      RenderBlock (anonymous) at (0,216) size 769x22
+        RenderButton {INPUT} at (0,0) size 80x21 [bgcolor=#008000] [border: (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,4) size 64x13
+            RenderText at (30,0) size 4x13
+              text run at (30,0) width 4: &quot; &quot;
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {P} at (0,253) size 769x19
+        RenderText {#text} at (0,0) size 208x18
+          text run at (0,0) width 208: &quot;This button should have no title:&quot;
+      RenderBlock (anonymous) at (0,287) size 769x22
+        RenderButton {INPUT} at (0,0) size 80x21 [bgcolor=#008000] [border: (2px outset #C0C0C0)]
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {H3} at (0,327) size 769x23
+        RenderText {#text} at (0,0) size 176x22
+          text run at (0,0) width 176: &quot;&lt;input type=\&quot;reset\&quot;&gt;&quot;
+      RenderBlock {P} at (0,368) size 769x19
+        RenderText {#text} at (0,0) size 339x18
+          text run at (0,0) width 339: &quot;This button should have the default reset button title:&quot;
+      RenderBlock (anonymous) at (0,402) size 769x22
+        RenderButton {INPUT} at (0,0) size 80x21 [bgcolor=#008000] [border: (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,4) size 64x13
+            RenderText at (16,0) size 32x13
+              text run at (16,0) width 32: &quot;Reset&quot;
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {P} at (0,439) size 769x19
+        RenderText {#text} at (0,0) size 300x18
+          text run at (0,0) width 300: &quot;This button should should have the title \&quot;Foo\&quot;:&quot;
+      RenderBlock (anonymous) at (0,473) size 769x22
+        RenderButton {INPUT} at (0,0) size 80x21 [bgcolor=#008000] [border: (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,4) size 64x13
+            RenderText at (21,0) size 22x13
+              text run at (21,0) width 22: &quot;Foo&quot;
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {P} at (0,510) size 769x19
+        RenderText {#text} at (0,0) size 316x18
+          text run at (0,0) width 316: &quot;This button should have a single space in its title:&quot;
+      RenderBlock (anonymous) at (0,544) size 769x22
+        RenderButton {INPUT} at (0,0) size 80x21 [bgcolor=#008000] [border: (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,4) size 64x13
+            RenderText at (30,0) size 4x13
+              text run at (30,0) width 4: &quot; &quot;
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {P} at (0,581) size 769x19
+        RenderText {#text} at (0,0) size 208x18
+          text run at (0,0) width 208: &quot;This button should have no title:&quot;
+      RenderBlock (anonymous) at (0,615) size 769x22
+        RenderButton {INPUT} at (0,0) size 80x21 [bgcolor=#008000] [border: (2px outset #C0C0C0)]
+        RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsbuttongeneratedcontentexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsbuttongeneratedcontentexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-generated-content-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/button-generated-content-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-generated-content-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-generated-content-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,145 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x268
+  RenderBlock {HTML} at (0,0) size 800x268
+    RenderBody {BODY} at (8,16) size 784x244
+      RenderBlock {P} at (0,0) size 784x36
+        RenderText {#text} at (0,0) size 322x18
+          text run at (0,0) width 299: &quot;This is a test of generated content in &lt;button&gt; &quot;
+          text run at (298,0) width 24: &quot;for &quot;
+        RenderInline {I} at (0,0) size 778x36
+          RenderInline {A} at (0,0) size 353x18 [color=#0000EE]
+            RenderText {#text} at (321,0) size 353x18
+              text run at (321,0) width 353: &quot;http://bugzilla.opendarwin.org/show_bug.cgi?id=9561&quot;
+          RenderText {#text} at (673,0) size 778x36
+            text run at (673,0) width 5: &quot; &quot;
+            text run at (677,0) width 101: &quot;REGRESSION:&quot;
+            text run at (0,18) width 436: &quot;Content property on :before of button causes hang on click or hover&quot;
+        RenderText {#text} at (435,18) size 5x18
+          text run at (435,18) width 5: &quot;.&quot;
+      RenderBlock {HR} at (0,52) size 784x2 [border: (1px inset #000000)]
+      RenderBlock (anonymous) at (0,62) size 784x182
+        RenderButton {BUTTON} at (2,2) size 50x18 [color=#0000FF] [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 34x13
+            RenderInline (generated) at (0,0) size 34x13
+              RenderText at (0,0) size 34x13
+                text run at (0,0) width 34: &quot;before&quot;
+        RenderText {#text} at (53,1) size 5x18
+          text run at (53,1) width 5: &quot; &quot;
+        RenderButton {BUTTON} at (59,2) size 85x18 [color=#0000FF] [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 69x13
+            RenderInline (generated) at (0,0) size 34x13
+              RenderText at (0,0) size 34x13
+                text run at (0,0) width 34: &quot;before&quot;
+            RenderText {#text} at (33,0) size 36x13
+              text run at (33,0) width 36: &quot;button&quot;
+        RenderText {#text} at (145,1) size 5x18
+          text run at (145,1) width 5: &quot; &quot;
+        RenderBR {BR} at (0,0) size 0x0
+        RenderButton {BUTTON} at (2,24) size 41x18 [color=#0000FF] [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 25x13
+            RenderInline (generated) at (0,0) size 25x13
+              RenderText at (0,0) size 25x13
+                text run at (0,0) width 25: &quot;after&quot;
+        RenderText {#text} at (44,23) size 5x18
+          text run at (44,23) width 5: &quot; &quot;
+        RenderButton {BUTTON} at (50,24) size 75x18 [color=#0000FF] [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 59x13
+            RenderText {#text} at (0,0) size 35x13
+              text run at (0,0) width 35: &quot;button&quot;
+            RenderInline (generated) at (0,0) size 25x13
+              RenderText at (34,0) size 25x13
+                text run at (34,0) width 25: &quot;after&quot;
+        RenderText {#text} at (126,23) size 5x18
+          text run at (126,23) width 5: &quot; &quot;
+        RenderBR {BR} at (0,0) size 0x0
+        RenderButton {BUTTON} at (2,52) size 16x15 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,7) size 0x0
+        RenderText {#text} at (20,45) size 4x18
+          text run at (20,45) width 4: &quot; &quot;
+        RenderButton {BUTTON} at (26,46) size 51x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 35x13
+            RenderText {#text} at (0,0) size 35x13
+              text run at (0,0) width 35: &quot;button&quot;
+        RenderText {#text} at (78,45) size 5x18
+          text run at (78,45) width 5: &quot; &quot;
+        RenderBR {BR} at (0,0) size 0x0
+        RenderButton {BUTTON} at (2,77) size 16x15 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,7) size 0x0
+        RenderText {#text} at (20,70) size 4x18
+          text run at (20,70) width 4: &quot; &quot;
+        RenderButton {BUTTON} at (26,71) size 51x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 35x13
+            RenderText {#text} at (0,0) size 35x13
+              text run at (0,0) width 35: &quot;button&quot;
+        RenderText {#text} at (78,70) size 5x18
+          text run at (78,70) width 5: &quot; &quot;
+        RenderBR {BR} at (0,0) size 0x0
+        RenderButton {BUTTON} at (2,96) size 50x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 34x13
+            RenderInline (generated) at (0,0) size 34x13
+              RenderText at (0,0) size 34x13
+                text run at (0,0) width 34: &quot;before&quot;
+        RenderText {#text} at (53,95) size 5x18
+          text run at (53,95) width 5: &quot; &quot;
+        RenderButton {BUTTON} at (59,96) size 85x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 69x13
+            RenderInline (generated) at (0,0) size 34x13
+              RenderText at (0,0) size 34x13
+                text run at (0,0) width 34: &quot;before&quot;
+            RenderText {#text} at (33,0) size 36x13
+              text run at (33,0) width 36: &quot;button&quot;
+        RenderText {#text} at (145,95) size 5x18
+          text run at (145,95) width 5: &quot; &quot;
+        RenderBR {BR} at (0,0) size 0x0
+        RenderButton {BUTTON} at (2,118) size 41x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 25x13
+            RenderInline (generated) at (0,0) size 25x13
+              RenderText at (0,0) size 25x13
+                text run at (0,0) width 25: &quot;after&quot;
+        RenderText {#text} at (44,117) size 5x18
+          text run at (44,117) width 5: &quot; &quot;
+        RenderButton {BUTTON} at (50,118) size 75x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 59x13
+            RenderText {#text} at (0,0) size 35x13
+              text run at (0,0) width 35: &quot;button&quot;
+            RenderInline (generated) at (0,0) size 25x13
+              RenderText at (34,0) size 25x13
+                text run at (34,0) width 25: &quot;after&quot;
+        RenderText {#text} at (126,117) size 5x18
+          text run at (126,117) width 5: &quot; &quot;
+        RenderBR {BR} at (0,0) size 0x0
+        RenderButton {BUTTON} at (2,140) size 50x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 34x13
+            RenderInline (generated) at (0,0) size 34x13
+              RenderText at (0,0) size 34x13
+                text run at (0,0) width 34: &quot;before&quot;
+        RenderText {#text} at (53,139) size 5x18
+          text run at (53,139) width 5: &quot; &quot;
+        RenderButton {BUTTON} at (59,140) size 85x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 69x13
+            RenderInline (generated) at (0,0) size 34x13
+              RenderText at (0,0) size 34x13
+                text run at (0,0) width 34: &quot;before&quot;
+            RenderText {#text} at (33,0) size 36x13
+              text run at (33,0) width 36: &quot;button&quot;
+        RenderText {#text} at (145,139) size 5x18
+          text run at (145,139) width 5: &quot; &quot;
+        RenderBR {BR} at (0,0) size 0x0
+        RenderButton {BUTTON} at (2,162) size 41x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 25x13
+            RenderInline (generated) at (0,0) size 25x13
+              RenderText at (0,0) size 25x13
+                text run at (0,0) width 25: &quot;after&quot;
+        RenderText {#text} at (44,161) size 5x18
+          text run at (44,161) width 5: &quot; &quot;
+        RenderButton {BUTTON} at (50,162) size 75x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 59x13
+            RenderText {#text} at (0,0) size 35x13
+              text run at (0,0) width 35: &quot;button&quot;
+            RenderInline (generated) at (0,0) size 25x13
+              RenderText at (34,0) size 25x13
+                text run at (34,0) width 25: &quot;after&quot;
+        RenderText {#text} at (126,161) size 5x18
+          text run at (126,161) width 5: &quot; &quot;
+        RenderBR {BR} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsbuttonpositionedexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsbuttonpositionedexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-positioned-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/button-positioned-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-positioned-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-positioned-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,15 @@
</span><ins>+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
+layer at (10,10) size 150x18
+  RenderButton {BUTTON} at (10,10) size 150x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+    RenderBlock (anonymous) at (8,2) size 134x13
+      RenderText {#text} at (0,0) size 134x13
+        text run at (0,0) width 134: &quot;This button is positioned.&quot;
+layer at (10,10) size 172x18
+  RenderButton {INPUT} at (10,10) size 172x18 [bgcolor=#C0C0C0]
+    RenderBlock (anonymous) at (8,2) size 156x13
+      RenderText at (0,0) size 156x13
+        text run at (0,0) width 156: &quot;This button is also positioned&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsbuttonsizesexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsbuttonsizesexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-sizes-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/button-sizes-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-sizes-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-sizes-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,111 @@
</span><ins>+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
+      RenderButton {BUTTON} at (0,8) size 47x15 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,4) size 31x6
+          RenderText {#text} at (0,0) size 31x6
+            text run at (0,0) width 31: &quot;Test Button&quot;
+      RenderText {#text} at (46,3) size 5x18
+        text run at (46,3) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (50,8) size 53x15 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,3) size 37x8
+          RenderText {#text} at (0,0) size 37x7
+            text run at (0,0) width 37: &quot;Test Button&quot;
+      RenderText {#text} at (102,3) size 5x18
+        text run at (102,3) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (106,7) size 59x15 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,3) size 42x8
+          RenderText {#text} at (0,0) size 42x8
+            text run at (0,0) width 42: &quot;Test Button&quot;
+      RenderText {#text} at (164,3) size 5x18
+        text run at (164,3) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (168,7) size 63x15 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,2) size 47x10
+          RenderText {#text} at (0,0) size 47x10
+            text run at (0,0) width 47: &quot;Test Button&quot;
+      RenderText {#text} at (230,3) size 5x18
+        text run at (230,3) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (234,6) size 67x16 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,2) size 51x11
+          RenderText {#text} at (0,0) size 51x11
+            text run at (0,0) width 51: &quot;Test Button&quot;
+      RenderText {#text} at (300,3) size 5x18
+        text run at (300,3) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (304,5) size 73x17 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,2) size 56x12
+          RenderText {#text} at (0,0) size 56x12
+            text run at (0,0) width 56: &quot;Test Button&quot;
+      RenderText {#text} at (376,3) size 5x18
+        text run at (376,3) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (382,4) size 77x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,2) size 61x13
+          RenderText {#text} at (0,0) size 61x13
+            text run at (0,0) width 61: &quot;Test Button&quot;
+      RenderText {#text} at (460,3) size 5x18
+        text run at (460,3) width 5: &quot; &quot;
+      RenderButton {INPUT} at (466,4) size 77x18 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 61x13
+          RenderText at (0,0) size 61x13
+            text run at (0,0) width 61: &quot;Test Button&quot;
+      RenderText {#text} at (544,3) size 5x18
+        text run at (544,3) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (550,3) size 82x20 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,2) size 66x15
+          RenderText {#text} at (0,0) size 66x15
+            text run at (0,0) width 66: &quot;Test Button&quot;
+      RenderText {#text} at (633,3) size 5x18
+        text run at (633,3) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (639,2) size 88x21 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,2) size 71x16
+          RenderText {#text} at (0,0) size 71x16
+            text run at (0,0) width 71: &quot;Test Button&quot;
+      RenderText {#text} at (728,3) size 5x18
+        text run at (728,3) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (2,32) size 91x22 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,2) size 75x17
+          RenderText {#text} at (0,0) size 75x17
+            text run at (0,0) width 75: &quot;Test Button&quot;
+      RenderText {#text} at (94,34) size 5x18
+        text run at (94,34) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (100,32) size 97x22 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,2) size 80x17
+          RenderText {#text} at (0,0) size 80x17
+            text run at (0,0) width 80: &quot;Test Button&quot;
+      RenderText {#text} at (198,34) size 5x18
+        text run at (198,34) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (204,31) size 101x23 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,2) size 85x18
+          RenderText {#text} at (0,0) size 85x18
+            text run at (0,0) width 85: &quot;Test Button&quot;
+      RenderText {#text} at (306,34) size 5x18
+        text run at (306,34) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (312,30) size 106x25 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,2) size 90x20
+          RenderText {#text} at (0,0) size 90x20
+            text run at (0,0) width 90: &quot;Test Button&quot;
+      RenderText {#text} at (419,34) size 5x18
+        text run at (419,34) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (425,29) size 110x26 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,2) size 94x21
+          RenderText {#text} at (0,0) size 94x21
+            text run at (0,0) width 94: &quot;Test Button&quot;
+      RenderText {#text} at (536,34) size 5x18
+        text run at (536,34) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (542,28) size 115x27 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,2) size 98x22
+          RenderText {#text} at (0,0) size 98x22
+            text run at (0,0) width 98: &quot;Test Button&quot;
+      RenderText {#text} at (658,34) size 5x18
+        text run at (658,34) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (664,27) size 118x28 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,2) size 102x23
+          RenderText {#text} at (0,0) size 102x23
+            text run at (0,0) width 102: &quot;Test Button&quot;
+      RenderText {#text} at (0,0) size 0x0
+      RenderButton {BUTTON} at (2,59) size 123x29 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,2) size 107x24
+          RenderText {#text} at (0,0) size 107x24
+            text run at (0,0) width 107: &quot;Test Button&quot;
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsbuttonstylecolorexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsbuttonstylecolorexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-style-color-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/button-style-color-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-style-color-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-style-color-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,52 @@
</span><ins>+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
+      RenderButton {BUTTON} at (2,4) size 77x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,2) size 61x13
+          RenderText {#text} at (0,0) size 61x13
+            text run at (0,0) width 61: &quot;Test Button&quot;
+      RenderText {#text} at (80,3) size 5x18
+        text run at (80,3) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (86,4) size 77x18 [color=#FF0000] [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,2) size 61x13
+          RenderText {#text} at (0,0) size 61x13
+            text run at (0,0) width 61: &quot;Test Button&quot;
+      RenderText {#text} at (164,3) size 5x18
+        text run at (164,3) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (170,2) size 77x22 [bgcolor=#008000] [border: (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,4) size 61x13
+          RenderText {#text} at (0,0) size 61x13
+            text run at (0,0) width 61: &quot;Test Button&quot;
+      RenderText {#text} at (248,3) size 5x18
+        text run at (248,3) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (254,2) size 78x22 [color=#FF0000] [bgcolor=#008000] [border: (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,4) size 61x13
+          RenderText {#text} at (0,0) size 61x13
+            text run at (0,0) width 61: &quot;Test Button&quot;
+      RenderText {#text} at (333,3) size 5x18
+        text run at (333,3) width 5: &quot; &quot;
+      RenderButton {INPUT} at (339,4) size 77x18 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 61x13
+          RenderText at (0,0) size 61x13
+            text run at (0,0) width 61: &quot;Test Button&quot;
+      RenderText {#text} at (417,3) size 5x18
+        text run at (417,3) width 5: &quot; &quot;
+      RenderButton {INPUT} at (423,4) size 77x18 [color=#FF0000] [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 61x13
+          RenderText at (0,0) size 61x13
+            text run at (0,0) width 61: &quot;Test Button&quot;
+      RenderText {#text} at (501,3) size 5x18
+        text run at (501,3) width 5: &quot; &quot;
+      RenderButton {INPUT} at (507,2) size 77x22 [bgcolor=#008000] [border: (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,4) size 61x13
+          RenderText at (0,0) size 61x13
+            text run at (0,0) width 61: &quot;Test Button&quot;
+      RenderText {#text} at (585,3) size 5x18
+        text run at (585,3) width 5: &quot; &quot;
+      RenderButton {INPUT} at (591,2) size 78x22 [color=#FF0000] [bgcolor=#008000] [border: (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,4) size 61x13
+          RenderText at (0,0) size 61x13
+            text run at (0,0) width 61: &quot;Test Button&quot;
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsbuttontablestylesexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsbuttontablestylesexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-table-styles-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/button-table-styles-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-table-styles-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-table-styles-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,143 @@
</span><ins>+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 (anonymous) at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 351x18
+          text run at (0,0) width 351: &quot;This tests that buttons don't honor table display styles. &quot;
+        RenderBR {BR} at (350,14) size 1x0
+      RenderButton {INPUT} at (2,20) size 87x18 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 71x13
+          RenderText at (0,0) size 71x13
+            text run at (0,0) width 71: &quot;display: table&quot;
+      RenderButton {INPUT} at (2,40) size 87x18 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 71x13
+          RenderText at (0,0) size 71x13
+            text run at (0,0) width 71: &quot;display: table&quot;
+      RenderBlock (anonymous) at (0,60) size 784x378
+        RenderBR {BR} at (0,0) size 0x18
+        RenderBR {BR} at (0,18) size 0x18
+        RenderButton {INPUT} at (2,38) size 119x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 103x13
+            RenderText at (0,0) size 103x13
+              text run at (0,0) width 103: &quot;display: inline-table&quot;
+        RenderText {#text} at (122,37) size 5x18
+          text run at (122,37) width 5: &quot; &quot;
+        RenderButton {INPUT} at (128,38) size 120x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 103x13
+            RenderText at (0,0) size 103x13
+              text run at (0,0) width 103: &quot;display: inline-table&quot;
+        RenderText {#text} at (249,37) size 5x18
+          text run at (249,37) width 5: &quot; &quot;
+        RenderBR {BR} at (253,51) size 1x0
+        RenderBR {BR} at (0,58) size 0x18
+        RenderButton {INPUT} at (2,78) size 146x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 130x13
+            RenderText at (0,0) size 130x13
+              text run at (0,0) width 130: &quot;display: table-row-group&quot;
+        RenderText {#text} at (149,77) size 5x18
+          text run at (149,77) width 5: &quot; &quot;
+        RenderButton {INPUT} at (155,78) size 147x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 130x13
+            RenderText at (0,0) size 130x13
+              text run at (0,0) width 130: &quot;display: table-row-group&quot;
+        RenderText {#text} at (303,77) size 5x18
+          text run at (303,77) width 5: &quot; &quot;
+        RenderBR {BR} at (307,91) size 1x0
+        RenderBR {BR} at (0,98) size 0x18
+        RenderButton {INPUT} at (2,118) size 163x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 147x13
+            RenderText at (0,0) size 147x13
+              text run at (0,0) width 147: &quot;display: table-header-group&quot;
+        RenderText {#text} at (166,117) size 5x18
+          text run at (166,117) width 5: &quot; &quot;
+        RenderButton {INPUT} at (172,118) size 163x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 147x13
+            RenderText at (0,0) size 147x13
+              text run at (0,0) width 147: &quot;display: table-header-group&quot;
+        RenderText {#text} at (336,117) size 5x18
+          text run at (336,117) width 5: &quot; &quot;
+        RenderBR {BR} at (340,131) size 1x0
+        RenderBR {BR} at (0,138) size 0x18
+        RenderButton {INPUT} at (2,158) size 158x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 142x13
+            RenderText at (0,0) size 142x13
+              text run at (0,0) width 142: &quot;display: table-footer-group&quot;
+        RenderText {#text} at (161,157) size 5x18
+          text run at (161,157) width 5: &quot; &quot;
+        RenderButton {INPUT} at (167,158) size 158x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 142x13
+            RenderText at (0,0) size 142x13
+              text run at (0,0) width 142: &quot;display: table-footer-group&quot;
+        RenderText {#text} at (326,157) size 5x18
+          text run at (326,157) width 5: &quot; &quot;
+        RenderBR {BR} at (330,171) size 1x0
+        RenderBR {BR} at (0,178) size 0x18
+        RenderButton {INPUT} at (2,198) size 111x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 95x13
+            RenderText at (0,0) size 95x13
+              text run at (0,0) width 95: &quot;display: table-row&quot;
+        RenderText {#text} at (114,197) size 5x18
+          text run at (114,197) width 5: &quot; &quot;
+        RenderButton {INPUT} at (120,198) size 111x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 95x13
+            RenderText at (0,0) size 95x13
+              text run at (0,0) width 95: &quot;display: table-row&quot;
+        RenderText {#text} at (232,197) size 5x18
+          text run at (232,197) width 5: &quot; &quot;
+        RenderBR {BR} at (236,211) size 1x0
+        RenderBR {BR} at (0,218) size 0x18
+        RenderButton {INPUT} at (2,238) size 166x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 150x13
+            RenderText at (0,0) size 150x13
+              text run at (0,0) width 150: &quot;display: table-column-group&quot;
+        RenderText {#text} at (169,237) size 5x18
+          text run at (169,237) width 5: &quot; &quot;
+        RenderButton {INPUT} at (175,238) size 166x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 150x13
+            RenderText at (0,0) size 150x13
+              text run at (0,0) width 150: &quot;display: table-column-group&quot;
+        RenderText {#text} at (342,237) size 5x18
+          text run at (342,237) width 5: &quot; &quot;
+        RenderBR {BR} at (346,251) size 1x0
+        RenderBR {BR} at (0,258) size 0x18
+        RenderButton {INPUT} at (2,278) size 130x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 114x13
+            RenderText at (0,0) size 114x13
+              text run at (0,0) width 114: &quot;display: table-column&quot;
+        RenderText {#text} at (133,277) size 5x18
+          text run at (133,277) width 5: &quot; &quot;
+        RenderButton {INPUT} at (139,278) size 131x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 114x13
+            RenderText at (0,0) size 114x13
+              text run at (0,0) width 114: &quot;display: table-column&quot;
+        RenderText {#text} at (271,277) size 5x18
+          text run at (271,277) width 5: &quot; &quot;
+        RenderBR {BR} at (275,291) size 1x0
+        RenderBR {BR} at (0,298) size 0x18
+        RenderButton {INPUT} at (2,318) size 110x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 94x13
+            RenderText at (0,0) size 94x13
+              text run at (0,0) width 94: &quot;display: table-cell&quot;
+        RenderText {#text} at (113,317) size 5x18
+          text run at (113,317) width 5: &quot; &quot;
+        RenderButton {INPUT} at (119,318) size 110x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 94x13
+            RenderText at (0,0) size 94x13
+              text run at (0,0) width 94: &quot;display: table-cell&quot;
+        RenderText {#text} at (230,317) size 5x18
+          text run at (230,317) width 5: &quot; &quot;
+        RenderBR {BR} at (234,331) size 1x0
+        RenderBR {BR} at (0,338) size 0x18
+        RenderButton {INPUT} at (2,358) size 131x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 115x13
+            RenderText at (0,0) size 115x13
+              text run at (0,0) width 115: &quot;display: table-caption&quot;
+        RenderText {#text} at (134,357) size 5x18
+          text run at (134,357) width 5: &quot; &quot;
+        RenderButton {INPUT} at (140,358) size 132x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 115x13
+            RenderText at (0,0) size 115x13
+              text run at (0,0) width 115: &quot;display: table-caption&quot;
+        RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsbuttontexttransformexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsbuttontexttransformexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-text-transform-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/button-text-transform-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-text-transform-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-text-transform-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,54 @@
</span><ins>+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 {P} at (0,0) size 784x36
+        RenderText {#text} at (0,0) size 54x18
+          text run at (0,0) width 54: &quot;Test for &quot;
+        RenderInline {I} at (0,0) size 757x36
+          RenderInline {A} at (0,0) size 305x18 [color=#0000EE]
+            RenderText {#text} at (53,0) size 305x18
+              text run at (53,0) width 305: &quot;http://bugs.webkit.org/show_bug.cgi?id=15181&quot;
+          RenderText {#text} at (357,0) size 757x36
+            text run at (357,0) width 5: &quot; &quot;
+            text run at (361,0) width 396: &quot;text-transform: uppercase not working in input (submit, reset,&quot;
+            text run at (0,18) width 107: &quot;button) elements&quot;
+        RenderText {#text} at (106,18) size 5x18
+          text run at (106,18) width 5: &quot;.&quot;
+      RenderBlock {P} at (0,52) size 784x22
+        RenderButton {BUTTON} at (2,2) size 86x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 70x13
+            RenderText {#text} at (0,0) size 70x13
+              text run at (0,0) width 70: &quot;UPPERCASE&quot;
+        RenderText {#text} at (89,1) size 5x18
+          text run at (89,1) width 5: &quot; &quot;
+        RenderButton {BUTTON} at (95,2) size 70x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 54x13
+            RenderText {#text} at (0,0) size 54x13
+              text run at (0,0) width 54: &quot;lowercase&quot;
+        RenderText {#text} at (166,1) size 5x18
+          text run at (166,1) width 5: &quot; &quot;
+        RenderButton {BUTTON} at (172,2) size 69x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 53x13
+            RenderText {#text} at (0,0) size 53x13
+              text run at (0,0) width 53: &quot;Capitalize&quot;
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {P} at (0,90) size 784x22
+        RenderButton {INPUT} at (2,2) size 86x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 70x13
+            RenderText at (0,0) size 70x13
+              text run at (0,0) width 70: &quot;UPPERCASE&quot;
+        RenderText {#text} at (89,1) size 5x18
+          text run at (89,1) width 5: &quot; &quot;
+        RenderButton {INPUT} at (95,2) size 70x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 54x13
+            RenderText at (0,0) size 54x13
+              text run at (0,0) width 54: &quot;lowercase&quot;
+        RenderText {#text} at (166,1) size 5x18
+          text run at (166,1) width 5: &quot; &quot;
+        RenderButton {INPUT} at (172,2) size 69x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 53x13
+            RenderText at (0,0) size 53x13
+              text run at (0,0) width 53: &quot;Capitalize&quot;
+        RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsbuttonwhitespaceexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsbuttonwhitespaceexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-white-space-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/button-white-space-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-white-space-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/button-white-space-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,63 @@
</span><ins>+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 784x579
+      RenderBlock {P} at (0,0) size 784x36
+        RenderInline {A} at (0,0) size 63x18 [color=#0000EE]
+          RenderText {#text} at (0,0) size 63x18
+            text run at (0,0) width 63: &quot;Bug 5656&quot;
+        RenderText {#text} at (62,0) size 780x36
+          text run at (62,0) width 718: &quot; tests whether buttons force a white-space mode or not. These tests will only pass if the white-space mode is not&quot;
+          text run at (0,18) width 175: &quot;forced and if it is inherited.&quot;
+      RenderBlock {DIV} at (0,52) size 784x18
+        RenderText {#text} at (0,0) size 365x18
+          text run at (0,0) width 365: &quot;Buttons should appear next to each other in a single row:&quot;
+      RenderTable {TABLE} at (0,70) size 196x28
+        RenderTableSection {TBODY} at (0,0) size 196x28
+          RenderTableRow {TR} at (0,2) size 196x24
+            RenderTableCell {TD} at (2,2) size 192x24 [r=0 c=0 rs=1 cs=1]
+              RenderButton {BUTTON} at (3,3) size 79x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+                RenderBlock (anonymous) at (8,2) size 63x13
+                  RenderText {#text} at (0,0) size 63x13
+                    text run at (0,0) width 63: &quot;Search Mail&quot;
+              RenderText {#text} at (83,2) size 5x18
+                text run at (83,2) width 5: &quot; &quot;
+              RenderButton {BUTTON} at (89,3) size 100x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+                RenderBlock (anonymous) at (8,2) size 84x13
+                  RenderText {#text} at (0,0) size 84x13
+                    text run at (0,0) width 84: &quot;Search the Web&quot;
+              RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,98) size 784x18
+        RenderText {#text} at (0,0) size 193x18
+          text run at (0,0) width 193: &quot;Buttons should look identical:&quot;
+      RenderBlock {DIV} at (0,116) size 784x22
+        RenderButton {BUTTON} at (2,2) size 74x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 58x13
+            RenderText {#text} at (0,0) size 58x13
+              text run at (0,0) width 58: &quot;test button&quot;
+      RenderBlock {DIV} at (0,138) size 784x22
+        RenderButton {BUTTON} at (2,2) size 74x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 58x13
+            RenderText {#text} at (0,0) size 58x13
+              text run at (0,0) width 24: &quot;test &quot;
+              text run at (23,0) width 35: &quot;button&quot;
+      RenderBlock {DIV} at (0,160) size 784x18
+        RenderText {#text} at (0,0) size 353x18
+          text run at (0,0) width 353: &quot;Buttons should look identical (ignore vertical spacing):&quot;
+      RenderBlock {DIV} at (0,178) size 784x22
+        RenderButton {BUTTON} at (2,2) size 91x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 75x13
+            RenderText {#text} at (0,0) size 75x13
+              text run at (0,0) width 75: &quot;  test  button  &quot;
+      RenderBlock {DIV} at (0,200) size 784x22
+        RenderButton {BUTTON} at (2,2) size 91x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 75x13
+            RenderText {#text} at (0,0) size 75x13
+              text run at (0,0) width 75: &quot;  test  button  &quot;
+      RenderBlock {DIV} at (0,235) size 784x22
+        RenderBlock {PRE} at (0,0) size 784x22
+          RenderButton {BUTTON} at (2,2) size 91x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+            RenderBlock (anonymous) at (8,2) size 75x13
+              RenderText {#text} at (0,0) size 75x13
+                text run at (0,0) width 75: &quot;  test  button  &quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformscontrolclipexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformscontrolclipexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/control-clip-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/control-clip-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/control-clip-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/control-clip-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,44 @@
</span><ins>+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 {P} at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 235x18
+          text run at (0,0) width 235: &quot;Tests that buttons clip their contents.&quot;
+      RenderBlock {P} at (0,34) size 784x36
+        RenderText {#text} at (0,0) size 747x36
+          text run at (0,0) width 487: &quot;Each button below should have a yellow border and a black dashed outline. &quot;
+          text run at (486,0) width 261: &quot;Contents should not overflow the yellow&quot;
+          text run at (0,18) width 45: &quot;border.&quot;
+      RenderBlock {P} at (0,86) size 784x50
+        RenderButton {BUTTON} at (0,0) size 100x50 [bgcolor=#C0C0C0] [border: (2px outset #FFFF00)]
+          RenderBlock (anonymous) at (12,12) size 76x204
+            RenderBlock {DIV} at (0,0) size 74x204 [bgcolor=#008080] [border: (2px solid #800080)]
+              RenderBlock (floating) {DIV} at (52,2) size 20x100 [bgcolor=#006400]
+              RenderText {#text} at (13,2) size 36x52
+                text run at (13,2) width 28: &quot;short&quot;
+                text run at (10,15) width 34: &quot;words&quot;
+                text run at (16,28) width 22: &quot;only&quot;
+                text run at (9,41) width 36: &quot;please&quot;
+        RenderText {#text} at (0,0) size 0x0
+      RenderButton {BUTTON} at (0,152) size 100x50 [bgcolor=#C0C0C0] [border: (2px outset #FFFF00)]
+        RenderBlock (anonymous) at (12,12) size 76x204
+          RenderBlock {DIV} at (0,0) size 74x204 [bgcolor=#008080] [border: (2px solid #800080)]
+            RenderBlock (floating) {DIV} at (52,2) size 20x100 [bgcolor=#006400]
+            RenderText {#text} at (13,2) size 36x52
+              text run at (13,2) width 28: &quot;short&quot;
+              text run at (10,15) width 34: &quot;words&quot;
+              text run at (16,28) width 22: &quot;only&quot;
+              text run at (9,41) width 36: &quot;please&quot;
+      RenderBlock {P} at (0,218) size 784x0
+layer at (8,226) size 100x50
+  RenderButton {BUTTON} at (8,226) size 100x50 [bgcolor=#C0C0C0] [border: (2px outset #FFFF00)]
+    RenderBlock (anonymous) at (12,12) size 76x204
+      RenderBlock {DIV} at (0,0) size 74x204 [bgcolor=#008080] [border: (2px solid #800080)]
+        RenderBlock (floating) {DIV} at (52,2) size 20x100 [bgcolor=#006400]
+        RenderText {#text} at (13,2) size 36x52
+          text run at (13,2) width 28: &quot;short&quot;
+          text run at (10,15) width 34: &quot;words&quot;
+          text run at (16,28) width 22: &quot;only&quot;
+          text run at (9,41) width 36: &quot;please&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformscontrolclipoverflowexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformscontrolclipoverflowexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/control-clip-overflow-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/control-clip-overflow-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/control-clip-overflow-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/control-clip-overflow-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,35 @@
</span><ins>+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 784x572
+      RenderBlock {P} at (0,0) size 784x36
+        RenderText {#text} at (0,0) size 54x18
+          text run at (0,0) width 54: &quot;Test for &quot;
+        RenderInline {I} at (0,0) size 771x36
+          RenderInline {A} at (0,0) size 305x18 [color=#0000EE]
+            RenderText {#text} at (53,0) size 305x18
+              text run at (53,0) width 305: &quot;http://bugs.webkit.org/show_bug.cgi?id=17033&quot;
+          RenderText {#text} at (357,0) size 771x36
+            text run at (357,0) width 5: &quot; &quot;
+            text run at (361,0) width 410: &quot;REGRESSION: Really long &lt;option&gt; causes unnecessary page&quot;
+            text run at (0,18) width 229: &quot;scroll bars to accommodate content&quot;
+        RenderText {#text} at (228,18) size 5x18
+          text run at (228,18) width 5: &quot;.&quot;
+      RenderBlock {P} at (0,52) size 784x18
+        RenderText {#text} at (0,0) size 408x18
+          text run at (0,0) width 408: &quot;There should not be scroll bars below the popup and the button.&quot;
+layer at (8,94) size 100x50
+  RenderBlock {DIV} at (0,86) size 100x50
+    RenderMenuList {SELECT} at (0,2) size 80x18 [bgcolor=#FFFFFF]
+      RenderBlock (anonymous) at (0,0) size 80x18
+        RenderText at (8,2) size 145x13
+          text run at (8,2) width 145: &quot;Lorem ipsum dolor sit amet&quot;
+    RenderText {#text} at (0,0) size 0x0
+layer at (8,164) size 100x50
+  RenderBlock {DIV} at (0,156) size 100x50
+    RenderButton {BUTTON} at (0,2) size 80x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+      RenderBlock (anonymous) at (8,2) size 64x13
+        RenderText {#text} at (0,0) size 145x13
+          text run at (0,0) width 145: &quot;Lorem ipsum dolor sit amet&quot;
+    RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformscontrolrestrictlineheightexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformscontrolrestrictlineheightexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/control-restrict-line-height-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/control-restrict-line-height-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/control-restrict-line-height-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/control-restrict-line-height-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,32 @@
</span><ins>+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 533x18
+        text run at (0,0) width 533: &quot;This tests that we don't honor line-height for controls that have restricted font size. &quot;
+      RenderBR {BR} at (0,0) size 0x0
+      RenderMenuList {SELECT} at (2,20) size 303x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 303x18
+          RenderText at (8,2) size 272x13
+            text run at (8,2) width 272: &quot;This text should be centered vertically in the button&quot;
+      RenderText {#text} at (307,19) size 4x18
+        text run at (307,19) width 4: &quot; &quot;
+      RenderBR {BR} at (0,0) size 0x0
+      RenderButton {INPUT} at (2,42) size 288x18 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 272x13
+          RenderText at (0,0) size 272x13
+            text run at (0,0) width 272: &quot;This text should be centered vertically in the button&quot;
+      RenderText {#text} at (291,41) size 5x18
+        text run at (291,41) width 5: &quot; &quot;
+      RenderBR {BR} at (0,0) size 0x0
+      RenderTextControl {INPUT} at (2,64) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,0) size 158x19
+          RenderBlock {DIV} at (0,0) size 8x19
+          RenderBlock {DIV} at (8,3) size 131x13
+          RenderBlock {DIV} at (138,0) size 20x19
+      RenderText {#text} at (0,0) size 0x0
+layer at (21,75) size 130x13 scrollWidth 272
+  RenderBlock {DIV} at (0,0) size 131x13
+    RenderText {#text} at (0,0) size 272x13
+      text run at (0,0) width 272: &quot;This text should be centered vertically in the button&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsdisabledselectchangeindexexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsdisabledselectchangeindexexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/disabled-select-change-index-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/disabled-select-change-index-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/disabled-select-change-index-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/disabled-select-change-index-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,57 @@
</span><ins>+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
+      RenderMenuList {SELECT} at (2,2) size 61x18 [color=#808080] [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 61x18
+          RenderText at (8,2) size 30x13
+            text run at (8,2) width 30: &quot;PASS&quot;
+      RenderBR {BR} at (65,15) size 0x0
+      RenderMenuList {SELECT} at (2,24) size 61x18 [color=#808080] [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 61x18
+          RenderText at (8,2) size 30x13
+            text run at (8,2) width 30: &quot;PASS&quot;
+      RenderBR {BR} at (65,37) size 0x0
+      RenderMenuList {SELECT} at (2,46) size 61x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 61x18
+          RenderText at (8,2) size 30x13
+            text run at (8,2) width 30: &quot;PASS&quot;
+      RenderBR {BR} at (65,59) size 0x0
+      RenderMenuList {SELECT} at (2,68) size 61x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 61x18
+          RenderText at (8,2) size 30x13
+            text run at (8,2) width 30: &quot;PASS&quot;
+      RenderBR {BR} at (65,81) size 0x0
+      RenderListBox {SELECT} at (2,90) size 47x57 [color=#7F7F7F] [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+      RenderBR {BR} at (51,142) size 0x0
+      RenderListBox {SELECT} at (2,151) size 47x57 [color=#7F7F7F] [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+      RenderBR {BR} at (51,203) size 0x0
+      RenderListBox {SELECT} at (2,212) size 47x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+      RenderBR {BR} at (51,264) size 0x0
+      RenderListBox {SELECT} at (2,273) size 47x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+      RenderBR {BR} at (51,325) size 0x0
+      RenderText {#text} at (0,332) size 495x18
+        text run at (0,332) width 495: &quot;PASS: sel1 correctly set to selectedIndex 1 by sel1.options[1].selected = true.&quot;
+      RenderBR {BR} at (494,346) size 1x0
+      RenderText {#text} at (0,350) size 445x18
+        text run at (0,350) width 445: &quot;PASS: sel2 correctly set to selectedIndex 1 by sel2.selectedIndex = 1.&quot;
+      RenderBR {BR} at (444,364) size 1x0
+      RenderText {#text} at (0,368) size 495x18
+        text run at (0,368) width 495: &quot;PASS: sel3 correctly set to selectedIndex 1 by sel3.options[1].selected = true.&quot;
+      RenderBR {BR} at (494,382) size 1x0
+      RenderText {#text} at (0,386) size 445x18
+        text run at (0,386) width 445: &quot;PASS: sel4 correctly set to selectedIndex 1 by sel4.selectedIndex = 1.&quot;
+      RenderBR {BR} at (444,400) size 1x0
+      RenderText {#text} at (0,404) size 495x18
+        text run at (0,404) width 495: &quot;PASS: sel5 correctly set to selectedIndex 1 by sel5.options[1].selected = true.&quot;
+      RenderBR {BR} at (494,418) size 1x0
+      RenderText {#text} at (0,422) size 445x18
+        text run at (0,422) width 445: &quot;PASS: sel6 correctly set to selectedIndex 1 by sel6.selectedIndex = 1.&quot;
+      RenderBR {BR} at (444,436) size 1x0
+      RenderText {#text} at (0,440) size 495x18
+        text run at (0,440) width 495: &quot;PASS: sel7 correctly set to selectedIndex 1 by sel7.options[1].selected = true.&quot;
+      RenderBR {BR} at (494,454) size 1x0
+      RenderText {#text} at (0,458) size 445x18
+        text run at (0,458) width 445: &quot;PASS: sel8 correctly set to selectedIndex 1 by sel8.selectedIndex = 1.&quot;
+      RenderBR {BR} at (444,472) size 1x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsencodingtestexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsencodingtestexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/encoding-test-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/encoding-test-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/encoding-test-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/encoding-test-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+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 {FORM} at (0,0) size 784x23
+        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock (anonymous) at (0,39) size 784x18
+        RenderText {#text} at (0,0) size 127x18
+          text run at (0,0) width 127: &quot;multipart/form-data&quot;
+layer at (13,13) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsfieldsetalignexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsfieldsetalignexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/fieldset-align-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/fieldset-align-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/fieldset-align-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/fieldset-align-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,178 @@
</span><ins>+layer at (0,0) size 785x1387
+  RenderView at (0,0) size 785x600
+layer at (0,0) size 785x1387
+  RenderBlock {HTML} at (0,0) size 785x1387
+    RenderBody {BODY} at (8,8) size 769x1364
+      RenderBlock {P} at (0,0) size 769x18
+        RenderText {#text} at (0,0) size 111x18
+          text run at (0,0) width 111: &quot;Legend align test&quot;
+      RenderFieldSet {FIELDSET} at (2,34) size 765x59 [border: (2px groove #C0C0C0)]
+        RenderBlock {LEGEND} at (14,0) size 104x18
+          RenderText {#text} at (2,0) size 100x18
+            text run at (2,0) width 100: &quot;My Legend left&quot;
+        RenderBlock (anonymous) at (14,23) size 737x24
+          RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderText {#text} at (0,0) size 0x0
+      RenderFieldSet {FIELDSET} at (2,92) size 765x60 [border: (2px groove #C0C0C0)]
+        RenderBlock {LEGEND} at (321,0) size 123x18
+          RenderText {#text} at (2,0) size 118x18
+            text run at (2,0) width 118: &quot;My Legend center&quot;
+        RenderBlock (anonymous) at (14,23) size 737x24
+          RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderText {#text} at (0,0) size 0x0
+      RenderFieldSet {FIELDSET} at (2,151) size 765x59 [border: (2px groove #C0C0C0)]
+        RenderBlock {LEGEND} at (638,0) size 113x18
+          RenderText {#text} at (2,0) size 109x18
+            text run at (2,0) width 109: &quot;My Legend right&quot;
+        RenderBlock (anonymous) at (14,23) size 737x24
+          RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderText {#text} at (0,0) size 0x0
+      RenderFieldSet {FIELDSET} at (2,209) size 765x60 [border: (2px groove #C0C0C0)]
+        RenderBlock {LEGEND} at (14,0) size 127x18
+          RenderText {#text} at (2,0) size 123x18
+            text run at (2,0) width 123: &quot;My Legend default&quot;
+        RenderBlock (anonymous) at (14,23) size 737x24
+          RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderText {#text} at (0,0) size 0x0
+      RenderBlock {HR} at (0,276) size 769x3 [border: (1px inset #000000)]
+      RenderBlock {P} at (0,294) size 769x19
+        RenderText {#text} at (0,0) size 148x18
+          text run at (0,0) width 148: &quot;Legend align test, RTL&quot;
+      RenderBlock (anonymous) at (0,328) size 769x0
+        RenderInline {SPAN} at (0,0) size 0x0
+          RenderText {#text} at (0,0) size 0x0
+      RenderBlock (anonymous) at (0,328) size 769x235
+        RenderFieldSet {FIELDSET} at (2,0) size 765x59 [border: (2px groove #C0C0C0)]
+          RenderBlock {LEGEND} at (14,0) size 104x18
+            RenderText {#text} at (2,0) size 100x18
+              text run at (2,0) width 100: &quot;My Legend left&quot;
+          RenderBlock (anonymous) at (14,23) size 737x24
+            RenderTextControl {INPUT} at (598,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderText {#text} at (0,0) size 0x0
+        RenderFieldSet {FIELDSET} at (2,58) size 765x60 [border: (2px groove #C0C0C0)]
+          RenderBlock {LEGEND} at (321,0) size 123x18
+            RenderText {#text} at (2,0) size 118x18
+              text run at (2,0) width 118: &quot;My Legend center&quot;
+          RenderBlock (anonymous) at (14,23) size 737x24
+            RenderTextControl {INPUT} at (598,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderText {#text} at (0,0) size 0x0
+        RenderFieldSet {FIELDSET} at (2,117) size 765x59 [border: (2px groove #C0C0C0)]
+          RenderBlock {LEGEND} at (638,0) size 113x18
+            RenderText {#text} at (2,0) size 109x18
+              text run at (2,0) width 109: &quot;My Legend right&quot;
+          RenderBlock (anonymous) at (14,23) size 737x24
+            RenderTextControl {INPUT} at (598,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderText {#text} at (0,0) size 0x0
+        RenderFieldSet {FIELDSET} at (2,175) size 765x60 [border: (2px groove #C0C0C0)]
+          RenderBlock {LEGEND} at (624,0) size 127x18
+            RenderText {#text} at (2,0) size 123x18
+              text run at (2,0) width 123: &quot;My Legend default&quot;
+          RenderBlock (anonymous) at (14,23) size 737x24
+            RenderTextControl {INPUT} at (598,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderText {#text} at (0,0) size 0x0
+      RenderBlock (anonymous) at (0,562) size 769x0
+        RenderInline {SPAN} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {HR} at (0,570) size 769x3 [border: (1px inset #000000)]
+      RenderBlock {P} at (0,588) size 769x19
+        RenderText {#text} at (0,0) size 275x18
+          text run at (0,0) width 275: &quot;Legend align test with margin and padding&quot;
+      RenderFieldSet {FIELDSET} at (15,622) size 739x74 [border: (2px groove #C0C0C0)]
+        RenderBlock {LEGEND} at (17,0) size 104x18
+          RenderText {#text} at (2,0) size 100x18
+            text run at (2,0) width 100: &quot;My Legend left&quot;
+        RenderBlock (anonymous) at (17,33) size 705x23
+          RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderText {#text} at (0,0) size 0x0
+      RenderFieldSet {FIELDSET} at (15,710) size 739x74 [border: (2px groove #C0C0C0)]
+        RenderBlock {LEGEND} at (308,0) size 123x18
+          RenderText {#text} at (2,0) size 118x18
+            text run at (2,0) width 118: &quot;My Legend center&quot;
+        RenderBlock (anonymous) at (17,33) size 705x23
+          RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderText {#text} at (0,0) size 0x0
+      RenderFieldSet {FIELDSET} at (15,798) size 739x74 [border: (2px groove #C0C0C0)]
+        RenderBlock {LEGEND} at (609,0) size 113x18
+          RenderText {#text} at (2,0) size 109x18
+            text run at (2,0) width 109: &quot;My Legend right&quot;
+        RenderBlock (anonymous) at (17,33) size 705x23
+          RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderText {#text} at (0,0) size 0x0
+      RenderFieldSet {FIELDSET} at (15,886) size 739x74 [border: (2px groove #C0C0C0)]
+        RenderBlock {LEGEND} at (17,0) size 127x18
+          RenderText {#text} at (2,0) size 123x18
+            text run at (2,0) width 123: &quot;My Legend default&quot;
+        RenderBlock (anonymous) at (17,33) size 705x23
+          RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderText {#text} at (0,0) size 0x0
+      RenderBlock {HR} at (0,974) size 769x3 [border: (1px inset #000000)]
+      RenderBlock {P} at (0,992) size 769x19
+        RenderText {#text} at (0,0) size 312x18
+          text run at (0,0) width 312: &quot;Legend align test with margin and padding, RTL&quot;
+      RenderBlock (anonymous) at (0,1026) size 769x0
+        RenderInline {SPAN} at (0,0) size 0x0
+          RenderText {#text} at (0,0) size 0x0
+      RenderBlock (anonymous) at (0,1026) size 769x338
+        RenderFieldSet {FIELDSET} at (15,0) size 739x73 [border: (2px groove #C0C0C0)]
+          RenderBlock {LEGEND} at (17,0) size 104x18
+            RenderText {#text} at (2,0) size 100x18
+              text run at (2,0) width 100: &quot;My Legend left&quot;
+          RenderBlock (anonymous) at (17,33) size 705x23
+            RenderTextControl {INPUT} at (566,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderText {#text} at (0,0) size 0x0
+        RenderFieldSet {FIELDSET} at (15,88) size 739x73 [border: (2px groove #C0C0C0)]
+          RenderBlock {LEGEND} at (308,0) size 123x18
+            RenderText {#text} at (2,0) size 118x18
+              text run at (2,0) width 118: &quot;My Legend center&quot;
+          RenderBlock (anonymous) at (17,33) size 705x23
+            RenderTextControl {INPUT} at (566,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderText {#text} at (0,0) size 0x0
+        RenderFieldSet {FIELDSET} at (15,176) size 739x73 [border: (2px groove #C0C0C0)]
+          RenderBlock {LEGEND} at (609,0) size 113x18
+            RenderText {#text} at (2,0) size 109x18
+              text run at (2,0) width 109: &quot;My Legend right&quot;
+          RenderBlock (anonymous) at (17,33) size 705x23
+            RenderTextControl {INPUT} at (566,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderText {#text} at (0,0) size 0x0
+        RenderFieldSet {FIELDSET} at (15,264) size 739x73 [border: (2px groove #C0C0C0)]
+          RenderBlock {LEGEND} at (595,0) size 127x18
+            RenderText {#text} at (2,0) size 123x18
+              text run at (2,0) width 123: &quot;My Legend default&quot;
+          RenderBlock (anonymous) at (17,33) size 705x23
+            RenderTextControl {INPUT} at (566,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderText {#text} at (0,0) size 0x0
+      RenderBlock (anonymous) at (0,1378) size 769x0
+        RenderInline {SPAN} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+layer at (29,71) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (29,129) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (29,188) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (29,246) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (626,365) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (626,424) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (626,482) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (626,541) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (45,669) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (45,757) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (45,845) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (45,933) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (610,1073) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (610,1161) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (610,1249) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (610,1337) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsfilefileinputdirectionexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsfilefileinputdirectionexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/file/file-input-direction-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/file/file-input-direction-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/file/file-input-direction-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/file/file-input-direction-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,101 @@
</span><ins>+layer at (0,0) size 1025x585
+  RenderView at (0,0) size 800x585
+layer at (0,0) size 800x585
+  RenderBlock {HTML} at (0,0) size 800x585
+    RenderBody {BODY} at (8,8) size 784x569
+      RenderTable {TABLE} at (0,0) size 1018x108
+        RenderTableSection {TBODY} at (0,0) size 1018x108
+          RenderTableRow {TR} at (0,2) size 1018x20
+            RenderTableCell {TH} at (2,11) size 86x2 [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TH} at (89,11) size 231x2 [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TH} at (321,2) size 231x20 [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (68,1) size 94x18
+                text run at (68,1) width 94: &quot;text-align:left&quot;
+            RenderTableCell {TH} at (553,2) size 231x20 [r=0 c=3 rs=1 cs=1]
+              RenderText {#text} at (58,1) size 114x18
+                text run at (58,1) width 114: &quot;text-align:center&quot;
+            RenderTableCell {TH} at (785,2) size 231x20 [r=0 c=4 rs=1 cs=1]
+              RenderText {#text} at (63,1) size 104x18
+                text run at (63,1) width 104: &quot;text-align:right&quot;
+          RenderTableRow {TR} at (0,24) size 1018x26
+            RenderTableCell {TH} at (2,36) size 86x2 [r=1 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (89,24) size 231x26 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
+              RenderFileUploadControl {INPUT} at (4,4) size 222x18 &quot;no file selected&quot;
+                RenderButton {INPUT} at (0,0) size 79x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 63x13
+                    RenderText at (0,0) size 63x13
+                      text run at (0,0) width 63: &quot;Choose File&quot;
+            RenderTableCell {TD} at (321,24) size 231x26 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
+              RenderFileUploadControl {INPUT} at (4,4) size 222x18 &quot;no file selected&quot;
+                RenderButton {INPUT} at (0,0) size 79x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 63x13
+                    RenderText at (0,0) size 63x13
+                      text run at (0,0) width 63: &quot;Choose File&quot;
+            RenderTableCell {TD} at (553,24) size 231x26 [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
+              RenderFileUploadControl {INPUT} at (4,4) size 222x18 &quot;no file selected&quot;
+                RenderButton {INPUT} at (0,0) size 79x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 63x13
+                    RenderText at (0,0) size 63x13
+                      text run at (0,0) width 63: &quot;Choose File&quot;
+            RenderTableCell {TD} at (785,24) size 231x26 [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
+              RenderFileUploadControl {INPUT} at (4,4) size 222x18 &quot;no file selected&quot;
+                RenderButton {INPUT} at (0,0) size 79x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 63x13
+                    RenderText at (0,0) size 63x13
+                      text run at (0,0) width 63: &quot;Choose File&quot;
+          RenderTableRow {TR} at (0,52) size 1018x26
+            RenderTableCell {TH} at (2,55) size 86x20 [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 84x18
+                text run at (1,1) width 84: &quot;direction:ltr&quot;
+            RenderTableCell {TD} at (89,52) size 231x26 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
+              RenderFileUploadControl {INPUT} at (4,4) size 222x18 &quot;no file selected&quot;
+                RenderButton {INPUT} at (0,0) size 79x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 63x13
+                    RenderText at (0,0) size 63x13
+                      text run at (0,0) width 63: &quot;Choose File&quot;
+            RenderTableCell {TD} at (321,52) size 231x26 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
+              RenderFileUploadControl {INPUT} at (4,4) size 222x18 &quot;no file selected&quot;
+                RenderButton {INPUT} at (0,0) size 79x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 63x13
+                    RenderText at (0,0) size 63x13
+                      text run at (0,0) width 63: &quot;Choose File&quot;
+            RenderTableCell {TD} at (553,52) size 231x26 [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
+              RenderFileUploadControl {INPUT} at (4,4) size 222x18 &quot;no file selected&quot;
+                RenderButton {INPUT} at (0,0) size 79x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 63x13
+                    RenderText at (0,0) size 63x13
+                      text run at (0,0) width 63: &quot;Choose File&quot;
+            RenderTableCell {TD} at (785,52) size 231x26 [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
+              RenderFileUploadControl {INPUT} at (4,4) size 222x18 &quot;no file selected&quot;
+                RenderButton {INPUT} at (0,0) size 79x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 63x13
+                    RenderText at (0,0) size 63x13
+                      text run at (0,0) width 63: &quot;Choose File&quot;
+          RenderTableRow {TR} at (0,80) size 1018x26
+            RenderTableCell {TH} at (2,83) size 86x20 [r=3 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 84x18
+                text run at (1,1) width 84: &quot;direction:rtl&quot;
+            RenderTableCell {TD} at (89,80) size 231x26 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
+              RenderFileUploadControl {INPUT} at (4,4) size 222x18 &quot;no file selected&quot;
+                RenderButton {INPUT} at (143,0) size 79x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 63x13
+                    RenderText at (0,0) size 63x13
+                      text run at (0,0) width 63: &quot;Choose File&quot;
+            RenderTableCell {TD} at (321,80) size 231x26 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
+              RenderFileUploadControl {INPUT} at (4,4) size 222x18 &quot;no file selected&quot;
+                RenderButton {INPUT} at (143,0) size 79x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 63x13
+                    RenderText at (0,0) size 63x13
+                      text run at (0,0) width 63: &quot;Choose File&quot;
+            RenderTableCell {TD} at (553,80) size 231x26 [border: (1px solid #000000)] [r=3 c=3 rs=1 cs=1]
+              RenderFileUploadControl {INPUT} at (4,4) size 222x18 &quot;no file selected&quot;
+                RenderButton {INPUT} at (143,0) size 79x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 63x13
+                    RenderText at (0,0) size 63x13
+                      text run at (0,0) width 63: &quot;Choose File&quot;
+            RenderTableCell {TD} at (785,80) size 231x26 [border: (1px solid #000000)] [r=3 c=4 rs=1 cs=1]
+              RenderFileUploadControl {INPUT} at (4,4) size 222x18 &quot;no file selected&quot;
+                RenderButton {INPUT} at (143,0) size 79x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 63x13
+                    RenderText at (0,0) size 63x13
+                      text run at (0,0) width 63: &quot;Choose File&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsfilefileinputdisabledexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsfilefileinputdisabledexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/file/file-input-disabled-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/file/file-input-disabled-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/file/file-input-disabled-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/file/file-input-disabled-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,22 @@
</span><ins>+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 {FORM} at (0,0) size 784x59
+        RenderBlock (anonymous) at (0,0) size 784x59
+          RenderBlock {INPUT} at (2,4) size 12x12
+          RenderInline {B} at (0,0) size 76x18
+            RenderText {#text} at (16,0) size 76x18
+              text run at (16,0) width 76: &quot;Attach File&quot;
+          RenderBR {BR} at (91,14) size 1x0
+          RenderBR {BR} at (0,19) size 0x18
+          RenderText {#text} at (0,38) size 89x18
+            text run at (0,38) width 89: &quot;  Select File:  &quot;
+          RenderFileUploadControl {INPUT} at (90,39) size 223x18 &quot;no file selected&quot;
+            RenderButton {INPUT} at (0,0) size 79x18 [color=#7F7F7F] [bgcolor=#C0C0C0]
+              RenderBlock (anonymous) at (8,2) size 63x13
+                RenderText at (0,0) size 63x13
+                  text run at (0,0) width 63: &quot;Choose File&quot;
+          RenderBR {BR} at (314,52) size 1x0
+        RenderTable {TABLE} at (0,59) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsfileinputfilererenderexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsfileinputfilererenderexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/file/input-file-re-render-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/file/input-file-re-render-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/file/input-file-re-render-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/file/input-file-re-render-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,15 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x80
+  RenderBlock {HTML} at (0,0) size 800x80
+    RenderBody {BODY} at (8,8) size 784x56
+      RenderBlock {FORM} at (0,0) size 784x22
+        RenderFileUploadControl {INPUT} at (2,2) size 222x18 &quot;2 files&quot;
+          RenderButton {INPUT} at (0,0) size 85x18 [bgcolor=#C0C0C0]
+            RenderBlock (anonymous) at (8,2) size 69x13
+              RenderText at (0,0) size 69x13
+                text run at (0,0) width 69: &quot;Choose Files&quot;
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {P} at (0,38) size 784x18
+        RenderText {#text} at (0,0) size 449x18
+          text run at (0,0) width 449: &quot;The file upload control above should have text '2 files,' not a filename.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsfloatingtextfieldrelayoutexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsfloatingtextfieldrelayoutexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/floating-textfield-relayout-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/floating-textfield-relayout-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/floating-textfield-relayout-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/floating-textfield-relayout-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,26 @@
</span><ins>+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 784x36
+        RenderText {#text} at (0,0) size 108x18
+          text run at (0,0) width 108: &quot;This is a test for &quot;
+        RenderInline {I} at (0,0) size 761x36
+          RenderInline {A} at (0,0) size 353x18 [color=#0000EE]
+            RenderText {#text} at (107,0) size 353x18
+              text run at (107,0) width 353: &quot;http://bugzilla.opendarwin.org/show_bug.cgi?id=9316&quot;
+          RenderText {#text} at (459,0) size 761x36
+            text run at (459,0) width 5: &quot; &quot;
+            text run at (463,0) width 298: &quot;REGRESSION: text field width shrinks on first&quot;
+            text run at (0,18) width 60: &quot;keystroke&quot;
+        RenderText {#text} at (59,18) size 5x18
+          text run at (59,18) width 5: &quot;.&quot;
+      RenderBlock {HR} at (0,52) size 784x2 [border: (1px inset #000000)]
+layer at (8,70) size 784x0
+  RenderBlock (relative positioned) {DIV} at (0,62) size 784x0
+    RenderTextControl {INPUT} at (0,2) size 392x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+layer at (11,75) size 386x13
+  RenderBlock {DIV} at (3,3) size 386x13
+    RenderText {#text} at (0,0) size 18x13
+      text run at (0,0) width 18: &quot;foo&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsformelementgeometryexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsformelementgeometryexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/form-element-geometry-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/form-element-geometry-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/form-element-geometry-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,261 @@
</span><ins>+layer at (0,0) size 785x636
+  RenderView at (0,0) size 785x600
+layer at (0,0) size 785x636
+  RenderBlock {HTML} at (0,0) size 785x636
+    RenderBody {BODY} at (8,8) size 769x620
+      RenderBlock {H1} at (0,0) size 769x37
+        RenderText {#text} at (0,0) size 420x37
+          text run at (0,0) width 420: &quot;Form Element Geometry Tests&quot;
+      RenderBlock {P} at (0,58) size 769x19
+        RenderText {#text} at (0,0) size 551x18
+          text run at (0,0) width 551: &quot;These tests help us tune the widget classes in KWQ to have all the right fudge factors.&quot;
+      RenderBlock {H2} at (0,96) size 769x29
+        RenderText {#text} at (0,0) size 167x28
+          text run at (0,0) width 167: &quot;Bounding Boxes&quot;
+      RenderTable {TABLE} at (0,144) size 170x29
+        RenderTableSection {TBODY} at (0,0) size 170x28
+          RenderTableRow {TR} at (0,2) size 170x24
+            RenderTableCell {TD} at (2,2) size 57x24 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 55x22 [border: (2px solid #0000FF)]
+                RenderInline {FONT} at (0,0) size 51x28
+                  RenderButton {INPUT} at (2,2) size 51x18 [bgcolor=#C0C0C0]
+                    RenderBlock (anonymous) at (8,2) size 35x13
+                      RenderText at (0,0) size 35x13
+                        text run at (0,0) width 35: &quot;button&quot;
+            RenderTableCell {TD} at (60,2) size 68x24 [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 65x22 [border: (2px solid #0000FF)]
+                RenderInline {FONT} at (0,0) size 61x28
+                  RenderMenuList {SELECT} at (2,2) size 61x18 [bgcolor=#FFFFFF]
+                    RenderBlock (anonymous) at (0,0) size 61x18
+                      RenderText at (8,2) size 30x13
+                        text run at (8,2) width 30: &quot;menu&quot;
+            RenderTableCell {TD} at (129,5) size 19x18 [r=0 c=2 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 16x16 [border: (2px solid #0000FF)]
+                RenderInline {FONT} at (0,0) size 12x28
+                  RenderBlock {INPUT} at (2,2) size 12x12
+            RenderTableCell {TD} at (149,5) size 19x18 [r=0 c=3 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 16x16 [border: (2px solid #0000FF)]
+                RenderInline {FONT} at (0,0) size 12x28
+                  RenderBlock {INPUT} at (2,2) size 12x12
+      RenderTable {TABLE} at (0,172) size 170x29
+        RenderTableSection {TBODY} at (0,0) size 170x28
+          RenderTableRow {TR} at (0,2) size 170x24
+            RenderTableCell {TD} at (2,2) size 57x24 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 55x22 [border: (2px solid #0000FF)]
+                RenderButton {INPUT} at (2,2) size 51x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 35x13
+                    RenderText at (0,0) size 35x13
+                      text run at (0,0) width 35: &quot;button&quot;
+            RenderTableCell {TD} at (60,2) size 68x24 [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 65x22 [border: (2px solid #0000FF)]
+                RenderMenuList {SELECT} at (2,2) size 61x18 [bgcolor=#FFFFFF]
+                  RenderBlock (anonymous) at (0,0) size 61x18
+                    RenderText at (8,2) size 30x13
+                      text run at (8,2) width 30: &quot;menu&quot;
+            RenderTableCell {TD} at (129,5) size 19x18 [r=0 c=2 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 16x16 [border: (2px solid #0000FF)]
+                RenderBlock {INPUT} at (2,2) size 12x12
+            RenderTableCell {TD} at (149,5) size 19x18 [r=0 c=3 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 16x16 [border: (2px solid #0000FF)]
+                RenderBlock {INPUT} at (2,2) size 12x12
+      RenderTable {TABLE} at (0,200) size 170x29
+        RenderTableSection {TBODY} at (0,0) size 170x28
+          RenderTableRow {TR} at (0,2) size 170x24
+            RenderTableCell {TD} at (2,2) size 57x24 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 55x22 [border: (2px solid #0000FF)]
+                RenderInline {FONT} at (0,0) size 51x13
+                  RenderButton {INPUT} at (2,2) size 51x18 [bgcolor=#C0C0C0]
+                    RenderBlock (anonymous) at (8,2) size 35x13
+                      RenderText at (0,0) size 35x13
+                        text run at (0,0) width 35: &quot;button&quot;
+            RenderTableCell {TD} at (60,2) size 68x24 [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 65x22 [border: (2px solid #0000FF)]
+                RenderInline {FONT} at (0,0) size 61x13
+                  RenderMenuList {SELECT} at (2,2) size 61x18 [bgcolor=#FFFFFF]
+                    RenderBlock (anonymous) at (0,0) size 61x18
+                      RenderText at (8,2) size 30x13
+                        text run at (8,2) width 30: &quot;menu&quot;
+            RenderTableCell {TD} at (129,5) size 19x18 [r=0 c=2 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 16x16 [border: (2px solid #0000FF)]
+                RenderInline {FONT} at (0,0) size 12x13
+                  RenderBlock {INPUT} at (2,2) size 12x12
+            RenderTableCell {TD} at (149,5) size 19x18 [r=0 c=3 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 16x16 [border: (2px solid #0000FF)]
+                RenderInline {FONT} at (0,0) size 12x13
+                  RenderBlock {INPUT} at (2,2) size 12x12
+      RenderTable {TABLE} at (0,228) size 517x68
+        RenderTableSection {TBODY} at (0,0) size 517x67
+          RenderTableRow {TR} at (0,2) size 517x63
+            RenderTableCell {TD} at (2,2) size 78x25 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 76x23 [border: (2px solid #0000FF)]
+                RenderTextControl {INPUT} at (2,2) size 72x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderTableCell {TD} at (81,2) size 40x63 [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 37x61 [border: (2px solid #0000FF)]
+                RenderListBox {SELECT} at (2,2) size 33x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+            RenderTableCell {TD} at (122,2) size 229x24 [r=0 c=2 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 226x22 [border: (2px solid #0000FF)]
+                RenderFileUploadControl {INPUT} at (2,2) size 222x18 &quot;no file selected&quot;
+                  RenderButton {INPUT} at (0,0) size 79x18 [bgcolor=#C0C0C0]
+                    RenderBlock (anonymous) at (8,2) size 63x13
+                      RenderText at (0,0) size 63x13
+                        text run at (0,0) width 63: &quot;Choose File&quot;
+            RenderTableCell {TD} at (352,2) size 163x42 [r=0 c=3 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 160x40 [border: (2px solid #0000FF)]
+      RenderBlock {H2} at (0,315) size 769x29
+        RenderText {#text} at (0,0) size 200x28
+          text run at (0,0) width 200: &quot;Baseline Alignment&quot;
+      RenderBlock {DIV} at (0,363) size 769x30
+        RenderInline {FONT} at (0,0) size 212x28
+          RenderText {#text} at (0,0) size 42x28
+            text run at (0,0) width 42: &quot;text &quot;
+          RenderButton {INPUT} at (43,9) size 52x18 [bgcolor=#C0C0C0]
+            RenderBlock (anonymous) at (8,2) size 35x13
+              RenderText at (0,0) size 35x13
+                text run at (0,0) width 35: &quot;button&quot;
+          RenderText {#text} at (96,0) size 7x28
+            text run at (96,0) width 7: &quot; &quot;
+          RenderMenuList {SELECT} at (104,9) size 62x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 61x18
+              RenderText at (8,2) size 30x13
+                text run at (8,2) width 30: &quot;menu&quot;
+          RenderText {#text} at (167,0) size 7x28
+            text run at (167,0) width 7: &quot; &quot;
+          RenderBlock {INPUT} at (175,12) size 13x12
+          RenderText {#text} at (189,0) size 7x28
+            text run at (189,0) width 7: &quot; &quot;
+          RenderBlock {INPUT} at (197,12) size 13x12
+          RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,392) size 769x23
+        RenderText {#text} at (0,1) size 28x18
+          text run at (0,1) width 28: &quot;text &quot;
+        RenderButton {INPUT} at (29,2) size 52x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 35x13
+            RenderText at (0,0) size 35x13
+              text run at (0,0) width 35: &quot;button&quot;
+        RenderText {#text} at (82,1) size 5x18
+          text run at (82,1) width 5: &quot; &quot;
+        RenderMenuList {SELECT} at (88,2) size 62x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 61x18
+            RenderText at (8,2) size 30x13
+              text run at (8,2) width 30: &quot;menu&quot;
+        RenderText {#text} at (151,1) size 5x18
+          text run at (151,1) width 5: &quot; &quot;
+        RenderBlock {INPUT} at (157,5) size 13x12
+        RenderText {#text} at (171,1) size 5x18
+          text run at (171,1) width 5: &quot; &quot;
+        RenderBlock {INPUT} at (177,5) size 13x12
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,414) size 769x23
+        RenderInline {FONT} at (0,0) size 177x13
+          RenderText {#text} at (0,5) size 18x13
+            text run at (0,5) width 18: &quot;text &quot;
+          RenderButton {INPUT} at (19,2) size 51x18 [bgcolor=#C0C0C0]
+            RenderBlock (anonymous) at (8,2) size 35x13
+              RenderText at (0,0) size 35x13
+                text run at (0,0) width 35: &quot;button&quot;
+          RenderText {#text} at (71,5) size 4x13
+            text run at (71,5) width 4: &quot; &quot;
+          RenderMenuList {SELECT} at (76,2) size 62x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 61x18
+              RenderText at (8,2) size 30x13
+                text run at (8,2) width 30: &quot;menu&quot;
+          RenderText {#text} at (139,5) size 3x13
+            text run at (139,5) width 3: &quot; &quot;
+          RenderBlock {INPUT} at (143,5) size 13x12
+          RenderText {#text} at (157,5) size 4x13
+            text run at (157,5) width 4: &quot; &quot;
+          RenderBlock {INPUT} at (162,5) size 13x12
+          RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,436) size 769x44
+        RenderText {#text} at (0,22) size 28x18
+          text run at (0,22) width 28: &quot;text &quot;
+        RenderTextControl {INPUT} at (29,22) size 73x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (103,22) size 5x18
+          text run at (103,22) width 5: &quot; &quot;
+        RenderFileUploadControl {INPUT} at (109,23) size 223x18 &quot;no file selected&quot;
+          RenderButton {INPUT} at (0,0) size 79x18 [bgcolor=#C0C0C0]
+            RenderBlock (anonymous) at (8,2) size 63x13
+              RenderText at (0,0) size 63x13
+                text run at (0,0) width 63: &quot;Choose File&quot;
+        RenderText {#text} at (333,22) size 5x18
+          text run at (333,22) width 5: &quot; &quot;
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {H2} at (0,498) size 769x29
+        RenderText {#text} at (0,0) size 198x28
+          text run at (0,0) width 198: &quot;Pop-up Menu Sizes&quot;
+      RenderBlock {DIV} at (0,546) size 769x30
+        RenderInline {FONT} at (0,0) size 176x28
+          RenderText {#text} at (0,0) size 0x0
+          RenderMenuList {SELECT} at (2,9) size 36x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 36x18
+              RenderText at (8,2) size 0x13
+                text run at (8,2) width 0: &quot; &quot;
+          RenderText {#text} at (40,0) size 6x28
+            text run at (40,0) width 6: &quot; &quot;
+          RenderMenuList {SELECT} at (48,9) size 36x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 36x18
+              RenderText at (8,2) size 3x13
+                text run at (8,2) width 3: &quot;|&quot;
+          RenderText {#text} at (86,0) size 6x28
+            text run at (86,0) width 6: &quot; &quot;
+          RenderMenuList {SELECT} at (94,9) size 80x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 80x18
+              RenderText at (8,2) size 49x13
+                text run at (8,2) width 49: &quot;xxxxxxxx&quot;
+          RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,575) size 769x23
+        RenderMenuList {SELECT} at (2,2) size 36x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 36x18
+            RenderText at (8,2) size 0x13
+              text run at (8,2) width 0: &quot; &quot;
+        RenderText {#text} at (40,1) size 4x18
+          text run at (40,1) width 4: &quot; &quot;
+        RenderMenuList {SELECT} at (46,2) size 36x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 36x18
+            RenderText at (8,2) size 3x13
+              text run at (8,2) width 3: &quot;|&quot;
+        RenderText {#text} at (84,1) size 4x18
+          text run at (84,1) width 4: &quot; &quot;
+        RenderMenuList {SELECT} at (90,2) size 80x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 80x18
+            RenderText at (8,2) size 49x13
+              text run at (8,2) width 49: &quot;xxxxxxxx&quot;
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,597) size 769x23
+        RenderInline {FONT} at (0,0) size 169x13
+          RenderText {#text} at (0,0) size 0x0
+          RenderMenuList {SELECT} at (2,2) size 36x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 36x18
+              RenderText at (8,2) size 0x13
+                text run at (8,2) width 0: &quot; &quot;
+          RenderText {#text} at (40,5) size 3x13
+            text run at (40,5) width 3: &quot; &quot;
+          RenderMenuList {SELECT} at (44,2) size 37x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 36x18
+              RenderText at (8,2) size 3x13
+                text run at (8,2) width 3: &quot;|&quot;
+          RenderText {#text} at (82,5) size 3x13
+            text run at (82,5) width 3: &quot; &quot;
+          RenderMenuList {SELECT} at (87,2) size 80x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 80x18
+              RenderText at (8,2) size 49x13
+                text run at (8,2) width 49: &quot;xxxxxxxx&quot;
+          RenderText {#text} at (0,0) size 0x0
+layer at (16,244) size 65x13
+  RenderBlock {DIV} at (3,3) size 66x13
+    RenderText {#text} at (0,0) size 46x13
+      text run at (0,0) width 46: &quot;text field&quot;
+layer at (365,243) size 152x32 clip at (366,244) size 150x30
+  RenderTextControl {TEXTAREA} at (4,4) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 146x13
+      RenderText {#text} at (0,0) size 43x13
+        text run at (0,0) width 43: &quot;textarea&quot;
+layer at (41,469) size 65x13
+  RenderBlock {DIV} at (3,3) size 66x13
+    RenderText {#text} at (0,0) size 46x13
+      text run at (0,0) width 46: &quot;text field&quot;
+layer at (347,446) size 152x32 clip at (348,447) size 150x30
+  RenderTextControl {TEXTAREA} at (339,2) size 153x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 146x13
+      RenderText {#text} at (0,0) size 43x13
+        text run at (0,0) width 43: &quot;textarea&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformshiddenlistboxexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformshiddenlistboxexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/hidden-listbox-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/hidden-listbox-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/hidden-listbox-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/hidden-listbox-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+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 523x18
+        text run at (0,0) width 523: &quot;This tests that the whole listbox control is hidden when visibility is set to hidden. &quot;
+      RenderBR {BR} at (522,14) size 1x0
+      RenderListBox {SELECT} at (2,20) size 176x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsinputalignexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsinputalignexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-align-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/input-align-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-align-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-align-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,47 @@
</span><ins>+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 784x18
+        RenderText {#text} at (0,0) size 576x18
+          text run at (0,0) width 576: &quot;The following 5 inputs should be all be rendered exactly the same, aligned to the left side.&quot;
+      RenderBlock (anonymous) at (0,34) size 784x92
+        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (140,2) size 5x18
+          text run at (140,2) width 5: &quot; &quot;
+        RenderBR {BR} at (0,0) size 0x0
+        RenderTextControl {INPUT} at (2,25) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (140,25) size 5x18
+          text run at (140,25) width 5: &quot; &quot;
+        RenderBR {BR} at (0,0) size 0x0
+        RenderTextControl {INPUT} at (2,48) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (140,48) size 5x18
+          text run at (140,48) width 5: &quot; &quot;
+        RenderBR {BR} at (0,0) size 0x0
+        RenderTextControl {INPUT} at (2,71) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (140,71) size 5x18
+          text run at (140,71) width 5: &quot; &quot;
+        RenderBR {BR} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,126) size 784x23
+        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+layer at (13,47) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 98x13
+      text run at (0,0) width 98: &quot;The quick brown...&quot;
+layer at (13,70) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 98x13
+      text run at (0,0) width 98: &quot;The quick brown...&quot;
+layer at (13,93) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 98x13
+      text run at (0,0) width 98: &quot;The quick brown...&quot;
+layer at (13,116) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 98x13
+      text run at (0,0) width 98: &quot;The quick brown...&quot;
+layer at (13,139) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 98x13
+      text run at (0,0) width 98: &quot;The quick brown...&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsinputappearancebkcolorexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsinputappearancebkcolorexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-bkcolor-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/input-appearance-bkcolor-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-bkcolor-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-bkcolor-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,20 @@
</span><ins>+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 578x18
+        text run at (0,0) width 578: &quot;This tests that background color and background images can be set on the new text fields. &quot;
+      RenderBR {BR} at (577,14) size 1x0
+      RenderTextControl {INPUT} at (2,20) size 137x19 [bgcolor=#FFC0CB] [border: (2px inset #000000)]
+      RenderText {#text} at (140,20) size 5x18
+        text run at (140,20) width 5: &quot; &quot;
+      RenderBR {BR} at (144,34) size 1x0
+      RenderTextControl {INPUT} at (2,43) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (0,0) size 0x0
+layer at (13,31) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 107x13
+      text run at (0,0) width 107: &quot;This should be pink.&quot;
+layer at (13,54) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsinputappearancedefaultbkcolorexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsinputappearancedefaultbkcolorexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-default-bkcolor-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-default-bkcolor-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-default-bkcolor-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</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 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584 [bgcolor=#800080]
+      RenderText {#text} at (0,0) size 483x18
+        text run at (0,0) width 483: &quot;This tests that the default background color for the new text fields is white. &quot;
+      RenderBR {BR} at (483,14) size 0x0
+      RenderTextControl {INPUT} at (2,20) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (0,0) size 0x0
+layer at (13,31) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 113x13
+      text run at (0,0) width 113: &quot;This should be white.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsinputappearancedisabledexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsinputappearancedisabledexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-disabled-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/input-appearance-disabled-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-disabled-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-disabled-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</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 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderText {#text} at (0,0) size 408x18
+        text run at (0,0) width 408: &quot;This tests that text can not be inserted into a disabled text field. &quot;
+      RenderBR {BR} at (407,14) size 1x0
+      RenderTextControl {INPUT} at (2,20) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (0,0) size 0x0
+layer at (13,31) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13 [color=#545454]
+    RenderText {#text} at (0,0) size 64x13
+      text run at (0,0) width 64: &quot;Test Passed&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsinputappearancefocusexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsinputappearancefocusexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-focus-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/input-appearance-focus-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-focus-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-focus-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,35 @@
</span><ins>+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 784x18
+        RenderText {#text} at (0,0) size 769x18
+          text run at (0,0) width 769: &quot;This test uses the new text field to test focus() and blur() and to make sure that onFocus and onBlur events fire correctly.&quot;
+      RenderBlock {P} at (0,34) size 784x23
+        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (140,2) size 5x18
+          text run at (140,2) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (146,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,73) size 784x72
+        RenderBR {BR} at (0,0) size 0x18
+        RenderText {#text} at (0,18) size 324x18
+          text run at (0,18) width 324: &quot;Test Passed. Text field 1's onFocus event has fired.&quot;
+        RenderBR {BR} at (323,32) size 1x0
+        RenderText {#text} at (0,36) size 314x18
+          text run at (0,36) width 314: &quot;Test Passed. Text field 1's onBlur event has fired.&quot;
+        RenderBR {BR} at (313,50) size 1x0
+        RenderText {#text} at (0,54) size 324x18
+          text run at (0,54) width 324: &quot;Test Passed. Text field 2's onFocus event has fired.&quot;
+      RenderBlock {P} at (0,161) size 784x0
+layer at (13,47) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 80x13
+      text run at (0,0) width 80: &quot;My Text Field 1&quot;
+layer at (157,47) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 80x13
+      text run at (0,0) width 80: &quot;My Text Field 2&quot;
+selection start: position 0 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 3 {INPUT} of child 1 {P} of body
+selection end:   position 15 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 3 {INPUT} of child 1 {P} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsinputappearanceheightexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsinputappearanceheightexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-height-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/input-appearance-height-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-height-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-height-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,108 @@
</span><ins>+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 784x18
+        RenderText {#text} at (0,0) size 781x18
+          text run at (0,0) width 781: &quot;This tests the height attribute of form elements. The only element that should honour this value is the Image type of input.&quot;
+      RenderBlock {FORM} at (0,18) size 784x258
+        RenderText {#text} at (0,2) size 37x18
+          text run at (0,2) width 37: &quot;input &quot;
+        RenderTextControl {INPUT} at (38,2) size 138x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (177,2) size 5x18
+          text run at (177,2) width 5: &quot; &quot;
+        RenderBR {BR} at (181,16) size 1x0
+        RenderText {#text} at (0,25) size 28x18
+          text run at (0,25) width 28: &quot;text &quot;
+        RenderTextControl {INPUT} at (29,25) size 138x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (168,25) size 5x18
+          text run at (168,25) width 5: &quot; &quot;
+        RenderBR {BR} at (172,39) size 1x0
+        RenderText {#text} at (0,46) size 66x18
+          text run at (0,46) width 66: &quot;checkbox &quot;
+        RenderBlock {INPUT} at (67,50) size 13x12
+        RenderText {#text} at (81,46) size 5x18
+          text run at (81,46) width 5: &quot; &quot;
+        RenderBR {BR} at (85,60) size 1x0
+        RenderText {#text} at (0,66) size 25x18
+          text run at (0,66) width 25: &quot;file &quot;
+        RenderFileUploadControl {INPUT} at (26,67) size 223x18 &quot;no file selected&quot;
+          RenderButton {INPUT} at (0,0) size 79x18 [bgcolor=#C0C0C0]
+            RenderBlock (anonymous) at (8,2) size 63x13
+              RenderText at (0,0) size 63x13
+                text run at (0,0) width 63: &quot;Choose File&quot;
+        RenderText {#text} at (250,66) size 5x18
+          text run at (250,66) width 5: &quot; &quot;
+        RenderBR {BR} at (254,80) size 1x0
+        RenderText {#text} at (0,87) size 44x18
+          text run at (0,87) width 44: &quot;image &quot;
+        RenderImage {INPUT} at (43,100) size 11x1
+        RenderText {#text} at (53,87) size 5x18
+          text run at (53,87) width 5: &quot; &quot;
+        RenderBR {BR} at (57,101) size 1x0
+        RenderText {#text} at (0,105) size 37x18
+          text run at (0,105) width 37: &quot;radio &quot;
+        RenderBlock {INPUT} at (38,109) size 13x12
+        RenderText {#text} at (52,105) size 5x18
+          text run at (52,105) width 5: &quot; &quot;
+        RenderBR {BR} at (56,119) size 1x0
+        RenderText {#text} at (0,127) size 40x18
+          text run at (0,127) width 40: &quot;range &quot;
+        RenderSlider {INPUT} at (41,126) size 130x15 [color=#909090] [bgcolor=#FFFFFF]
+          RenderFlexibleBox {DIV} at (0,0) size 129x15
+            RenderBlock {DIV} at (0,0) size 129x15
+              RenderBlock {DIV} at (57,0) size 15x15
+        RenderText {#text} at (172,127) size 5x18
+          text run at (172,127) width 5: &quot; &quot;
+        RenderBR {BR} at (176,141) size 1x0
+        RenderText {#text} at (0,146) size 35x18
+          text run at (0,146) width 35: &quot;reset &quot;
+        RenderButton {INPUT} at (36,147) size 47x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 31x13
+            RenderText at (0,0) size 31x13
+              text run at (0,0) width 31: &quot;Reset&quot;
+        RenderText {#text} at (84,146) size 5x18
+          text run at (84,146) width 5: &quot; &quot;
+        RenderBR {BR} at (88,160) size 1x0
+        RenderText {#text} at (0,168) size 48x18
+          text run at (0,168) width 48: &quot;submit &quot;
+        RenderButton {INPUT} at (49,169) size 55x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 38x13
+            RenderText at (0,0) size 38x13
+              text run at (0,0) width 38: &quot;Submit&quot;
+        RenderText {#text} at (105,168) size 5x18
+          text run at (105,168) width 5: &quot; &quot;
+        RenderBR {BR} at (109,182) size 1x0
+        RenderText {#text} at (0,191) size 51x18
+          text run at (0,191) width 51: &quot;isindex &quot;
+        RenderTextControl {INPUT} at (52,191) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (190,191) size 5x18
+          text run at (190,191) width 5: &quot; &quot;
+        RenderBR {BR} at (194,205) size 1x0
+        RenderText {#text} at (0,214) size 65x18
+          text run at (0,214) width 65: &quot;password &quot;
+        RenderTextControl {INPUT} at (66,214) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 131x13
+            RenderBlock {DIV} at (0,0) size 131x13
+        RenderText {#text} at (204,214) size 5x18
+          text run at (204,214) width 5: &quot; &quot;
+        RenderBR {BR} at (208,228) size 1x0
+        RenderText {#text} at (0,237) size 45x18
+          text run at (0,237) width 45: &quot;search &quot;
+        RenderTextControl {INPUT} at (46,237) size 165x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 158x19
+            RenderBlock {DIV} at (0,0) size 8x19
+            RenderBlock {DIV} at (8,3) size 131x13
+            RenderBlock {DIV} at (138,0) size 20x19
+        RenderText {#text} at (0,0) size 0x0
+layer at (50,31) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (41,54) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (63,220) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (77,243) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13
+layer at (66,266) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsinputappearancepreventDefaultexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsinputappearancepreventDefaultexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-preventDefault-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-preventDefault-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-preventDefault-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,21 @@
</span><ins>+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
+      RenderBR {BR} at (0,0) size 0x18
+      RenderText {#text} at (0,18) size 681x18
+        text run at (0,18) width 681: &quot;This tests that preventDefault called onmousedown will prevent a caret from being placed in the text field.&quot;
+      RenderText {#text} at (0,0) size 0x0
+      RenderText {#text} at (0,0) size 0x0
+layer at (12,52) size 136x19
+  RenderTextControl {INPUT} at (12,52) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+layer at (15,55) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 127x13
+      text run at (0,0) width 127: &quot;No caret should be here&quot;
+layer at (10,70) size 328x36
+  RenderBlock (positioned) {DIV} at (10,70) size 328x36
+    RenderBR {BR} at (0,0) size 0x18
+    RenderText {#text} at (0,18) size 328x18
+      text run at (0,18) width 328: &quot;mousedown on target [object HTMLInputElement]&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsinputappearancereadonlyexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsinputappearancereadonlyexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-readonly-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/input-appearance-readonly-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-readonly-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-readonly-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,16 @@
</span><ins>+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 410x18
+        text run at (0,0) width 410: &quot;This tests that text can not be inserted into a readonly text field. &quot;
+      RenderBR {BR} at (409,14) size 1x0
+      RenderTextControl {INPUT} at (2,20) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (0,0) size 0x0
+layer at (13,31) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 64x13
+      text run at (0,0) width 64: &quot;Test Passed&quot;
+selection start: position 0 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 2 {INPUT} of body
+selection end:   position 11 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 2 {INPUT} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsinputappearanceselectionexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsinputappearanceselectionexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-selection-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/input-appearance-selection-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-selection-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-selection-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,82 @@
</span><ins>+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 784x18
+        RenderText {#text} at (0,0) size 343x18
+          text run at (0,0) width 343: &quot;This tests the selection methods on the new text field.&quot;
+      RenderBlock {P} at (0,34) size 784x23
+        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,73) size 784x486
+        RenderBR {BR} at (0,0) size 0x18
+        RenderText {#text} at (0,18) size 200x18
+          text run at (0,18) width 200: &quot;Test 1: setSelectionRange(0, 0)&quot;
+        RenderBR {BR} at (199,32) size 1x0
+        RenderText {#text} at (0,36) size 48x18
+          text run at (0,36) width 48: &quot;Passed.&quot;
+        RenderBR {BR} at (47,50) size 1x0
+        RenderBR {BR} at (0,54) size 0x18
+        RenderText {#text} at (0,72) size 163x18
+          text run at (0,72) width 163: &quot;Test 2: selectionEnd = 17&quot;
+        RenderBR {BR} at (162,86) size 1x0
+        RenderText {#text} at (0,90) size 48x18
+          text run at (0,90) width 48: &quot;Passed.&quot;
+        RenderBR {BR} at (47,104) size 1x0
+        RenderBR {BR} at (0,108) size 0x18
+        RenderText {#text} at (0,126) size 159x18
+          text run at (0,126) width 159: &quot;Test 3: selectionStart = 1&quot;
+        RenderBR {BR} at (158,140) size 1x0
+        RenderText {#text} at (0,144) size 48x18
+          text run at (0,144) width 48: &quot;Passed.&quot;
+        RenderBR {BR} at (47,158) size 1x0
+        RenderBR {BR} at (0,162) size 0x18
+        RenderText {#text} at (0,180) size 208x18
+          text run at (0,180) width 208: &quot;Test 4: setSelectionRange(10, 3)&quot;
+        RenderBR {BR} at (207,194) size 1x0
+        RenderText {#text} at (0,198) size 48x18
+          text run at (0,198) width 48: &quot;Passed.&quot;
+        RenderBR {BR} at (47,212) size 1x0
+        RenderBR {BR} at (0,216) size 0x18
+        RenderText {#text} at (0,234) size 155x18
+          text run at (0,234) width 155: &quot;Test 5: selectionEnd = 2&quot;
+        RenderBR {BR} at (154,248) size 1x0
+        RenderText {#text} at (0,252) size 48x18
+          text run at (0,252) width 48: &quot;Passed.&quot;
+        RenderBR {BR} at (47,266) size 1x0
+        RenderBR {BR} at (0,270) size 0x18
+        RenderText {#text} at (0,288) size 200x18
+          text run at (0,288) width 200: &quot;Test 6: setSelectionRange(5, 4)&quot;
+        RenderBR {BR} at (199,302) size 1x0
+        RenderText {#text} at (0,306) size 48x18
+          text run at (0,306) width 48: &quot;Passed.&quot;
+        RenderBR {BR} at (47,320) size 1x0
+        RenderBR {BR} at (0,324) size 0x18
+        RenderText {#text} at (0,342) size 211x18
+          text run at (0,342) width 211: &quot;Test 7: setSelectionRange(-5, -4)&quot;
+        RenderBR {BR} at (210,356) size 1x0
+        RenderText {#text} at (0,360) size 48x18
+          text run at (0,360) width 48: &quot;Passed.&quot;
+        RenderBR {BR} at (47,374) size 1x0
+        RenderBR {BR} at (0,378) size 0x18
+        RenderText {#text} at (0,396) size 214x18
+          text run at (0,396) width 214: &quot;Test 8: setSelectionRange(-5, 80)&quot;
+        RenderBR {BR} at (213,410) size 1x0
+        RenderText {#text} at (0,414) size 48x18
+          text run at (0,414) width 48: &quot;Passed.&quot;
+        RenderBR {BR} at (47,428) size 1x0
+        RenderBR {BR} at (0,432) size 0x18
+        RenderText {#text} at (0,450) size 208x18
+          text run at (0,450) width 208: &quot;Test 9: setSelectionRange(3, 12)&quot;
+        RenderBR {BR} at (207,464) size 1x0
+        RenderText {#text} at (0,468) size 48x18
+          text run at (0,468) width 48: &quot;Passed.&quot;
+        RenderBR {BR} at (47,482) size 1x0
+      RenderBlock {P} at (0,575) size 784x0
+layer at (13,47) size 130x13 scrollWidth 135
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 135x13
+      text run at (0,0) width 135: &quot;123456789 ABCDEFGHIJ&quot;
+selection start: position 3 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 1 {INPUT} of child 1 {P} of body
+selection end:   position 12 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 1 {INPUT} of child 1 {P} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsinputappearancespinbuttonexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsinputappearancespinbuttonexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-spinbutton-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-spinbutton-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-spinbutton-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,239 @@
</span><ins>+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 784x18
+        RenderText {#text} at (0,0) size 245x18
+          text run at (0,0) width 245: &quot;Test appearances of outer-spin-button.&quot;
+      RenderBlock {DIV} at (0,34) size 784x0
+      RenderBlock {DIV} at (0,34) size 784x528
+        RenderTable {TABLE} at (0,0) size 466x528
+          RenderTableSection {TBODY} at (0,0) size 466x528
+            RenderTableRow {TR} at (0,2) size 466x524
+              RenderTableCell {TD} at (2,81) size 189x366 [r=0 c=0 rs=1 cs=1]
+                RenderBlock {DIV} at (1,1) size 187x35
+                  RenderTextControl {INPUT} at (0,3) size 106x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (105,0) size 5x18
+                    text run at (105,0) width 5: &quot; &quot;
+                  RenderBR {BR} at (109,14) size 1x0
+                  RenderTextControl {INPUT} at (0,19) size 106x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,3) size 100x10
+                      RenderBlock {DIV} at (0,0) size 87x10
+                RenderBlock {DIV} at (1,36) size 187x36
+                  RenderTextControl {INPUT} at (0,2) size 116x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (115,0) size 5x18
+                    text run at (115,0) width 5: &quot; &quot;
+                  RenderBR {BR} at (119,14) size 1x0
+                  RenderTextControl {INPUT} at (0,19) size 116x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,3) size 110x11
+                      RenderBlock {DIV} at (0,0) size 97x11
+                RenderBlock {DIV} at (1,72) size 187x37
+                  RenderTextControl {INPUT} at (0,1) size 126x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (125,0) size 5x18
+                    text run at (125,0) width 5: &quot; &quot;
+                  RenderBR {BR} at (129,14) size 1x0
+                  RenderTextControl {INPUT} at (0,19) size 126x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,3) size 120x12
+                      RenderBlock {DIV} at (0,0) size 107x12
+                RenderBlock {DIV} at (1,109) size 187x46
+                  RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (140,2) size 5x18
+                    text run at (140,2) width 5: &quot; &quot;
+                  RenderBR {BR} at (144,16) size 1x0
+                  RenderTextControl {INPUT} at (2,25) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,3) size 131x13
+                      RenderBlock {DIV} at (0,0) size 118x13
+                RenderBlock {DIV} at (1,155) size 187x50
+                  RenderTextControl {INPUT} at (2,2) size 148x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (151,3) size 5x18
+                    text run at (151,3) width 5: &quot; &quot;
+                  RenderBR {BR} at (155,17) size 1x0
+                  RenderTextControl {INPUT} at (2,27) size 148x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,3) size 142x15
+                      RenderBlock {DIV} at (0,0) size 129x15
+                RenderBlock {DIV} at (1,205) size 187x52
+                  RenderTextControl {INPUT} at (2,2) size 159x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (162,4) size 5x18
+                    text run at (162,4) width 5: &quot; &quot;
+                  RenderBR {BR} at (166,18) size 1x0
+                  RenderTextControl {INPUT} at (2,28) size 159x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,3) size 153x16
+                      RenderBlock {DIV} at (0,0) size 138x16
+                RenderBlock {DIV} at (1,257) size 187x54
+                  RenderTextControl {INPUT} at (2,2) size 169x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (172,5) size 5x18
+                    text run at (172,5) width 5: &quot; &quot;
+                  RenderBR {BR} at (176,19) size 1x0
+                  RenderTextControl {INPUT} at (2,29) size 169x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,3) size 163x17
+                      RenderBlock {DIV} at (0,0) size 148x17
+                RenderBlock {DIV} at (1,311) size 187x54
+                  RenderTextControl {INPUT} at (2,2) size 179x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (182,5) size 5x18
+                    text run at (182,5) width 5: &quot; &quot;
+                  RenderBR {BR} at (186,19) size 1x0
+                  RenderTextControl {INPUT} at (2,29) size 179x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,3) size 173x17
+                      RenderBlock {DIV} at (0,0) size 158x17
+              RenderTableCell {TD} at (192,2) size 272x524 [r=0 c=1 rs=1 cs=1]
+                RenderBlock {DIV} at (1,1) size 269x56
+                  RenderTextControl {INPUT} at (2,2) size 190x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (193,6) size 5x18
+                    text run at (193,6) width 5: &quot; &quot;
+                  RenderBR {BR} at (197,20) size 1x0
+                  RenderTextControl {INPUT} at (2,30) size 190x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,3) size 184x18
+                      RenderBlock {DIV} at (0,0) size 169x18
+                RenderBlock {DIV} at (1,57) size 269x60
+                  RenderTextControl {INPUT} at (2,2) size 201x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (204,7) size 5x18
+                    text run at (204,7) width 5: &quot; &quot;
+                  RenderBR {BR} at (208,21) size 1x0
+                  RenderTextControl {INPUT} at (2,32) size 201x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,3) size 195x20
+                      RenderBlock {DIV} at (0,0) size 180x20
+                RenderBlock {DIV} at (1,117) size 269x62
+                  RenderTextControl {INPUT} at (2,2) size 210x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (213,8) size 5x18
+                    text run at (213,8) width 5: &quot; &quot;
+                  RenderBR {BR} at (217,22) size 1x0
+                  RenderTextControl {INPUT} at (2,33) size 210x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,3) size 204x21
+                      RenderBlock {DIV} at (0,0) size 185x21
+                RenderBlock {DIV} at (1,179) size 269x64
+                  RenderTextControl {INPUT} at (2,2) size 220x28 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (223,9) size 5x18
+                    text run at (223,9) width 5: &quot; &quot;
+                  RenderBR {BR} at (227,23) size 1x0
+                  RenderTextControl {INPUT} at (2,34) size 220x28 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,3) size 214x22
+                      RenderBlock {DIV} at (0,0) size 195x22
+                RenderBlock {DIV} at (1,243) size 269x66
+                  RenderTextControl {INPUT} at (2,2) size 229x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (232,10) size 5x18
+                    text run at (232,10) width 5: &quot; &quot;
+                  RenderBR {BR} at (236,24) size 1x0
+                  RenderTextControl {INPUT} at (2,35) size 229x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,3) size 223x23
+                      RenderBlock {DIV} at (0,0) size 204x23
+                RenderBlock {DIV} at (1,309) size 269x68
+                  RenderTextControl {INPUT} at (2,2) size 240x30 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (243,11) size 5x18
+                    text run at (243,11) width 5: &quot; &quot;
+                  RenderBR {BR} at (247,25) size 1x0
+                  RenderTextControl {INPUT} at (2,36) size 240x30 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,3) size 234x24
+                      RenderBlock {DIV} at (0,0) size 215x24
+                RenderBlock {DIV} at (1,377) size 269x72
+                  RenderTextControl {INPUT} at (2,2) size 251x32 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (254,12) size 5x18
+                    text run at (254,12) width 5: &quot; &quot;
+                  RenderBR {BR} at (258,26) size 1x0
+                  RenderTextControl {INPUT} at (2,38) size 251x32 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,3) size 245x26
+                      RenderBlock {DIV} at (0,0) size 226x26
+                RenderBlock {DIV} at (1,449) size 269x74
+                  RenderTextControl {INPUT} at (2,2) size 261x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (264,13) size 5x18
+                    text run at (264,13) width 5: &quot; &quot;
+                  RenderBR {BR} at (268,27) size 1x0
+                  RenderTextControl {INPUT} at (2,39) size 261x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,3) size 255x27
+                      RenderBlock {DIV} at (0,0) size 236x27
+layer at (14,130) size 99x10
+  RenderBlock {DIV} at (3,3) size 100x10
+layer at (14,146) size 86x10
+  RenderBlock {DIV} at (0,0) size 87x10
+layer at (14,164) size 109x11
+  RenderBlock {DIV} at (3,3) size 110x11
+layer at (14,181) size 96x11
+  RenderBlock {DIV} at (0,0) size 97x11
+layer at (14,199) size 119x12
+  RenderBlock {DIV} at (3,3) size 120x12
+layer at (14,217) size 106x12
+  RenderBlock {DIV} at (0,0) size 107x12
+layer at (16,237) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (16,260) size 117x13
+  RenderBlock {DIV} at (0,0) size 118x13
+layer at (16,283) size 141x15
+  RenderBlock {DIV} at (3,3) size 142x15
+layer at (16,308) size 128x15
+  RenderBlock {DIV} at (0,0) size 129x15
+layer at (16,333) size 152x16
+  RenderBlock {DIV} at (3,3) size 153x16
+layer at (16,359) size 137x16
+  RenderBlock {DIV} at (0,0) size 138x16
+layer at (16,385) size 162x17
+  RenderBlock {DIV} at (3,3) size 163x17
+layer at (16,412) size 147x17
+  RenderBlock {DIV} at (0,0) size 148x17
+layer at (16,439) size 173x17
+  RenderBlock {DIV} at (3,3) size 173x17
+layer at (16,466) size 158x17
+  RenderBlock {DIV} at (0,0) size 158x17
+layer at (207,50) size 183x18
+  RenderBlock {DIV} at (3,3) size 184x18
+layer at (207,78) size 168x18
+  RenderBlock {DIV} at (0,0) size 169x18
+layer at (207,106) size 194x20
+  RenderBlock {DIV} at (3,3) size 195x20
+layer at (207,136) size 179x20
+  RenderBlock {DIV} at (0,0) size 180x20
+layer at (207,166) size 203x21
+  RenderBlock {DIV} at (3,3) size 204x21
+layer at (207,197) size 184x21
+  RenderBlock {DIV} at (0,0) size 185x21
+layer at (207,228) size 213x22
+  RenderBlock {DIV} at (3,3) size 214x22
+layer at (207,260) size 194x22
+  RenderBlock {DIV} at (0,0) size 195x22
+layer at (207,292) size 223x23 backgroundClip at (207,292) size 222x23 clip at (207,292) size 222x23
+  RenderBlock {DIV} at (3,3) size 223x23
+layer at (207,325) size 204x23 backgroundClip at (207,325) size 203x23 clip at (207,325) size 203x23
+  RenderBlock {DIV} at (0,0) size 204x23
+layer at (207,358) size 233x24
+  RenderBlock {DIV} at (3,3) size 234x24
+layer at (207,392) size 214x24
+  RenderBlock {DIV} at (0,0) size 215x24
+layer at (207,426) size 244x26
+  RenderBlock {DIV} at (3,3) size 245x26
+layer at (207,462) size 225x26
+  RenderBlock {DIV} at (0,0) size 226x26
+layer at (207,498) size 255x27 backgroundClip at (207,498) size 254x27 clip at (207,498) size 254x27
+  RenderBlock {DIV} at (3,3) size 255x27
+layer at (207,535) size 236x27 backgroundClip at (207,535) size 235x27 clip at (207,535) size 235x27
+  RenderBlock {DIV} at (0,0) size 236x27
+layer at (101,145) size 13x12
+  RenderBlock (relative positioned) {DIV} at (87,-1) size 14x12
+layer at (111,180) size 13x13
+  RenderBlock (relative positioned) {DIV} at (97,-1) size 14x13
+layer at (121,216) size 13x14
+  RenderBlock (relative positioned) {DIV} at (107,-1) size 14x14
+layer at (134,259) size 13x15
+  RenderBlock (relative positioned) {DIV} at (118,-1) size 14x15
+layer at (145,307) size 13x17
+  RenderBlock (relative positioned) {DIV} at (129,-1) size 14x17
+layer at (154,358) size 15x18
+  RenderBlock (relative positioned) {DIV} at (138,-1) size 16x18
+layer at (164,411) size 15x19
+  RenderBlock (relative positioned) {DIV} at (148,-1) size 16x19
+layer at (175,465) size 15x19
+  RenderBlock (relative positioned) {DIV} at (158,-1) size 16x19
+layer at (376,77) size 15x20
+  RenderBlock (relative positioned) {DIV} at (169,-1) size 16x20
+layer at (387,135) size 15x22
+  RenderBlock (relative positioned) {DIV} at (180,-1) size 16x22
+layer at (392,196) size 19x23
+  RenderBlock (relative positioned) {DIV} at (185,-1) size 20x23
+layer at (402,259) size 19x24
+  RenderBlock (relative positioned) {DIV} at (195,-1) size 20x24
+layer at (411,324) size 19x25
+  RenderBlock (relative positioned) {DIV} at (204,-1) size 20x25
+layer at (422,391) size 19x26
+  RenderBlock (relative positioned) {DIV} at (215,-1) size 20x26
+layer at (433,461) size 19x28
+  RenderBlock (relative positioned) {DIV} at (226,-1) size 20x28
+layer at (443,534) size 19x29
+  RenderBlock (relative positioned) {DIV} at (236,-1) size 20x29
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsinputappearancespinbuttonupexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-spinbutton-up-expected.txt (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-spinbutton-up-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-spinbutton-up-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,22 @@
</span><ins>+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 784x18
+        RenderText {#text} at (0,0) size 439x18
+          text run at (0,0) width 439: &quot;Test appearances of outer-spin-button with its up button highlighted.&quot;
+      RenderBlock {DIV} at (0,34) size 784x0
+      RenderBlock (anonymous) at (0,34) size 784x31
+        RenderTextControl {INPUT} at (2,2) size 210x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 204x21
+            RenderBlock {DIV} at (0,0) size 185x21
+        RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+layer at (13,47) size 184x21
+  RenderBlock {DIV} at (0,0) size 185x21
+    RenderText {#text} at (0,0) size 11x21
+      text run at (0,0) width 11: &quot;1&quot;
+layer at (198,46) size 19x23
+  RenderBlock (relative positioned) {DIV} at (185,-1) size 20x23
+caret: position 1 of child 0 {#text} of child 0 {DIV} of child 0 {DIV} of child 0 {DIV} of {#document-fragment} of child 5 {INPUT} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsinputappearancevisibilityexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsinputappearancevisibilityexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-visibility-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/input-appearance-visibility-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-visibility-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-visibility-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,17 @@
</span><ins>+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 784x18
+        RenderText {#text} at (0,0) size 491x18
+          text run at (0,0) width 491: &quot;This tests that the value becomes visible when the text field becomes visible.&quot;
+      RenderBlock {P} at (0,34) size 784x23
+        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,73) size 784x0
+      RenderBlock {P} at (0,73) size 784x0
+layer at (13,47) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 64x13
+      text run at (0,0) width 64: &quot;Test Passed&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsinputappearancewidthexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsinputappearancewidthexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-width-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/input-appearance-width-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-width-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-appearance-width-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,36 @@
</span><ins>+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 352x18
+        text run at (0,0) width 352: &quot;This tests that the new text fields use the correct width.&quot;
+      RenderBR {BR} at (351,14) size 1x0
+      RenderTextControl {INPUT} at (2,20) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderBR {BR} at (140,34) size 1x0
+      RenderTextControl {INPUT} at (0,43) size 200x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderBR {BR} at (200,57) size 0x0
+      RenderTextControl {INPUT} at (2,66) size 332x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderBR {BR} at (335,80) size 1x0
+      RenderTextControl {INPUT} at (0,89) size 200x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderBR {BR} at (200,103) size 0x0
+      RenderTextControl {INPUT} at (2,112) size 72x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderBR {BR} at (75,126) size 1x0
+layer at (13,31) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (11,54) size 194x13
+  RenderBlock {DIV} at (3,3) size 194x13
+    RenderText {#text} at (0,0) size 100x13
+      text run at (0,0) width 100: &quot;styled width 200px&quot;
+layer at (13,77) size 326x13
+  RenderBlock {DIV} at (3,3) size 326x13
+    RenderText {#text} at (0,0) size 38x13
+      text run at (0,0) width 38: &quot;size 50&quot;
+layer at (11,100) size 194x13
+  RenderBlock {DIV} at (3,3) size 194x13
+    RenderText {#text} at (0,0) size 155x13
+      text run at (0,0) width 155: &quot;styled width 200px &amp; size=10&quot;
+layer at (13,123) size 65x13
+  RenderBlock {DIV} at (3,3) size 66x13
+    RenderText {#text} at (0,0) size 38x13
+      text run at (0,0) width 38: &quot;size 10&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsinputbaselineexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsinputbaselineexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-baseline-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/input-baseline-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-baseline-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-baseline-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,21 @@
</span><ins>+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 302x18
+        text run at (0,0) width 302: &quot;This tests that text fields get the right baseline. &quot;
+      RenderBR {BR} at (301,14) size 1x0
+      RenderBR {BR} at (0,18) size 0x18
+      RenderTextControl {INPUT} at (2,38) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (140,38) size 435x18
+        text run at (140,38) width 435: &quot;This text should line up with the bottom of the text in the text field. &quot;
+      RenderBR {BR} at (574,52) size 1x0
+      RenderBR {BR} at (0,59) size 0x18
+      RenderTextControl {INPUT} at (2,79) size 137x132 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (140,171) size 431x18
+        text run at (140,171) width 431: &quot;This text should line up with the bottom of the text in the text field.&quot;
+layer at (13,49) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (13,90) size 130x126
+  RenderBlock {DIV} at (3,3) size 131x126
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsinputbuttonsizesexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsinputbuttonsizesexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-button-sizes-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/input-button-sizes-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-button-sizes-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-button-sizes-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,106 @@
</span><ins>+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
+      RenderButton {INPUT} at (0,4) size 67x15 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 51x11
+          RenderText at (0,0) size 51x11
+            text run at (0,0) width 51: &quot;Test Button&quot;
+      RenderText {#text} at (66,1) size 5x18
+        text run at (66,1) width 5: &quot; &quot;
+      RenderButton {INPUT} at (70,4) size 68x15 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 51x11
+          RenderText at (0,0) size 51x11
+            text run at (0,0) width 51: &quot;Test Button&quot;
+      RenderText {#text} at (137,1) size 5x18
+        text run at (137,1) width 5: &quot; &quot;
+      RenderButton {INPUT} at (141,4) size 67x15 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 51x11
+          RenderText at (0,0) size 51x11
+            text run at (0,0) width 51: &quot;Test Button&quot;
+      RenderText {#text} at (207,1) size 5x18
+        text run at (207,1) width 5: &quot; &quot;
+      RenderButton {INPUT} at (211,4) size 68x15 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 51x11
+          RenderText at (0,0) size 51x11
+            text run at (0,0) width 51: &quot;Test Button&quot;
+      RenderText {#text} at (278,1) size 5x18
+        text run at (278,1) width 5: &quot; &quot;
+      RenderButton {INPUT} at (282,4) size 68x15 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 51x11
+          RenderText at (0,0) size 51x11
+            text run at (0,0) width 51: &quot;Test Button&quot;
+      RenderText {#text} at (349,1) size 5x18
+        text run at (349,1) width 5: &quot; &quot;
+      RenderButton {INPUT} at (353,4) size 67x15 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 51x11
+          RenderText at (0,0) size 51x11
+            text run at (0,0) width 51: &quot;Test Button&quot;
+      RenderText {#text} at (419,1) size 5x18
+        text run at (419,1) width 5: &quot; &quot;
+      RenderButton {INPUT} at (425,2) size 78x18 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 61x13
+          RenderText at (0,0) size 61x13
+            text run at (0,0) width 61: &quot;Test Button&quot;
+      RenderText {#text} at (504,1) size 5x18
+        text run at (504,1) width 5: &quot; &quot;
+      RenderButton {INPUT} at (510,2) size 77x18 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 61x13
+          RenderText at (0,0) size 61x13
+            text run at (0,0) width 61: &quot;Test Button&quot;
+      RenderText {#text} at (588,1) size 5x18
+        text run at (588,1) width 5: &quot; &quot;
+      RenderButton {INPUT} at (594,2) size 77x18 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 61x13
+          RenderText at (0,0) size 61x13
+            text run at (0,0) width 61: &quot;Test Button&quot;
+      RenderText {#text} at (672,1) size 5x18
+        text run at (672,1) width 5: &quot; &quot;
+      RenderButton {INPUT} at (678,2) size 77x18 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 61x13
+          RenderText at (0,0) size 61x13
+            text run at (0,0) width 61: &quot;Test Button&quot;
+      RenderText {#text} at (756,1) size 5x18
+        text run at (756,1) width 5: &quot; &quot;
+      RenderButton {INPUT} at (2,26) size 77x18 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 61x13
+          RenderText at (0,0) size 61x13
+            text run at (0,0) width 61: &quot;Test Button&quot;
+      RenderText {#text} at (80,25) size 5x18
+        text run at (80,25) width 5: &quot; &quot;
+      RenderButton {INPUT} at (86,24) size 87x21 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 71x16
+          RenderText at (0,0) size 71x16
+            text run at (0,0) width 71: &quot;Test Button&quot;
+      RenderText {#text} at (174,25) size 5x18
+        text run at (174,25) width 5: &quot; &quot;
+      RenderButton {INPUT} at (180,24) size 87x21 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 71x16
+          RenderText at (0,0) size 71x16
+            text run at (0,0) width 71: &quot;Test Button&quot;
+      RenderText {#text} at (268,25) size 5x18
+        text run at (268,25) width 5: &quot; &quot;
+      RenderButton {INPUT} at (274,24) size 87x21 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 71x16
+          RenderText at (0,0) size 71x16
+            text run at (0,0) width 71: &quot;Test Button&quot;
+      RenderText {#text} at (362,25) size 5x18
+        text run at (362,25) width 5: &quot; &quot;
+      RenderButton {INPUT} at (368,24) size 88x21 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 71x16
+          RenderText at (0,0) size 71x16
+            text run at (0,0) width 71: &quot;Test Button&quot;
+      RenderText {#text} at (457,25) size 5x18
+        text run at (457,25) width 5: &quot; &quot;
+      RenderButton {INPUT} at (463,24) size 87x21 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 71x16
+          RenderText at (0,0) size 71x16
+            text run at (0,0) width 71: &quot;Test Button&quot;
+      RenderText {#text} at (551,25) size 5x18
+        text run at (551,25) width 5: &quot; &quot;
+      RenderButton {INPUT} at (557,24) size 87x21 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 71x16
+          RenderText at (0,0) size 71x16
+            text run at (0,0) width 71: &quot;Test Button&quot;
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsinputdisabledcolorexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsinputdisabledcolorexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-disabled-color-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/input-disabled-color-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-disabled-color-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-disabled-color-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,177 @@
</span><ins>+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 521x18
+        text run at (0,0) width 521: &quot;This tests that the text color changes appropriately when the text field is disabled.&quot;
+      RenderBR {BR} at (520,14) size 1x0
+      RenderTextControl {INPUT} at (2,20) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (140,20) size 5x18
+        text run at (140,20) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (146,20) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderBR {BR} at (284,34) size 1x0
+      RenderTextControl {INPUT} at (2,43) size 137x19 [color=#FF0000] [bgcolor=#FFFFFF] [border: (2px inset #FF0000)]
+      RenderText {#text} at (140,43) size 5x18
+        text run at (140,43) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (146,43) size 137x19 [color=#FF0000] [bgcolor=#FFFFFF] [border: (2px inset #FF0000)]
+      RenderBR {BR} at (284,57) size 1x0
+      RenderTextControl {INPUT} at (2,66) size 137x19 [bgcolor=#0000FF] [border: (2px inset #000000)]
+      RenderText {#text} at (140,66) size 5x18
+        text run at (140,66) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (146,66) size 137x19 [bgcolor=#0000FF] [border: (2px inset #000000)]
+      RenderBR {BR} at (284,80) size 1x0
+      RenderTextControl {INPUT} at (2,89) size 137x19 [color=#FF0000] [bgcolor=#0000FF] [border: (2px inset #FF0000)]
+      RenderText {#text} at (140,89) size 5x18
+        text run at (140,89) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (146,89) size 137x19 [color=#FF0000] [bgcolor=#0000FF] [border: (2px inset #FF0000)]
+      RenderBR {BR} at (284,103) size 1x0
+      RenderTextControl {INPUT} at (2,112) size 137x19 [bgcolor=#000000] [border: (2px inset #000000)]
+      RenderText {#text} at (140,112) size 5x18
+        text run at (140,112) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (146,112) size 137x19 [bgcolor=#000000] [border: (2px inset #000000)]
+      RenderBR {BR} at (284,126) size 1x0
+      RenderTextControl {INPUT} at (2,135) size 137x19 [color=#FFFFFF] [bgcolor=#000000] [border: (2px inset #FFFFFF)]
+      RenderText {#text} at (140,135) size 5x18
+        text run at (140,135) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (146,135) size 137x19 [color=#FFFFFF] [bgcolor=#000000] [border: (2px inset #FFFFFF)]
+      RenderBR {BR} at (284,149) size 1x0
+      RenderTextControl {INPUT} at (2,158) size 137x19 [bgcolor=#808080] [border: (2px inset #000000)]
+      RenderText {#text} at (140,158) size 5x18
+        text run at (140,158) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (146,158) size 137x19 [bgcolor=#808080] [border: (2px inset #000000)]
+      RenderBR {BR} at (284,172) size 1x0
+      RenderTextControl {INPUT} at (2,181) size 137x19 [color=#FFFFFF] [bgcolor=#A9A9A9] [border: (2px inset #FFFFFF)]
+      RenderText {#text} at (140,181) size 5x18
+        text run at (140,181) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (146,181) size 137x19 [color=#FFFFFF] [bgcolor=#A9A9A9] [border: (2px inset #FFFFFF)]
+      RenderBR {BR} at (284,195) size 1x0
+      RenderTextControl {INPUT} at (2,204) size 137x19 [color=#808080] [bgcolor=#000000] [border: (2px inset #808080)]
+      RenderText {#text} at (140,204) size 5x18
+        text run at (140,204) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (146,204) size 137x19 [color=#808080] [bgcolor=#000000] [border: (2px inset #808080)]
+      RenderBR {BR} at (284,218) size 1x0
+      RenderTextControl {INPUT} at (2,227) size 137x19 [color=#FF0000] [bgcolor=#808080] [border: (2px inset #FF0000)]
+      RenderText {#text} at (140,227) size 5x18
+        text run at (140,227) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (146,227) size 137x19 [color=#FF0000] [bgcolor=#808080] [border: (2px inset #FF0000)]
+      RenderBR {BR} at (284,241) size 1x0
+      RenderTextControl {INPUT} at (2,250) size 137x19 [color=#808080] [bgcolor=#FF0000] [border: (2px inset #808080)]
+      RenderText {#text} at (140,250) size 5x18
+        text run at (140,250) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (146,250) size 137x19 [color=#808080] [bgcolor=#FF0000] [border: (2px inset #808080)]
+      RenderBR {BR} at (284,264) size 1x0
+      RenderTextControl {INPUT} at (2,273) size 137x19 [color=#FF0000] [bgcolor=#FFFFFF] [border: (2px inset #FF0000)]
+      RenderText {#text} at (140,273) size 5x18
+        text run at (140,273) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (146,273) size 137x19 [color=#FF0000] [bgcolor=#FFFFFF] [border: (2px inset #FF0000)]
+      RenderBR {BR} at (284,287) size 1x0
+      RenderTextControl {INPUT} at (2,296) size 137x19 [color=#FF0000] [border: (2px inset #FF0000)]
+      RenderText {#text} at (140,296) size 5x18
+        text run at (140,296) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (146,296) size 137x19 [color=#FF0000] [border: (2px inset #FF0000)]
+      RenderBR {BR} at (284,310) size 1x0
+layer at (13,31) size 130x13 scrollWidth 347
+  RenderBlock {DIV} at (3,3) size 131x13 [color=#545454]
+    RenderText {#text} at (0,0) size 347x13
+      text run at (0,0) width 347: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
+layer at (157,31) size 130x13 scrollWidth 153
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 152x13
+      text run at (0,0) width 152: &quot;This text field is not disabled&quot;
+layer at (13,54) size 130x13 scrollWidth 347
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 347x13
+      text run at (0,0) width 347: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
+layer at (157,54) size 130x13 scrollWidth 153
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 152x13
+      text run at (0,0) width 152: &quot;This text field is not disabled&quot;
+layer at (13,77) size 130x13 scrollWidth 347
+  RenderBlock {DIV} at (3,3) size 131x13 [color=#545454]
+    RenderText {#text} at (0,0) size 347x13
+      text run at (0,0) width 347: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
+layer at (157,77) size 130x13 scrollWidth 153
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 152x13
+      text run at (0,0) width 152: &quot;This text field is not disabled&quot;
+layer at (13,100) size 130x13 scrollWidth 347
+  RenderBlock {DIV} at (3,3) size 131x13 [color=#AB0000]
+    RenderText {#text} at (0,0) size 347x13
+      text run at (0,0) width 347: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
+layer at (157,100) size 130x13 scrollWidth 153
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 152x13
+      text run at (0,0) width 152: &quot;This text field is not disabled&quot;
+layer at (13,123) size 130x13 scrollWidth 347
+  RenderBlock {DIV} at (3,3) size 131x13 [color=#545454]
+    RenderText {#text} at (0,0) size 347x13
+      text run at (0,0) width 347: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
+layer at (157,123) size 130x13 scrollWidth 153
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 152x13
+      text run at (0,0) width 152: &quot;This text field is not disabled&quot;
+layer at (13,146) size 130x13 scrollWidth 347
+  RenderBlock {DIV} at (3,3) size 131x13 [color=#ABABAB]
+    RenderText {#text} at (0,0) size 347x13
+      text run at (0,0) width 347: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
+layer at (157,146) size 130x13 scrollWidth 153
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 152x13
+      text run at (0,0) width 152: &quot;This text field is not disabled&quot;
+layer at (13,169) size 130x13 scrollWidth 347
+  RenderBlock {DIV} at (3,3) size 131x13 [color=#545454]
+    RenderText {#text} at (0,0) size 347x13
+      text run at (0,0) width 347: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
+layer at (157,169) size 130x13 scrollWidth 153
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 152x13
+      text run at (0,0) width 152: &quot;This text field is not disabled&quot;
+layer at (13,192) size 130x13 scrollWidth 347
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 347x13
+      text run at (0,0) width 347: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
+layer at (157,192) size 130x13 scrollWidth 153
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 152x13
+      text run at (0,0) width 152: &quot;This text field is not disabled&quot;
+layer at (13,215) size 130x13 scrollWidth 347
+  RenderBlock {DIV} at (3,3) size 131x13 [color=#2C2C2C]
+    RenderText {#text} at (0,0) size 347x13
+      text run at (0,0) width 347: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
+layer at (157,215) size 130x13 scrollWidth 153
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 152x13
+      text run at (0,0) width 152: &quot;This text field is not disabled&quot;
+layer at (13,238) size 130x13 scrollWidth 347
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 347x13
+      text run at (0,0) width 347: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
+layer at (157,238) size 130x13 scrollWidth 153
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 152x13
+      text run at (0,0) width 152: &quot;This text field is not disabled&quot;
+layer at (13,261) size 130x13 scrollWidth 347
+  RenderBlock {DIV} at (3,3) size 131x13 [color=#2C2C2C]
+    RenderText {#text} at (0,0) size 347x13
+      text run at (0,0) width 347: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
+layer at (157,261) size 130x13 scrollWidth 153
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 152x13
+      text run at (0,0) width 152: &quot;This text field is not disabled&quot;
+layer at (13,284) size 130x13 scrollWidth 347
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 347x13
+      text run at (0,0) width 347: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
+layer at (157,284) size 130x13 scrollWidth 153
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 152x13
+      text run at (0,0) width 152: &quot;This text field is not disabled&quot;
+layer at (13,307) size 130x13 scrollWidth 347
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 347x13
+      text run at (0,0) width 347: &quot;The text in this disabled field should displayed as dimmed or grey&quot;
+layer at (157,307) size 130x13 scrollWidth 153
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 152x13
+      text run at (0,0) width 152: &quot;This text field is not disabled&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsinputdoubleclickselectiongapbugexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsinputdoubleclickselectiongapbugexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-double-click-selection-gap-bug-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-double-click-selection-gap-bug-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-double-click-selection-gap-bug-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,31 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x546
+  RenderBlock {HTML} at (0,0) size 800x546
+    RenderBody {BODY} at (8,16) size 784x522
+      RenderBlock {P} at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 421x18
+          text run at (0,0) width 331: &quot;The top table was resized while the field\x{2019}s contents &quot;
+          text run at (330,0) width 91: &quot;were selected.&quot;
+      RenderTable {TABLE} at (0,34) size 185x244
+        RenderTableSection {TBODY} at (0,0) size 185x244
+          RenderTableRow {TR} at (0,2) size 185x240
+            RenderTableCell {TD} at (2,90) size 181x64 [bgcolor=#90EE90] [r=0 c=0 rs=1 cs=1]
+              RenderTextControl {INPUT} at (22,22) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+              RenderText {#text} at (0,0) size 0x0
+      RenderTable {TABLE} at (0,278) size 185x244
+        RenderTableSection {TBODY} at (0,0) size 185x244
+          RenderTableRow {TR} at (0,2) size 185x240
+            RenderTableCell {TD} at (2,90) size 181x64 [bgcolor=#90EE90] [r=0 c=0 rs=1 cs=1]
+              RenderTextControl {INPUT} at (22,22) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+              RenderText {#text} at (0,0) size 0x0
+layer at (35,166) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 38x13
+      text run at (0,0) width 38: &quot;foo bar&quot;
+layer at (35,410) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 38x13
+      text run at (0,0) width 38: &quot;foo bar&quot;
+selection start: position 0 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 1 {INPUT} of child 1 {TD} of child 0 {TR} of child 1 {TBODY} of child 3 {TABLE} of body
+selection end:   position 7 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 1 {INPUT} of child 1 {TD} of child 0 {TR} of child 1 {TBODY} of child 3 {TABLE} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsinputfieldtexttruncatedexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsinputfieldtexttruncatedexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-field-text-truncated-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/input-field-text-truncated-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-field-text-truncated-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-field-text-truncated-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,16 @@
</span><ins>+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 784x26
+        RenderText {#text} at (0,0) size 758x26
+          text run at (0,0) width 758: &quot;Text inside input field should not be cut off at the bottom when its font is larger than the body font size. If the descenders in \&quot;something gjpqy\&quot; below are all visible, the test&quot;
+          text run at (0,13) width 309: &quot;passes. If they are cut off by the bottom of the input box, the test fails.&quot;
+      RenderBlock (anonymous) at (0,37) size 784x25
+        RenderTextControl {INPUT} at (0,2) size 300x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+layer at (11,50) size 294x15
+  RenderBlock {DIV} at (3,3) size 294x15
+    RenderText {#text} at (0,0) size 96x15
+      text run at (0,0) width 96: &quot;something gjpqy&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsinputfirstletterexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsinputfirstletterexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-first-letter-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/input-first-letter-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-first-letter-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-first-letter-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+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 601x18
+        text run at (0,0) width 601: &quot;This test passes if it doesn't crash and if the Submit button does not honor the first-letter style.&quot;
+      RenderBR {BR} at (600,14) size 1x0
+      RenderButton {INPUT} at (2,20) size 54x22 [border: (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,4) size 38x13
+          RenderText at (0,0) size 38x13
+            text run at (0,0) width 38: &quot;Submit&quot;
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsinputplaceholdervisibility1expectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsinputplaceholdervisibility1expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-placeholder-visibility-1-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-placeholder-visibility-1-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-placeholder-visibility-1-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,19 @@
</span><ins>+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 784x18
+        RenderText {#text} at (0,0) size 347x18
+          text run at (0,0) width 347: &quot;Focus the field, focus away, then focus the field again.&quot;
+      RenderBlock {DIV} at (0,34) size 784x23
+        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+layer at (13,47) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13 [color=#A9A9A9]
+    RenderText {#text} at (0,0) size 63x13
+      text run at (0,0) width 63: &quot;Placeholder&quot;
+layer at (13,47) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+caret: position 0 of child 1 {DIV} of {#document-fragment} of child 1 {INPUT} of child 3 {DIV} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsinputplaceholdervisibility3expectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsinputplaceholdervisibility3expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-placeholder-visibility-3-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-placeholder-visibility-3-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-placeholder-visibility-3-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,20 @@
</span><ins>+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 784x18
+        RenderText {#text} at (0,0) size 390x18
+          text run at (0,0) width 390: &quot;Focus field with a placeholder, then type, then delete all text.&quot;
+      RenderBlock {DIV} at (0,34) size 784x23
+        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+layer at (13,47) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13 [color=#A9A9A9]
+    RenderText {#text} at (0,0) size 63x13
+      text run at (0,0) width 63: &quot;Placeholder&quot;
+layer at (13,47) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderBR {BR} at (0,0) size 0x13
+caret: position 0 of child 0 {BR} of child 1 {DIV} of {#document-fragment} of child 1 {INPUT} of child 3 {DIV} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsinputreadonlyautoscrollexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsinputreadonlyautoscrollexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-readonly-autoscroll-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/input-readonly-autoscroll-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-readonly-autoscroll-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-readonly-autoscroll-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</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 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderBlock {P} at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 54x18
+          text run at (0,0) width 54: &quot;Test for &quot;
+        RenderInline {A} at (0,0) size 68x18 [color=#0000EE]
+          RenderText {#text} at (53,0) size 68x18
+            text run at (53,0) width 68: &quot;bug 11534&quot;
+        RenderText {#text} at (120,0) size 5x18
+          text run at (120,0) width 5: &quot;.&quot;
+      RenderBlock {P} at (0,34) size 784x18
+        RenderText {#text} at (0,0) size 358x18
+          text run at (0,0) width 358: &quot;Readonly text fields don't scroll when selecting content.&quot;
+      RenderBlock (anonymous) at (0,68) size 784x23
+        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,91) size 784x18
+        RenderText {#text} at (0,0) size 90x18
+          text run at (0,0) width 90: &quot;ScrollLeft: 24&quot;
+        RenderBR {BR} at (89,14) size 1x0
+layer at (13,81) size 130x13 scrollX 24 scrollWidth 154
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 154x13
+      text run at (0,0) width 154: &quot;abcdefghijklmnopqrstuvwxyz&quot;
+selection start: position 1 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 5 {INPUT} of body
+selection end:   position 26 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 5 {INPUT} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsinputreadonlydimmedexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsinputreadonlydimmedexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-readonly-dimmed-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/input-readonly-dimmed-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-readonly-dimmed-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-readonly-dimmed-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</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 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderText {#text} at (0,0) size 465x18
+        text run at (0,0) width 465: &quot;This tests that the border of a readonly text field should appear dimmed. &quot;
+      RenderBR {BR} at (464,14) size 1x0
+      RenderTextControl {INPUT} at (2,20) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (0,0) size 0x0
+layer at (13,31) size 130x13 scrollWidth 162
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 162x13
+      text run at (0,0) width 162: &quot;This border should be dimmed&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsinputreadonlyemptyexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsinputreadonlyemptyexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-readonly-empty-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/input-readonly-empty-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-readonly-empty-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-readonly-empty-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,11 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderText {#text} at (0,2) size 487x18
+        text run at (0,2) width 487: &quot;This tests that empty readonly text fields have the right height and baseline. &quot;
+      RenderTextControl {INPUT} at (489,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (0,0) size 0x0
+layer at (500,13) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsinputspacesexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsinputspacesexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-spaces-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/input-spaces-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-spaces-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-spaces-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,15 @@
</span><ins>+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 769x36
+        text run at (0,0) width 769: &quot;This tests that leading and trailing spaces in a text field don't get lost. There should be 3 spaces before and 3 spaces after&quot;
+        text run at (0,18) width 128: &quot;the text in the field. &quot;
+      RenderBR {BR} at (127,32) size 1x0
+      RenderTextControl {INPUT} at (2,38) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (0,0) size 0x0
+layer at (13,49) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 59x13
+      text run at (0,0) width 59: &quot;   foo bar   &quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsinputtableexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsinputtableexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-table-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/input-table-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-table-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-table-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,98 @@
</span><ins>+layer at (0,0) size 785x705
+  RenderView at (0,0) size 785x600
+layer at (0,0) size 785x705
+  RenderBlock {HTML} at (0,0) size 785x705
+    RenderBody {BODY} at (8,8) size 769x689
+      RenderBlock (anonymous) at (0,0) size 769x18
+        RenderText {#text} at (0,0) size 252x18
+          text run at (0,0) width 252: &quot;This tests minMaxWidth for text fields.&quot;
+      RenderBlock {P} at (0,34) size 769x18
+        RenderText {#text} at (0,0) size 70x18
+          text run at (0,0) width 70: &quot;Test case 1&quot;
+      RenderTable {TABLE} at (0,68) size 118x41 [border: (3px solid #0000FF)]
+        RenderTableSection {TBODY} at (3,3) size 112x35
+          RenderTableRow {TR} at (0,2) size 112x31
+            RenderTableCell {TD} at (2,2) size 108x31 [border: (3px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
+              RenderTextControl {INPUT} at (4,6) size 100x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderBlock {P} at (0,125) size 769x18
+        RenderText {#text} at (0,0) size 70x18
+          text run at (0,0) width 70: &quot;Test case 2&quot;
+      RenderTable {TABLE} at (0,159) size 167x74 [border: (3px solid #0000FF)]
+        RenderTableSection {TBODY} at (3,3) size 161x68
+          RenderTableRow {TR} at (0,2) size 161x31
+            RenderTableCell {TD} at (2,7) size 47x21 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 25x19
+                text run at (1,2) width 25: &quot;first&quot;
+            RenderTableCell {TD} at (50,2) size 109x31 [border: (3px solid #FF0000)] [r=0 c=1 rs=1 cs=1]
+              RenderTextControl {INPUT} at (4,6) size 100x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderTableRow {TR} at (0,35) size 161x31
+            RenderTableCell {TD} at (2,40) size 47x21 [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 45x19
+                text run at (1,2) width 45: &quot;second&quot;
+            RenderTableCell {TD} at (50,35) size 109x31 [border: (3px solid #FF0000)] [r=1 c=1 rs=1 cs=1]
+              RenderTextControl {INPUT} at (4,6) size 100x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderBlock {P} at (0,249) size 769x18
+        RenderText {#text} at (0,0) size 70x18
+          text run at (0,0) width 70: &quot;Test case 3&quot;
+      RenderTable {TABLE} at (0,283) size 55x77 [border: (3px solid #0000FF)]
+        RenderTableSection {TBODY} at (3,3) size 49x71
+          RenderTableRow {TR} at (0,2) size 49x67
+            RenderTableCell {TD} at (2,2) size 45x67 [border: (3px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x36
+                text run at (4,4) width 37: &quot;width&quot;
+                text run at (4,22) width 32: &quot;30px&quot;
+              RenderTextControl {INPUT} at (4,42) size 30x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderBlock {P} at (0,376) size 769x18
+        RenderText {#text} at (0,0) size 70x18
+          text run at (0,0) width 70: &quot;Test case 4&quot;
+      RenderTable {TABLE} at (0,410) size 218x69 [border: (3px solid #0000FF)]
+        RenderTableSection {TBODY} at (3,3) size 212x63
+          RenderTableRow {TR} at (0,2) size 212x31
+            RenderTableCell {TD} at (2,2) size 208x31 [border: (3px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
+              RenderTextControl {INPUT} at (4,6) size 200x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderTableRow {TR} at (0,35) size 212x26
+            RenderTableCell {TD} at (2,35) size 208x26 [border: (3px solid #FF0000)] [r=1 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (4,4) size 200x18
+                RenderText {#text} at (0,0) size 40x18
+                  text run at (0,0) width 40: &quot;200px&quot;
+      RenderBlock {P} at (0,495) size 769x18
+        RenderText {#text} at (0,0) size 70x18
+          text run at (0,0) width 70: &quot;Test case 5&quot;
+      RenderTable {TABLE} at (0,529) size 92x41 [border: (3px solid #0000FF)]
+        RenderTableSection {TBODY} at (3,3) size 86x35
+          RenderTableRow {TR} at (0,2) size 86x31
+            RenderTableCell {TD} at (2,2) size 82x31 [border: (3px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
+              RenderTextControl {INPUT} at (6,6) size 70x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderBlock {P} at (0,586) size 769x18
+        RenderText {#text} at (0,0) size 70x18
+          text run at (0,0) width 70: &quot;Test case 6&quot;
+      RenderTable {TABLE} at (0,620) size 159x69 [border: (3px solid #0000FF)]
+        RenderTableSection {TBODY} at (3,3) size 153x63
+          RenderTableRow {TR} at (0,2) size 153x31
+            RenderTableCell {TD} at (2,2) size 149x31 [border: (3px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
+              RenderTextControl {INPUT} at (6,6) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderTableRow {TR} at (0,35) size 153x26
+            RenderTableCell {TD} at (2,35) size 149x26 [border: (3px solid #FF0000)] [r=1 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (4,4) size 70x18
+                RenderText {#text} at (0,0) size 32x18
+                  text run at (0,0) width 32: &quot;70px&quot;
+layer at (20,90) size 94x13
+  RenderBlock {DIV} at (3,3) size 94x13
+layer at (68,181) size 94x13
+  RenderBlock {DIV} at (3,3) size 94x13
+layer at (68,214) size 94x13
+  RenderBlock {DIV} at (3,3) size 94x13
+layer at (20,341) size 24x13
+  RenderBlock {DIV} at (3,3) size 24x13
+layer at (20,432) size 194x13
+  RenderBlock {DIV} at (3,3) size 194x13
+    RenderText {#text} at (0,0) size 64x13
+      text run at (0,0) width 64: &quot;width 100%&quot;
+layer at (22,551) size 64x13
+  RenderBlock {DIV} at (3,3) size 64x13
+    RenderText {#text} at (0,0) size 52x13
+      text run at (0,0) width 52: &quot;max 70px&quot;
+layer at (22,642) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 89x13
+      text run at (0,0) width 89: &quot;min-width 100px&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsinputtextclickinsideexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsinputtextclickinsideexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-text-click-inside-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/input-text-click-inside-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-text-click-inside-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-text-click-inside-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</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 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x576
+      RenderBlock {DIV} at (0,0) size 425x75 [bgcolor=#FFFF00]
+        RenderTextControl {INPUT} at (27,27) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderBlock {P} at (0,91) size 784x36
+        RenderText {#text} at (0,0) size 759x36
+          text run at (0,0) width 759: &quot;This test clicks inside an input element, and must result in the element receiving focus. If the test succeeds the element&quot;
+          text run at (0,18) width 161: &quot;should have a focus ring.&quot;
+layer at (38,38) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+caret: position 0 of child 0 {DIV} of {#document-fragment} of child 0 {INPUT} of child 0 {DIV} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsinputtextclickoutsideexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsinputtextclickoutsideexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-text-click-outside-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/input-text-click-outside-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-text-click-outside-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-text-click-outside-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</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 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x576
+      RenderBlock {DIV} at (0,0) size 425x75 [bgcolor=#FFFF00]
+        RenderTextControl {INPUT} at (27,27) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderBlock {P} at (0,91) size 784x36
+        RenderText {#text} at (0,0) size 737x36
+          text run at (0,0) width 737: &quot;This test clicks outside an input element, and must not result in the element receiving focus. If the test succeeds the&quot;
+          text run at (0,18) width 240: &quot;element should not have a focus ring.&quot;
+layer at (38,38) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+caret: position 1 of child 0 {INPUT} of child 0 {DIV} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsinputtextdoubleclickexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsinputtextdoubleclickexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-text-double-click-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/input-text-double-click-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-text-double-click-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-text-double-click-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,17 @@
</span><ins>+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 784x23
+        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {P} at (0,39) size 784x18
+        RenderText {#text} at (0,0) size 575x18
+          text run at (0,0) width 575: &quot;Tests double-clicking on a word. If the test succeeds, the word \&quot;word\&quot; should be selected.&quot;
+layer at (13,13) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 70x13
+      text run at (0,0) width 70: &quot;word another&quot;
+selection start: position 0 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 0 {INPUT} of body
+selection end:   position 4 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 0 {INPUT} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsinputtextdragdownexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsinputtextdragdownexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-text-drag-down-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/input-text-drag-down-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-text-drag-down-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-text-drag-down-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,17 @@
</span><ins>+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 784x23
+        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {P} at (0,39) size 784x18
+        RenderText {#text} at (0,0) size 748x18
+          text run at (0,0) width 748: &quot;Tests drag-selecting down. If the test succeeds, the text from the center to the end of the text field should be selected.&quot;
+layer at (13,13) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 121x13
+      text run at (0,0) width 121: &quot;This is a bunch of text.&quot;
+selection start: position 8 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 0 {INPUT} of body
+selection end:   position 24 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 0 {INPUT} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsinputtextoptiondeleteexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsinputtextoptiondeleteexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-text-option-delete-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/input-text-option-delete-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-text-option-delete-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-text-option-delete-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,16 @@
</span><ins>+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 784x23
+        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {P} at (0,39) size 784x18
+        RenderText {#text} at (0,0) size 654x18
+          text run at (0,0) width 654: &quot;Tests option-deleting a word. If the test succeeds, the word \&quot;word\&quot; should end up with a space after it.&quot;
+layer at (13,13) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 30x13
+      text run at (0,0) width 30: &quot;word &quot;
+caret: position 5 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 0 {INPUT} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsinputtextscrollleftonblurexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsinputtextscrollleftonblurexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-text-scroll-left-on-blur-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-text-scroll-left-on-blur-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-text-scroll-left-on-blur-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,31 @@
</span><ins>+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 784x23
+        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (140,2) size 5x18
+          text run at (140,2) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (146,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (284,2) size 5x18
+          text run at (284,2) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (290,2) size 138x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {P} at (0,39) size 784x36
+        RenderText {#text} at (0,0) size 765x36
+          text run at (0,0) width 765: &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,18) width 164: &quot;third scrolled to the right.&quot;
+layer at (13,13) size 130x13 scrollWidth 308
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 308x13
+      text run at (0,0) width 308: &quot;this text field has a lot of text in it so that it needs to scroll&quot;
+layer at (157,13) size 130x13 scrollX 177 scrollWidth 307
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (-177,0) size 309x13
+      text run at (-177,0) width 308: &quot;this text field has a lot of text in it so that it needs to scroll&quot;
+layer at (302,13) size 130x13 scrollX 178 scrollWidth 308
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 308x13
+      text run at (0,0) width 308: &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
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsinputtextselfemptyingclickexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsinputtextselfemptyingclickexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-text-self-emptying-click-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/input-text-self-emptying-click-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-text-self-emptying-click-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-text-self-emptying-click-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,15 @@
</span><ins>+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 784x23
+        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {P} at (0,39) size 784x36
+        RenderText {#text} at (0,0) size 778x36
+          text run at (0,0) width 778: &quot;Tests clicking on an input element that has a value that self-destructs. If the test succeeds, there should be a blinking caret&quot;
+          text run at (0,18) width 101: &quot;in the text field.&quot;
+layer at (13,13) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+caret: position 0 of child 0 {DIV} of {#document-fragment} of child 0 {INPUT} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsinputtextwordwrapexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsinputtextwordwrapexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-text-word-wrap-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/input-text-word-wrap-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-text-word-wrap-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-text-word-wrap-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,20 @@
</span><ins>+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 784x18
+        RenderText {#text} at (0,0) size 117x18
+          text run at (0,0) width 117: &quot;This tests that the &quot;
+        RenderInline {CODE} at (0,0) size 71x15
+          RenderText {#text} at (116,2) size 71x15
+            text run at (116,2) width 71: &quot;word-wrap&quot;
+        RenderText {#text} at (186,0) size 309x18
+          text run at (186,0) width 309: &quot; property is ignored for single-line text controls.&quot;
+      RenderBlock (anonymous) at (0,34) size 784x33
+        RenderTextControl {INPUT} at (2,0) size 137x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+layer at (13,52) size 130x13 scrollWidth 258
+  RenderBlock {DIV} at (3,10) size 131x13
+    RenderText {#text} at (0,0) size 257x13
+      text run at (0,0) width 257: &quot;This sentence should not wrap into the next line.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsinputvalueexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsinputvalueexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-value-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/input-value-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-value-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-value-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,224 @@
</span><ins>+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 {P} at (0,0) size 784x36
+        RenderText {#text} at (0,0) size 765x36
+          text run at (0,0) width 765: &quot;Results that match WinIE are two columns on the right that say \&quot;after\&quot; every time, except for the last row which should&quot;
+          text run at (0,18) width 196: &quot;have nothing in either column.&quot;
+      RenderBlock {P} at (0,52) size 784x18
+        RenderText {#text} at (0,0) size 725x18
+          text run at (0,0) width 725: &quot;Results that match Gecko are like WinIE, but with \&quot;before\&quot; for the attribute in the first two rows and the last row.&quot;
+      RenderBlock {HR} at (0,86) size 784x2 [border: (1px inset #000000)]
+      RenderBlock {FORM} at (0,96) size 784x365
+        RenderTable {TABLE} at (0,0) size 754x365
+          RenderTableSection {THEAD} at (0,0) size 754x24
+            RenderTableRow {TR} at (0,2) size 754x20
+              RenderTableCell {TH} at (2,2) size 392x20 [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 57x18
+                  text run at (1,1) width 57: &quot;test case&quot;
+              RenderTableCell {TH} at (395,2) size 229x20 [r=0 c=1 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 92x18
+                  text run at (1,1) width 92: &quot;form element&quot;
+              RenderTableCell {TH} at (625,2) size 63x20 [r=0 c=2 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 61x18
+                  text run at (1,1) width 61: &quot;property&quot;
+              RenderTableCell {TH} at (689,2) size 63x20 [r=0 c=3 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 61x18
+                  text run at (1,1) width 61: &quot;attribute&quot;
+          RenderTableSection {TBODY} at (0,24) size 754x341
+            RenderTableRow {TR} at (0,0) size 754x25
+              RenderTableCell {TD} at (2,2) size 392x21 [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 211x19
+                  text run at (1,2) width 211: &quot;text with value property changed&quot;
+              RenderTableCell {TD} at (395,0) size 229x25 [r=0 c=1 rs=1 cs=1]
+                RenderTextControl {INPUT} at (3,3) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+              RenderTableCell {TD} at (625,2) size 63x21 [r=0 c=2 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 30x19
+                  text run at (1,2) width 30: &quot;after&quot;
+              RenderTableCell {TD} at (689,2) size 63x21 [r=0 c=3 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 41x19
+                  text run at (1,2) width 41: &quot;before&quot;
+            RenderTableRow {TR} at (0,27) size 754x25
+              RenderTableCell {TD} at (2,29) size 392x21 [r=1 c=0 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 248x19
+                  text run at (1,2) width 248: &quot;password with value property changed&quot;
+              RenderTableCell {TD} at (395,27) size 229x25 [r=1 c=1 rs=1 cs=1]
+                RenderTextControl {INPUT} at (3,3) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderFlexibleBox {DIV} at (3,3) size 131x13
+                    RenderBlock {DIV} at (0,0) size 131x13
+              RenderTableCell {TD} at (625,29) size 63x21 [r=1 c=2 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 30x19
+                  text run at (1,2) width 30: &quot;after&quot;
+              RenderTableCell {TD} at (689,29) size 63x21 [r=1 c=3 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 41x19
+                  text run at (1,2) width 41: &quot;before&quot;
+            RenderTableRow {TR} at (0,54) size 754x20
+              RenderTableCell {TD} at (2,54) size 392x20 [r=2 c=0 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 252x18
+                  text run at (1,1) width 252: &quot;check box with value property changed&quot;
+              RenderTableCell {TD} at (395,54) size 229x20 [r=2 c=1 rs=1 cs=1]
+                RenderBlock {INPUT} at (3,4) size 12x12
+              RenderTableCell {TD} at (625,54) size 63x20 [r=2 c=2 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 30x18
+                  text run at (1,1) width 30: &quot;after&quot;
+              RenderTableCell {TD} at (689,54) size 63x20 [r=2 c=3 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 30x18
+                  text run at (1,1) width 30: &quot;after&quot;
+            RenderTableRow {TR} at (0,76) size 754x20
+              RenderTableCell {TD} at (2,76) size 392x20 [r=3 c=0 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 231x18
+                  text run at (1,1) width 231: &quot;hidden with value property changed&quot;
+              RenderTableCell {TD} at (395,85) size 229x2 [r=3 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (625,76) size 63x20 [r=3 c=2 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 30x18
+                  text run at (1,1) width 30: &quot;after&quot;
+              RenderTableCell {TD} at (689,76) size 63x20 [r=3 c=3 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 30x18
+                  text run at (1,1) width 30: &quot;after&quot;
+            RenderTableRow {TR} at (0,98) size 754x24
+              RenderTableCell {TD} at (2,100) size 392x20 [r=4 c=0 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 228x18
+                  text run at (1,1) width 228: &quot;button with value property changed&quot;
+              RenderTableCell {TD} at (395,98) size 229x24 [r=4 c=1 rs=1 cs=1]
+                RenderButton {INPUT} at (3,3) size 41x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 25x13
+                    RenderText at (0,0) size 25x13
+                      text run at (0,0) width 25: &quot;after&quot;
+              RenderTableCell {TD} at (625,100) size 63x20 [r=4 c=2 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 30x18
+                  text run at (1,1) width 30: &quot;after&quot;
+              RenderTableCell {TD} at (689,100) size 63x20 [r=4 c=3 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 30x18
+                  text run at (1,1) width 30: &quot;after&quot;
+            RenderTableRow {TR} at (0,124) size 754x20
+              RenderTableCell {TD} at (2,124) size 392x20 [r=5 c=0 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 226x18
+                  text run at (1,1) width 226: &quot;image with value property changed&quot;
+              RenderTableCell {TD} at (395,124) size 229x20 [r=5 c=1 rs=1 cs=1]
+                RenderImage {INPUT} at (1,1) size 38x17
+              RenderTableCell {TD} at (625,124) size 63x20 [r=5 c=2 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 30x18
+                  text run at (1,1) width 30: &quot;after&quot;
+              RenderTableCell {TD} at (689,124) size 63x20 [r=5 c=3 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 30x18
+                  text run at (1,1) width 30: &quot;after&quot;
+            RenderTableRow {TR} at (0,146) size 754x20
+              RenderTableCell {TD} at (2,146) size 392x20 [r=6 c=0 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 220x18
+                  text run at (1,1) width 220: &quot;radio with value property changed&quot;
+              RenderTableCell {TD} at (395,146) size 229x20 [r=6 c=1 rs=1 cs=1]
+                RenderBlock {INPUT} at (3,4) size 12x12
+              RenderTableCell {TD} at (625,146) size 63x20 [r=6 c=2 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 30x18
+                  text run at (1,1) width 30: &quot;after&quot;
+              RenderTableCell {TD} at (689,146) size 63x20 [r=6 c=3 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 30x18
+                  text run at (1,1) width 30: &quot;after&quot;
+            RenderTableRow {TR} at (0,168) size 754x25
+              RenderTableCell {TD} at (2,170) size 392x21 [r=7 c=0 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 210x19
+                  text run at (1,2) width 210: &quot;text with value attribute changed&quot;
+              RenderTableCell {TD} at (395,168) size 229x25 [r=7 c=1 rs=1 cs=1]
+                RenderTextControl {INPUT} at (3,3) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+              RenderTableCell {TD} at (625,170) size 63x21 [r=7 c=2 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 30x19
+                  text run at (1,2) width 30: &quot;after&quot;
+              RenderTableCell {TD} at (689,170) size 63x21 [r=7 c=3 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 30x19
+                  text run at (1,2) width 30: &quot;after&quot;
+            RenderTableRow {TR} at (0,195) size 754x20
+              RenderTableCell {TD} at (2,195) size 392x20 [r=8 c=0 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 252x18
+                  text run at (1,1) width 252: &quot;check box with value attribute changed&quot;
+              RenderTableCell {TD} at (395,195) size 229x20 [r=8 c=1 rs=1 cs=1]
+                RenderBlock {INPUT} at (3,4) size 12x12
+              RenderTableCell {TD} at (625,195) size 63x20 [r=8 c=2 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 30x18
+                  text run at (1,1) width 30: &quot;after&quot;
+              RenderTableCell {TD} at (689,195) size 63x20 [r=8 c=3 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 30x18
+                  text run at (1,1) width 30: &quot;after&quot;
+            RenderTableRow {TR} at (0,217) size 754x20
+              RenderTableCell {TD} at (2,217) size 392x20 [r=9 c=0 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 390x18
+                  text run at (1,1) width 390: &quot;text with value property changed, then turned into check box&quot;
+              RenderTableCell {TD} at (395,217) size 229x20 [r=9 c=1 rs=1 cs=1]
+                RenderBlock {INPUT} at (3,4) size 12x12
+              RenderTableCell {TD} at (625,217) size 63x20 [r=9 c=2 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 30x18
+                  text run at (1,1) width 30: &quot;after&quot;
+              RenderTableCell {TD} at (689,217) size 63x20 [r=9 c=3 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 30x18
+                  text run at (1,1) width 30: &quot;after&quot;
+            RenderTableRow {TR} at (0,239) size 754x25
+              RenderTableCell {TD} at (2,241) size 392x21 [r=10 c=0 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 390x19
+                  text run at (1,2) width 390: &quot;check box with value property changed, then turned into text&quot;
+              RenderTableCell {TD} at (395,239) size 229x25 [r=10 c=1 rs=1 cs=1]
+                RenderTextControl {INPUT} at (3,3) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+              RenderTableCell {TD} at (625,241) size 63x21 [r=10 c=2 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 30x19
+                  text run at (1,2) width 30: &quot;after&quot;
+              RenderTableCell {TD} at (689,241) size 63x21 [r=10 c=3 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 30x19
+                  text run at (1,2) width 30: &quot;after&quot;
+            RenderTableRow {TR} at (0,266) size 754x20
+              RenderTableCell {TD} at (2,266) size 392x20 [r=11 c=0 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 389x18
+                  text run at (1,1) width 389: &quot;text with value attribute changed, then turned into check box&quot;
+              RenderTableCell {TD} at (395,266) size 229x20 [r=11 c=1 rs=1 cs=1]
+                RenderBlock {INPUT} at (3,4) size 12x12
+              RenderTableCell {TD} at (625,266) size 63x20 [r=11 c=2 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 30x18
+                  text run at (1,1) width 30: &quot;after&quot;
+              RenderTableCell {TD} at (689,266) size 63x20 [r=11 c=3 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 30x18
+                  text run at (1,1) width 30: &quot;after&quot;
+            RenderTableRow {TR} at (0,288) size 754x25
+              RenderTableCell {TD} at (2,290) size 392x21 [r=12 c=0 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 389x19
+                  text run at (1,2) width 389: &quot;check box with value attribute changed, then turned into text&quot;
+              RenderTableCell {TD} at (395,288) size 229x25 [r=12 c=1 rs=1 cs=1]
+                RenderTextControl {INPUT} at (3,3) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+              RenderTableCell {TD} at (625,290) size 63x21 [r=12 c=2 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 30x19
+                  text run at (1,2) width 30: &quot;after&quot;
+              RenderTableCell {TD} at (689,290) size 63x21 [r=12 c=3 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 30x19
+                  text run at (1,2) width 30: &quot;after&quot;
+            RenderTableRow {TR} at (0,315) size 754x24
+              RenderTableCell {TD} at (2,317) size 392x20 [r=13 c=0 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 208x18
+                  text run at (1,1) width 208: &quot;file with value property changed&quot;
+              RenderTableCell {TD} at (395,315) size 229x24 [r=13 c=1 rs=1 cs=1]
+                RenderFileUploadControl {INPUT} at (3,3) size 222x18 &quot;no file selected&quot;
+                  RenderButton {INPUT} at (0,0) size 79x18 [bgcolor=#C0C0C0]
+                    RenderBlock (anonymous) at (8,2) size 63x13
+                      RenderText at (0,0) size 63x13
+                        text run at (0,0) width 63: &quot;Choose File&quot;
+              RenderTableCell {TD} at (625,326) size 63x2 [r=13 c=2 rs=1 cs=1]
+              RenderTableCell {TD} at (689,317) size 63x20 [r=13 c=3 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 41x18
+                  text run at (1,1) width 41: &quot;before&quot;
+layer at (409,134) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 34x13
+      text run at (0,0) width 34: &quot;before&quot;
+layer at (409,161) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13
+    RenderText {#text} at (0,0) size 40x13
+      text run at (0,0) width 40: &quot;\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}&quot;
+layer at (409,302) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 25x13
+      text run at (0,0) width 25: &quot;after&quot;
+layer at (409,373) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 25x13
+      text run at (0,0) width 25: &quot;after&quot;
+layer at (409,422) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 25x13
+      text run at (0,0) width 25: &quot;after&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsinputwidthexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsinputwidthexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-width-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/input-width-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-width-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/input-width-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,9 @@
</span><ins>+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
+      RenderTextControl {INPUT} at (2,2) size 46x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (0,0) size 0x0
+layer at (13,13) size 39x13
+  RenderBlock {DIV} at (3,3) size 40x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformslistboxbidialignexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformslistboxbidialignexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/listbox-bidi-align-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/listbox-bidi-align-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/listbox-bidi-align-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/listbox-bidi-align-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,74 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x504
+  RenderBlock {HTML} at (0,0) size 800x504
+    RenderBody {BODY} at (8,8) size 784x488
+      RenderBlock (anonymous) at (0,0) size 784x36
+        RenderText {#text} at (0,0) size 614x18
+          text run at (0,0) width 614: &quot;This test verifies the visual alignment of items in a select element while changing text direction.&quot;
+        RenderBR {BR} at (613,0) size 1x18
+        RenderText {#text} at (0,18) size 438x18
+          text run at (0,18) width 438: &quot;All the items in the following select elements should be left-aligned.&quot;
+      RenderTable {TABLE} at (0,36) size 662x132
+        RenderTableSection {TBODY} at (0,0) size 662x132
+          RenderTableRow {TR} at (0,2) size 662x63
+            RenderTableCell {TD} at (2,2) size 158x63 [r=0 c=0 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 152x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+            RenderTableCell {TD} at (162,2) size 168x63 [r=0 c=1 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 162x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+            RenderTableCell {TD} at (332,2) size 158x63 [r=0 c=2 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 152x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+            RenderTableCell {TD} at (492,2) size 168x63 [r=0 c=3 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 162x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+          RenderTableRow {TR} at (0,67) size 662x63
+            RenderTableCell {TD} at (2,67) size 158x63 [r=1 c=0 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 152x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+            RenderTableCell {TD} at (162,67) size 168x63 [r=1 c=1 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 162x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+      RenderBlock (anonymous) at (0,168) size 784x18
+        RenderText {#text} at (0,0) size 447x18
+          text run at (0,0) width 447: &quot;All the items in the following select elements should be right-aligned.&quot;
+      RenderTable {TABLE} at (0,186) size 654x132
+        RenderTableSection {TBODY} at (0,0) size 654x132
+          RenderTableRow {TR} at (0,2) size 654x63
+            RenderTableCell {TD} at (2,2) size 166x63 [r=0 c=0 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 160x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+            RenderTableCell {TD} at (170,2) size 156x63 [r=0 c=1 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 150x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+            RenderTableCell {TD} at (328,2) size 166x63 [r=0 c=2 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 160x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+            RenderTableCell {TD} at (496,2) size 156x63 [r=0 c=3 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 150x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+          RenderTableRow {TR} at (0,67) size 654x63
+            RenderTableCell {TD} at (2,67) size 166x63 [r=1 c=0 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 160x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+            RenderTableCell {TD} at (170,67) size 156x63 [r=1 c=1 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 150x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+      RenderBlock (anonymous) at (0,318) size 784x18
+        RenderText {#text} at (0,0) size 456x18
+          text run at (0,0) width 456: &quot;All the items in the following select elements should be center-aligned.&quot;
+      RenderTable {TABLE} at (0,336) size 692x67
+        RenderTableSection {TBODY} at (0,0) size 692x67
+          RenderTableRow {TR} at (0,2) size 692x63
+            RenderTableCell {TD} at (2,2) size 175x63 [r=0 c=0 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 169x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+            RenderTableCell {TD} at (179,2) size 166x63 [r=0 c=1 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 160x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+            RenderTableCell {TD} at (347,2) size 175x63 [r=0 c=2 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 169x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+            RenderTableCell {TD} at (524,2) size 166x63 [r=0 c=3 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 160x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+      RenderBlock (anonymous) at (0,403) size 784x18
+        RenderText {#text} at (0,0) size 296x18
+          text run at (0,0) width 296: &quot;The following tables check mixed alignments.&quot;
+      RenderTable {TABLE} at (0,421) size 740x67
+        RenderTableSection {TBODY} at (0,0) size 740x67
+          RenderTableRow {TR} at (0,2) size 740x63
+            RenderTableCell {TD} at (2,2) size 170x63 [r=0 c=0 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 164x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+            RenderTableCell {TD} at (174,2) size 170x63 [r=0 c=1 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 164x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+            RenderTableCell {TD} at (346,2) size 195x63 [r=0 c=2 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 189x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+            RenderTableCell {TD} at (543,2) size 195x63 [r=0 c=3 rs=1 cs=1]
+              RenderListBox {SELECT} at (3,3) size 189x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformslistboxscrollbarincrementalloadexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformslistboxscrollbarincrementalloadexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/listbox-scrollbar-incremental-load-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/listbox-scrollbar-incremental-load-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/listbox-scrollbar-incremental-load-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/listbox-scrollbar-incremental-load-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,27 @@
</span><ins>+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 784x36
+        RenderText {#text} at (0,0) size 54x18
+          text run at (0,0) width 54: &quot;Test for &quot;
+        RenderInline {I} at (0,0) size 775x36
+          RenderInline {A} at (0,0) size 305x18 [color=#0000EE]
+            RenderText {#text} at (53,0) size 305x18
+              text run at (53,0) width 305: &quot;http://bugs.webkit.org/show_bug.cgi?id=13500&quot;
+          RenderText {#text} at (357,0) size 775x36
+            text run at (357,0) width 5: &quot; &quot;
+            text run at (361,0) width 414: &quot;REGRESSION: Listbox scrollbar does not reflect actual scrolled&quot;
+            text run at (0,18) width 326: &quot;position when selected option is added after layout&quot;
+        RenderText {#text} at (325,18) size 5x18
+          text run at (325,18) width 5: &quot;.&quot;
+      RenderBlock {P} at (0,52) size 784x36
+        RenderText {#text} at (0,0) size 744x36
+          text run at (0,0) width 501: &quot;The list box should be scrolled all the way down, showing the selected option &quot;
+          text run at (500,0) width 244: &quot;\x{201C}Seven\x{201D}. The scroller should be at the&quot;
+          text run at (0,18) width 155: &quot;bottom of the scroll bar &quot;
+          text run at (154,18) width 88: &quot;to reflect this.&quot;
+      RenderBlock (anonymous) at (0,104) size 784x61
+        RenderListBox {SELECT} at (2,2) size 50x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformslistboxwidthchangeexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformslistboxwidthchangeexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/listbox-width-change-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/listbox-width-change-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/listbox-width-change-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/listbox-width-change-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+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 665x18
+        text run at (0,0) width 665: &quot;This tests that when a list box's options get updated, the list box will recalculate its width, and relayout. &quot;
+      RenderBR {BR} at (0,0) size 0x0
+      RenderListBox {SELECT} at (2,20) size 190x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsmenulistclipexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsmenulistclipexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/menulist-clip-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/menulist-clip-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/menulist-clip-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/menulist-clip-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,24 @@
</span><ins>+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 784x36
+        RenderText {#text} at (0,0) size 120x18
+          text run at (0,0) width 120: &quot;Rendering test for &quot;
+        RenderInline {I} at (0,0) size 775x36
+          RenderInline {A} at (0,0) size 306x18 [color=#0000EE]
+            RenderText {#text} at (119,0) size 306x18
+              text run at (119,0) width 306: &quot;http://bugs.webkit.org/show_bug.cgi?id=15156&quot;
+          RenderText {#text} at (424,0) size 775x36
+            text run at (424,0) width 5: &quot; &quot;
+            text run at (428,0) width 347: &quot;REGRESSION (r24594-r24668): The bottom of styled&quot;
+            text run at (0,18) width 221: &quot;&lt;select&gt; button text is clipped out&quot;
+        RenderText {#text} at (220,18) size 5x18
+          text run at (220,18) width 5: &quot;.&quot;
+      RenderBlock (anonymous) at (0,52) size 784x30
+        RenderMenuList {SELECT} at (2,0) size 50x30 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+          RenderBlock (anonymous) at (1,4) size 48x22
+            RenderText at (0,0) size 48x21
+              text run at (0,0) width 48: &quot;Apple&quot;
+        RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsmenulistdeselectupdateexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsmenulistdeselectupdateexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/menulist-deselect-update-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/menulist-deselect-update-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/menulist-deselect-update-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/menulist-deselect-update-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+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,1) size 75x18
+        text run at (0,1) width 75: &quot;Test result: &quot;
+      RenderMenuList {SELECT} at (76,2) size 62x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 61x18
+          RenderText at (8,2) size 30x13
+            text run at (8,2) width 30: &quot;PASS&quot;
+      RenderText {#text} at (0,0) size 0x0
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsmenulistnarrowwidthexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsmenulistnarrowwidthexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/menulist-narrow-width-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/menulist-narrow-width-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/menulist-narrow-width-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/menulist-narrow-width-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,18 @@
</span><ins>+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 510x18
+        text run at (0,0) width 510: &quot;This tests that select elements with a narrow width (1px) are rendered correctly.&quot;
+      RenderBR {BR} at (509,14) size 1x0
+      RenderMenuList {SELECT} at (0,20) size 1x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 31x18
+          RenderText at (8,2) size 20x13
+            text run at (8,2) width 20: &quot;test&quot;
+      RenderBR {BR} at (1,33) size 0x0
+      RenderMenuList {SELECT} at (0,42) size 2x18 [bgcolor=#0000FF] [border: (1px solid #000000)]
+        RenderBlock (anonymous) at (1,1) size 29x16
+          RenderText at (8,1) size 20x13
+            text run at (8,1) width 20: &quot;test&quot;
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsmenulistnooverflowexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsmenulistnooverflowexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/menulist-no-overflow-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/menulist-no-overflow-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/menulist-no-overflow-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/menulist-no-overflow-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+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
+      RenderMenuList {SELECT} at (0,0) size 249x15 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 249x16
+          RenderText at (10,2) size 217x11
+            text run at (10,2) width 217: &quot;No overflow should be allowed on popup menus!&quot;
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsmenulistrestrictlineheightexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsmenulistrestrictlineheightexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/menulist-restrict-line-height-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/menulist-restrict-line-height-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/menulist-restrict-line-height-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/menulist-restrict-line-height-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,12 @@
</span><ins>+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 426x18
+        text run at (0,0) width 426: &quot;This tests that we don't honor line-height for styled popup buttons.&quot;
+      RenderBR {BR} at (425,14) size 1x0
+      RenderMenuList {SELECT} at (2,20) size 199x18 [bgcolor=#ADD8E6] [border: (1px solid #000000)]
+        RenderBlock (anonymous) at (1,1) size 197x16
+          RenderText at (8,1) size 168x13
+            text run at (8,1) width 168: &quot;This text should not be clipped.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsmenuliststylecolorexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsmenuliststylecolorexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/menulist-style-color-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/menulist-style-color-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/menulist-style-color-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/menulist-style-color-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,28 @@
</span><ins>+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
+      RenderMenuList {SELECT} at (2,2) size 69x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 69x18
+          RenderText at (8,2) size 38x13
+            text run at (8,2) width 38: &quot;Default&quot;
+      RenderText {#text} at (73,1) size 4x18
+        text run at (73,1) width 4: &quot; &quot;
+      RenderMenuList {SELECT} at (79,2) size 53x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 53x18
+          RenderText at (8,2) size 22x13
+            text run at (8,2) width 22: &quot;Red&quot;
+      RenderText {#text} at (134,1) size 4x18
+        text run at (134,1) width 4: &quot; &quot;
+      RenderMenuList {SELECT} at (140,2) size 119x18 [bgcolor=#008000] [border: (1px solid #000000)]
+        RenderBlock (anonymous) at (1,1) size 117x16
+          RenderText at (8,1) size 88x13
+            text run at (8,1) width 88: &quot;Default on green&quot;
+      RenderText {#text} at (261,1) size 4x18
+        text run at (261,1) width 4: &quot; &quot;
+      RenderMenuList {SELECT} at (267,2) size 102x18 [color=#FF0000] [bgcolor=#008000] [border: (1px solid #FF0000)]
+        RenderBlock (anonymous) at (1,1) size 100x16
+          RenderText at (8,1) size 71x13
+            text run at (8,1) width 71: &quot;Red on green&quot;
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsmenulistwidthchangeexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsmenulistwidthchangeexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/menulist-width-change-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/menulist-width-change-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/menulist-width-change-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/menulist-width-change-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,18 @@
</span><ins>+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 (anonymous) at (0,0) size 784x58
+        RenderText {#text} at (0,0) size 678x18
+          text run at (0,0) width 678: &quot;This tests that when an option is dynamically added to a menu list, and it is too long for the current width,&quot;
+        RenderBR {BR} at (677,14) size 1x0
+        RenderText {#text} at (0,18) size 375x18
+          text run at (0,18) width 375: &quot;that the select automatically recalculates the correct width.&quot;
+        RenderBR {BR} at (374,32) size 1x0
+        RenderMenuList {SELECT} at (2,38) size 135x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 135x18
+            RenderText at (8,2) size 29x13
+              text run at (8,2) width 29: &quot;Short&quot;
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,58) size 784x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsminWidthPercentexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsminWidthPercentexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/minWidthPercent-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/minWidthPercent-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/minWidthPercent-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/minWidthPercent-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,16 @@
</span><ins>+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 120x29 [bgcolor=#C3D9FF]
+        RenderTable {TABLE} at (0,0) size 120x29
+          RenderTableSection {TBODY} at (0,0) size 120x29
+            RenderTableRow {TR} at (0,2) size 120x25
+              RenderTableCell {TD} at (2,2) size 116x25 [r=0 c=0 rs=1 cs=1]
+                RenderTextControl {INPUT} at (1,3) size 114x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderText {#text} at (0,0) size 0x0
+layer at (14,16) size 107x13 scrollWidth 113
+  RenderBlock {DIV} at (3,3) size 108x13
+    RenderText {#text} at (0,0) size 113x13
+      text run at (0,0) width 113: &quot;Should fit in blue box&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsnumbernumberappearancertlexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsnumbernumberappearancertlexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/number/number-appearance-rtl-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/number/number-appearance-rtl-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/number/number-appearance-rtl-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/number/number-appearance-rtl-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,97 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x328
+  RenderBlock {HTML} at (0,0) size 800x328
+    RenderBody {BODY} at (8,16) size 784x296
+      RenderBlock {P} at (0,0) size 784x23
+        RenderTextControl {INPUT} at (645,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 131x13
+            RenderBlock {DIV} at (13,0) size 118x13
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {P} at (0,39) size 784x23
+        RenderTextControl {INPUT} at (645,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 131x13
+            RenderBlock {DIV} at (13,0) size 118x13
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {P} at (0,78) size 784x23
+        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 131x13
+            RenderBlock {DIV} at (13,0) size 118x13
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {P} at (0,117) size 784x23
+        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 131x13
+            RenderBlock {DIV} at (13,0) size 118x13
+        RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {P} at (0,156) size 784x23
+        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 131x13
+            RenderBlock {DIV} at (0,0) size 118x13
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {P} at (0,195) size 784x23
+        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 131x13
+            RenderBlock {DIV} at (0,0) size 118x13
+        RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {P} at (0,234) size 784x23
+        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 131x13
+            RenderBlock {DIV} at (13,0) size 118x13
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {P} at (0,273) size 784x23
+        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 131x13
+            RenderBlock {DIV} at (13,0) size 118x13
+        RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+layer at (670,21) size 117x13
+  RenderBlock {DIV} at (0,0) size 118x13
+    RenderText {#text} at (110,0) size 8x13
+      text run at (110,0) width 8: &quot;1&quot;
+layer at (670,60) size 117x13
+  RenderBlock {DIV} at (0,0) size 118x13
+    RenderText {#text} at (110,0) size 8x13
+      text run at (110,0) width 8: &quot;2&quot;
+layer at (26,99) size 117x13
+  RenderBlock {DIV} at (0,0) size 118x13
+    RenderText {#text} at (110,0) size 8x13
+      text run at (110,0) width 8: &quot;3&quot;
+layer at (26,138) size 117x13
+  RenderBlock {DIV} at (0,0) size 118x13
+    RenderText {#text} at (91,0) size 27x13
+      text run at (91,0) width 27: &quot;1234&quot;
+layer at (13,177) size 117x13
+  RenderBlock {DIV} at (0,0) size 118x13
+    RenderText {#text} at (0,0) size 7x13
+      text run at (0,0) width 7: &quot;5&quot;
+layer at (13,216) size 117x13
+  RenderBlock {DIV} at (0,0) size 118x13
+    RenderText {#text} at (0,0) size 7x13
+      text run at (0,0) width 7: &quot;6&quot;
+layer at (26,255) size 117x13
+  RenderBlock {DIV} at (0,0) size 118x13
+    RenderText {#text} at (110,0) size 8x13
+      text run at (110,0) width 8: &quot;7&quot;
+layer at (26,294) size 117x13
+  RenderBlock {DIV} at (0,0) size 118x13
+    RenderText {#text} at (110,0) size 8x13
+      text run at (110,0) width 8: &quot;8&quot;
+layer at (656,20) size 13x15
+  RenderBlock (relative positioned) {DIV} at (-1,-1) size 13x15
+layer at (656,59) size 13x15
+  RenderBlock (relative positioned) {DIV} at (-1,-1) size 13x15
+layer at (12,98) size 13x15
+  RenderBlock (relative positioned) {DIV} at (-1,-1) size 13x15
+layer at (12,137) size 13x15
+  RenderBlock (relative positioned) {DIV} at (-1,-1) size 13x15
+layer at (131,176) size 13x15
+  RenderBlock (relative positioned) {DIV} at (118,-1) size 14x15
+layer at (131,215) size 13x15
+  RenderBlock (relative positioned) {DIV} at (118,-1) size 14x15
+layer at (12,254) size 13x15
+  RenderBlock (relative positioned) {DIV} at (-1,-1) size 13x15
+layer at (12,293) size 13x15
+  RenderBlock (relative positioned) {DIV} at (-1,-1) size 13x15
+caret: position 4 of child 0 {#text} of child 0 {DIV} of child 0 {DIV} of child 0 {DIV} of {#document-fragment} of child 0 {INPUT} of child 6 {P} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsnumbernumberappearancespinbuttondisabledreadonlyexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsnumbernumberappearancespinbuttondisabledreadonlyexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,48 @@
</span><ins>+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 784x36
+        RenderText {#text} at (0,0) size 762x36
+          text run at (0,0) width 762: &quot;Test appearances of spin buttons. Disabled state and read-only state should have appearances different from the normal&quot;
+          text run at (0,18) width 34: &quot;state.&quot;
+      RenderBlock {DIV} at (0,52) size 784x33
+        RenderInline {LABEL} at (0,0) size 319x18
+          RenderTextControl {INPUT} at (2,2) size 229x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderFlexibleBox {DIV} at (3,3) size 223x23
+              RenderBlock {DIV} at (0,0) size 204x23
+          RenderText {#text} at (232,10) size 87x18
+            text run at (232,10) width 87: &quot; Normal state&quot;
+      RenderBlock {DIV} at (0,85) size 784x33
+        RenderInline {LABEL} at (0,0) size 327x18
+          RenderTextControl {INPUT} at (2,2) size 229x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderFlexibleBox {DIV} at (3,3) size 223x23
+              RenderBlock {DIV} at (0,0) size 204x23
+          RenderText {#text} at (232,10) size 95x18
+            text run at (232,10) width 95: &quot; Disabled state&quot;
+      RenderBlock {DIV} at (0,118) size 784x33
+        RenderInline {LABEL} at (0,0) size 337x18
+          RenderTextControl {INPUT} at (2,2) size 229x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderFlexibleBox {DIV} at (3,3) size 223x23
+              RenderBlock {DIV} at (0,0) size 204x23
+          RenderText {#text} at (232,10) size 105x18
+            text run at (232,10) width 105: &quot; Read-only state&quot;
+layer at (13,65) size 204x23
+  RenderBlock {DIV} at (0,0) size 204x23
+    RenderText {#text} at (0,0) size 12x23
+      text run at (0,0) width 12: &quot;0&quot;
+layer at (13,98) size 204x23
+  RenderBlock {DIV} at (0,0) size 204x23 [color=#545454]
+    RenderText {#text} at (0,0) size 12x23
+      text run at (0,0) width 12: &quot;0&quot;
+layer at (13,131) size 204x23
+  RenderBlock {DIV} at (0,0) size 204x23
+    RenderText {#text} at (0,0) size 12x23
+      text run at (0,0) width 12: &quot;0&quot;
+layer at (218,64) size 19x25
+  RenderBlock (relative positioned) {DIV} at (204,-1) size 20x25
+layer at (218,97) size 19x25
+  RenderBlock (relative positioned) {DIV} at (204,-1) size 20x25
+layer at (218,130) size 19x25
+  RenderBlock (relative positioned) {DIV} at (204,-1) size 20x25
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsnumbernumberappearancespinbuttonlayerexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsnumbernumberappearancespinbuttonlayerexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/number/number-appearance-spinbutton-layer-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/number/number-appearance-spinbutton-layer-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/number/number-appearance-spinbutton-layer-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,26 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x62
+  RenderBlock {HTML} at (0,0) size 800x62
+    RenderBody {BODY} at (8,8) size 784x46
+      RenderBR {BR} at (140,2) size 1x18
+      RenderTextControl {INPUT} at (2,25) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,3) size 131x13
+          RenderBlock {DIV} at (0,0) size 118x13
+      RenderText {#text} at (0,0) size 0x0
+layer at (13,36) size 117x13
+  RenderBlock {DIV} at (0,0) size 118x13
+    RenderText {#text} at (0,0) size 14x13
+      text run at (0,0) width 14: &quot;10&quot;
+layer at (10,10) size 136x19
+  RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+    RenderFlexibleBox {DIV} at (3,3) size 131x13
+      RenderBlock {DIV} at (0,0) size 118x13
+layer at (13,13) size 117x13
+  RenderBlock {DIV} at (0,0) size 118x13
+    RenderText {#text} at (0,0) size 14x13
+      text run at (0,0) width 14: &quot;10&quot;
+layer at (131,12) size 13x15
+  RenderBlock (relative positioned) {DIV} at (118,-1) size 14x15
+layer at (131,35) size 13x15
+  RenderBlock (relative positioned) {DIV} at (118,-1) size 14x15
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsoptionscriptexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsoptionscriptexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/option-script-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/option-script-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/option-script-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/option-script-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,18 @@
</span><ins>+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 344x18
+        text run at (0,0) width 109: &quot;TEST PASSED: &quot;
+        text run at (108,0) width 236: &quot;If the popup menu only says \&quot;Text\&quot;. &quot;
+      RenderBR {BR} at (343,14) size 1x0
+      RenderText {#text} at (0,18) size 426x18
+        text run at (0,18) width 107: &quot;TEST FAILED: &quot;
+        text run at (106,18) width 320: &quot;If the popup menu says \&quot;document.write('Text')\&quot;. &quot;
+      RenderBR {BR} at (425,32) size 1x0
+      RenderMenuList {SELECT} at (2,38) size 53x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 53x18
+          RenderText at (8,2) size 22x13
+            text run at (8,2) width 22: &quot;Text&quot;
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsoptionstripwhitespaceexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsoptionstripwhitespaceexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/option-strip-whitespace-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/option-strip-whitespace-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/option-strip-whitespace-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/option-strip-whitespace-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,42 @@
</span><ins>+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 784x18
+        RenderText {#text} at (0,0) size 411x18
+          text run at (0,0) width 411: &quot;All of these selects should have the same amount of whitespace.&quot;
+      RenderBlock (anonymous) at (0,34) size 784x260
+        RenderText {#text} at (0,40) size 71x18
+          text run at (0,40) width 71: &quot;Five Tabs: &quot;
+        RenderListBox {SELECT} at (72,2) size 68x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderBR {BR} at (141,54) size 1x0
+        RenderBR {BR} at (0,61) size 0x18
+        RenderText {#text} at (0,119) size 86x18
+          text run at (0,119) width 86: &quot;Five Spaces: &quot;
+        RenderListBox {SELECT} at (87,81) size 68x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderBR {BR} at (156,133) size 1x0
+        RenderBR {BR} at (0,140) size 0x18
+        RenderText {#text} at (0,159) size 306x18
+          text run at (0,159) width 306: &quot;Five Spaces (with leading/trailing whitespace): &quot;
+        RenderMenuList {SELECT} at (307,160) size 97x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 96x18
+            RenderText at (8,2) size 65x13
+              text run at (8,2) width 65: &quot;Five Spaces&quot;
+        RenderBR {BR} at (405,173) size 1x0
+        RenderBR {BR} at (0,180) size 0x18
+        RenderText {#text} at (0,199) size 291x18
+          text run at (0,199) width 291: &quot;Five Tabs (with leading/trailing whitespace): &quot;
+        RenderMenuList {SELECT} at (292,200) size 82x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 81x18
+            RenderText at (8,2) size 50x13
+              text run at (8,2) width 50: &quot;Five Tabs&quot;
+        RenderBR {BR} at (375,213) size 1x0
+        RenderBR {BR} at (0,220) size 0x18
+        RenderText {#text} at (0,239) size 129x18
+          text run at (0,239) width 129: &quot;Mixed Whitespace: &quot;
+        RenderMenuList {SELECT} at (130,240) size 82x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 81x18
+            RenderText at (8,2) size 50x13
+              text run at (8,2) width 50: &quot;Five Tabs&quot;
+        RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsoptiontextclipexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsoptiontextclipexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/option-text-clip-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/option-text-clip-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/option-text-clip-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/option-text-clip-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+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 717x18
+        text run at (0,0) width 717: &quot;This tests that the option text is clipped properly, and doesn't spill over into the arrow part of the popup control. &quot;
+      RenderBR {BR} at (716,14) size 1x0
+      RenderMenuList {SELECT} at (0,20) size 150x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 150x18
+          RenderText at (8,2) size 132x13
+            text run at (8,2) width 132: &quot;12345 6789 ABCD EFGH&quot;
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsplaceholderpositionexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsplaceholderpositionexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/placeholder-position-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/placeholder-position-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/placeholder-position-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/placeholder-position-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,131 @@
</span><ins>+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
+      RenderTextControl {INPUT} at (2,2) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,0) size 158x19
+          RenderBlock {DIV} at (0,0) size 8x19
+          RenderBlock {DIV} at (8,3) size 131x13
+          RenderBlock {DIV} at (138,0) size 20x19
+      RenderBR {BR} at (167,16) size 1x0
+      RenderTextControl {INPUT} at (2,25) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderBR {BR} at (140,39) size 1x0
+      RenderTextControl {INPUT} at (2,48) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,0) size 158x19
+          RenderBlock {DIV} at (149,0) size 9x19
+          RenderBlock {DIV} at (19,3) size 131x13
+          RenderBlock {DIV} at (0,0) size 19x19
+      RenderBR {BR} at (167,62) size 1x0
+      RenderTextControl {INPUT} at (2,71) size 178x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,0) size 172x19
+          RenderBlock {DIV} at (0,0) size 22x19
+          RenderBlock {DIV} at (22,3) size 131x13
+          RenderBlock {DIV} at (152,0) size 20x19
+      RenderBR {BR} at (181,85) size 1x0
+      RenderBR {BR} at (156,128) size 0x0
+      RenderTextControl {INPUT} at (2,130) size 137x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderBR {BR} at (140,144) size 1x0
+      RenderBR {BR} at (156,214) size 0x0
+      RenderTextControl {INPUT} at (5,219) size 185x29 [bgcolor=#FFFFFF] [border: (5px solid #000000)]
+      RenderBR {BR} at (194,239) size 1x0
+      RenderTextControl {INPUT} at (2,255) size 137x31 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (140,261) size 5x18
+        text run at (140,261) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (146,255) size 137x31 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (284,261) size 5x18
+        text run at (284,261) width 5: &quot; &quot;
+      RenderBR {BR} at (288,275) size 1x0
+      RenderTextControl {INPUT} at (2,290) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (140,290) size 5x18
+        text run at (140,290) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (146,290) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (284,290) size 5x18
+        text run at (284,290) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (290,290) size 138x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (429,290) size 5x18
+        text run at (429,290) width 5: &quot; &quot;
+      RenderBR {BR} at (433,304) size 1x0
+      RenderBR {BR} at (140,341) size 1x0
+layer at (21,13) size 130x13
+  RenderBlock {DIV} at (11,3) size 131x13 [color=#A9A9A9]
+    RenderText {#text} at (0,0) size 62x13
+      text run at (0,0) width 62: &quot;placeholder&quot;
+layer at (21,13) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13
+layer at (13,36) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13 [color=#A9A9A9]
+    RenderText {#text} at (0,0) size 62x13
+      text run at (0,0) width 62: &quot;placeholder&quot;
+layer at (13,36) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (32,59) size 130x13
+  RenderBlock {DIV} at (22,3) size 131x13 [color=#A9A9A9]
+    RenderText {#text} at (68,0) size 63x13
+      text run at (68,0) width 63: &quot;placeholder&quot;
+layer at (32,59) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13
+layer at (35,82) size 130x13
+  RenderBlock {DIV} at (25,3) size 131x13 [color=#A9A9A9]
+    RenderText {#text} at (0,0) size 62x13
+      text run at (0,0) width 62: &quot;placeholder&quot;
+layer at (35,82) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13
+layer at (10,102) size 152x32 clip at (11,103) size 150x30
+  RenderTextControl {TEXTAREA} at (2,94) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 146x13
+    RenderBlock {DIV} at (3,3) size 146x13 [color=#A9A9A9]
+      RenderText {#text} at (0,0) size 62x13
+        text run at (0,0) width 62: &quot;placeholder&quot;
+layer at (13,141) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13 [color=#A9A9A9]
+    RenderText {#text} at (0,0) size 62x13
+      text run at (0,0) width 62: &quot;placeholder&quot;
+layer at (13,141) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (10,175) size 152x45 clip at (11,176) size 150x43
+  RenderTextControl {TEXTAREA} at (2,167) size 152x45 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,16) size 146x13
+    RenderBlock {DIV} at (3,16) size 146x13 [color=#A9A9A9]
+      RenderText {#text} at (0,0) size 62x13
+        text run at (0,0) width 62: &quot;placeholder&quot;
+layer at (19,233) size 173x17
+  RenderBlock {DIV} at (6,6) size 173x17 [color=#A9A9A9]
+    RenderText {#text} at (0,0) size 82x17
+      text run at (0,0) width 82: &quot;placeholder&quot;
+layer at (19,233) size 173x17
+  RenderBlock {DIV} at (6,6) size 173x17
+layer at (13,266) size 130x25
+  RenderBlock {DIV} at (3,3) size 131x25
+    RenderText {#text} at (0,6) size 29x13
+      text run at (0,6) width 29: &quot;Value&quot;
+layer at (157,266) size 130x25
+  RenderBlock {DIV} at (3,3) size 131x25 [color=#A9A9A9]
+    RenderText {#text} at (0,6) size 62x13
+      text run at (0,6) width 62: &quot;placeholder&quot;
+layer at (157,266) size 130x25
+  RenderBlock {DIV} at (3,3) size 131x25
+layer at (13,301) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (50,0) size 30x13
+      text run at (50,0) width 30: &quot;Value&quot;
+layer at (157,301) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13 [color=#A9A9A9]
+    RenderText {#text} at (34,0) size 63x13
+      text run at (34,0) width 63: &quot;placeholder&quot;
+layer at (157,301) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (302,301) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13 [color=#A9A9A9]
+    RenderText {#text} at (34,0) size 63x13
+      text run at (34,0) width 63: &quot;placeholder&quot;
+layer at (302,301) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (10,321) size 136x33
+  RenderTextControl {INPUT} at (2,313) size 137x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+layer at (13,338) size 130x13
+  RenderBlock {DIV} at (3,17) size 131x13 [color=#A9A9A9]
+    RenderText {#text} at (0,0) size 62x13
+      text run at (0,0) width 62: &quot;placeholder&quot;
+layer at (13,338) size 130x13
+  RenderBlock {DIV} at (3,17) size 131x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsplaceholderpseudostyleexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsplaceholderpseudostyleexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/placeholder-pseudo-style-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/placeholder-pseudo-style-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/placeholder-pseudo-style-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/placeholder-pseudo-style-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,67 @@
</span><ins>+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 336x18
+        text run at (0,0) width 336: &quot;This tests that you can set the placeholder text color.&quot;
+      RenderBR {BR} at (335,14) size 1x0
+      RenderTextControl {INPUT} at (2,20) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (140,20) size 5x18
+        text run at (140,20) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (146,20) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,0) size 158x19
+          RenderBlock {DIV} at (0,0) size 8x19
+          RenderBlock {DIV} at (8,3) size 131x13
+          RenderBlock {DIV} at (138,0) size 20x19
+      RenderText {#text} at (311,20) size 5x18
+        text run at (311,20) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (317,20) size 138x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,3) size 131x13
+          RenderBlock {DIV} at (0,0) size 131x13
+      RenderText {#text} at (456,20) size 5x18
+        text run at (456,20) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (462,20) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (600,20) size 5x18
+        text run at (600,20) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (606,20) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (744,20) size 5x18
+        text run at (744,20) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (2,43) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (0,0) size 0x0
+layer at (13,31) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13 [color=#640000]
+    RenderText {#text} at (0,0) size 21x13
+      text run at (0,0) width 21: &quot;text&quot;
+layer at (13,31) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (165,31) size 130x13
+  RenderBlock {DIV} at (11,3) size 131x13 [color=#640000]
+    RenderText {#text} at (0,0) size 36x13
+      text run at (0,0) width 36: &quot;search&quot;
+layer at (165,31) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13
+layer at (329,31) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13 [color=#640000]
+    RenderText {#text} at (0,0) size 52x13
+      text run at (0,0) width 52: &quot;password&quot;
+layer at (329,31) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13
+layer at (473,31) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13 [color=#640000]
+    RenderText {#text} at (0,0) size 69x13
+      text run at (0,0) width 69: &quot;disabled text&quot;
+layer at (473,31) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13 [color=#545454]
+layer at (617,31) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13 [color=#A9A9A9]
+    RenderText {#text} at (0,0) size 37x13
+      text run at (0,0) width 37: &quot;default&quot;
+layer at (617,31) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (13,54) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13 [color=#A9A9A9]
+    RenderText {#text} at (0,0) size 85x13
+      text run at (0,0) width 85: &quot;default disabled&quot;
+layer at (13,54) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsplaintextmode2expectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsplaintextmode2expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/plaintext-mode-2-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/plaintext-mode-2-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/plaintext-mode-2-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/plaintext-mode-2-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,41 @@
</span><ins>+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 784x23
+        RenderTextControl {INPUT} at (0,2) size 600x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (600,2) size 4x18
+          text run at (600,2) width 4: &quot; &quot;
+        RenderBR {BR} at (604,16) size 0x0
+      RenderBlock {DIV} at (0,23) size 784x18
+        RenderText {#text} at (0,0) size 33x18
+          text run at (0,0) width 33: &quot;This &quot;
+        RenderInline {B} at (0,0) size 69x18
+          RenderText {#text} at (32,0) size 45x18
+            text run at (32,0) width 45: &quot;styled &quot;
+          RenderInline {I} at (0,0) size 25x18
+            RenderText {#text} at (76,0) size 25x18
+              text run at (76,0) width 25: &quot;text&quot;
+        RenderText {#text} at (100,0) size 36x18
+          text run at (100,0) width 36: &quot;, and &quot;
+        RenderInline {A} at (0,0) size 26x18 [color=#0000EE]
+          RenderText {#text} at (135,0) size 26x18
+            text run at (135,0) width 26: &quot;link&quot;
+        RenderText {#text} at (160,0) size 413x18
+          text run at (160,0) width 211: &quot; will be pasted into the textfield. &quot;
+          text run at (370,0) width 203: &quot;All richness should be stripped.&quot;
+      RenderBlock {OL} at (0,57) size 784x36
+        RenderListItem {LI} at (40,0) size 744x18
+          RenderListMarker at (-20,0) size 16x18: &quot;1&quot;
+          RenderText {#text} at (0,0) size 332x18
+            text run at (0,0) width 332: &quot;Success: document.execCommand(\&quot;Copy\&quot;) == true&quot;
+        RenderListItem {LI} at (40,18) size 744x18
+          RenderListMarker at (-20,0) size 16x18: &quot;2&quot;
+          RenderText {#text} at (0,0) size 331x18
+            text run at (0,0) width 331: &quot;Success: document.execCommand(\&quot;Paste\&quot;) == true&quot;
+layer at (11,13) size 594x13
+  RenderBlock {DIV} at (3,3) size 594x13
+    RenderText {#text} at (0,0) size 468x13
+      text run at (0,0) width 468: &quot;This styled text, and link will be pasted into the textfield. All richness should be stripped.&quot;
+caret: position 94 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 0 {INPUT} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformssearchsearchpaddingcancelresultsbuttonsexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/search/search-padding-cancel-results-buttons-expected.txt (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/search/search-padding-cancel-results-buttons-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/search/search-padding-cancel-results-buttons-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,15 @@
</span><ins>+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
+      RenderTextControl {INPUT} at (2,2) size 196x43 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (12,12) size 172x19
+          RenderBlock {DIV} at (0,0) size 22x19
+          RenderBlock {DIV} at (22,3) size 131x13
+          RenderBlock {DIV} at (152,0) size 20x19
+      RenderText {#text} at (0,0) size 0x0
+layer at (44,25) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13
+    RenderText {#text} at (0,0) size 20x13
+      text run at (0,0) width 20: &quot;test&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformssearchsearchsizewithdecorationsexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformssearchsearchsizewithdecorationsexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/search/search-size-with-decorations-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/search/search-size-with-decorations-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/search/search-size-with-decorations-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/search/search-size-with-decorations-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,81 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x177
+  RenderBlock {HTML} at (0,0) size 800x177
+    RenderBody {BODY} at (8,8) size 784x161
+      RenderTextControl {INPUT} at (2,2) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,0) size 158x19
+          RenderBlock {DIV} at (0,0) size 8x19
+          RenderBlock {DIV} at (8,3) size 131x13
+          RenderBlock {DIV} at (138,0) size 20x19
+      RenderText {#text} at (167,2) size 5x18
+        text run at (167,2) width 5: &quot; &quot;
+      RenderBR {BR} at (0,0) size 0x0
+      RenderTextControl {INPUT} at (2,25) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,0) size 158x19
+          RenderBlock {DIV} at (0,0) size 8x19
+          RenderBlock {DIV} at (8,3) size 131x13
+          RenderBlock {DIV} at (138,0) size 20x19
+      RenderText {#text} at (167,25) size 5x18
+        text run at (167,25) width 5: &quot; &quot;
+      RenderBR {BR} at (0,0) size 0x0
+      RenderTextControl {INPUT} at (2,48) size 173x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,0) size 167x19
+          RenderBlock {DIV} at (0,0) size 17x19
+          RenderBlock {DIV} at (17,3) size 131x13
+          RenderBlock {DIV} at (147,0) size 20x19
+      RenderText {#text} at (176,48) size 5x18
+        text run at (176,48) width 5: &quot; &quot;
+      RenderBR {BR} at (0,0) size 0x0
+      RenderTextControl {INPUT} at (2,71) size 173x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,0) size 167x19
+          RenderBlock {DIV} at (0,0) size 17x19
+          RenderBlock {DIV} at (17,3) size 131x13
+          RenderBlock {DIV} at (147,0) size 20x19
+      RenderText {#text} at (176,71) size 5x18
+        text run at (176,71) width 5: &quot; &quot;
+      RenderBR {BR} at (0,0) size 0x0
+      RenderTextControl {INPUT} at (2,94) size 178x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,0) size 172x19
+          RenderBlock {DIV} at (0,0) size 22x19
+          RenderBlock {DIV} at (22,3) size 131x13
+          RenderBlock {DIV} at (152,0) size 20x19
+      RenderText {#text} at (181,94) size 5x18
+        text run at (181,94) width 5: &quot; &quot;
+      RenderBR {BR} at (0,0) size 0x0
+      RenderTextControl {INPUT} at (2,117) size 178x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,0) size 172x19
+          RenderBlock {DIV} at (0,0) size 22x19
+          RenderBlock {DIV} at (22,3) size 131x13
+          RenderBlock {DIV} at (152,0) size 20x19
+      RenderText {#text} at (181,117) size 5x18
+        text run at (181,117) width 5: &quot; &quot;
+      RenderBR {BR} at (0,0) size 0x0
+      RenderTextControl {INPUT} at (2,140) size 308x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,0) size 302x19
+          RenderBlock {DIV} at (0,0) size 22x19
+          RenderBlock {DIV} at (22,3) size 261x13
+          RenderBlock {DIV} at (282,0) size 20x19
+      RenderText {#text} at (0,0) size 0x0
+layer at (21,13) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13
+layer at (21,36) size 130x13 scrollWidth 131
+  RenderBlock {DIV} at (0,0) size 131x13
+    RenderText {#text} at (0,0) size 131x13
+      text run at (0,0) width 131: &quot;12345678901234567890&quot;
+layer at (30,59) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13
+layer at (30,82) size 130x13 scrollWidth 131
+  RenderBlock {DIV} at (0,0) size 131x13
+    RenderText {#text} at (0,0) size 131x13
+      text run at (0,0) width 131: &quot;12345678901234567890&quot;
+layer at (35,105) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13
+layer at (35,128) size 130x13 scrollWidth 131
+  RenderBlock {DIV} at (0,0) size 131x13
+    RenderText {#text} at (0,0) size 131x13
+      text run at (0,0) width 131: &quot;12345678901234567890&quot;
+layer at (35,151) size 261x13 scrollWidth 262
+  RenderBlock {DIV} at (0,0) size 261x13
+    RenderText {#text} at (0,0) size 261x13
+      text run at (0,0) width 261: &quot;1234567890123456789012345678901234567890&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformssearchcancelbuttonstylesharingexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformssearchcancelbuttonstylesharingexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/search-cancel-button-style-sharing-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/search-cancel-button-style-sharing-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/search-cancel-button-style-sharing-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,28 @@
</span><ins>+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 784x18
+        RenderText {#text} at (0,0) size 391x18
+          text run at (0,0) width 391: &quot;Only the second search field should have a cancel button (\x{D7}).&quot;
+      RenderBlock (anonymous) at (0,34) size 784x23
+        RenderTextControl {INPUT} at (2,2) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 158x19
+            RenderBlock {DIV} at (0,0) size 8x19
+            RenderBlock {DIV} at (8,3) size 131x13
+            RenderBlock {DIV} at (138,0) size 20x19
+        RenderText {#text} at (167,2) size 5x18
+          text run at (167,2) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (173,2) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 158x19
+            RenderBlock {DIV} at (0,0) size 8x19
+            RenderBlock {DIV} at (8,3) size 131x13
+            RenderBlock {DIV} at (138,0) size 20x19
+        RenderText {#text} at (0,0) size 0x0
+layer at (21,47) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13
+layer at (192,47) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13
+    RenderText {#text} at (0,0) size 42x13
+      text run at (0,0) width 42: &quot;this one&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformssearchdisplaynonecancelbuttonexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformssearchdisplaynonecancelbuttonexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/search-display-none-cancel-button-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/search-display-none-cancel-button-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/search-display-none-cancel-button-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/search-display-none-cancel-button-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,17 @@
</span><ins>+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 510x18
+        text run at (0,0) width 510: &quot;This tests that the display:none style will work on a search field's cancel button.&quot;
+      RenderBR {BR} at (509,14) size 1x0
+      RenderTextControl {INPUT} at (2,20) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,0) size 158x19
+          RenderBlock {DIV} at (0,0) size 8x19
+          RenderBlock {DIV} at (8,3) size 150x13
+      RenderText {#text} at (0,0) size 0x0
+layer at (21,31) size 149x13
+  RenderBlock {DIV} at (0,0) size 150x13
+    RenderText {#text} at (0,0) size 20x13
+      text run at (0,0) width 20: &quot;test&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformssearchinputrtlexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformssearchinputrtlexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/search-input-rtl-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/search-input-rtl-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/search-input-rtl-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/search-input-rtl-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,54 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x62
+  RenderBlock {HTML} at (0,0) size 800x62
+    RenderBody {BODY} at (8,8) size 784x46
+      RenderBlock {DIV} at (0,0) size 784x23
+        RenderText {#text} at (620,2) size 164x18
+          text run at (620,2) width 9 RTL: &quot;: &quot;
+          text run at (628,2) width 156: &quot;right to left search fields&quot;
+        RenderTextControl {INPUT} at (454,2) size 165x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 158x19
+            RenderBlock {DIV} at (149,0) size 9x19
+            RenderBlock {DIV} at (19,3) size 131x13
+            RenderBlock {DIV} at (0,0) size 19x19
+        RenderText {#text} at (448,2) size 5x18
+          text run at (448,2) width 5 RTL: &quot; &quot;
+        RenderTextControl {INPUT} at (269,2) size 178x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 172x19
+            RenderBlock {DIV} at (149,0) size 23x19
+            RenderBlock {DIV} at (19,3) size 131x13
+            RenderBlock {DIV} at (0,0) size 19x19
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,23) size 784x23
+        RenderText {#text} at (0,2) size 164x18
+          text run at (0,2) width 164: &quot;left to right search fields: &quot;
+        RenderTextControl {INPUT} at (165,2) size 165x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 158x19
+            RenderBlock {DIV} at (0,0) size 8x19
+            RenderBlock {DIV} at (8,3) size 131x13
+            RenderBlock {DIV} at (138,0) size 20x19
+        RenderText {#text} at (331,2) size 5x18
+          text run at (331,2) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (337,2) size 178x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 172x19
+            RenderBlock {DIV} at (0,0) size 22x19
+            RenderBlock {DIV} at (22,3) size 131x13
+            RenderBlock {DIV} at (152,0) size 20x19
+        RenderText {#text} at (0,0) size 0x0
+layer at (485,13) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13
+    RenderText {#text} at (96,0) size 35x13
+      text run at (96,0) width 35: &quot;foobar&quot;
+layer at (299,13) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13
+    RenderText {#text} at (96,0) size 35x13
+      text run at (96,0) width 35: &quot;foobar&quot;
+layer at (185,36) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13
+    RenderText {#text} at (0,0) size 35x13
+      text run at (0,0) width 35: &quot;foobar&quot;
+layer at (370,36) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13
+    RenderText {#text} at (0,0) size 35x13
+      text run at (0,0) width 35: &quot;foobar&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformssearchrtlexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformssearchrtlexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/search-rtl-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/search-rtl-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/search-rtl-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/search-rtl-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,62 @@
</span><ins>+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 {P} at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 54x18
+          text run at (0,0) width 54: &quot;Test for &quot;
+        RenderInline {I} at (0,0) size 702x18
+          RenderInline {A} at (0,0) size 304x18 [color=#0000EE]
+            RenderText {#text} at (53,0) size 304x18
+              text run at (53,0) width 304: &quot;http://bugs.webkit.org/show_bug.cgi?id=11916&quot;
+          RenderText {#text} at (356,0) size 399x18
+            text run at (356,0) width 5: &quot; &quot;
+            text run at (360,0) width 395: &quot;REGRESSION (SearchField): RTL search fields are mixed up&quot;
+        RenderText {#text} at (754,0) size 5x18
+          text run at (754,0) width 5: &quot;.&quot;
+      RenderBlock {P} at (0,34) size 784x69
+        RenderTextControl {INPUT} at (2,2) size 178x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 172x19
+            RenderBlock {DIV} at (149,0) size 23x19
+            RenderBlock {DIV} at (19,3) size 131x13
+            RenderBlock {DIV} at (0,0) size 19x19
+        RenderText {#text} at (181,2) size 5x18
+          text run at (181,2) width 5: &quot; &quot;
+        RenderBR {BR} at (0,0) size 0x0
+        RenderTextControl {INPUT} at (2,25) size 243x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 237x19
+            RenderBlock {DIV} at (214,0) size 23x19
+            RenderBlock {DIV} at (19,3) size 196x13
+            RenderBlock {DIV} at (0,0) size 19x19
+        RenderText {#text} at (246,25) size 5x18
+          text run at (246,25) width 5: &quot; &quot;
+        RenderBR {BR} at (0,0) size 0x0
+        RenderTextControl {INPUT} at (2,48) size 178x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 172x19
+            RenderBlock {DIV} at (149,0) size 23x19
+            RenderBlock {DIV} at (19,3) size 131x13
+            RenderBlock {DIV} at (0,0) size 19x19
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {P} at (0,119) size 784x18
+        RenderText {#text} at (0,0) size 37x18
+          text run at (0,0) width 37: &quot;PASS&quot;
+layer at (32,47) size 130x13 scrollX 3 scrollWidth 134
+  RenderBlock {DIV} at (0,0) size 131x13
+    RenderText {#text} at (-3,0) size 135x13
+      text run at (-3,0) width 22 RTL: &quot; \x{5D5}\x{5D6}\x{5D4}\x{5D5}&quot;
+      text run at (18,0) width 20: &quot;she&quot;
+      text run at (37,0) width 44 RTL: &quot; \x{5D5}\x{5D4}\x{5D9}\x{5D0} \x{5D6}\x{5D4} &quot;
+      text run at (80,0) width 14: &quot;he&quot;
+      text run at (93,0) width 38 RTL: &quot;\x{5D4}\x{5D5}\x{5D0} \x{5D6}\x{5D4} &quot;
+layer at (32,70) size 196x13
+  RenderBlock {DIV} at (0,0) size 196x13
+    RenderText {#text} at (61,0) size 135x13
+      text run at (61,0) width 23 RTL: &quot; \x{5D5}\x{5D6}\x{5D4}\x{5D5}&quot;
+      text run at (83,0) width 20: &quot;she&quot;
+      text run at (102,0) width 44 RTL: &quot; \x{5D5}\x{5D4}\x{5D9}\x{5D0} \x{5D6}\x{5D4} &quot;
+      text run at (145,0) width 14: &quot;he&quot;
+      text run at (158,0) width 38 RTL: &quot;\x{5D4}\x{5D5}\x{5D0} \x{5D6}\x{5D4} &quot;
+layer at (32,93) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13
+caret: position 0 of child 0 {DIV} of child 1 {DIV} of child 0 {DIV} of {#document-fragment} of child 9 {INPUT} of child 3 {P} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformssearchstyledexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformssearchstyledexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/search-styled-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/search-styled-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/search-styled-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/search-styled-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,17 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x39
+  RenderBlock {HTML} at (0,0) size 800x39
+    RenderBody {BODY} at (8,8) size 784x23
+      RenderTextControl {INPUT} at (2,2) size 178x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,0) size 172x19
+          RenderBlock {DIV} at (0,0) size 22x19
+          RenderBlock {DIV} at (22,3) size 131x13
+          RenderBlock {DIV} at (152,0) size 20x19
+      RenderText {#text} at (0,0) size 0x0
+layer at (35,13) size 130x13
+  RenderBlock {DIV} at (25,3) size 131x13 [color=#A9A9A9]
+    RenderText {#text} at (0,0) size 94x13
+      text run at (0,0) width 94: &quot;Search for Events&quot;
+layer at (35,13) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformssearchverticalalignmentexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformssearchverticalalignmentexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/search-vertical-alignment-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/search-vertical-alignment-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/search-vertical-alignment-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/search-vertical-alignment-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,66 @@
</span><ins>+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 {P} at (0,0) size 784x36
+        RenderText {#text} at (0,0) size 772x36
+          text run at (0,0) width 431: &quot;Test that search field text is vertically centered if the search field is &quot;
+          text run at (430,0) width 342: &quot;taller than the text. In each of the following pairs of a&quot;
+          text run at (0,18) width 105: &quot;search field and &quot;
+          text run at (104,18) width 366: &quot;a text field, the vertical position of the text should be the &quot;
+          text run at (469,18) width 125: &quot;same in both fields.&quot;
+      RenderBlock {P} at (0,52) size 784x45
+        RenderTextControl {INPUT} at (2,0) size 173x45 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 167x39
+            RenderBlock {DIV} at (0,10) size 17x19
+            RenderBlock {DIV} at (17,13) size 131x13
+            RenderBlock {DIV} at (147,10) size 20x19
+        RenderText {#text} at (176,13) size 5x18
+          text run at (176,13) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (182,0) size 137x45 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {P} at (0,113) size 784x18
+        RenderTextControl {INPUT} at (2,2) size 173x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 167x16
+            RenderBlock {DIV} at (0,0) size 17x19
+            RenderBlock {DIV} at (17,1) size 131x14
+            RenderBlock {DIV} at (147,0) size 20x19
+        RenderText {#text} at (176,0) size 5x18
+          text run at (176,0) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (182,2) size 137x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {P} at (0,147) size 784x18
+        RenderTextControl {INPUT} at (2,5) size 173x12 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 167x12
+            RenderBlock {DIV} at (0,0) size 17x19
+            RenderBlock {DIV} at (17,3) size 131x6
+            RenderBlock {DIV} at (147,0) size 20x19
+        RenderText {#text} at (176,0) size 5x18
+          text run at (176,0) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (182,5) size 137x12 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+layer at (30,76) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13
+    RenderText {#text} at (0,0) size 22x13
+      text run at (0,0) width 22: &quot;Text&quot;
+layer at (193,76) size 130x13
+  RenderBlock {DIV} at (3,16) size 131x13
+    RenderText {#text} at (0,0) size 22x13
+      text run at (0,0) width 22: &quot;Text&quot;
+layer at (30,125) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13
+    RenderText {#text} at (0,0) size 22x13
+      text run at (0,0) width 22: &quot;Text&quot;
+layer at (193,124) size 130x13
+  RenderBlock {DIV} at (3,1) size 131x13
+    RenderText {#text} at (0,0) size 22x13
+      text run at (0,0) width 22: &quot;Text&quot;
+layer at (30,163) size 130x6 scrollHeight 13
+  RenderBlock {DIV} at (0,0) size 131x6
+    RenderText {#text} at (0,0) size 22x13
+      text run at (0,0) width 22: &quot;Text&quot;
+layer at (193,163) size 130x6 scrollHeight 13
+  RenderBlock {DIV} at (3,3) size 131x6
+    RenderText {#text} at (0,0) size 22x13
+      text run at (0,0) width 22: &quot;Text&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformssearchfieldheightsexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformssearchfieldheightsexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/searchfield-heights-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/searchfield-heights-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/searchfield-heights-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/searchfield-heights-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,40 @@
</span><ins>+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 376x18
+        text run at (0,0) width 376: &quot;This tests that aqua-style search fields do not honor height.&quot;
+      RenderBR {BR} at (375,14) size 1x0
+      RenderTextControl {INPUT} at (0,22) size 139x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,1) size 133x15
+          RenderBlock {DIV} at (0,0) size 8x15
+          RenderBlock {DIV} at (8,2) size 110x11
+          RenderBlock {DIV} at (117,0) size 16x15
+      RenderText {#text} at (138,20) size 5x18
+        text run at (138,20) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (144,20) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,0) size 158x19
+          RenderBlock {DIV} at (0,0) size 8x19
+          RenderBlock {DIV} at (8,3) size 131x13
+          RenderBlock {DIV} at (138,0) size 20x19
+      RenderText {#text} at (309,20) size 5x18
+        text run at (309,20) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (315,18) size 191x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (3,0) size 185x22
+          RenderBlock {DIV} at (0,0) size 10x22
+          RenderBlock {DIV} at (10,3) size 153x16
+          RenderBlock {DIV} at (162,0) size 23x22
+      RenderText {#text} at (0,0) size 0x0
+layer at (19,33) size 109x11
+  RenderBlock {DIV} at (0,0) size 110x11
+    RenderText {#text} at (0,0) size 19x11
+      text run at (0,0) width 19: &quot;mini&quot;
+layer at (163,31) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13
+    RenderText {#text} at (0,0) size 28x13
+      text run at (0,0) width 28: &quot;small&quot;
+layer at (336,29) size 152x16
+  RenderBlock {DIV} at (0,0) size 153x16
+    RenderText {#text} at (0,0) size 43x16
+      text run at (0,0) width 43: &quot;regular&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsselectoptgrouprenderingexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsselectoptgrouprenderingexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select/optgroup-rendering-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/select/optgroup-rendering-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select/optgroup-rendering-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select/optgroup-rendering-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,15 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x323
+  RenderBlock {HTML} at (0,0) size 800x323
+    RenderBody {BODY} at (8,8) size 784x307
+      RenderBlock {FORM} at (0,0) size 784x307
+        RenderListBox {SELECT} at (2,2) size 69x281 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderText {#text} at (73,264) size 4x18
+          text run at (73,264) width 4: &quot; &quot;
+        RenderBR {BR} at (77,264) size 0x18
+        RenderMenuList {SELECT} at (2,287) size 75x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 75x18
+            RenderText at (8,2) size 30x13
+              text run at (8,2) width 30: &quot;Three&quot;
+        RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsselectbackgroundnoneexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsselectbackgroundnoneexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-background-none-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/select-background-none-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-background-none-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-background-none-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x38
+  RenderBlock {HTML} at (0,0) size 800x38
+    RenderBody {BODY} at (8,8) size 784x22 [bgcolor=#666666]
+      RenderMenuList {SELECT} at (2,2) size 38x18 [border: (1px solid #000000)]
+        RenderBlock (anonymous) at (1,1) size 36x16
+          RenderText at (8,1) size 7x13
+            text run at (8,1) width 7: &quot;1&quot;
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsselectbaselineexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsselectbaselineexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-baseline-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/select-baseline-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-baseline-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-baseline-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,49 @@
</span><ins>+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 474x18
+        text run at (0,0) width 474: &quot;This tests that empty select controls and buttons have the correct baseline.&quot;
+      RenderBR {BR} at (473,14) size 1x0
+      RenderMenuList {SELECT} at (2,22) size 36x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 36x18
+          RenderText at (8,2) size 0x13
+            text run at (8,2) width 0: &quot; &quot;
+      RenderText {#text} at (40,21) size 31x18
+        text run at (40,21) width 31: &quot; test &quot;
+      RenderMenuList {SELECT} at (72,22) size 52x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 51x18
+          RenderText at (8,2) size 20x13
+            text run at (8,2) width 20: &quot;test&quot;
+      RenderText {#text} at (125,21) size 5x18
+        text run at (125,21) width 5: &quot; &quot;
+      RenderMenuList {SELECT} at (131,22) size 37x18 [color=#00008B] [bgcolor=#ADD8E6] [border: (1px solid #00008B)]
+        RenderBlock (anonymous) at (1,1) size 34x16
+          RenderText at (8,1) size 0x13
+            text run at (8,1) width 0: &quot; &quot;
+      RenderText {#text} at (169,21) size 31x18
+        text run at (169,21) width 31: &quot; test &quot;
+      RenderMenuList {SELECT} at (201,22) size 52x18 [color=#00008B] [bgcolor=#ADD8E6] [border: (1px solid #00008B)]
+        RenderBlock (anonymous) at (1,1) size 49x16
+          RenderText at (8,1) size 20x13
+            text run at (8,1) width 20: &quot;test&quot;
+      RenderText {#text} at (254,21) size 5x18
+        text run at (254,21) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (260,23) size 17x15 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+      RenderText {#text} at (278,21) size 5x18
+        text run at (278,21) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (284,22) size 37x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,2) size 20x13
+          RenderText {#text} at (0,0) size 20x13
+            text run at (0,0) width 20: &quot;test&quot;
+      RenderText {#text} at (322,21) size 5x18
+        text run at (322,21) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (328,31) size 17x9 [color=#00008B] [bgcolor=#ADD8E6] [border: (2px outset #C0C0C0)]
+      RenderText {#text} at (346,21) size 5x18
+        text run at (346,21) width 5: &quot; &quot;
+      RenderButton {BUTTON} at (352,20) size 37x22 [color=#00008B] [bgcolor=#ADD8E6] [border: (2px outset #C0C0C0)]
+        RenderBlock (anonymous) at (8,4) size 20x13
+          RenderText {#text} at (0,0) size 20x13
+            text run at (0,0) width 20: &quot;test&quot;
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsselectblockbackgroundexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsselectblockbackgroundexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-block-background-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/select-block-background-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-block-background-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-block-background-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+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 (anonymous) at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 551x18
+          text run at (0,0) width 551: &quot;This tests that backgrounds for list box items draw correctly when a list box is a block&quot;
+        RenderBR {BR} at (551,14) size 0x0
+      RenderListBox {SELECT} at (2,20) size 47x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsselectchangelistboxsizeexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsselectchangelistboxsizeexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-change-listbox-size-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/select-change-listbox-size-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-change-listbox-size-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-change-listbox-size-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,25 @@
</span><ins>+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 784x36
+        RenderText {#text} at (0,0) size 54x18
+          text run at (0,0) width 54: &quot;Test for &quot;
+        RenderInline {I} at (0,0) size 746x36
+          RenderInline {A} at (0,0) size 305x18 [color=#0000EE]
+            RenderText {#text} at (53,0) size 305x18
+              text run at (53,0) width 305: &quot;http://bugs.webkit.org/show_bug.cgi?id=12986&quot;
+          RenderText {#text} at (357,0) size 746x36
+            text run at (357,0) width 5: &quot; &quot;
+            text run at (361,0) width 385: &quot;REGRESSION(NativeListBox): Listboxes not updated when&quot;
+            text run at (0,18) width 127: &quot;resized dynamically&quot;
+        RenderText {#text} at (126,18) size 5x18
+          text run at (126,18) width 5: &quot;.&quot;
+      RenderBlock {P} at (0,52) size 784x18
+        RenderText {#text} at (0,0) size 323x18
+          text run at (0,0) width 323: &quot;This list box should be tall enough to fit 6 options.&quot;
+      RenderBlock (anonymous) at (0,86) size 784x89
+        RenderListBox {SELECT} at (2,2) size 47x85 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsselectchangelistboxtopopupexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsselectchangelistboxtopopupexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-change-listbox-to-popup-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-change-listbox-to-popup-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-change-listbox-to-popup-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+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 450x18
+        text run at (0,0) width 450: &quot;This tests that you can dynamically change a list box to a popup menu&quot;
+      RenderBR {BR} at (449,14) size 1x0
+      RenderMenuList {SELECT} at (2,20) size 220x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 220x18
+          RenderText at (8,2) size 189x13
+            text run at (8,2) width 189: &quot;This should turn into a popup menu&quot;
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsselectchangepopuptolistboxexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsselectchangepopuptolistboxexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-change-popup-to-listbox-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/select-change-popup-to-listbox-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-change-popup-to-listbox-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-change-popup-to-listbox-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+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 458x18
+        text run at (0,0) width 458: &quot;This tests that you can dynamically change a popup menu to a list box. &quot;
+      RenderBR {BR} at (457,14) size 1x0
+      RenderListBox {SELECT} at (2,20) size 177x71 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsselectdirtyparentprefwidthsexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsselectdirtyparentprefwidthsexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-dirty-parent-pref-widths-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-dirty-parent-pref-widths-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-dirty-parent-pref-widths-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,16 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x90
+  RenderBlock {HTML} at (0,0) size 800x90
+    RenderBody {BODY} at (8,8) size 784x66
+      RenderTable {TABLE} at (0,0) size 65x32 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 63x30
+          RenderTableRow {TR} at (0,2) size 63x26
+            RenderTableCell {TD} at (2,2) size 59x26 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderMenuList {SELECT} at (4,4) size 51x18 [bgcolor=#FFFFFF]
+                RenderBlock (anonymous) at (0,0) size 51x18
+                  RenderText at (8,2) size 20x13
+                    text run at (8,2) width 20: &quot;test&quot;
+      RenderBlock {P} at (0,48) size 784x18
+        RenderText {#text} at (0,0) size 459x18
+          text run at (0,0) width 459: &quot;The select element in the table above must not spill outside of the table.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsselectdisabledappearanceexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsselectdisabledappearanceexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-disabled-appearance-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/select-disabled-appearance-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-disabled-appearance-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-disabled-appearance-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</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 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x576
+      RenderBlock {P} at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 54x18
+          text run at (0,0) width 54: &quot;Test for &quot;
+        RenderInline {I} at (0,0) size 659x18
+          RenderInline {A} at (0,0) size 305x18 [color=#0000EE]
+            RenderText {#text} at (53,0) size 305x18
+              text run at (53,0) width 305: &quot;http://bugs.webkit.org/show_bug.cgi?id=12345&quot;
+          RenderText {#text} at (357,0) size 355x18
+            text run at (357,0) width 5: &quot; &quot;
+            text run at (361,0) width 351: &quot;REGRESSION: Disabled pop-up text is not grayed out&quot;
+        RenderText {#text} at (711,0) size 5x18
+          text run at (711,0) width 5: &quot;.&quot;
+      RenderBlock {P} at (0,34) size 784x22
+        RenderMenuList {SELECT} at (2,2) size 159x18 [color=#808080] [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 159x18
+            RenderText at (8,2) size 128x13
+              text run at (8,2) width 128: &quot;This text should be gray&quot;
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {P} at (0,72) size 784x22
+        RenderMenuList {SELECT} at (2,2) size 164x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 164x18
+            RenderText at (8,2) size 133x13
+              text run at (8,2) width 133: &quot;This text should be black&quot;
+        RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsselectemptyoptionheightexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsselectemptyoptionheightexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-empty-option-height-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/select-empty-option-height-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-empty-option-height-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-empty-option-height-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,11 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderMenuList {SELECT} at (2,2) size 24x15 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+        RenderBlock (anonymous) at (1,1) size 22x13
+          RenderText at (0,0) size 0x13
+            text run at (0,0) width 0: &quot; &quot;
+      RenderText {#text} at (0,0) size 0x0
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsselectinitialpositionexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsselectinitialpositionexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-initial-position-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/select-initial-position-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-initial-position-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-initial-position-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,56 @@
</span><ins>+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 98x18
+        text run at (0,0) width 98: &quot;initial selected:&quot;
+      RenderBR {BR} at (97,14) size 1x0
+      RenderListBox {SELECT} at (2,20) size 140x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+      RenderText {#text} at (144,58) size 4x18
+        text run at (144,58) width 4: &quot; &quot;
+      RenderBR {BR} at (148,72) size 0x0
+      RenderText {#text} at (0,79) size 165x18
+        text run at (0,79) width 165: &quot;dynamic selected change:&quot;
+      RenderBR {BR} at (164,93) size 1x0
+      RenderListBox {SELECT} at (2,99) size 140x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+      RenderText {#text} at (144,137) size 4x18
+        text run at (144,137) width 4: &quot; &quot;
+      RenderText {#text} at (0,0) size 0x0
+      RenderBR {BR} at (0,0) size 0x0
+      RenderText {#text} at (0,158) size 217x18
+        text run at (0,158) width 217: &quot;dynamic insert of selected option:&quot;
+      RenderBR {BR} at (216,172) size 1x0
+      RenderListBox {SELECT} at (2,178) size 140x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+      RenderText {#text} at (144,216) size 4x18
+        text run at (144,216) width 4: &quot; &quot;
+      RenderBR {BR} at (148,230) size 0x0
+      RenderText {#text} at (0,237) size 98x18
+        text run at (0,237) width 98: &quot;initial selected:&quot;
+      RenderBR {BR} at (97,251) size 1x0
+      RenderMenuList {SELECT} at (2,257) size 154x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 154x18
+          RenderText at (8,2) size 123x13
+            text run at (8,2) width 123: &quot;this should be selected&quot;
+      RenderText {#text} at (158,256) size 4x18
+        text run at (158,256) width 4: &quot; &quot;
+      RenderBR {BR} at (162,270) size 0x0
+      RenderText {#text} at (0,277) size 165x18
+        text run at (0,277) width 165: &quot;dynamic selected change:&quot;
+      RenderBR {BR} at (164,291) size 1x0
+      RenderMenuList {SELECT} at (2,297) size 154x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 154x18
+          RenderText at (8,2) size 123x13
+            text run at (8,2) width 123: &quot;this should be selected&quot;
+      RenderText {#text} at (158,296) size 4x18
+        text run at (158,296) width 4: &quot; &quot;
+      RenderText {#text} at (0,0) size 0x0
+      RenderBR {BR} at (0,0) size 0x0
+      RenderText {#text} at (0,317) size 217x18
+        text run at (0,317) width 217: &quot;dynamic insert of selected option:&quot;
+      RenderBR {BR} at (216,331) size 1x0
+      RenderMenuList {SELECT} at (2,337) size 154x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 154x18
+          RenderText at (8,2) size 123x13
+            text run at (8,2) width 123: &quot;this should be selected&quot;
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsselectitembackgroundclipexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsselectitembackgroundclipexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-item-background-clip-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/select-item-background-clip-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-item-background-clip-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-item-background-clip-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,22 @@
</span><ins>+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 784x36
+        RenderText {#text} at (0,0) size 54x18
+          text run at (0,0) width 54: &quot;Test for &quot;
+        RenderInline {I} at (0,0) size 782x36
+          RenderInline {A} at (0,0) size 305x18 [color=#0000EE]
+            RenderText {#text} at (53,0) size 305x18
+              text run at (53,0) width 305: &quot;http://bugs.webkit.org/show_bug.cgi?id=12364&quot;
+          RenderText {#text} at (357,0) size 782x36
+            text run at (357,0) width 5: &quot; &quot;
+            text run at (361,0) width 421: &quot;REGRESSSION (NativeListBox): Selected option's background is&quot;
+            text run at (0,18) width 163: &quot;not clipped to the list box&quot;
+        RenderText {#text} at (162,18) size 5x18
+          text run at (162,18) width 5: &quot;.&quot;
+      RenderBlock (anonymous) at (0,52) size 784x58
+        RenderListBox {SELECT} at (2,0) size 54x58 [bgcolor=#FFFFFF] [border: (3px solid #0000FF)]
+        RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsselectlistboxwithheightexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsselectlistboxwithheightexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-list-box-with-height-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/select-list-box-with-height-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-list-box-with-height-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-list-box-with-height-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,11 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderBlock {P} at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 372x18
+          text run at (0,0) width 372: &quot;The select below has a size of 3, but a much larger height.&quot;
+      RenderBlock (anonymous) at (0,34) size 784x250
+        RenderListBox {SELECT} at (2,0) size 58x250 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsselectlistboxmultiplenofocusringexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsselectlistboxmultiplenofocusringexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-listbox-multiple-no-focusring-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-listbox-multiple-no-focusring-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-listbox-multiple-no-focusring-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</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 800x77
+  RenderBlock {HTML} at (0,0) size 800x77
+    RenderBody {BODY} at (8,8) size 784x61
+      RenderListBox {SELECT} at (2,2) size 350x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+      RenderText {#text} at (0,0) size 0x0
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsselectnonnativerenderingdirectionexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsselectnonnativerenderingdirectionexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-non-native-rendering-direction-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/select-non-native-rendering-direction-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-non-native-rendering-direction-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-non-native-rendering-direction-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,22 @@
</span><ins>+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 784x22
+        RenderText {#text} at (0,1) size 127x18
+          text run at (0,1) width 127: &quot;Left to right select: &quot;
+        RenderMenuList {SELECT} at (128,2) size 116x18 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+          RenderBlock (anonymous) at (1,1) size 113x16
+            RenderText at (8,1) size 47x13
+              text run at (8,1) width 47: &quot;Alabama&quot;
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,22) size 784x22
+        RenderText {#text} at (657,1) size 127x18
+          text run at (657,1) width 10 RTL: &quot;: &quot;
+          text run at (666,1) width 118: &quot;Right to left select&quot;
+        RenderMenuList {SELECT} at (540,2) size 116x18 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+          RenderBlock (anonymous) at (1,1) size 113x16
+            RenderText at (58,1) size 47x13
+              text run at (58,1) width 47: &quot;Alabama&quot;
+        RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsselectoverflowscrollexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsselectoverflowscrollexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-overflow-scroll-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/select-overflow-scroll-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-overflow-scroll-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-overflow-scroll-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</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 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderText {#text} at (0,0) size 0x0
+layer at (10,10) size 50x113 clip at (11,11) size 48x111
+  RenderListBox {SELECT} at (2,2) size 50x113 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsselectoverflowscrollinheritedexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsselectoverflowscrollinheritedexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-overflow-scroll-inherited-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/select-overflow-scroll-inherited-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-overflow-scroll-inherited-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-overflow-scroll-inherited-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+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
+layer at (8,8) size 784x132 clip at (8,8) size 769x117
+  RenderBlock {DIV} at (0,0) size 784x132
+    RenderText {#text} at (0,0) size 0x0
+layer at (10,10) size 50x113 clip at (11,11) size 48x111
+  RenderListBox {SELECT} at (2,2) size 50x113 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsselectselectedexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsselectselectedexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-selected-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/select-selected-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-selected-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-selected-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+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
+      RenderMenuList {SELECT} at (2,2) size 260x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 260x18
+          RenderText at (8,2) size 165x13
+            text run at (8,2) width 165: &quot;should see this option selected&quot;
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsselectstyleexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsselectstyleexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-style-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/select-style-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-style-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-style-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,73 @@
</span><ins>+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 565x18
+        text run at (0,0) width 256: &quot;This tests that styled popups look right. &quot;
+        text run at (255,0) width 310: &quot;(Aqua for now- later, we will honor the styling).&quot;
+      RenderBR {BR} at (564,14) size 1x0
+      RenderMenuList {SELECT} at (2,20) size 51x18 [bgcolor=#FF0000] [border: (1px solid #000000)]
+        RenderBlock (anonymous) at (1,1) size 49x16
+          RenderText at (8,1) size 20x13
+            text run at (8,1) width 20: &quot;test&quot;
+      RenderText {#text} at (55,19) size 4x18
+        text run at (55,19) width 4: &quot; &quot;
+      RenderBR {BR} at (59,33) size 0x0
+      RenderText {#text} at (0,40) size 541x18
+        text run at (0,40) width 541: &quot;This tests that background color is white by default regardless of the parent element.&quot;
+      RenderBR {BR} at (540,54) size 1x0
+      RenderInline {SPAN} at (0,0) size 69x28 [bgcolor=#FF0000]
+        RenderText {#text} at (0,0) size 0x0
+        RenderMenuList {SELECT} at (7,60) size 51x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 51x18
+            RenderText at (8,2) size 20x13
+              text run at (8,2) width 20: &quot;test&quot;
+        RenderText {#text} at (60,59) size 4x18
+          text run at (60,59) width 4: &quot; &quot;
+      RenderText {#text} at (0,0) size 0x0
+      RenderBR {BR} at (0,0) size 0x0
+      RenderText {#text} at (0,80) size 641x18
+        text run at (0,80) width 641: &quot;This tests that background color is inherited from the parent if background-color:inherit is specified.&quot;
+      RenderBR {BR} at (640,94) size 1x0
+      RenderInline {SPAN} at (0,0) size 69x28 [bgcolor=#FF0000]
+        RenderText {#text} at (0,0) size 0x0
+        RenderMenuList {SELECT} at (7,100) size 51x18 [border: (1px solid #000000)]
+          RenderBlock (anonymous) at (1,1) size 49x16
+            RenderText at (8,1) size 20x13
+              text run at (8,1) width 20: &quot;test&quot;
+        RenderText {#text} at (60,99) size 4x18
+          text run at (60,99) width 4: &quot; &quot;
+      RenderText {#text} at (0,0) size 0x0
+      RenderBR {BR} at (0,0) size 0x0
+      RenderText {#text} at (0,120) size 652x18
+        text run at (0,120) width 652: &quot;This tests that background color is the same as the parent if background-color:transparent is specified.&quot;
+      RenderBR {BR} at (651,134) size 1x0
+      RenderInline {SPAN} at (0,0) size 69x28 [bgcolor=#FF0000]
+        RenderText {#text} at (0,0) size 0x0
+        RenderMenuList {SELECT} at (7,140) size 51x18 [border: (1px solid #000000)]
+          RenderBlock (anonymous) at (1,1) size 49x16
+            RenderText at (8,1) size 20x13
+              text run at (8,1) width 20: &quot;test&quot;
+        RenderText {#text} at (60,139) size 4x18
+          text run at (60,139) width 4: &quot; &quot;
+      RenderText {#text} at (0,0) size 0x0
+      RenderBR {BR} at (0,0) size 0x0
+      RenderText {#text} at (0,160) size 508x18
+        text run at (0,160) width 508: &quot;This tests that background is white if only background-image:none is specified.&quot;
+      RenderBR {BR} at (507,174) size 1x0
+      RenderMenuList {SELECT} at (2,180) size 51x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 51x18
+          RenderText at (8,2) size 20x13
+            text run at (8,2) width 20: &quot;test&quot;
+      RenderText {#text} at (55,179) size 4x18
+        text run at (55,179) width 4: &quot; &quot;
+      RenderBR {BR} at (59,193) size 0x0
+      RenderText {#text} at (0,200) size 429x18
+        text run at (0,200) width 429: &quot;This tests that the image specified for background-image is visible.&quot;
+      RenderBR {BR} at (428,214) size 1x0
+      RenderMenuList {SELECT} at (2,220) size 51x18 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+        RenderBlock (anonymous) at (1,1) size 49x16
+          RenderText at (8,1) size 20x13
+            text run at (8,1) width 20: &quot;test&quot;
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsselectwritingdirectionnaturalexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsselectwritingdirectionnaturalexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-writing-direction-natural-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/select-writing-direction-natural-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-writing-direction-natural-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/select-writing-direction-natural-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,136 @@
</span><ins>+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 784x36
+        RenderText {#text} at (0,0) size 54x18
+          text run at (0,0) width 54: &quot;Test for &quot;
+        RenderInline {I} at (0,0) size 716x36
+          RenderInline {A} at (0,0) size 305x18 [color=#0000EE]
+            RenderText {#text} at (53,0) size 305x18
+              text run at (53,0) width 305: &quot;http://bugs.webkit.org/show_bug.cgi?id=13775&quot;
+          RenderText {#text} at (357,0) size 716x36
+            text run at (357,0) width 5: &quot; &quot;
+            text run at (361,0) width 355: &quot;REGRESSION: Popup button text should use \&quot;natural\&quot;&quot;
+            text run at (0,18) width 330: &quot;directionality to match the items in the popup menu&quot;
+        RenderText {#text} at (329,18) size 5x18
+          text run at (329,18) width 5: &quot;.&quot;
+      RenderBlock {DIV} at (0,52) size 784x44
+        RenderBlock {DIV} at (0,0) size 784x22
+          RenderMenuList {SELECT} at (0,2) size 70x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 70x18
+              RenderText at (8,2) size 15x13
+                text run at (8,2) width 8 RTL: &quot;\x{5D0}&quot;
+                text run at (15,2) width 8: &quot;A&quot;
+          RenderText {#text} at (70,1) size 4x18
+            text run at (70,1) width 4: &quot; &quot;
+          RenderMenuList {SELECT} at (74,2) size 70x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 70x18
+              RenderText at (8,2) size 15x13
+                text run at (8,2) width 8: &quot;A&quot;
+                text run at (15,2) width 8 RTL: &quot;\x{5D0}&quot;
+          RenderText {#text} at (144,1) size 4x18
+            text run at (144,1) width 4: &quot; &quot;
+          RenderMenuList {SELECT} at (148,2) size 70x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 70x18
+              RenderText at (8,2) size 18x13
+                text run at (8,2) width 4: &quot;(&quot;
+                text run at (11,2) width 8 RTL: &quot;\x{5D0}&quot;
+                text run at (18,2) width 8: &quot;A&quot;
+          RenderText {#text} at (218,1) size 4x18
+            text run at (218,1) width 4: &quot; &quot;
+          RenderMenuList {SELECT} at (222,2) size 70x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 70x18
+              RenderText at (8,2) size 18x13
+                text run at (8,2) width 11: &quot;(A&quot;
+                text run at (18,2) width 8 RTL: &quot;\x{5D0}&quot;
+          RenderText {#text} at (0,0) size 0x0
+        RenderBlock {DIV} at (0,22) size 784x22
+          RenderMenuList {SELECT} at (492,2) size 70x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 70x18
+              RenderText at (8,2) size 15x13
+                text run at (8,2) width 8 RTL: &quot;\x{5D0}&quot;
+                text run at (15,2) width 8: &quot;A&quot;
+          RenderText {#text} at (562,1) size 4x18
+            text run at (562,1) width 4: &quot; &quot;
+          RenderMenuList {SELECT} at (566,2) size 70x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 70x18
+              RenderText at (8,2) size 15x13
+                text run at (8,2) width 8: &quot;A&quot;
+                text run at (15,2) width 8 RTL: &quot;\x{5D0}&quot;
+          RenderText {#text} at (636,1) size 4x18
+            text run at (636,1) width 4: &quot; &quot;
+          RenderMenuList {SELECT} at (640,2) size 70x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 70x18
+              RenderText at (8,2) size 18x13
+                text run at (8,2) width 4: &quot;(&quot;
+                text run at (11,2) width 8 RTL: &quot;\x{5D0}&quot;
+                text run at (18,2) width 8: &quot;A&quot;
+          RenderText {#text} at (710,1) size 4x18
+            text run at (710,1) width 4: &quot; &quot;
+          RenderMenuList {SELECT} at (714,2) size 70x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 70x18
+              RenderText at (8,2) size 18x13
+                text run at (8,2) width 11: &quot;(A&quot;
+                text run at (18,2) width 8 RTL: &quot;\x{5D0}&quot;
+          RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,96) size 784x44
+        RenderBlock {DIV} at (0,0) size 784x22
+          RenderMenuList {SELECT} at (222,2) size 70x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 70x18
+              RenderText at (47,2) size 15x13
+                text run at (47,2) width 8: &quot;A&quot;
+                text run at (54,2) width 8 RTL: &quot;\x{5D0}&quot;
+          RenderText {#text} at (218,1) size 4x18
+            text run at (218,1) width 4 RTL: &quot; &quot;
+          RenderMenuList {SELECT} at (148,2) size 70x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 70x18
+              RenderText at (47,2) size 15x13
+                text run at (47,2) width 8 RTL: &quot;\x{5D0}&quot;
+                text run at (54,2) width 8: &quot;A&quot;
+          RenderText {#text} at (144,1) size 4x18
+            text run at (144,1) width 4 RTL: &quot; &quot;
+          RenderMenuList {SELECT} at (74,2) size 70x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 70x18
+              RenderText at (44,2) size 18x13
+                text run at (44,2) width 8: &quot;A&quot;
+                text run at (51,2) width 11 RTL: &quot;(\x{5D0}&quot;
+          RenderText {#text} at (70,1) size 4x18
+            text run at (70,1) width 4 RTL: &quot; &quot;
+          RenderMenuList {SELECT} at (0,2) size 70x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 70x18
+              RenderText at (44,2) size 18x13
+                text run at (44,2) width 8 RTL: &quot;\x{5D0}&quot;
+                text run at (51,2) width 8: &quot;A&quot;
+                text run at (58,2) width 4 RTL: &quot;(&quot;
+          RenderText {#text} at (0,0) size 0x0
+        RenderBlock {DIV} at (0,22) size 784x22
+          RenderMenuList {SELECT} at (714,2) size 70x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 70x18
+              RenderText at (47,2) size 15x13
+                text run at (47,2) width 8: &quot;A&quot;
+                text run at (54,2) width 8 RTL: &quot;\x{5D0}&quot;
+          RenderText {#text} at (710,1) size 4x18
+            text run at (710,1) width 4 RTL: &quot; &quot;
+          RenderMenuList {SELECT} at (640,2) size 70x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 70x18
+              RenderText at (47,2) size 15x13
+                text run at (47,2) width 8 RTL: &quot;\x{5D0}&quot;
+                text run at (54,2) width 8: &quot;A&quot;
+          RenderText {#text} at (636,1) size 4x18
+            text run at (636,1) width 4 RTL: &quot; &quot;
+          RenderMenuList {SELECT} at (566,2) size 70x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 70x18
+              RenderText at (44,2) size 18x13
+                text run at (44,2) width 8: &quot;A&quot;
+                text run at (51,2) width 11 RTL: &quot;(\x{5D0}&quot;
+          RenderText {#text} at (562,1) size 4x18
+            text run at (562,1) width 4 RTL: &quot; &quot;
+          RenderMenuList {SELECT} at (492,2) size 70x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 70x18
+              RenderText at (44,2) size 18x13
+                text run at (44,2) width 8 RTL: &quot;\x{5D0}&quot;
+                text run at (51,2) width 8: &quot;A&quot;
+                text run at (58,2) width 4 RTL: &quot;(&quot;
+          RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsstuffonmyoptgroupexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsstuffonmyoptgroupexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/stuff-on-my-optgroup-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/stuff-on-my-optgroup-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/stuff-on-my-optgroup-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/stuff-on-my-optgroup-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,15 @@
</span><ins>+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
+      RenderMenuList {SELECT} at (2,2) size 67x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 67x18
+          RenderText at (8,2) size 22x13
+            text run at (8,2) width 22: &quot;One&quot;
+      RenderBR {BR} at (71,15) size 0x0
+      RenderMenuList {SELECT} at (2,24) size 67x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 67x18
+          RenderText at (8,2) size 22x13
+            text run at (8,2) width 22: &quot;One&quot;
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformstabbinginputiframeexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformstabbinginputiframeexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/tabbing-input-iframe-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/tabbing-input-iframe-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/tabbing-input-iframe-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/tabbing-input-iframe-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</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 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderText {#text} at (0,0) size 454x18
+        text run at (0,0) width 454: &quot;This tests that you can tab out of a text field if an iframe comes after it.&quot;
+      RenderBR {BR} at (453,14) size 1x0
+      RenderTextControl {INPUT} at (2,156) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (140,156) size 5x18
+        text run at (140,156) width 5: &quot; &quot;
+      RenderIFrame {IFRAME} at (144,18) size 303x152 [border: (1px solid #000000)]
+        layer at (0,0) size 300x150
+          RenderView at (0,0) size 300x150
+        layer at (0,0) size 300x150
+          RenderBlock {HTML} at (0,0) size 300x150
+            RenderBody {BODY} at (8,8) size 284x134
+      RenderText {#text} at (446,156) size 5x18
+        text run at (446,156) width 5: &quot; &quot;
+      RenderTextControl {INPUT} at (452,156) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (0,0) size 0x0
+layer at (13,167) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (463,167) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 122x13
+      text run at (0,0) width 122: &quot;This should have focus&quot;
+selection start: position 0 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 7 {INPUT} of body
+selection end:   position 22 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 7 {INPUT} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformstextstylecolorexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformstextstylecolorexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/text-style-color-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/text-style-color-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/text-style-color-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/text-style-color-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,93 @@
</span><ins>+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 (anonymous) at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 172x18
+          text run at (0,0) width 172: &quot;The text should be default:&quot;
+      RenderBlock {FORM} at (0,26) size 784x43
+        RenderBlock {HR} at (0,0) size 784x2 [border: (1px inset #000000)]
+        RenderBlock (anonymous) at (0,10) size 784x23
+          RenderInline {LABEL} at (0,0) size 468x18
+            RenderText {#text} at (0,2) size 328x18
+              text run at (0,2) width 328: &quot;This is a searchable index. Enter search keywords: &quot;
+            RenderTextControl {INPUT} at (329,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderBlock {HR} at (0,41) size 784x2 [border: (1px inset #000000)]
+      RenderBlock (anonymous) at (0,85) size 784x18
+        RenderText {#text} at (0,0) size 148x18
+          text run at (0,0) width 148: &quot;The text should be red:&quot;
+      RenderBlock {FORM} at (0,111) size 784x43
+        RenderBlock {HR} at (0,0) size 784x2 [border: (1px inset #000000)]
+        RenderBlock (anonymous) at (0,10) size 784x23
+          RenderInline {LABEL} at (0,0) size 468x18
+            RenderText {#text} at (0,2) size 328x18
+              text run at (0,2) width 328: &quot;This is a searchable index. Enter search keywords: &quot;
+            RenderTextControl {INPUT} at (329,2) size 137x19 [color=#FF0000] [bgcolor=#FFFFFF] [border: (2px inset #FF0000)]
+        RenderBlock {HR} at (0,41) size 784x2 [border: (1px inset #000000)]
+      RenderBlock (anonymous) at (0,170) size 784x18
+        RenderText {#text} at (0,0) size 216x18
+          text run at (0,0) width 216: &quot;The text should be gray on green:&quot;
+      RenderBlock {FORM} at (0,196) size 784x43
+        RenderBlock {HR} at (0,0) size 784x2 [border: (1px inset #000000)]
+        RenderBlock (anonymous) at (0,10) size 784x23
+          RenderInline {LABEL} at (0,0) size 468x18
+            RenderText {#text} at (0,2) size 328x18
+              text run at (0,2) width 328: &quot;This is a searchable index. Enter search keywords: &quot;
+            RenderTextControl {INPUT} at (329,2) size 137x19 [bgcolor=#008000] [border: (2px inset #000000)]
+        RenderBlock {HR} at (0,41) size 784x2 [border: (1px inset #000000)]
+      RenderBlock (anonymous) at (0,255) size 784x18
+        RenderText {#text} at (0,0) size 211x18
+          text run at (0,0) width 211: &quot;The text should be red on Green:&quot;
+      RenderBlock {FORM} at (0,281) size 784x43
+        RenderBlock {HR} at (0,0) size 784x2 [border: (1px inset #000000)]
+        RenderBlock (anonymous) at (0,10) size 784x23
+          RenderInline {LABEL} at (0,0) size 468x18
+            RenderText {#text} at (0,2) size 328x18
+              text run at (0,2) width 328: &quot;This is a searchable index. Enter search keywords: &quot;
+            RenderTextControl {INPUT} at (329,2) size 137x19 [color=#FF0000] [bgcolor=#008000] [border: (2px inset #FF0000)]
+        RenderBlock {HR} at (0,41) size 784x2 [border: (1px inset #000000)]
+      RenderBlock (anonymous) at (0,340) size 784x23
+        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (140,2) size 5x18
+          text run at (140,2) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (146,2) size 137x19 [color=#FF0000] [bgcolor=#FFFFFF] [border: (2px inset #FF0000)]
+        RenderText {#text} at (284,2) size 5x18
+          text run at (284,2) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (290,2) size 138x19 [bgcolor=#008000] [border: (2px inset #000000)]
+        RenderText {#text} at (429,2) size 5x18
+          text run at (429,2) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (435,2) size 137x19 [color=#FF0000] [bgcolor=#008000] [border: (2px inset #FF0000)]
+        RenderText {#text} at (0,0) size 0x0
+layer at (340,49) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 37x13
+      text run at (0,0) width 37: &quot;default&quot;
+layer at (340,134) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 18x13
+      text run at (0,0) width 18: &quot;red&quot;
+layer at (340,219) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 86x13
+      text run at (0,0) width 86: &quot;default on green&quot;
+layer at (340,304) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 67x13
+      text run at (0,0) width 67: &quot;red on green&quot;
+layer at (13,353) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 37x13
+      text run at (0,0) width 37: &quot;default&quot;
+layer at (157,353) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 18x13
+      text run at (0,0) width 18: &quot;red&quot;
+layer at (302,353) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 86x13
+      text run at (0,0) width 86: &quot;default on green&quot;
+layer at (446,353) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 67x13
+      text run at (0,0) width 67: &quot;red on green&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformstextAreaLineHeightexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformstextAreaLineHeightexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textAreaLineHeight-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/textAreaLineHeight-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textAreaLineHeight-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textAreaLineHeight-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,78 @@
</span><ins>+layer at (0,0) size 785x1207
+  RenderView at (0,0) size 785x600
+layer at (0,0) size 785x1207
+  RenderBlock {HTML} at (0,0) size 785x1208
+    RenderBody {BODY} at (8,8) size 769x1184
+      RenderBlock (anonymous) at (0,0) size 769x18
+        RenderText {#text} at (0,0) size 277x18
+          text run at (0,0) width 277: &quot;line-height settings not reflected in textarea&quot;
+        RenderBR {BR} at (276,0) size 1x18
+      RenderBlock {P} at (0,34) size 769x264
+        RenderText {#text} at (0,0) size 84x18
+          text run at (0,0) width 84: &quot;TEXTAREA&quot;
+        RenderBR {BR} at (83,0) size 1x18
+        RenderText {#text} at (406,210) size 4x18
+          text run at (406,210) width 4: &quot; &quot;
+        RenderBR {BR} at (0,0) size 0x0
+        RenderBR {BR} at (0,228) size 0x18
+        RenderText {#text} at (0,246) size 148x18
+          text run at (0,246) width 148: &quot;PARAGRAPH - works&quot;
+      RenderBlock {P} at (0,314) size 402x202 [border: (1px dotted #C0C0C0)]
+        RenderText {#text} at (1,19) size 400x69
+          text run at (1,19) width 400: &quot;Demo text here that wraps a bit and should demonstrate the&quot;
+          text run at (1,72) width 154: &quot;goodness of line-height&quot;
+      RenderBlock (anonymous) at (0,529) size 769x37
+        RenderBR {BR} at (0,0) size 0x18
+        RenderText {#text} at (0,18) size 81x18
+          text run at (0,18) width 81: &quot;DIV - works&quot;
+        RenderBR {BR} at (80,18) size 1x18
+      RenderBlock {DIV} at (0,565) size 402x203 [border: (1px dotted #C0C0C0)]
+        RenderText {#text} at (1,19) size 400x69
+          text run at (1,19) width 400: &quot;Demo text here that wraps a bit and should demonstrate the&quot;
+          text run at (1,72) width 154: &quot;goodness of line-height&quot;
+      RenderBlock (anonymous) at (0,767) size 769x417
+        RenderBR {BR} at (0,0) size 0x18
+        RenderBR {BR} at (0,18) size 0x18
+        RenderText {#text} at (0,36) size 125x18
+          text run at (0,36) width 125: &quot;Un-Styled Textarea&quot;
+        RenderBR {BR} at (124,36) size 1x18
+        RenderText {#text} at (156,76) size 4x18
+          text run at (156,76) width 4: &quot; &quot;
+        RenderBR {BR} at (0,0) size 0x0
+        RenderBR {BR} at (0,94) size 0x18
+        RenderText {#text} at (0,112) size 216x18
+          text run at (0,112) width 216: &quot;Totally Blank Un-Styled Textarea&quot;
+        RenderBR {BR} at (215,112) size 1x18
+        RenderText {#text} at (156,152) size 4x18
+          text run at (156,152) width 4: &quot; &quot;
+        RenderBR {BR} at (0,0) size 0x0
+        RenderBR {BR} at (0,170) size 0x18
+        RenderText {#text} at (0,188) size 212x18
+          text run at (0,188) width 212: &quot;Totally Blank STYLED Textarea&quot;
+        RenderBR {BR} at (211,188) size 1x18
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {P} at (0,1199) size 769x0
+layer at (8,60) size 406x206 clip at (9,61) size 404x204
+  RenderTextControl {TEXTAREA} at (0,18) size 406x206 [bgcolor=#FFFFFF] [border: (1px dotted #C0C0C0)]
+    RenderBlock {DIV} at (3,3) size 400x106
+      RenderText {#text} at (0,18) size 400x69
+        text run at (0,18) width 400: &quot;Demo text here that wraps a bit and should demonstrate the&quot;
+        text run at (399,18) width 1: &quot; &quot;
+        text run at (0,71) width 154: &quot;goodness of line-height&quot;
+layer at (10,831) size 152x32 clip at (11,832) size 135x30 scrollHeight 56
+  RenderTextControl {TEXTAREA} at (2,56) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 131x52
+      RenderText {#text} at (0,0) size 125x52
+        text run at (0,0) width 105: &quot;Demo text here that&quot;
+        text run at (104,0) width 5: &quot; &quot;
+        text run at (0,13) width 121: &quot;wraps a bit and should&quot;
+        text run at (120,13) width 4: &quot; &quot;
+        text run at (0,26) width 87: &quot;demonstrate the&quot;
+        text run at (86,26) width 4: &quot; &quot;
+        text run at (0,39) width 125: &quot;goodness of line-height&quot;
+layer at (10,907) size 152x32 clip at (11,908) size 150x30
+  RenderTextControl {TEXTAREA} at (2,132) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 146x13
+layer at (8,981) size 406x206 clip at (9,982) size 404x204
+  RenderTextControl {TEXTAREA} at (0,206) size 406x206 [bgcolor=#FFFFFF] [border: (1px dotted #C0C0C0)]
+    RenderBlock {DIV} at (3,3) size 400x53
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformstextareaalignexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformstextareaalignexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textarea-align-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/textarea-align-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textarea-align-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textarea-align-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,46 @@
</span><ins>+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 784x18
+        RenderText {#text} at (0,0) size 640x18
+          text run at (0,0) width 640: &quot;The following textarea elements should all be rendered on the left, with their text aligned to the left.&quot;
+      RenderBlock (anonymous) at (0,34) size 784x156
+        RenderText {#text} at (351,22) size 4x18
+          text run at (351,22) width 4: &quot; &quot;
+        RenderBR {BR} at (0,0) size 0x0
+        RenderText {#text} at (351,62) size 4x18
+          text run at (351,62) width 4: &quot; &quot;
+        RenderBR {BR} at (0,0) size 0x0
+        RenderText {#text} at (351,102) size 4x18
+          text run at (351,102) width 4: &quot; &quot;
+        RenderBR {BR} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,190) size 784x36
+layer at (10,44) size 347x32 clip at (11,45) size 345x30
+  RenderTextControl {TEXTAREA} at (2,2) size 347x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 341x13
+      RenderText {#text} at (0,0) size 189x13
+        text run at (0,0) width 189: &quot;This is should be aligned to the left.&quot;
+layer at (10,84) size 347x32 clip at (11,85) size 345x30
+  RenderTextControl {TEXTAREA} at (2,42) size 347x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 341x13
+      RenderText {#text} at (0,0) size 189x13
+        text run at (0,0) width 189: &quot;This is should be aligned to the left.&quot;
+layer at (10,124) size 347x32 clip at (11,125) size 345x30
+  RenderTextControl {TEXTAREA} at (2,82) size 347x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 341x13
+      RenderText {#text} at (0,0) size 189x13
+        text run at (0,0) width 189: &quot;This is should be aligned to the left.&quot;
+layer at (10,164) size 347x32 clip at (11,165) size 345x30
+  RenderTextControl {TEXTAREA} at (2,122) size 347x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 341x13
+      RenderText {#text} at (0,0) size 189x13
+        text run at (0,0) width 189: &quot;This is should be aligned to the left.&quot;
+layer at (10,200) size 347x32 clip at (11,201) size 345x30
+  RenderTextControl {TEXTAREA} at (2,2) size 347x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 341x13
+      RenderText {#text} at (0,0) size 189x13
+        text run at (0,0) width 189: &quot;This is should be aligned to the left.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformstextareaplaceholderpseudostyleexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformstextareaplaceholderpseudostyleexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textarea-placeholder-pseudo-style-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textarea-placeholder-pseudo-style-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textarea-placeholder-pseudo-style-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,39 @@
</span><ins>+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 336x18
+        text run at (0,0) width 336: &quot;This tests that you can set the placeholder text color.&quot;
+      RenderBR {BR} at (335,14) size 1x0
+      RenderText {#text} at (156,40) size 4x18
+        text run at (156,40) width 4: &quot; &quot;
+      RenderText {#text} at (316,40) size 4x18
+        text run at (316,40) width 4: &quot; &quot;
+      RenderText {#text} at (476,40) size 4x18
+        text run at (476,40) width 4: &quot; &quot;
+      RenderText {#text} at (0,0) size 0x0
+layer at (10,28) size 152x32 clip at (11,29) size 150x30
+  RenderTextControl {TEXTAREA} at (2,20) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 146x13
+    RenderBlock {DIV} at (3,3) size 146x13 [color=#640000]
+      RenderText {#text} at (0,0) size 21x13
+        text run at (0,0) width 21: &quot;text&quot;
+layer at (170,28) size 152x32 clip at (171,29) size 150x30
+  RenderTextControl {TEXTAREA} at (162,20) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 146x13 [color=#545454]
+    RenderBlock {DIV} at (3,3) size 146x13 [color=#640000]
+      RenderText {#text} at (0,0) size 69x13
+        text run at (0,0) width 69: &quot;disabled text&quot;
+layer at (330,28) size 152x32 clip at (331,29) size 150x30
+  RenderTextControl {TEXTAREA} at (322,20) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 146x13
+    RenderBlock {DIV} at (3,3) size 146x13 [color=#A9A9A9]
+      RenderText {#text} at (0,0) size 37x13
+        text run at (0,0) width 37: &quot;default&quot;
+layer at (490,28) size 152x32 clip at (491,29) size 150x30
+  RenderTextControl {TEXTAREA} at (482,20) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 146x13 [color=#545454]
+    RenderBlock {DIV} at (3,3) size 146x13 [color=#A9A9A9]
+      RenderText {#text} at (0,0) size 85x13
+        text run at (0,0) width 85: &quot;default disabled&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformstextareaplaceholdervisibility1expectedtxtfromrev202825trunkLayoutTestsplatformmacfastformstextareaplaceholdervisibility1expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textarea-placeholder-visibility-1-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textarea-placeholder-visibility-1-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textarea-placeholder-visibility-1-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,19 @@
</span><ins>+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 784x18
+        RenderText {#text} at (0,0) size 390x18
+          text run at (0,0) width 390: &quot;Focus field with a placeholder, then type, then delete all text.&quot;
+      RenderBlock {DIV} at (0,34) size 784x36
+        RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+layer at (10,44) size 152x32 clip at (11,45) size 150x30
+  RenderTextControl {TEXTAREA} at (2,2) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 146x13
+      RenderBR {BR} at (0,0) size 0x13
+    RenderBlock {DIV} at (3,3) size 146x13 [color=#A9A9A9]
+      RenderText {#text} at (0,0) size 63x13
+        text run at (0,0) width 63: &quot;Placeholder&quot;
+caret: position 0 of child 0 {BR} of child 0 {DIV} of {#document-fragment} of child 1 {TEXTAREA} of child 3 {DIV} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformstextareaplaceholdervisibility2expectedtxtfromrev202825trunkLayoutTestsplatformmacfastformstextareaplaceholdervisibility2expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textarea-placeholder-visibility-2-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textarea-placeholder-visibility-2-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textarea-placeholder-visibility-2-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,18 @@
</span><ins>+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 784x18
+        RenderText {#text} at (0,0) size 397x18
+          text run at (0,0) width 397: &quot;Focus field with a placeholder, then type, then clear the value.&quot;
+      RenderBlock {DIV} at (0,34) size 784x36
+        RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+layer at (10,44) size 152x32 clip at (11,45) size 150x30
+  RenderTextControl {TEXTAREA} at (2,2) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 146x13
+    RenderBlock {DIV} at (3,3) size 146x13 [color=#A9A9A9]
+      RenderText {#text} at (0,0) size 63x13
+        text run at (0,0) width 63: &quot;Placeholder&quot;
+caret: position 0 of child 0 {DIV} of {#document-fragment} of child 1 {TEXTAREA} of child 3 {DIV} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformstextareascrollheightexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformstextareascrollheightexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textarea-scroll-height-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/textarea-scroll-height-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textarea-scroll-height-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textarea-scroll-height-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,37 @@
</span><ins>+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 (200,186) size 4x18
+        text run at (200,186) width 4: &quot; &quot;
+      RenderText {#text} at (204,186) size 52x18
+        text run at (204,186) width 52: &quot;183 316&quot;
+layer at (8,8) size 200x200 clip at (9,9) size 183x198 scrollHeight 316
+  RenderTextControl {TEXTAREA} at (0,0) size 200x200 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 179x312
+      RenderText {#text} at (0,0) size 84x299
+        text run at (0,0) width 84: &quot;Lots of content.&quot;
+        text run at (0,13) width 84: &quot;Lots of content.&quot;
+        text run at (0,26) width 84: &quot;Lots of content.&quot;
+        text run at (0,39) width 84: &quot;Lots of content.&quot;
+        text run at (0,52) width 0: &quot; &quot;
+        text run at (0,65) width 84: &quot;Lots of content.&quot;
+        text run at (0,78) width 84: &quot;Lots of content.&quot;
+        text run at (0,91) width 0: &quot; &quot;
+        text run at (0,104) width 84: &quot;Lots of content.&quot;
+        text run at (0,117) width 84: &quot;Lots of content.&quot;
+        text run at (0,130) width 0: &quot; &quot;
+        text run at (0,143) width 84: &quot;Lots of content.&quot;
+        text run at (0,156) width 84: &quot;Lots of content.&quot;
+        text run at (0,169) width 0: &quot; &quot;
+        text run at (0,182) width 84: &quot;Lots of content.&quot;
+        text run at (0,195) width 84: &quot;Lots of content.&quot;
+        text run at (0,208) width 0: &quot; &quot;
+        text run at (0,221) width 84: &quot;Lots of content.&quot;
+        text run at (0,234) width 84: &quot;Lots of content.&quot;
+        text run at (0,247) width 0: &quot; &quot;
+        text run at (0,260) width 84: &quot;Lots of content.&quot;
+        text run at (0,273) width 84: &quot;Lots of content.&quot;
+        text run at (0,286) width 0: &quot; &quot;
+      RenderBR {BR} at (0,299) size 0x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformstextareascrollbarexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformstextareascrollbarexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textarea-scrollbar-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/textarea-scrollbar-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textarea-scrollbar-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textarea-scrollbar-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,40 @@
</span><ins>+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 452x18
+        text run at (0,0) width 452: &quot;This tests that a scrollbar will appear when text overflows the textarea &quot;
+      RenderBR {BR} at (451,14) size 1x0
+      RenderText {#text} at (0,0) size 0x0
+layer at (10,28) size 152x84 clip at (11,29) size 135x82 scrollHeight 121
+  RenderTextControl {TEXTAREA} at (2,20) size 152x84 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 131x117
+      RenderText {#text} at (0,0) size 7x52
+        text run at (0,0) width 7: &quot;1&quot;
+        text run at (6,0) width 1: &quot; &quot;
+        text run at (0,13) width 7: &quot;2&quot;
+        text run at (6,13) width 1: &quot; &quot;
+        text run at (0,26) width 7: &quot;3&quot;
+        text run at (6,26) width 1: &quot; &quot;
+        text run at (0,39) width 7: &quot;4&quot;
+        text run at (6,39) width 1: &quot; &quot;
+      RenderText {#text} at (0,52) size 7x13
+        text run at (0,52) width 7: &quot;5&quot;
+      RenderText {#text} at (6,52) size 1x13
+        text run at (6,52) width 1: &quot; &quot;
+      RenderText {#text} at (0,65) size 7x13
+        text run at (0,65) width 7: &quot;6&quot;
+      RenderText {#text} at (6,65) size 1x13
+        text run at (6,65) width 1: &quot; &quot;
+      RenderText {#text} at (0,78) size 7x13
+        text run at (0,78) width 7: &quot;7&quot;
+      RenderText {#text} at (6,78) size 1x13
+        text run at (6,78) width 1: &quot; &quot;
+      RenderText {#text} at (0,91) size 7x13
+        text run at (0,91) width 7: &quot;8&quot;
+      RenderText {#text} at (6,91) size 1x13
+        text run at (6,91) width 1: &quot; &quot;
+      RenderText {#text} at (0,104) size 0x13
+        text run at (0,104) width 0: &quot; &quot;
+caret: position 0 of child 9 {#text} of child 0 {DIV} of {#document-fragment} of child 3 {TEXTAREA} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformstextareascrolledtypeexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformstextareascrolledtypeexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textarea-scrolled-type-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/textarea-scrolled-type-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textarea-scrolled-type-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textarea-scrolled-type-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,59 @@
</span><ins>+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 (anonymous) at (0,0) size 784x123
+        RenderText {#text} at (0,0) size 515x18
+          text run at (0,0) width 515: &quot;This tests that typing in a scrolled textarea does not cause unnecessary scrolling.&quot;
+        RenderBR {BR} at (514,14) size 1x0
+        RenderText {#text} at (156,105) size 4x18
+          text run at (156,105) width 4: &quot; &quot;
+        RenderBR {BR} at (160,119) size 0x0
+      RenderBlock {DIV} at (0,123) size 784x0
+layer at (10,28) size 152x97 clip at (11,29) size 135x95 scrollY 182 scrollHeight 277
+  RenderTextControl {TEXTAREA} at (2,20) size 152x97 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 131x273
+      RenderText {#text} at (0,0) size 43x260
+        text run at (0,0) width 7: &quot;1&quot;
+        text run at (6,0) width 1: &quot; &quot;
+        text run at (0,13) width 7: &quot;2&quot;
+        text run at (6,13) width 1: &quot; &quot;
+        text run at (0,26) width 7: &quot;3&quot;
+        text run at (6,26) width 1: &quot; &quot;
+        text run at (0,39) width 7: &quot;4&quot;
+        text run at (6,39) width 1: &quot; &quot;
+        text run at (0,52) width 7: &quot;5&quot;
+        text run at (6,52) width 1: &quot; &quot;
+        text run at (0,65) width 7: &quot;6&quot;
+        text run at (6,65) width 1: &quot; &quot;
+        text run at (0,78) width 7: &quot;7&quot;
+        text run at (6,78) width 1: &quot; &quot;
+        text run at (0,91) width 7: &quot;8&quot;
+        text run at (6,91) width 1: &quot; &quot;
+        text run at (0,104) width 7: &quot;9&quot;
+        text run at (6,104) width 1: &quot; &quot;
+        text run at (0,117) width 14: &quot;10&quot;
+        text run at (13,117) width 1: &quot; &quot;
+        text run at (0,130) width 14: &quot;11&quot;
+        text run at (13,130) width 1: &quot; &quot;
+        text run at (0,143) width 14: &quot;12&quot;
+        text run at (13,143) width 1: &quot; &quot;
+        text run at (0,156) width 14: &quot;13&quot;
+        text run at (13,156) width 1: &quot; &quot;
+        text run at (0,169) width 14: &quot;14&quot;
+        text run at (13,169) width 1: &quot; &quot;
+        text run at (0,182) width 14: &quot;15&quot;
+        text run at (13,182) width 1: &quot; &quot;
+        text run at (0,195) width 14: &quot;16&quot;
+        text run at (13,195) width 1: &quot; &quot;
+        text run at (0,208) width 14: &quot;17&quot;
+        text run at (13,208) width 1: &quot; &quot;
+        text run at (0,221) width 43: &quot;18 Pass&quot;
+        text run at (42,221) width 1: &quot; &quot;
+        text run at (0,234) width 14: &quot;19&quot;
+        text run at (13,234) width 1: &quot; &quot;
+        text run at (0,247) width 14: &quot;20&quot;
+        text run at (13,247) width 1: &quot; &quot;
+      RenderBR {BR} at (0,260) size 0x13
+caret: position 49 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 3 {TEXTAREA} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformstextareasetinnerhtmlexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformstextareasetinnerhtmlexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textarea-setinnerhtml-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/textarea-setinnerhtml-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textarea-setinnerhtml-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textarea-setinnerhtml-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,11 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderText {#text} at (0,0) size 0x0
+layer at (10,10) size 152x32 clip at (11,11) size 150x30
+  RenderTextControl {TEXTAREA} at (2,2) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 146x13
+      RenderText {#text} at (0,0) size 64x13
+        text run at (0,0) width 64: &quot;Test Passed&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformstextfieldfocusringexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformstextfieldfocusringexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textfield-focus-ring-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/textfield-focus-ring-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textfield-focus-ring-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textfield-focus-ring-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,15 @@
</span><ins>+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 784x36
+        RenderText {#text} at (0,0) size 759x36
+          text run at (0,0) width 759: &quot;Assuming the port-specific theme draws focus rings, this test can be used to ensure that a focus ring is drawn for a text&quot;
+          text run at (0,18) width 614: &quot;input element. This test PASSED if a focus ring is drawn around the text input element (below).&quot;
+      RenderBlock (anonymous) at (0,52) size 784x23
+        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+layer at (13,65) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+caret: position 0 of child 0 {DIV} of {#document-fragment} of child 3 {INPUT} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformstextfieldoutlineexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformstextfieldoutlineexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textfield-outline-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/textfield-outline-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textfield-outline-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textfield-outline-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,15 @@
</span><ins>+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 563x18
+        text run at (0,0) width 563: &quot;This tests that a negative outline-offset won't get in the way of a cursor in a text control.&quot;
+      RenderBR {BR} at (562,14) size 1x0
+      RenderTextControl {INPUT} at (2,20) size 227x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+      RenderText {#text} at (0,0) size 0x0
+layer at (12,30) size 223x23
+  RenderBlock {DIV} at (2,2) size 223x23
+    RenderText {#text} at (0,0) size 34x23
+      text run at (0,0) width 34: &quot;abc&quot;
+caret: position 3 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 3 {INPUT} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformstextfieldoverflowexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformstextfieldoverflowexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textfield-overflow-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/textfield-overflow-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textfield-overflow-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/textfield-overflow-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,11 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderTextControl {INPUT} at (2,0) size 137x10 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (0,0) size 0x0
+      RenderText {#text} at (0,0) size 0x0
+layer at (13,11) size 130x4 scrollHeight 13
+  RenderBlock {DIV} at (3,3) size 131x4
+caret: position 0 of child 0 {DIV} of {#document-fragment} of child 1 {INPUT} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsvalidationmessageappearanceexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsvalidationmessageappearanceexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/validation-message-appearance-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/validation-message-appearance-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/validation-message-appearance-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/validation-message-appearance-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,39 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x39
+  RenderBlock {HTML} at (0,0) size 800x39
+    RenderBody {BODY} at (8,8) size 784x23
+      RenderBlock {FORM} at (0,0) size 784x23
+        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,3) size 131x13
+            RenderBlock {DIV} at (0,0) size 131x13
+        RenderText {#text} at (140,2) size 5x18
+          text run at (140,2) width 5: &quot; &quot;
+        RenderButton {INPUT} at (146,3) size 54x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 38x13
+            RenderText at (0,0) size 38x13
+              text run at (0,0) width 38: &quot;Submit&quot;
+        RenderText {#text} at (0,0) size 0x0
+layer at (13,13) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13
+layer at (10,29) size 220x100
+  RenderBlock (positioned) zI: 2147483647 {DIV} at (10,29) size 220x100
+layer at (10,29) size 220x16 scrollHeight 25
+  RenderBlock {DIV} at (0,0) size 220x16
+layer at (10,41) size 220x84
+  RenderFlexibleBox zI: 2147483644 {DIV} at (0,16) size 220x84 [border: (2px solid #440000)]
+    RenderBlock {DIV} at (10,10) size 0x64
+    RenderBlock {DIV} at (10,10) size 200x64
+      RenderBlock {DIV} at (0,0) size 200x16
+        RenderText {#text} at (0,0) size 90x16
+          text run at (0,0) width 90: &quot;value missing&quot;
+      RenderBlock {DIV} at (0,16) size 200x48
+        RenderText {#text} at (0,0) size 147x16
+          text run at (0,0) width 147: &quot;Needs at least 8 letters.&quot;
+        RenderBR {BR} at (146,0) size 1x16
+        RenderText {#text} at (0,16) size 195x32
+          text run at (0,16) width 195: &quot;Should not be identical with the&quot;
+          text run at (0,32) width 112: &quot;current password.&quot;
+layer at (42,29) size 18x18 backgroundClip at (10,29) size 220x16 clip at (10,29) size 220x16
+  RenderBlock (relative positioned) zI: 2147483645 {DIV} at (0,0) size 18x18 [bgcolor=#F8ECEC] [border: (2px solid #440000) none (2px solid #440000)]
+caret: position 0 of child 0 {DIV} of child 0 {DIV} of child 0 {DIV} of {#document-fragment} of child 1 {INPUT} of child 0 {FORM} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastformsvisualhebrewtextfieldexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastformsvisualhebrewtextfieldexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/visual-hebrew-text-field-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/forms/visual-hebrew-text-field-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/visual-hebrew-text-field-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/visual-hebrew-text-field-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,28 @@
</span><ins>+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 784x36
+        RenderText {#text} at (0,0) size 218x18
+          text run at (0,0) width 218 LTR override: &quot;This tests for a regression against &quot;
+        RenderInline {I} at (0,0) size 783x36
+          RenderInline {A} at (0,0) size 354x18 [color=#0000EE]
+            RenderText {#text} at (217,0) size 354x18
+              text run at (217,0) width 354 LTR override: &quot;http://bugzilla.opendarwin.org/show_bug.cgi?id=8076&quot;
+          RenderText {#text} at (570,0) size 783x36
+            text run at (570,0) width 213 LTR override: &quot; REGRESSION: native text fields&quot;
+            text run at (0,18) width 251 LTR override: &quot;are reversed on \&quot;visual Hebrew\&quot; pages&quot;
+        RenderText {#text} at (250,18) size 5x18
+          text run at (250,18) width 5 LTR override: &quot;.&quot;
+      RenderBlock {HR} at (0,52) size 784x2 [border: (1px inset #000000)]
+      RenderBlock {P} at (0,70) size 784x19
+        RenderText {#text} at (0,1) size 286x18
+          text run at (0,1) width 286 LTR override: &quot;Text in the field should look like this: \x{5E8}\x{5D5}\x{5EA}\x{5E4}\x{5DB}&quot;
+      RenderBlock (anonymous) at (0,105) size 784x23
+        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+layer at (13,118) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 31x13
+      text run at (0,0) width 31 RTL: &quot;\x{5DB}\x{5E4}\x{5EA}\x{5D5}\x{5E8}&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastframestakefocusfromiframeexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastframestakefocusfromiframeexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/frames/take-focus-from-iframe-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/frames/take-focus-from-iframe-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/frames/take-focus-from-iframe-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/frames/take-focus-from-iframe-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,25 @@
</span><ins>+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 784x44
+        RenderIFrame {IFRAME} at (0,0) size 204x44 [border: (2px inset #000000)]
+          layer at (0,0) size 200x40
+            RenderView at (0,0) size 200x40
+          layer at (0,0) size 200x40
+            RenderBlock {HTML} at (0,0) size 200x40
+              RenderBody {BODY} at (8,8) size 184x24
+                RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          layer at (13,13) size 130x13
+            RenderBlock {DIV} at (3,3) size 131x13
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {P} at (0,60) size 784x23
+        RenderText {#text} at (0,2) size 373x18
+          text run at (0,2) width 373: &quot;This field should look and act focused. Try to type into it: &quot;
+        RenderTextControl {INPUT} at (374,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+layer at (385,73) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 30x13
+      text run at (0,0) width 30: &quot;PASS&quot;
+caret: position 4 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 1 {INPUT} of child 3 {P} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfasthidpiresizecornerhidpiexpectedtxtfromrev202825trunkLayoutTestsplatformmacfasthidpiresizecornerhidpiexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/hidpi/resize-corner-hidpi-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/hidpi/resize-corner-hidpi-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/hidpi/resize-corner-hidpi-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/hidpi/resize-corner-hidpi-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+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 784x18
+        RenderText {#text} at (0,0) size 476x18
+          text run at (0,0) width 476: &quot;This test passes if the resize corner icon appears high-resolution in HiDPI.&quot;
+      RenderBlock (anonymous) at (0,18) size 784x36
+        RenderText {#text} at (0,0) size 0x0
+layer at (10,28) size 152x32 clip at (11,29) size 150x30
+  RenderTextControl {TEXTAREA} at (2,2) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 146x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfasthtmldetailsnosummary4expectedtxtfromrev202825trunkLayoutTestsplatformmacfasthtmldetailsnosummary4expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/html/details-no-summary4-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/html/details-no-summary4-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/html/details-no-summary4-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/html/details-no-summary4-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,15 @@
</span><ins>+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 {DETAILS} at (0,0) size 784x41
+        RenderBlock {SUMMARY} at (0,0) size 784x18
+          RenderDetailsMarker {DIV} at (0,4) size 11x11: down
+          RenderText {#text} at (16,0) size 47x18
+            text run at (16,0) width 47: &quot;Details&quot;
+        RenderBlock (anonymous) at (0,18) size 784x23
+          RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderText {#text} at (0,0) size 0x0
+layer at (13,31) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfasthtmldetailsopenjavascriptexpectedtxtfromrev202825trunkLayoutTestsplatformmacfasthtmldetailsopenjavascriptexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/html/details-open-javascript-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/html/details-open-javascript-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/html/details-open-javascript-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/html/details-open-javascript-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,20 @@
</span><ins>+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 {DETAILS} at (0,0) size 784x41
+        RenderBlock {SUMMARY} at (0,0) size 784x18
+          RenderDetailsMarker {DIV} at (0,4) size 11x11: down
+          RenderText {#text} at (16,0) size 51x18
+            text run at (16,0) width 51: &quot;details1&quot;
+        RenderBlock (anonymous) at (0,18) size 784x23
+          RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DETAILS} at (0,41) size 784x18
+        RenderBlock {SUMMARY} at (0,0) size 784x18
+          RenderDetailsMarker {DIV} at (0,4) size 11x11: right
+          RenderText {#text} at (16,0) size 51x18
+            text run at (16,0) width 51: &quot;details2&quot;
+layer at (13,31) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfasthtmldetailsopen2expectedtxtfromrev202825trunkLayoutTestsplatformmacfasthtmldetailsopen2expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/html/details-open2-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/html/details-open2-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/html/details-open2-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/html/details-open2-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,16 @@
</span><ins>+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 {DETAILS} at (0,0) size 784x41
+        RenderBlock {SUMMARY} at (0,0) size 784x18
+          RenderDetailsMarker {DIV} at (0,4) size 11x11: down
+          RenderText {#text} at (16,0) size 61x18
+            text run at (16,0) width 61: &quot;summary&quot;
+        RenderBlock (anonymous) at (0,18) size 784x23
+          RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderText {#text} at (0,0) size 0x0
+          RenderText {#text} at (0,0) size 0x0
+layer at (13,31) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfasthtmldetailsopen4expectedtxtfromrev202825trunkLayoutTestsplatformmacfasthtmldetailsopen4expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/html/details-open4-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/html/details-open4-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/html/details-open4-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/html/details-open4-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,15 @@
</span><ins>+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 {DETAILS} at (0,0) size 784x41
+        RenderBlock {SUMMARY} at (0,0) size 784x18
+          RenderDetailsMarker {DIV} at (0,4) size 11x11: down
+          RenderText {#text} at (16,0) size 61x18
+            text run at (16,0) width 61: &quot;summary&quot;
+        RenderBlock (anonymous) at (0,18) size 784x23
+          RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderText {#text} at (0,0) size 0x0
+layer at (13,31) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfasthtmlkeygenexpectedtxtfromrev202825trunkLayoutTestsplatformmacfasthtmlkeygenexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/html/keygen-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/html/keygen-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/html/keygen-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/html/keygen-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,11 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderBlock {KEYGEN} at (2,2) size 146x18
+        RenderMenuList {SELECT} at (0,0) size 146x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 146x18
+            RenderText at (8,2) size 97x13
+              text run at (8,2) width 97: &quot;2048 (High Grade)&quot;
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastlistsdynamicmarkercrashexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastlistsdynamicmarkercrashexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/lists/dynamic-marker-crash-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/lists/dynamic-marker-crash-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/lists/dynamic-marker-crash-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/lists/dynamic-marker-crash-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,19 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x89
+  RenderBlock {HTML} at (0,0) size 800x89
+    RenderBody {BODY} at (8,16) size 784x57
+      RenderBlock {UL} at (0,0) size 784x57
+        RenderListItem {LI} at (40,0) size 744x57
+          RenderBlock {FORM} at (0,0) size 744x23
+            RenderBlock {P} at (0,0) size 744x23
+              RenderListMarker at (-17,2) size 7x18: bullet
+              RenderTextControl {INPUT} at (2,2) size 267x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+              RenderText {#text} at (0,0) size 0x0
+          RenderBlock {P} at (0,39) size 744x18
+            RenderText {#text} at (0,0) size 339x18
+              text run at (0,0) width 339: &quot;There should be an input field above this line of text.&quot;
+layer at (53,21) size 261x13
+  RenderBlock {DIV} at (3,3) size 261x13
+    RenderText {#text} at (0,0) size 57x13
+      text run at (0,0) width 57: &quot;blah blubb&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastoverflowoverflowxyexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastoverflowoverflowxyexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/overflow/overflow-x-y-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/overflow/overflow-x-y-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/overflow/overflow-x-y-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/overflow/overflow-x-y-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,84 @@
</span><ins>+layer at (0,0) size 785x600
+  RenderView at (0,0) size 785x600
+layer at (0,0) size 785x600
+  RenderBlock {HTML} at (0,0) size 785x600
+    RenderBody {BODY} at (8,8) size 769x584
+      RenderBlock (anonymous) at (0,0) size 769x18
+        RenderText {#text} at (0,0) size 317x18
+          text run at (0,0) width 317: &quot;The body should always have a vertical scrollbar.&quot;
+      RenderBlock (anonymous) at (0,218) size 769x55
+        RenderText {#text} at (156,37) size 4x18
+          text run at (156,37) width 4: &quot; &quot;
+        RenderText {#text} at (0,0) size 0x0
+layer at (8,26) size 300x100 clip at (8,26) size 285x100 scrollHeight 324
+  RenderBlock {DIV} at (0,18) size 300x100
+    RenderText {#text} at (0,0) size 51x18
+      text run at (0,0) width 51: &quot;Y scroll&quot;
+    RenderBR {BR} at (50,14) size 1x0
+    RenderText {#text} at (0,18) size 51x18
+      text run at (0,18) width 51: &quot;Y scroll&quot;
+    RenderBR {BR} at (50,32) size 1x0
+    RenderText {#text} at (0,36) size 51x18
+      text run at (0,36) width 51: &quot;Y scroll&quot;
+    RenderBR {BR} at (50,50) size 1x0
+    RenderText {#text} at (0,54) size 51x18
+      text run at (0,54) width 51: &quot;Y scroll&quot;
+    RenderBR {BR} at (50,68) size 1x0
+    RenderText {#text} at (0,72) size 51x18
+      text run at (0,72) width 51: &quot;Y scroll&quot;
+    RenderBR {BR} at (50,86) size 1x0
+    RenderText {#text} at (0,90) size 51x18
+      text run at (0,90) width 51: &quot;Y scroll&quot;
+    RenderBR {BR} at (50,104) size 1x0
+    RenderText {#text} at (0,108) size 51x18
+      text run at (0,108) width 51: &quot;Y scroll&quot;
+    RenderBR {BR} at (50,122) size 1x0
+    RenderText {#text} at (0,126) size 51x18
+      text run at (0,126) width 51: &quot;Y scroll&quot;
+    RenderBR {BR} at (50,140) size 1x0
+    RenderText {#text} at (0,144) size 51x18
+      text run at (0,144) width 51: &quot;Y scroll&quot;
+    RenderBR {BR} at (50,158) size 1x0
+    RenderText {#text} at (0,162) size 51x18
+      text run at (0,162) width 51: &quot;Y scroll&quot;
+    RenderBR {BR} at (50,176) size 1x0
+    RenderText {#text} at (0,180) size 51x18
+      text run at (0,180) width 51: &quot;Y scroll&quot;
+    RenderBR {BR} at (50,194) size 1x0
+    RenderText {#text} at (0,198) size 51x18
+      text run at (0,198) width 51: &quot;Y scroll&quot;
+    RenderBR {BR} at (50,212) size 1x0
+    RenderText {#text} at (0,216) size 51x18
+      text run at (0,216) width 51: &quot;Y scroll&quot;
+    RenderBR {BR} at (50,230) size 1x0
+    RenderText {#text} at (0,234) size 51x18
+      text run at (0,234) width 51: &quot;Y scroll&quot;
+    RenderBR {BR} at (50,248) size 1x0
+    RenderText {#text} at (0,252) size 51x18
+      text run at (0,252) width 51: &quot;Y scroll&quot;
+    RenderBR {BR} at (50,266) size 1x0
+    RenderText {#text} at (0,270) size 51x18
+      text run at (0,270) width 51: &quot;Y scroll&quot;
+    RenderBR {BR} at (50,284) size 1x0
+    RenderText {#text} at (0,288) size 51x18
+      text run at (0,288) width 51: &quot;Y scroll&quot;
+    RenderBR {BR} at (50,302) size 1x0
+    RenderText {#text} at (0,306) size 51x18
+      text run at (0,306) width 51: &quot;Y scroll&quot;
+    RenderBR {BR} at (50,320) size 1x0
+layer at (8,126) size 300x100 clip at (8,126) size 300x85 scrollWidth 1208
+  RenderBlock {DIV} at (0,118) size 300x100
+    RenderText {#text} at (0,0) size 1209x18
+      text run at (0,0) width 496: &quot;X scroll X scroll X scroll X scroll X scroll X scroll X scroll X scroll X scroll &quot;
+      text run at (495,0) width 332: &quot;X scroll X scroll X scroll X scroll X scroll X scroll &quot;
+      text run at (826,0) width 383: &quot;X scroll X scroll X scroll X scroll X scroll X scroll X scroll&quot;
+layer at (10,243) size 152x32 clip at (11,244) size 135x30
+  RenderTextControl {TEXTAREA} at (2,17) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 131x13
+      RenderText {#text} at (0,0) size 87x13
+        text run at (0,0) width 87: &quot;Textarea y-scroll&quot;
+layer at (170,228) size 152x47 clip at (171,229) size 150x30
+  RenderTextControl {TEXTAREA} at (162,2) size 152x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 146x13
+      RenderText {#text} at (0,0) size 87x13
+        text run at (0,0) width 87: &quot;Textarea x-scroll&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastoverflowscrollnestedpositionedlayerinoverflowexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastoverflowscrollnestedpositionedlayerinoverflowexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,19 @@
</span><ins>+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
+layer at (0,42) size 800x558 clip at (0,42) size 785x558 scrollY 282 scrollHeight 840
+  RenderBlock (positioned) {DIV} at (0,42) size 800x558
+layer at (0,-240) size 570x840 backgroundClip at (0,42) size 785x558 clip at (0,42) size 785x558
+  RenderBlock (positioned) {DIV} at (0,0) size 571x840
+    RenderBlock (anonymous) at (0,0) size 571x18
+      RenderText {#text} at (0,0) size 571x18
+        text run at (0,0) width 571: &quot;This tests that we can scroll to reveal something in a nested positioned block in overflow.&quot;
+    RenderBlock {DIV} at (0,18) size 571x800
+    RenderBlock (anonymous) at (0,818) size 571x22
+      RenderButton {INPUT} at (2,2) size 203x18 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 187x13
+          RenderText at (0,0) size 187x13
+            text run at (0,0) width 187: &quot;If you can see this, test has passed&quot;
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastoverflowscrollRevealButtonexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastoverflowscrollRevealButtonexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/overflow/scrollRevealButton-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/overflow/scrollRevealButton-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/overflow/scrollRevealButton-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/overflow/scrollRevealButton-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,42 @@
</span><ins>+layer at (0,0) size 785x1188
+  RenderView at (0,0) size 785x600
+layer at (0,0) size 785x1188
+  RenderBlock {HTML} at (0,0) size 785x1188
+    RenderBody {BODY} at (8,8) size 769x1172
+      RenderBlock (anonymous) at (0,0) size 769x18
+        RenderText {#text} at (0,0) size 348x18
+          text run at (0,0) width 348: &quot;This test should scroll recursively to reveal the button.&quot;
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,18) size 769x500
+      RenderBlock (anonymous) at (0,518) size 769x154
+        RenderIFrame {IFRAME} at (0,0) size 304x154 [border: (2px inset #000000)]
+          layer at (0,0) size 308x316
+            RenderView at (0,0) size 285x135
+          layer at (0,0) size 285x316
+            RenderBlock {HTML} at (0,0) size 285x316
+              RenderBody {BODY} at (8,8) size 269x300
+          layer at (8,8) size 300x300 clip at (8,8) size 285x300 scrollY 543 scrollHeight 1268
+            RenderBlock {DIV} at (0,0) size 300x300
+              RenderBlock (anonymous) at (0,0) size 285x18
+                RenderText {#text} at (0,0) size 89x18
+                  text run at (0,0) width 89: &quot;overflow:auto&quot;
+              RenderBlock {DIV} at (0,18) size 285x600
+              RenderBlock {DIV} at (0,768) size 285x500
+          layer at (8,83) size 150x150 clip at (8,83) size 135x150 scrollY 472 scrollHeight 858
+            RenderBlock {DIV} at (0,618) size 150x150
+              RenderBlock (anonymous) at (0,0) size 135x18
+                RenderText {#text} at (0,0) size 89x18
+                  text run at (0,0) width 89: &quot;overflow:auto&quot;
+              RenderBlock {DIV} at (0,18) size 135x500
+              RenderBlock (anonymous) at (0,518) size 135x40
+                RenderBR {BR} at (0,0) size 0x18
+                RenderButton {INPUT} at (2,20) size 52x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 36x13
+                    RenderText at (0,0) size 36x13
+                      text run at (0,0) width 36: &quot;Button&quot;
+                RenderText {#text} at (0,0) size 0x0
+              RenderBlock {DIV} at (0,558) size 135x300
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,672) size 769x500
+scrolled to 0,4
+frame 'fr' scrolled to 0,91
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastparserdocumentwriteoptionexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastparserdocumentwriteoptionexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/parser/document-write-option-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/parser/document-write-option-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/parser/document-write-option-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/parser/document-write-option-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+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
+      RenderMenuList {SELECT} at (2,2) size 318x18 [bgcolor=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 318x18
+          RenderText at (8,2) size 287x13
+            text run at (8,2) width 287: &quot;This is a very long string so it makes the select bigger.&quot;
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastparserentitycommentintextareaexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastparserentitycommentintextareaexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/parser/entity-comment-in-textarea-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/parser/entity-comment-in-textarea-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/parser/entity-comment-in-textarea-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/parser/entity-comment-in-textarea-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,12 @@
</span><ins>+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 (156,22) size 255x18
+        text run at (156,22) width 255: &quot; --&gt; This should be outside the textarea.&quot;
+layer at (10,10) size 152x32 clip at (11,11) size 150x30
+  RenderTextControl {TEXTAREA} at (2,2) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 146x13
+      RenderText {#text} at (0,0) size 20x13
+        text run at (0,0) width 20: &quot;&lt;!--&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastparseropencommentintextareaexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastparseropencommentintextareaexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/parser/open-comment-in-textarea-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/parser/open-comment-in-textarea-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/parser/open-comment-in-textarea-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/parser/open-comment-in-textarea-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,15 @@
</span><ins>+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 (156,22) size 252x18
+        text run at (156,22) width 252: &quot; This should not be part of the textarea.&quot;
+layer at (10,10) size 152x32 clip at (11,11) size 135x30 scrollHeight 56
+  RenderTextControl {TEXTAREA} at (2,2) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 131x52
+      RenderText {#text} at (0,0) size 116x39
+        text run at (0,0) width 20: &quot;&lt;!--&quot;
+        text run at (0,13) width 116: &quot;This should be part of&quot;
+        text run at (0,26) width 67: &quot;the textarea.&quot;
+      RenderBR {BR} at (0,39) size 0x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastrepaintrendererdestructionbyinvalidateSelectioncrashexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastrepaintrendererdestructionbyinvalidateSelectioncrashexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,16 @@
</span><ins>+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 784x23
+        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock (anonymous) at (0,23) size 784x18
+        RenderText {#text} at (0,0) size 4x18
+          text run at (0,0) width 4: &quot; &quot;
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,41) size 784x0
+layer at (13,13) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+caret: position 0 of child 0 {DIV} of {#document-fragment} of child 1 {INPUT} of child 1 {DIV} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastrepaintsearchfieldcancelexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastrepaintsearchfieldcancelexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/repaint/search-field-cancel-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/repaint/search-field-cancel-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/repaint/search-field-cancel-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/repaint/search-field-cancel-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,24 @@
</span><ins>+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 784x18
+        RenderText {#text} at (0,0) size 54x18
+          text run at (0,0) width 54: &quot;Test for &quot;
+        RenderInline {A} at (0,0) size 310x18 [color=#0000EE]
+          RenderText {#text} at (53,0) size 310x18
+            text run at (53,0) width 310: &quot;https://bugs.webkit.org/show_bug.cgi?id=23093&quot;
+        RenderText {#text} at (362,0) size 328x18
+          text run at (362,0) width 328: &quot;. The cancel button in a search field fails to redraw.&quot;
+      RenderBlock (anonymous) at (0,34) size 784x23
+        RenderTextControl {INPUT} at (2,2) size 164x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (3,0) size 158x19
+            RenderBlock {DIV} at (0,0) size 8x19
+            RenderBlock {DIV} at (8,3) size 131x13
+            RenderBlock {DIV} at (138,0) size 20x19
+        RenderText {#text} at (0,0) size 0x0
+layer at (21,47) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13
+    RenderText {#text} at (0,0) size 53x13
+      text run at (0,0) width 53: &quot;some text&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastrepaintsubtreerootskippedexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastrepaintsubtreerootskippedexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/repaint/subtree-root-skipped-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/repaint/subtree-root-skipped-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/repaint/subtree-root-skipped-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/repaint/subtree-root-skipped-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,22 @@
</span><ins>+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
+layer at (8,8) size 300x300
+  RenderBlock (relative positioned) {DIV} at (0,0) size 300x300 [bgcolor=#F0F8FF]
+layer at (8,8) size 200x200
+  RenderBlock {DIV} at (0,0) size 200x200 [bgcolor=#C0C0C0]
+    RenderBlock (anonymous) at (0,0) size 200x23
+      RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderText {#text} at (0,0) size 0x0
+    RenderBlock {DIV} at (0,23) size 200x18
+      RenderText {#text} at (0,0) size 106x18
+        text run at (0,0) width 106: &quot;Selection is here&quot;
+layer at (13,13) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 30x13
+      text run at (0,0) width 30: &quot;PASS&quot;
+layer at (8,288) size 10x20
+  RenderBlock (positioned) {DIV} at (0,280) size 10x20 [bgcolor=#ADD8E6]
+caret: position 0 of child 0 {#text} of child 3 {DIV} of child 1 {DIV} of child 1 {DIV} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastreplacedreplacedbreakingexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastreplacedreplacedbreakingexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/replaced/replaced-breaking-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/replaced/replaced-breaking-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/replaced/replaced-breaking-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/replaced/replaced-breaking-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,68 @@
</span><ins>+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 32x536 [border: (1px solid #FF0000)]
+        RenderTextControl {INPUT} at (3,3) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderTextControl {INPUT} at (3,26) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+        RenderImage {IMG} at (1,47) size 27x27 [border: (1px solid #000000)]
+        RenderImage {IMG} at (1,74) size 27x27 [border: (1px solid #000000)]
+        RenderText {#text} at (0,0) size 0x0
+        RenderButton {INPUT} at (3,103) size 43x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 27x13
+            RenderText at (0,0) size 27x13
+              text run at (0,0) width 27: &quot;input&quot;
+        RenderButton {INPUT} at (3,125) size 43x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 27x13
+            RenderText at (0,0) size 27x13
+              text run at (0,0) width 27: &quot;input&quot;
+        RenderText {#text} at (0,0) size 0x0
+        RenderButton {BUTTON} at (3,147) size 51x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 35x13
+            RenderText {#text} at (0,0) size 35x13
+              text run at (0,0) width 35: &quot;button&quot;
+        RenderButton {BUTTON} at (3,169) size 51x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 35x13
+            RenderText {#text} at (0,0) size 35x13
+              text run at (0,0) width 35: &quot;button&quot;
+        RenderText {#text} at (0,0) size 0x0
+        RenderMenuList {SELECT} at (3,191) size 63x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 63x18
+            RenderText at (8,2) size 32x13
+              text run at (8,2) width 32: &quot;select&quot;
+        RenderMenuList {SELECT} at (3,213) size 63x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 63x18
+            RenderText at (8,2) size 32x13
+              text run at (8,2) width 32: &quot;select&quot;
+        RenderText {#text} at (0,0) size 0x0
+        RenderListBox {SELECT} at (3,235) size 49x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderListBox {SELECT} at (3,296) size 49x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderText {#text} at (0,0) size 0x0
+        RenderBlock {INPUT} at (3,358) size 12x12
+        RenderBlock {INPUT} at (3,376) size 12x12
+        RenderText {#text} at (0,0) size 0x0
+        RenderBlock {INPUT} at (3,394) size 12x12
+        RenderBlock {INPUT} at (3,412) size 12x12
+        RenderText {#text} at (0,0) size 0x0
+        RenderIFrame {IFRAME} at (1,427) size 27x27 [border: (1px solid #000000)]
+          layer at (0,0) size 25x25
+            RenderView at (0,0) size 25x25
+          layer at (0,0) size 25x25
+            RenderBlock {HTML} at (0,0) size 25x25
+              RenderBody {BODY} at (8,8) size 9x9
+        RenderIFrame {IFRAME} at (1,454) size 27x27 [border: (1px solid #000000)]
+          layer at (0,0) size 25x25
+            RenderView at (0,0) size 25x25
+          layer at (0,0) size 25x25
+            RenderBlock {HTML} at (0,0) size 25x25
+              RenderBody {BODY} at (8,8) size 9x9
+        RenderText {#text} at (0,0) size 0x0
+        RenderEmbeddedObject {EMBED} at (1,481) size 27x27 [border: (1px solid #000000)]
+        RenderEmbeddedObject {EMBED} at (1,508) size 27x27 [border: (1px solid #000000)]
+        RenderText {#text} at (0,0) size 0x0
+layer at (14,14) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (14,37) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastreplacedreplacedbreakingmixtureexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastreplacedreplacedbreakingmixtureexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/replaced/replaced-breaking-mixture-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/replaced/replaced-breaking-mixture-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/replaced/replaced-breaking-mixture-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,39 @@
</span><ins>+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 10x43
+        RenderText {#text} at (0,0) size 25x18
+          text run at (0,0) width 25: &quot;Foo&quot;
+        RenderImage {IMG} at (0,18) size 25x25
+      RenderBlock {DIV} at (0,43) size 10x40
+        RenderText {#text} at (0,0) size 25x18
+          text run at (0,0) width 25: &quot;Foo&quot;
+        RenderMenuList {SELECT} at (2,20) size 53x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 53x18
+            RenderText at (8,2) size 22x13
+              text run at (8,2) width 22: &quot;One&quot;
+      RenderBlock {DIV} at (0,83) size 10x41
+        RenderText {#text} at (0,0) size 25x18
+          text run at (0,0) width 25: &quot;Foo&quot;
+        RenderTextControl {INPUT} at (2,20) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderBlock {DIV} at (0,124) size 10x43
+        RenderImage {IMG} at (0,0) size 25x25
+        RenderText {#text} at (0,25) size 25x18
+          text run at (0,25) width 25: &quot;Foo&quot;
+      RenderBlock {DIV} at (0,167) size 10x40
+        RenderMenuList {SELECT} at (2,2) size 53x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 53x18
+            RenderText at (8,2) size 22x13
+              text run at (8,2) width 22: &quot;One&quot;
+        RenderText {#text} at (0,22) size 25x18
+          text run at (0,22) width 25: &quot;Foo&quot;
+      RenderBlock {DIV} at (0,207) size 10x41
+        RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (0,23) size 25x18
+          text run at (0,23) width 25: &quot;Foo&quot;
+layer at (13,114) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (13,220) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastreplacedwidth100percentbuttonexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastreplacedwidth100percentbuttonexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/replaced/width100percent-button-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/replaced/width100percent-button-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/replaced/width100percent-button-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/replaced/width100percent-button-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,53 @@
</span><ins>+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 (anonymous) at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 315x18
+          text run at (0,0) width 315: &quot;The following sets of buttons should not overlap.&quot;
+      RenderTable {TABLE} at (0,18) size 784x26
+        RenderTableSection {TBODY} at (0,0) size 784x26
+          RenderTableRow {TR} at (0,1) size 784x24
+            RenderTableCell {TD} at (1,1) size 67x24 [r=0 c=0 rs=1 cs=1]
+              RenderButton {INPUT} at (1,3) size 65x18 [bgcolor=#C0C0C0]
+                RenderBlock (anonymous) at (8,2) size 49x13
+                  RenderText at (0,0) size 49x13
+                    text run at (0,0) width 49: &quot;New Mail&quot;
+            RenderTableCell {TD} at (68,1) size 49x24 [r=0 c=1 rs=1 cs=1]
+              RenderButton {INPUT} at (1,3) size 46x18 [bgcolor=#C0C0C0]
+                RenderBlock (anonymous) at (8,2) size 30x13
+                  RenderText at (0,0) size 30x13
+                    text run at (0,0) width 30: &quot;Reply&quot;
+            RenderTableCell {TD} at (117,1) size 66x24 [r=0 c=2 rs=1 cs=1]
+              RenderButton {INPUT} at (1,3) size 63x18 [bgcolor=#C0C0C0]
+                RenderBlock (anonymous) at (8,2) size 47x13
+                  RenderText at (0,0) size 47x13
+                    text run at (0,0) width 47: &quot;Reply All&quot;
+            RenderTableCell {TD} at (183,3) size 600x20 [r=0 c=3 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 4x18
+                text run at (1,1) width 4: &quot; &quot;
+      RenderBlock (anonymous) at (0,44) size 784x36
+        RenderBR {BR} at (0,0) size 0x18
+        RenderBR {BR} at (0,18) size 0x18
+      RenderTable {TABLE} at (0,80) size 784x26
+        RenderTableSection {TBODY} at (0,0) size 784x26
+          RenderTableRow {TR} at (0,1) size 784x24
+            RenderTableCell {TD} at (1,1) size 67x24 [r=0 c=0 rs=1 cs=1]
+              RenderButton {INPUT} at (1,3) size 65x18 [bgcolor=#C0C0C0]
+                RenderBlock (anonymous) at (8,2) size 49x13
+                  RenderText at (0,0) size 49x13
+                    text run at (0,0) width 49: &quot;New Mail&quot;
+            RenderTableCell {TD} at (68,1) size 49x24 [r=0 c=1 rs=1 cs=1]
+              RenderButton {INPUT} at (1,3) size 46x18 [bgcolor=#C0C0C0]
+                RenderBlock (anonymous) at (8,2) size 30x13
+                  RenderText at (0,0) size 30x13
+                    text run at (0,0) width 30: &quot;Reply&quot;
+            RenderTableCell {TD} at (117,1) size 66x24 [r=0 c=2 rs=1 cs=1]
+              RenderButton {INPUT} at (1,3) size 63x18 [bgcolor=#C0C0C0]
+                RenderBlock (anonymous) at (8,2) size 47x13
+                  RenderText at (0,0) size 47x13
+                    text run at (0,0) width 47: &quot;Reply All&quot;
+            RenderTableCell {TD} at (183,3) size 600x20 [r=0 c=3 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 4x18
+                text run at (1,1) width 4: &quot; &quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastreplacedwidth100percentmenulistexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastreplacedwidth100percentmenulistexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/replaced/width100percent-menulist-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/replaced/width100percent-menulist-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/replaced/width100percent-menulist-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/replaced/width100percent-menulist-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</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 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderBlock (anonymous) at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 291x18
+          text run at (0,0) width 291: &quot;The popup buttons below should not overlap.&quot;
+      RenderTable {TABLE} at (0,18) size 784x26
+        RenderTableSection {TBODY} at (0,0) size 784x26
+          RenderTableRow {TR} at (0,1) size 784x24
+            RenderTableCell {TD} at (1,1) size 2x24 [r=0 c=0 rs=1 cs=1]
+              RenderMenuList {SELECT} at (1,3) size 0x18 [bgcolor=#FFFFFF]
+                RenderBlock (anonymous) at (0,0) size 31x18
+                  RenderText at (8,2) size 20x13
+                    text run at (8,2) width 20: &quot;one&quot;
+            RenderTableCell {TD} at (4,1) size 2x24 [r=0 c=1 rs=1 cs=1]
+              RenderMenuList {SELECT} at (1,3) size 0x18 [bgcolor=#FFFFFF]
+                RenderBlock (anonymous) at (0,0) size 31x18
+                  RenderText at (8,2) size 20x13
+                    text run at (8,2) width 20: &quot;two&quot;
+            RenderTableCell {TD} at (7,1) size 2x24 [r=0 c=2 rs=1 cs=1]
+              RenderMenuList {SELECT} at (1,3) size 0x18 [bgcolor=#FFFFFF]
+                RenderBlock (anonymous) at (0,0) size 31x18
+                  RenderText at (8,2) size 27x13
+                    text run at (8,2) width 27: &quot;three&quot;
+            RenderTableCell {TD} at (10,3) size 773x20 [r=0 c=3 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 4x18
+                text run at (1,1) width 4: &quot; &quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastreplacedwidth100percenttextareaexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastreplacedwidth100percenttextareaexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/replaced/width100percent-textarea-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/replaced/width100percent-textarea-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/replaced/width100percent-textarea-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/replaced/width100percent-textarea-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,85 @@
</span><ins>+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 (anonymous) at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 256x18
+          text run at (0,0) width 256: &quot;The textareas below should not overlap.&quot;
+      RenderTable {TABLE} at (0,18) size 784x40
+        RenderTableSection {TBODY} at (0,0) size 784x40
+          RenderTableRow {TR} at (0,1) size 784x38
+            RenderTableCell {TD} at (1,1) size 8x38 [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (10,1) size 8x38 [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (19,1) size 8x38 [r=0 c=2 rs=1 cs=1]
+            RenderTableCell {TD} at (28,10) size 755x20 [r=0 c=3 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 4x18
+                text run at (1,1) width 4: &quot; &quot;
+      RenderBlock (anonymous) at (0,58) size 784x36
+        RenderBR {BR} at (0,0) size 0x18
+        RenderBR {BR} at (0,18) size 0x18
+      RenderTable {TABLE} at (0,94) size 784x40
+        RenderTableSection {TBODY} at (0,0) size 784x40
+          RenderTableRow {TR} at (0,1) size 784x38
+            RenderTableCell {TD} at (1,1) size 8x38 [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (10,1) size 8x38 [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (19,1) size 8x38 [r=0 c=2 rs=1 cs=1]
+            RenderTableCell {TD} at (28,10) size 755x20 [r=0 c=3 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 4x18
+                text run at (1,1) width 4: &quot; &quot;
+layer at (10,30) size 6x32 clip at (0,0) size 0x0 scrollWidth 9 scrollHeight 43
+  RenderTextControl {TEXTAREA} at (1,3) size 6x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 0x39
+      RenderText {#text} at (0,0) size 7x39
+        text run at (0,0) width 7: &quot;o&quot;
+        text run at (0,13) width 7: &quot;n&quot;
+        text run at (0,26) width 7: &quot;e&quot;
+layer at (19,30) size 6x32 clip at (0,0) size 0x0 scrollWidth 11 scrollHeight 43
+  RenderTextControl {TEXTAREA} at (1,3) size 6x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 0x39
+      RenderText {#text} at (0,0) size 9x39
+        text run at (0,0) width 4: &quot;t&quot;
+        text run at (0,13) width 9: &quot;w&quot;
+        text run at (0,26) width 7: &quot;o&quot;
+layer at (28,30) size 6x32 clip at (0,0) size 0x0 scrollWidth 9 scrollHeight 69
+  RenderTextControl {TEXTAREA} at (1,3) size 6x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 0x65
+      RenderText {#text} at (0,0) size 7x65
+        text run at (0,0) width 4: &quot;t&quot;
+        text run at (0,13) width 7: &quot;h&quot;
+        text run at (0,26) width 5: &quot;r&quot;
+        text run at (0,39) width 7: &quot;e&quot;
+        text run at (0,52) width 7: &quot;e&quot;
+layer at (10,106) size 6x32 clip at (0,0) size 0x0 scrollWidth 11 scrollHeight 173
+  RenderTextControl {TEXTAREA} at (1,3) size 6x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 0x169
+      RenderText {#text} at (0,0) size 9x169
+        text run at (0,0) width 7: &quot;o&quot;
+        text run at (0,13) width 7: &quot;n&quot;
+        text run at (0,26) width 7: &quot;e&quot;
+        text run at (0,39) width 0: &quot; &quot;
+        text run at (0,52) width 4: &quot;t&quot;
+        text run at (0,65) width 9: &quot;w&quot;
+        text run at (0,78) width 7: &quot;o&quot;
+        text run at (0,91) width 0: &quot; &quot;
+        text run at (0,104) width 4: &quot;t&quot;
+        text run at (0,117) width 7: &quot;h&quot;
+        text run at (0,130) width 5: &quot;r&quot;
+        text run at (0,143) width 7: &quot;e&quot;
+        text run at (0,156) width 7: &quot;e&quot;
+layer at (19,106) size 6x32 clip at (0,0) size 0x0 scrollWidth 11 scrollHeight 43
+  RenderTextControl {TEXTAREA} at (1,3) size 6x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 0x39
+      RenderText {#text} at (0,0) size 9x39
+        text run at (0,0) width 4: &quot;t&quot;
+        text run at (0,13) width 9: &quot;w&quot;
+        text run at (0,26) width 7: &quot;o&quot;
+layer at (28,106) size 6x32 clip at (0,0) size 0x0 scrollWidth 9 scrollHeight 69
+  RenderTextControl {TEXTAREA} at (1,3) size 6x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 0x65
+      RenderText {#text} at (0,0) size 7x65
+        text run at (0,0) width 4: &quot;t&quot;
+        text run at (0,13) width 7: &quot;h&quot;
+        text run at (0,26) width 5: &quot;r&quot;
+        text run at (0,39) width 7: &quot;e&quot;
+        text run at (0,52) width 7: &quot;e&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastselectors064expectedtxtfromrev202825trunkLayoutTestsplatformmacfastselectors064expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/selectors/064-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/selectors/064-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/selectors/064-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/selectors/064-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,17 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x88
+  RenderBlock {HTML} at (0,0) size 800x88
+    RenderBody {BODY} at (8,16) size 784x56
+      RenderBlock {DIV} at (0,0) size 784x56
+        RenderBlock {P} at (0,0) size 784x18 [color=#00FF00]
+          RenderInline {A} at (0,0) size 286x18 [color=#000000]
+            RenderText {#text} at (0,0) size 286x18
+              text run at (0,0) width 286: &quot;This text should turn green while it is active.&quot;
+          RenderText {#text} at (0,0) size 0x0
+        RenderBlock {P} at (0,34) size 784x22 [color=#00FF00]
+          RenderButton {BUTTON} at (2,2) size 249x18 [color=#000000] [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+            RenderBlock (anonymous) at (8,2) size 233x13
+              RenderText {#text} at (0,0) size 233x13
+                text run at (0,0) width 233: &quot;This text should turn green while it is active.&quot;
+          RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfastspatialnavigationsnavmultipleselectfocusringexpectedtxtfromrev202825trunkLayoutTestsplatformmacfastspatialnavigationsnavmultipleselectfocusringexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</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 800x77
+  RenderBlock {HTML} at (0,0) size 800x77
+    RenderBody {BODY} at (8,8) size 784x61
+      RenderListBox {SELECT} at (2,2) size 350x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+      RenderText {#text} at (0,0) size 0x0
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfasttable003expectedtxtfromrev202825trunkLayoutTestsplatformmacfasttable003expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/table/003-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/table/003-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/table/003-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/table/003-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,81 @@
</span><ins>+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
+      RenderTable {TABLE} at (0,0) size 784x51
+        RenderTableSection {TBODY} at (0,0) size 784x51
+          RenderTableRow {TR} at (0,2) size 784x25
+            RenderTableCell {TD} at (2,4) size 56x21 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 37x19
+                text run at (1,2) width 37: &quot;URL:&quot;
+            RenderTableCell {TD} at (59,2) size 724x25 [r=0 c=1 rs=1 cs=1]
+              RenderTextControl {INPUT} at (1,3) size 721x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderTableRow {TR} at (0,29) size 784x20
+            RenderTableCell {TD} at (2,29) size 781x20 [bgcolor=#FF0000] [r=1 c=0 rs=1 cs=2]
+              RenderText {#text} at (1,1) size 257x18
+                text run at (1,1) width 257: &quot;Alongwordtogiveyouanicebigminwidth.&quot;
+      RenderTable {TABLE} at (0,51) size 100x100 [bgcolor=#FF0000] [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 96x96
+          RenderTableRow {TR} at (0,2) size 96x92
+            RenderTableCell {TD} at (2,46) size 92x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+      RenderTable {TABLE} at (0,151) size 168x120 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 164x116
+          RenderTableRow {TR} at (0,2) size 164x22
+            RenderTableCell {TD} at (2,2) size 160x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 32x18
+                text run at (2,2) width 32: &quot;hello&quot;
+          RenderTableRow {TR} at (0,26) size 164x22
+            RenderTableCell {TD} at (2,26) size 160x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 69x18
+                text run at (2,2) width 69: &quot;more hello&quot;
+          RenderTableRow {TR} at (0,50) size 164x22
+            RenderTableCell {TD} at (2,50) size 160x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 38x18
+                text run at (2,2) width 38: &quot;world&quot;
+          RenderTableRow {TR} at (0,74) size 164x40
+            RenderTableCell {TD} at (2,77) size 160x34 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 0x0
+      RenderTable {TABLE} at (0,271) size 106x78
+        RenderTableSection {TBODY} at (0,0) size 106x78
+          RenderTableRow {TR} at (0,2) size 106x74
+            RenderTableCell {TD} at (2,2) size 102x74 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 88x72
+                text run at (1,1) width 88: &quot;I should wrap&quot;
+                text run at (1,19) width 82: &quot;and not have&quot;
+                text run at (1,37) width 56: &quot;nowrap. &quot;
+                text run at (56,37) width 7: &quot;I&quot;
+                text run at (1,55) width 88: &quot;really should.&quot;
+      RenderTable {TABLE} at (0,349) size 106x78
+        RenderTableSection {TBODY} at (0,0) size 106x78
+          RenderTableRow {TR} at (0,2) size 106x74
+            RenderTableCell {TD} at (2,2) size 102x74 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 100x72
+                RenderText {#text} at (0,0) size 88x72
+                  text run at (0,0) width 88: &quot;I should wrap&quot;
+                  text run at (0,18) width 82: &quot;and not have&quot;
+                  text run at (0,36) width 56: &quot;nowrap. &quot;
+                  text run at (55,36) width 7: &quot;I&quot;
+                  text run at (0,54) width 88: &quot;really should.&quot;
+      RenderTable {TABLE} at (0,427) size 373x24
+        RenderTableSection {TBODY} at (0,0) size 373x24
+          RenderTableRow {TR} at (0,2) size 373x20
+            RenderTableCell {TD} at (2,2) size 369x20 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 367x18
+                text run at (1,1) width 147: &quot;I should have nowrap. &quot;
+                text run at (147,1) width 101: &quot;I really should. &quot;
+                text run at (247,1) width 121: &quot;Definitely. Should.&quot;
+      RenderTable {TABLE} at (0,451) size 373x24
+        RenderTableSection {TBODY} at (0,0) size 373x24
+          RenderTableRow {TR} at (0,2) size 373x20
+            RenderTableCell {TD} at (2,2) size 369x20 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 367x18
+                RenderText {#text} at (0,0) size 367x18
+                  text run at (0,0) width 147: &quot;I should have nowrap. &quot;
+                  text run at (146,0) width 101: &quot;I really should. &quot;
+                  text run at (246,0) width 121: &quot;Definitely. Should.&quot;
+layer at (72,16) size 714x13
+  RenderBlock {DIV} at (3,3) size 715x13
+layer at (16,240) size 152x30 clip at (17,241) size 150x28
+  RenderTextControl {TEXTAREA} at (4,2) size 152x30 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 146x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfasttableappendcells2expectedtxtfromrev202825trunkLayoutTestsplatformmacfasttableappendcells2expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/table/append-cells2-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/table/append-cells2-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/table/append-cells2-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/table/append-cells2-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,89 @@
</span><ins>+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 784x18
+        RenderText {#text} at (0,0) size 465x18
+          text run at (0,0) width 465: &quot;Rows should have different number of columns, but those should match.&quot;
+      RenderTable {TABLE} at (0,34) size 725x90
+        RenderTableSection {THEAD} at (0,0) size 725x18
+          RenderTableRow {TR} at (0,0) size 725x18
+            RenderTableCell {TD} at (0,0) size 91x18 [bgcolor=#7CFC00] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 8x18
+                text run at (0,0) width 8: &quot;1&quot;
+            RenderTableCell {TD} at (90,0) size 92x18 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 18x18
+                text run at (0,0) width 18: &quot;1+&quot;
+            RenderTableCell {TD} at (181,0) size 91x18 [bgcolor=#00FFFF] [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 8x18
+                text run at (0,0) width 8: &quot;2&quot;
+            RenderTableCell {TD} at (271,0) size 92x18 [bgcolor=#008B8B] [r=0 c=3 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 18x18
+                text run at (0,0) width 18: &quot;2+&quot;
+            RenderTableCell {TD} at (362,0) size 92x18 [bgcolor=#FFFF00] [r=0 c=4 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 8x18
+                text run at (0,0) width 8: &quot;3&quot;
+            RenderTableCell {TD} at (453,0) size 91x18 [bgcolor=#FFD700] [r=0 c=5 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 18x18
+                text run at (0,0) width 18: &quot;3+&quot;
+        RenderTableSection {TFOOT} at (0,72) size 725x18
+          RenderTableRow {TR} at (0,0) size 725x18
+            RenderTableCell {TD} at (0,0) size 91x18 [bgcolor=#7CFC00] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 8x18
+                text run at (0,0) width 8: &quot;1&quot;
+            RenderTableCell {TD} at (90,0) size 92x18 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 18x18
+                text run at (0,0) width 18: &quot;1+&quot;
+            RenderTableCell {TD} at (181,0) size 91x18 [bgcolor=#00FFFF] [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 8x18
+                text run at (0,0) width 8: &quot;2&quot;
+            RenderTableCell {TD} at (271,0) size 92x18 [bgcolor=#008B8B] [r=0 c=3 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 18x18
+                text run at (0,0) width 18: &quot;2+&quot;
+            RenderTableCell {TD} at (362,0) size 92x18 [bgcolor=#FFFF00] [r=0 c=4 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 8x18
+                text run at (0,0) width 8: &quot;3&quot;
+            RenderTableCell {TD} at (453,0) size 91x18 [bgcolor=#FFD700] [r=0 c=5 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 18x18
+                text run at (0,0) width 18: &quot;3+&quot;
+            RenderTableCell {TD} at (543,0) size 92x18 [bgcolor=#FFA500] [r=0 c=6 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 8x18
+                text run at (0,0) width 8: &quot;4&quot;
+            RenderTableCell {TD} at (634,0) size 91x18 [bgcolor=#FF8C00] [r=0 c=7 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 18x18
+                text run at (0,0) width 18: &quot;4+&quot;
+        RenderTableSection {TBODY} at (0,18) size 725x54
+          RenderTableRow {TR} at (0,0) size 725x18
+            RenderTableCell {TD} at (0,0) size 91x18 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 4x18
+                text run at (0,0) width 4: &quot; &quot;
+          RenderTableRow {TR} at (0,18) size 725x18
+            RenderTableCell {TD} at (0,18) size 91x18 [bgcolor=#7CFC00] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 8x18
+                text run at (0,0) width 8: &quot;1&quot;
+            RenderTableCell {TD} at (90,18) size 92x18 [bgcolor=#008000] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 18x18
+                text run at (0,0) width 18: &quot;1+&quot;
+            RenderTableCell {TD} at (181,18) size 91x18 [bgcolor=#00FFFF] [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 8x18
+                text run at (0,0) width 8: &quot;2&quot;
+            RenderTableCell {TD} at (271,18) size 92x18 [bgcolor=#008B8B] [r=1 c=3 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 18x18
+                text run at (0,0) width 18: &quot;2+&quot;
+          RenderTableRow {TR} at (0,36) size 725x18
+            RenderTableCell {TD} at (0,36) size 91x18 [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 4x18
+                text run at (0,0) width 4: &quot; &quot;
+      RenderBlock (anonymous) at (0,124) size 784x22
+        RenderButton {BUTTON} at (2,2) size 44x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 28x13
+            RenderText {#text} at (0,0) size 28x13
+              text run at (0,0) width 28: &quot;show&quot;
+        RenderText {#text} at (47,1) size 5x18
+          text run at (47,1) width 5: &quot; &quot;
+        RenderButton {BUTTON} at (53,2) size 40x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 23x13
+            RenderText {#text} at (0,0) size 23x13
+              text run at (0,0) width 23: &quot;hide&quot;
+        RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfasttablecolspanMinWidthexpectedtxtfromrev202825trunkLayoutTestsplatformmacfasttablecolspanMinWidthexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/table/colspanMinWidth-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/table/colspanMinWidth-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/table/colspanMinWidth-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/table/colspanMinWidth-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,24 @@
</span><ins>+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
+      RenderTable {TABLE} at (0,0) size 161x43
+        RenderTableSection {TBODY} at (0,0) size 161x43
+          RenderTableRow {TR} at (0,2) size 161x2
+            RenderTableCell {TD} at (2,2) size 3x2 [bgcolor=#0000FF] [r=0 c=0 rs=1 cs=1]
+          RenderTableRow {TR} at (0,6) size 161x0
+            RenderTableCell {TD} at (2,6) size 153x2 [bgcolor=#008000] [r=1 c=0 rs=2 cs=2]
+          RenderTableRow {TR} at (0,8) size 161x0
+            RenderTableCell {TD} at (156,23) size 3x3 [bgcolor=#FF0000] [r=2 c=2 rs=2 cs=1]
+          RenderTableRow {TR} at (0,10) size 161x31
+            RenderTableCell {TD} at (2,10) size 153x31 [bgcolor=#00FFFF] [r=3 c=0 rs=1 cs=2]
+              RenderTable {TABLE} at (1,1) size 151x29
+                RenderTableSection {TBODY} at (0,0) size 151x29
+                  RenderTableRow {TR} at (0,2) size 151x25
+                    RenderTableCell {TD} at (2,13) size 2x3 [bgcolor=#FF00FF] [r=0 c=0 rs=1 cs=1]
+                    RenderTableCell {TD} at (6,2) size 143x25 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
+                      RenderTextControl {INPUT} at (3,3) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                      RenderText {#text} at (0,0) size 0x0
+layer at (23,27) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfasttablecolspanMinWidthverticalexpectedtxtfromrev202825trunkLayoutTestsplatformmacfasttablecolspanMinWidthverticalexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/table/colspanMinWidth-vertical-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/table/colspanMinWidth-vertical-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/table/colspanMinWidth-vertical-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/table/colspanMinWidth-vertical-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,24 @@
</span><ins>+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
+      RenderTable {TABLE} at (0,0) size 160x161
+        RenderTableSection {TBODY} at (0,0) size 160x161
+          RenderTableRow {TR} at (0,2) size 2x161
+            RenderTableCell {TD} at (2,2) size 2x3 [bgcolor=#0000FF] [r=0 c=0 rs=1 cs=1]
+          RenderTableRow {TR} at (0,6) size 0x161
+            RenderTableCell {TD} at (6,2) size 2x153 [bgcolor=#008000] [r=1 c=0 rs=2 cs=2]
+          RenderTableRow {TR} at (0,8) size 0x161
+            RenderTableCell {TD} at (8,230) size 150x-145 [bgcolor=#FF0000] [r=2 c=2 rs=2 cs=1]
+          RenderTableRow {TR} at (0,10) size 148x161
+            RenderTableCell {TD} at (10,2) size 148x153 [bgcolor=#00FFFF] [r=3 c=0 rs=1 cs=2]
+              RenderTable {TABLE} at (1,1) size 146x151
+                RenderTableSection {TBODY} at (0,0) size 146x151
+                  RenderTableRow {TR} at (0,2) size 142x151
+                    RenderTableCell {TD} at (2,72) size 142x-138 [bgcolor=#FF00FF] [r=0 c=0 rs=1 cs=1]
+                    RenderTableCell {TD} at (2,6) size 142x143 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
+                      RenderTextControl {INPUT} at (3,3) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                      RenderText {#text} at (0,0) size 0x0
+layer at (19,23) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfasttableremovetddisplaynoneexpectedtxtfromrev202825trunkLayoutTestsplatformmacfasttableremovetddisplaynoneexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/table/remove-td-display-none-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/table/remove-td-display-none-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/table/remove-td-display-none-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/table/remove-td-display-none-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,66 @@
</span><ins>+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 784x18
+        RenderText {#text} at (0,0) size 307x18
+          text run at (0,0) width 307: &quot;Both rows should have the same width (725px).&quot;
+      RenderTable {TABLE} at (0,34) size 725x36
+        RenderTableSection {TBODY} at (0,0) size 725x36
+          RenderTableRow {TR} at (0,0) size 725x18
+            RenderTableCell {TD} at (0,0) size 91x18 [bgcolor=#7CFC00] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 8x18
+                text run at (0,0) width 8: &quot;1&quot;
+            RenderTableCell {TD} at (90,0) size 92x18 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 18x18
+                text run at (0,0) width 18: &quot;1+&quot;
+            RenderTableCell {TD} at (181,0) size 91x18 [bgcolor=#00FFFF] [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 8x18
+                text run at (0,0) width 8: &quot;2&quot;
+            RenderTableCell {TD} at (271,0) size 92x18 [bgcolor=#008B8B] [r=0 c=3 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 18x18
+                text run at (0,0) width 18: &quot;2+&quot;
+            RenderTableCell {TD} at (362,0) size 92x18 [bgcolor=#FFFF00] [r=0 c=4 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 8x18
+                text run at (0,0) width 8: &quot;3&quot;
+            RenderTableCell {TD} at (453,0) size 91x18 [bgcolor=#FFD700] [r=0 c=5 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 18x18
+                text run at (0,0) width 18: &quot;3+&quot;
+            RenderTableCell {TD} at (543,0) size 92x18 [bgcolor=#FFA500] [r=0 c=6 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 8x18
+                text run at (0,0) width 8: &quot;4&quot;
+            RenderTableCell {TD} at (634,0) size 91x18 [bgcolor=#FF8C00] [r=0 c=7 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 18x18
+                text run at (0,0) width 18: &quot;4+&quot;
+          RenderTableRow {TR} at (0,18) size 725x18
+            RenderTableCell {TD} at (0,18) size 91x18 [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 4x18
+                text run at (0,0) width 4: &quot; &quot;
+      RenderTable {TABLE} at (0,70) size 725x18
+        RenderTableSection {TBODY} at (0,0) size 725x18
+          RenderTableRow {TR} at (0,0) size 725x18
+            RenderTableCell {TD} at (0,0) size 182x18 [bgcolor=#7CFC00] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 8x18
+                text run at (0,0) width 8: &quot;1&quot;
+            RenderTableCell {TD} at (181,0) size 182x18 [bgcolor=#00FFFF] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 8x18
+                text run at (0,0) width 8: &quot;2&quot;
+            RenderTableCell {TD} at (362,0) size 182x18 [bgcolor=#FFFF00] [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 8x18
+                text run at (0,0) width 8: &quot;3&quot;
+            RenderTableCell {TD} at (543,0) size 182x18 [bgcolor=#FFA500] [r=0 c=3 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 8x18
+                text run at (0,0) width 8: &quot;4&quot;
+      RenderBlock (anonymous) at (0,88) size 784x22
+        RenderButton {BUTTON} at (2,2) size 44x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 28x13
+            RenderText {#text} at (0,0) size 28x13
+              text run at (0,0) width 28: &quot;show&quot;
+        RenderText {#text} at (47,1) size 5x18
+          text run at (47,1) width 5: &quot; &quot;
+        RenderButton {BUTTON} at (53,2) size 40x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 23x13
+            RenderText {#text} at (0,0) size 23x13
+              text run at (0,0) width 23: &quot;hide&quot;
+        RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfasttablespanOverlapRepaintexpectedtxtfromrev202825trunkLayoutTestsplatformmacfasttablespanOverlapRepaintexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/table/spanOverlapRepaint-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/table/spanOverlapRepaint-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/table/spanOverlapRepaint-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/table/spanOverlapRepaint-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,26 @@
</span><ins>+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
+      RenderTable {TABLE} at (0,0) size 165x49
+        RenderTableSection {TBODY} at (0,0) size 165x49
+          RenderTableRow {TR} at (0,2) size 165x2
+            RenderTableCell {TD} at (2,2) size 6x2 [r=0 c=0 rs=1 cs=1]
+          RenderTableRow {TR} at (0,6) size 165x0
+            RenderTableCell {TD} at (2,6) size 6x2 [r=1 c=0 rs=2 cs=1]
+          RenderTableRow {TR} at (0,8) size 165x0
+            RenderTableCell {TD} at (10,26) size 153x3 [r=2 c=1 rs=2 cs=1]
+          RenderTableRow {TR} at (0,10) size 165x37
+            RenderTableCell {TD} at (2,10) size 161x37 [r=3 c=0 rs=1 cs=2]
+              RenderTable {TABLE} at (1,1) size 159x35 [border: (2px outset #808080)]
+                RenderTableSection {TBODY} at (2,2) size 155x31
+                  RenderTableRow {TR} at (0,2) size 155x27
+                    RenderTableCell {TD} at (2,13) size 4x5 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                    RenderTableCell {TD} at (8,2) size 145x27 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+                      RenderTextControl {INPUT} at (4,4) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                      RenderText {#text} at (0,0) size 0x0
+layer at (28,30) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 26x13
+      text run at (0,0) width 26: &quot;hello&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfasttabletextfieldbaselineexpectedtxtfromrev202825trunkLayoutTestsplatformmacfasttabletextfieldbaselineexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/table/text-field-baseline-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/table/text-field-baseline-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/table/text-field-baseline-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/table/text-field-baseline-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,101 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x419
+  RenderBlock {HTML} at (0,0) size 800x419
+    RenderBody {BODY} at (8,16) size 784x387
+      RenderBlock {P} at (0,0) size 784x36
+        RenderText {#text} at (0,0) size 177x18
+          text run at (0,0) width 177: &quot;This is a regression test for &quot;
+        RenderInline {I} at (0,0) size 750x36
+          RenderInline {A} at (0,0) size 354x18 [color=#0000EE]
+            RenderText {#text} at (176,0) size 354x18
+              text run at (176,0) width 354: &quot;http://bugzilla.opendarwin.org/show_bug.cgi?id=9122&quot;
+          RenderText {#text} at (529,0) size 750x36
+            text run at (529,0) width 5: &quot; &quot;
+            text run at (533,0) width 217: &quot;REGRESSION: Incorrect vertical&quot;
+            text run at (0,18) width 312: &quot;position for text fields in a \&quot;display: table\&quot; block&quot;
+        RenderText {#text} at (311,18) size 5x18
+          text run at (311,18) width 5: &quot;.&quot;
+      RenderBlock {P} at (0,52) size 784x36
+        RenderText {#text} at (0,0) size 752x36
+          text run at (0,0) width 752: &quot;Type something in the text field. Resize the window. The text field should not jump down. Delete what you typed and&quot;
+          text run at (0,18) width 324: &quot;resize the window. The text field should not move.&quot;
+      RenderBlock {FORM} at (0,104) size 784x283
+        RenderTable {DL} at (0,0) size 166x23
+          RenderTableSection (anonymous) at (0,0) size 166x23
+            RenderTableRow {DIV} at (0,0) size 166x23
+              RenderTableCell {DT} at (0,2) size 25x18 [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (0,0) size 25x18
+                  text run at (0,0) width 25: &quot;Foo&quot;
+              RenderTableCell {DD} at (24,0) size 142x23 [r=0 c=1 rs=1 cs=1]
+                RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderBlock {HR} at (0,39) size 784x2 [border: (1px inset #000000)]
+        RenderBlock {P} at (0,57) size 784x36
+          RenderText {#text} at (0,0) size 771x36
+            text run at (0,0) width 771: &quot;And here's more. There should not be a difference in distance between the labels, nor any difference in distance between&quot;
+            text run at (0,18) width 91: &quot;the text fields.&quot;
+        RenderTable {DL} at (0,109) size 237x174
+          RenderTableSection (anonymous) at (0,0) size 237x174
+            RenderTableRow {DIV} at (0,0) size 237x23
+              RenderTableCell {DT} at (0,2) size 25x18 [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (0,0) size 25x18
+                  text run at (0,0) width 25: &quot;Foo&quot;
+              RenderTableCell {DD} at (24,0) size 213x23 [r=0 c=1 rs=1 cs=1]
+                RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderTableRow {DIV} at (0,23) size 237x23
+              RenderTableCell {DT} at (0,25) size 25x18 [r=1 c=0 rs=1 cs=1]
+                RenderText {#text} at (0,0) size 25x18
+                  text run at (0,0) width 25: &quot;Foo&quot;
+              RenderTableCell {DD} at (24,23) size 213x23 [r=1 c=1 rs=1 cs=1]
+                RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderTableRow {DIV} at (0,46) size 237x23
+              RenderTableCell {DT} at (0,48) size 25x18 [r=2 c=0 rs=1 cs=1]
+                RenderText {#text} at (0,0) size 25x18
+                  text run at (0,0) width 25: &quot;Foo&quot;
+              RenderTableCell {DD} at (24,46) size 213x23 [r=2 c=1 rs=1 cs=1]
+                RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderTableRow {DIV} at (0,69) size 237x23
+              RenderTableCell {DT} at (0,71) size 25x18 [r=3 c=0 rs=1 cs=1]
+                RenderText {#text} at (0,0) size 25x18
+                  text run at (0,0) width 25: &quot;Foo&quot;
+              RenderTableCell {DD} at (24,69) size 213x23 [r=3 c=1 rs=1 cs=1]
+                RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderTableRow {DIV} at (0,92) size 237x23
+              RenderTableCell {DT} at (0,94) size 25x18 [r=4 c=0 rs=1 cs=1]
+                RenderText {#text} at (0,0) size 25x18
+                  text run at (0,0) width 25: &quot;Foo&quot;
+              RenderTableCell {DD} at (24,92) size 213x23 [r=4 c=1 rs=1 cs=1]
+                RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderTableRow {DIV} at (0,115) size 237x23
+              RenderTableCell {DT} at (0,117) size 25x18 [r=5 c=0 rs=1 cs=1]
+                RenderText {#text} at (0,0) size 25x18
+                  text run at (0,0) width 25: &quot;Foo&quot;
+              RenderTableCell {DD} at (24,115) size 213x23 [r=5 c=1 rs=1 cs=1]
+                RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderTableRow {DIV} at (0,138) size 237x36
+              RenderTableCell {DT} at (0,156) size 25x18 [r=6 c=0 rs=1 cs=1]
+                RenderText {#text} at (0,0) size 25x18
+                  text run at (0,0) width 25: &quot;Foo&quot;
+              RenderTableCell {DD} at (24,138) size 213x36 [r=6 c=1 rs=1 cs=1]
+                RenderBlock {DIV} at (0,0) size 212x36
+                  RenderBR {BR} at (0,0) size 0x18
+                  RenderText {#text} at (0,18) size 212x18
+                    text run at (0,18) width 212: &quot;Bar (should be aligned with Foo)&quot;
+layer at (38,125) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (38,234) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (38,257) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (38,280) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 19x13
+      text run at (0,0) width 19: &quot;Bar&quot;
+layer at (38,303) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 19x13
+      text run at (0,0) width 19: &quot;Bar&quot;
+layer at (38,326) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (38,349) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfasttextbackslashtoyensigneucexpectedtxtfromrev202825trunkLayoutTestsplatformmacfasttextbackslashtoyensigneucexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/text/backslash-to-yen-sign-euc-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/text/backslash-to-yen-sign-euc-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/text/backslash-to-yen-sign-euc-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,469 @@
</span><ins>+layer at (0,0) size 785x734
+  RenderView at (0,0) size 785x600
+layer at (0,0) size 785x734
+  RenderBlock {HTML} at (0,0) size 785x734
+    RenderBody {BODY} at (8,8) size 769x718
+      RenderBlock {DIV} at (0,0) size 769x18
+        RenderInline {SPAN} at (0,0) size 331x18
+          RenderText {#text} at (0,0) size 315x18
+            text run at (0,0) width 315: &quot;No font is specified. expected: yen sign, actual: \x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x18
+            RenderText {#text} at (314,0) size 9x18
+              text run at (314,0) width 9: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x18
+            RenderText {#text} at (322,0) size 9x18
+              text run at (322,0) width 9: &quot;\x{A5}&quot;
+      RenderBlock {DIV} at (0,18) size 769x18
+        RenderInline {SPAN} at (0,0) size 371x18
+          RenderText {#text} at (0,0) size 355x18
+            text run at (0,0) width 355: &quot;Using font \&quot;MS PGothic\&quot;. expected: yen sign, actual: \x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x18
+            RenderText {#text} at (354,0) size 9x18
+              text run at (354,0) width 9: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x18
+            RenderText {#text} at (362,0) size 9x18
+              text run at (362,0) width 9: &quot;\x{A5}&quot;
+        RenderInline {SPAN} at (0,0) size 9x18
+          RenderText {#text} at (370,0) size 9x18
+            text run at (370,0) width 9: &quot;\x{A5}&quot;
+      RenderBlock {DIV} at (0,36) size 769x18
+        RenderInline {SPAN} at (0,0) size 362x18
+          RenderText {#text} at (0,0) size 346x18
+            text run at (0,0) width 346: &quot;Using font \&quot;MS Gothic\&quot;. expected: yen sign, actual: \x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x18
+            RenderText {#text} at (345,0) size 9x18
+              text run at (345,0) width 9: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x18
+            RenderText {#text} at (353,0) size 9x18
+              text run at (353,0) width 9: &quot;\x{A5}&quot;
+        RenderInline {SPAN} at (0,0) size 9x18
+          RenderText {#text} at (361,0) size 9x18
+            text run at (361,0) width 9: &quot;\x{A5}&quot;
+      RenderBlock {DIV} at (0,54) size 769x18
+        RenderInline {SPAN} at (0,0) size 377x18
+          RenderText {#text} at (0,0) size 361x18
+            text run at (0,0) width 361: &quot;Using font \&quot;MS PMincho\&quot;. expected: yen sign, actual: \x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x18
+            RenderText {#text} at (360,0) size 9x18
+              text run at (360,0) width 9: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x18
+            RenderText {#text} at (368,0) size 9x18
+              text run at (368,0) width 9: &quot;\x{A5}&quot;
+        RenderInline {SPAN} at (0,0) size 9x18
+          RenderText {#text} at (376,0) size 9x18
+            text run at (376,0) width 9: &quot;\x{A5}&quot;
+      RenderBlock {DIV} at (0,72) size 769x18
+        RenderInline {SPAN} at (0,0) size 368x18
+          RenderText {#text} at (0,0) size 352x18
+            text run at (0,0) width 352: &quot;Using font \&quot;MS Mincho\&quot;. expected: yen sign, actual: \x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x18
+            RenderText {#text} at (351,0) size 9x18
+              text run at (351,0) width 9: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x18
+            RenderText {#text} at (359,0) size 9x18
+              text run at (359,0) width 9: &quot;\x{A5}&quot;
+        RenderInline {SPAN} at (0,0) size 9x18
+          RenderText {#text} at (367,0) size 9x18
+            text run at (367,0) width 9: &quot;\x{A5}&quot;
+      RenderBlock {DIV} at (0,90) size 769x18
+        RenderInline {SPAN} at (0,0) size 338x18
+          RenderText {#text} at (0,0) size 322x18
+            text run at (0,0) width 322: &quot;Using font \&quot;Meiryo\&quot;. expected: yen sign, actual: \x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x18
+            RenderText {#text} at (321,0) size 9x18
+              text run at (321,0) width 9: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x18
+            RenderText {#text} at (329,0) size 9x18
+              text run at (329,0) width 9: &quot;\x{A5}&quot;
+        RenderInline {SPAN} at (0,0) size 9x18
+          RenderText {#text} at (337,0) size 9x18
+            text run at (337,0) width 9: &quot;\x{A5}&quot;
+      RenderBlock {DIV} at (0,108) size 769x22
+        RenderInline {SPAN} at (0,0) size 407x18
+          RenderText {#text} at (0,3) size 391x18
+            text run at (0,3) width 391: &quot;Using font \&quot;\x{FF2D}\x{FF33} \x{FF30}\x{30B4}\x{30B7}\x{30C3}\x{30AF}\&quot;. expected: yen sign, actual: \x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x18
+            RenderText {#text} at (390,3) size 9x18
+              text run at (390,3) width 9: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x18
+            RenderText {#text} at (398,3) size 9x18
+              text run at (398,3) width 9: &quot;\x{A5}&quot;
+        RenderInline {SPAN} at (0,0) size 9x18
+          RenderText {#text} at (406,3) size 9x18
+            text run at (406,3) width 9: &quot;\x{A5}&quot;
+      RenderBlock {DIV} at (0,130) size 769x22
+        RenderInline {SPAN} at (0,0) size 391x18
+          RenderText {#text} at (0,3) size 375x18
+            text run at (0,3) width 375: &quot;Using font \&quot;\x{FF2D}\x{FF33} \x{30B4}\x{30B7}\x{30C3}\x{30AF}\&quot;. expected: yen sign, actual: \x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x18
+            RenderText {#text} at (374,3) size 9x18
+              text run at (374,3) width 9: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x18
+            RenderText {#text} at (382,3) size 9x18
+              text run at (382,3) width 9: &quot;\x{A5}&quot;
+        RenderInline {SPAN} at (0,0) size 9x18
+          RenderText {#text} at (390,3) size 9x18
+            text run at (390,3) width 9: &quot;\x{A5}&quot;
+      RenderBlock {DIV} at (0,152) size 769x22
+        RenderInline {SPAN} at (0,0) size 375x18
+          RenderText {#text} at (0,3) size 359x18
+            text run at (0,3) width 359: &quot;Using font \&quot;\x{FF2D}\x{FF33} \x{FF30}\x{660E}\x{671D}\&quot;. expected: yen sign, actual: \x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x18
+            RenderText {#text} at (358,3) size 9x18
+              text run at (358,3) width 9: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x18
+            RenderText {#text} at (366,3) size 9x18
+              text run at (366,3) width 9: &quot;\x{A5}&quot;
+        RenderInline {SPAN} at (0,0) size 9x18
+          RenderText {#text} at (374,3) size 9x18
+            text run at (374,3) width 9: &quot;\x{A5}&quot;
+      RenderBlock {DIV} at (0,174) size 769x22
+        RenderInline {SPAN} at (0,0) size 359x18
+          RenderText {#text} at (0,3) size 343x18
+            text run at (0,3) width 343: &quot;Using font \&quot;\x{FF2D}\x{FF33} \x{660E}\x{671D}\&quot;. expected: yen sign, actual: \x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x18
+            RenderText {#text} at (342,3) size 9x18
+              text run at (342,3) width 9: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x18
+            RenderText {#text} at (350,3) size 9x18
+              text run at (350,3) width 9: &quot;\x{A5}&quot;
+        RenderInline {SPAN} at (0,0) size 9x18
+          RenderText {#text} at (358,3) size 9x18
+            text run at (358,3) width 9: &quot;\x{A5}&quot;
+      RenderBlock {DIV} at (0,196) size 769x22
+        RenderInline {SPAN} at (0,0) size 355x18
+          RenderText {#text} at (0,3) size 339x18
+            text run at (0,3) width 339: &quot;Using font \&quot;\x{30E1}\x{30A4}\x{30EA}\x{30AA}\&quot;. expected: yen sign, actual: \x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x18
+            RenderText {#text} at (338,3) size 9x18
+              text run at (338,3) width 9: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x18
+            RenderText {#text} at (346,3) size 9x18
+              text run at (346,3) width 9: &quot;\x{A5}&quot;
+        RenderInline {SPAN} at (0,0) size 9x18
+          RenderText {#text} at (354,3) size 9x18
+            text run at (354,3) width 9: &quot;\x{A5}&quot;
+      RenderBlock {DIV} at (0,218) size 769x18
+        RenderInline {SPAN} at (0,0) size 328x18
+          RenderText {#text} at (0,0) size 320x18
+            text run at (0,0) width 320: &quot;Using font \&quot;Times\&quot;. expected: backslash, actual: \\&quot;
+          RenderInline {SPAN} at (0,0) size 5x18
+            RenderText {#text} at (319,0) size 5x18
+              text run at (319,0) width 5: &quot;\\&quot;
+          RenderInline {SPAN} at (0,0) size 5x18
+            RenderText {#text} at (323,0) size 5x18
+              text run at (323,0) width 5: &quot;\\&quot;
+        RenderInline {SPAN} at (0,0) size 6x18
+          RenderText {#text} at (327,0) size 6x18
+            text run at (327,0) width 6: &quot;\\&quot;
+      RenderBlock {DIV} at (0,236) size 769x18
+        RenderInline {SPAN} at (0,0) size 331x18
+          RenderText {#text} at (0,0) size 322x18
+            text run at (0,0) width 322: &quot;Using font \&quot;foobar\&quot;. expected: backslash, actual: \\&quot;
+          RenderInline {SPAN} at (0,0) size 5x18
+            RenderText {#text} at (321,0) size 5x18
+              text run at (321,0) width 5: &quot;\\&quot;
+          RenderInline {SPAN} at (0,0) size 6x18
+            RenderText {#text} at (325,0) size 6x18
+              text run at (325,0) width 6: &quot;\\&quot;
+        RenderInline {SPAN} at (0,0) size 5x18
+          RenderText {#text} at (330,0) size 5x18
+            text run at (330,0) width 5: &quot;\\&quot;
+      RenderBlock {DIV} at (0,254) size 769x18
+        RenderInline {SPAN} at (0,0) size 468x18
+          RenderText {#text} at (0,0) size 452x18
+            text run at (0,0) width 452: &quot;Using font \&quot;*INVALID FONT NAME*\&quot;. expected: yen sign, actual: \x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x18
+            RenderText {#text} at (451,0) size 9x18
+              text run at (451,0) width 9: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x18
+            RenderText {#text} at (459,0) size 9x18
+              text run at (459,0) width 9: &quot;\x{A5}&quot;
+        RenderInline {SPAN} at (0,0) size 9x18
+          RenderText {#text} at (467,0) size 9x18
+            text run at (467,0) width 9: &quot;\x{A5}&quot;
+      RenderBlock {DIV} at (0,272) size 769x18
+        RenderInline {SPAN} at (0,0) size 320x18
+          RenderText {#text} at (0,0) size 304x18
+            text run at (0,0) width 304: &quot;Using font \&quot;serif\&quot;. expected: yen sign, actual: \x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x18
+            RenderText {#text} at (303,0) size 9x18
+              text run at (303,0) width 9: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x18
+            RenderText {#text} at (311,0) size 9x18
+              text run at (311,0) width 9: &quot;\x{A5}&quot;
+        RenderInline {SPAN} at (0,0) size 9x18
+          RenderText {#text} at (319,0) size 9x18
+            text run at (319,0) width 9: &quot;\x{A5}&quot;
+      RenderBlock {DIV} at (0,290) size 769x18
+        RenderInline {SPAN} at (0,0) size 387x18
+          RenderText {#text} at (0,0) size 369x18
+            text run at (0,0) width 369: &quot;Using font \&quot;sans-serif\&quot;. expected: yen sign, actual: \x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 10x18
+            RenderText {#text} at (368,0) size 10x18
+              text run at (368,0) width 10: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 10x18
+            RenderText {#text} at (377,0) size 10x18
+              text run at (377,0) width 10: &quot;\x{A5}&quot;
+        RenderInline {SPAN} at (0,0) size 10x18
+          RenderText {#text} at (386,0) size 10x18
+            text run at (386,0) width 10: &quot;\x{A5}&quot;
+      RenderBlock {DIV} at (0,308) size 769x25
+        RenderInline {SPAN} at (0,0) size 341x25
+          RenderText {#text} at (0,0) size 324x25
+            text run at (0,0) width 324: &quot;Using font \&quot;cursive\&quot;. expected: yen sign, actual: \x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x25
+            RenderText {#text} at (323,0) size 9x25
+              text run at (323,0) width 9: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 10x25
+            RenderText {#text} at (331,0) size 10x25
+              text run at (331,0) width 10: &quot;\x{A5}&quot;
+        RenderInline {SPAN} at (0,0) size 10x25
+          RenderText {#text} at (340,0) size 10x25
+            text run at (340,0) width 10: &quot;\x{A5}&quot;
+      RenderBlock {DIV} at (0,333) size 769x25
+        RenderInline {SPAN} at (0,0) size 375x25
+          RenderText {#text} at (0,0) size 354x25
+            text run at (0,0) width 354: &quot;Using font \&quot;fantasy\&quot;. expected: yen sign, actual: \x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 11x25
+            RenderText {#text} at (353,0) size 11x25
+              text run at (353,0) width 11: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 12x25
+            RenderText {#text} at (363,0) size 12x25
+              text run at (363,0) width 12: &quot;\x{A5}&quot;
+        RenderInline {SPAN} at (0,0) size 12x25
+          RenderText {#text} at (374,0) size 12x25
+            text run at (374,0) width 12: &quot;\x{A5}&quot;
+      RenderBlock {DIV} at (0,358) size 769x18
+        RenderInline {SPAN} at (0,0) size 430x15
+          RenderText {#text} at (0,2) size 414x15
+            text run at (0,2) width 414: &quot;Using font \&quot;monospace\&quot;. expected: yen sign, actual: \x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x15
+            RenderText {#text} at (413,2) size 9x15
+              text run at (413,2) width 9: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x15
+            RenderText {#text} at (421,2) size 9x15
+              text run at (421,2) width 9: &quot;\x{A5}&quot;
+        RenderInline {SPAN} at (0,0) size 8x15
+          RenderText {#text} at (429,2) size 8x15
+            text run at (429,2) width 8: &quot;\x{A5}&quot;
+      RenderBlock {DIV} at (0,376) size 769x18
+        RenderInline {SPAN} at (0,0) size 375x18
+          RenderText {#text} at (0,0) size 366x18
+            text run at (0,0) width 366: &quot;Using font \&quot;-webkit-body\&quot;. expected: backslash, actual: \\&quot;
+          RenderInline {SPAN} at (0,0) size 6x18
+            RenderText {#text} at (365,0) size 6x18
+              text run at (365,0) width 6: &quot;\\&quot;
+          RenderInline {SPAN} at (0,0) size 5x18
+            RenderText {#text} at (370,0) size 5x18
+              text run at (370,0) width 5: &quot;\\&quot;
+        RenderInline {SPAN} at (0,0) size 6x18
+          RenderText {#text} at (374,0) size 6x18
+            text run at (374,0) width 6: &quot;\\&quot;
+      RenderBlock {DIV} at (0,394) size 769x18
+        RenderInline {SPAN} at (0,0) size 326x16
+          RenderText {#text} at (0,1) size 310x16
+            text run at (0,1) width 310: &quot;Using font \&quot;caption\&quot;. expected: yen sign, actual: \x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x16
+            RenderText {#text} at (309,1) size 9x16
+              text run at (309,1) width 9: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x16
+            RenderText {#text} at (317,1) size 9x16
+              text run at (317,1) width 9: &quot;\x{A5}&quot;
+      RenderBlock {DIV} at (0,412) size 769x18
+        RenderInline {SPAN} at (0,0) size 306x16
+          RenderText {#text} at (0,1) size 290x16
+            text run at (0,1) width 290: &quot;Using font \&quot;icon\&quot;. expected: yen sign, actual: \x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x16
+            RenderText {#text} at (289,1) size 9x16
+              text run at (289,1) width 9: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x16
+            RenderText {#text} at (297,1) size 9x16
+              text run at (297,1) width 9: &quot;\x{A5}&quot;
+      RenderBlock {DIV} at (0,430) size 769x18
+        RenderInline {SPAN} at (0,0) size 314x16
+          RenderText {#text} at (0,1) size 299x16
+            text run at (0,1) width 299: &quot;Using font \&quot;menu\&quot;. expected: yen sign, actual: \x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 8x16
+            RenderText {#text} at (298,1) size 8x16
+              text run at (298,1) width 8: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x16
+            RenderText {#text} at (305,1) size 9x16
+              text run at (305,1) width 9: &quot;\x{A5}&quot;
+      RenderBlock {DIV} at (0,448) size 769x18
+        RenderInline {SPAN} at (0,0) size 363x16
+          RenderText {#text} at (0,1) size 348x16
+            text run at (0,1) width 348: &quot;Using font \&quot;message-box\&quot;. expected: yen sign, actual: \x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x16
+            RenderText {#text} at (347,1) size 9x16
+              text run at (347,1) width 9: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 8x16
+            RenderText {#text} at (355,1) size 8x16
+              text run at (355,1) width 8: &quot;\x{A5}&quot;
+      RenderBlock {DIV} at (0,466) size 769x18
+        RenderInline {SPAN} at (0,0) size 312x13
+          RenderText {#text} at (0,3) size 299x13
+            text run at (0,3) width 299: &quot;Using font \&quot;small-caption\&quot;. expected: yen sign, actual: \x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 7x13
+            RenderText {#text} at (298,3) size 7x13
+              text run at (298,3) width 7: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 8x13
+            RenderText {#text} at (304,3) size 8x13
+              text run at (304,3) width 8: &quot;\x{A5}&quot;
+      RenderBlock {DIV} at (0,484) size 769x18
+        RenderInline {SPAN} at (0,0) size 269x12
+          RenderText {#text} at (0,4) size 258x12
+            text run at (0,4) width 258: &quot;Using font \&quot;status-bar\&quot;. expected: yen sign, actual: \x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 6x12
+            RenderText {#text} at (257,4) size 6x12
+              text run at (257,4) width 6: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 7x12
+            RenderText {#text} at (262,4) size 7x12
+              text run at (262,4) width 7: &quot;\x{A5}&quot;
+      RenderBlock {DIV} at (0,502) size 769x18
+        RenderInline {SPAN} at (0,0) size 292x11
+          RenderText {#text} at (0,5) size 281x11
+            text run at (0,5) width 281: &quot;Using font \&quot;-webkit-mini-control\&quot;. expected: yen sign, actual: \x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 7x11
+            RenderText {#text} at (280,5) size 7x11
+              text run at (280,5) width 7: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 6x11
+            RenderText {#text} at (286,5) size 6x11
+              text run at (286,5) width 6: &quot;\x{A5}&quot;
+      RenderBlock {DIV} at (0,520) size 769x18
+        RenderInline {SPAN} at (0,0) size 353x13
+          RenderText {#text} at (0,3) size 340x13
+            text run at (0,3) width 340: &quot;Using font \&quot;-webkit-small-control\&quot;. expected: yen sign, actual: \x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 8x13
+            RenderText {#text} at (339,3) size 8x13
+              text run at (339,3) width 8: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 7x13
+            RenderText {#text} at (346,3) size 7x13
+              text run at (346,3) width 7: &quot;\x{A5}&quot;
+      RenderBlock {DIV} at (0,538) size 769x18
+        RenderInline {SPAN} at (0,0) size 374x16
+          RenderText {#text} at (0,1) size 358x16
+            text run at (0,1) width 358: &quot;Using font \&quot;-webkit-control\&quot;. expected: yen sign, actual: \x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x16
+            RenderText {#text} at (357,1) size 9x16
+              text run at (357,1) width 9: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x16
+            RenderText {#text} at (365,1) size 9x16
+              text run at (365,1) width 9: &quot;\x{A5}&quot;
+      RenderBlock {DIV} at (0,556) size 769x18
+        RenderInline {SPAN} at (0,0) size 409x18
+          RenderText {#text} at (0,0) size 393x18
+            text run at (0,0) width 393: &quot;Using font \&quot;MS Gothic, Times\&quot;. expected: yen sign, actual: \x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x18
+            RenderText {#text} at (392,0) size 9x18
+              text run at (392,0) width 9: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x18
+            RenderText {#text} at (400,0) size 9x18
+              text run at (400,0) width 9: &quot;\x{A5}&quot;
+        RenderInline {SPAN} at (0,0) size 9x18
+          RenderText {#text} at (408,0) size 9x18
+            text run at (408,0) width 9: &quot;\x{A5}&quot;
+      RenderBlock {DIV} at (0,574) size 769x18
+        RenderInline {SPAN} at (0,0) size 407x18
+          RenderText {#text} at (0,0) size 398x18
+            text run at (0,0) width 398: &quot;Using font \&quot;Times, MS Gothic\&quot;. expected: backslash, actual: \\&quot;
+          RenderInline {SPAN} at (0,0) size 6x18
+            RenderText {#text} at (397,0) size 6x18
+              text run at (397,0) width 6: &quot;\\&quot;
+          RenderInline {SPAN} at (0,0) size 5x18
+            RenderText {#text} at (402,0) size 5x18
+              text run at (402,0) width 5: &quot;\\&quot;
+        RenderInline {SPAN} at (0,0) size 6x18
+          RenderText {#text} at (406,0) size 6x18
+            text run at (406,0) width 6: &quot;\\&quot;
+      RenderBlock {DIV} at (0,592) size 769x18
+        RenderInline {SPAN} at (0,0) size 412x18
+          RenderText {#text} at (0,0) size 396x18
+            text run at (0,0) width 396: &quot;Using font \&quot;MS Gothic, foobar\&quot;. expected: yen sign, actual: \x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x18
+            RenderText {#text} at (395,0) size 9x18
+              text run at (395,0) width 9: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x18
+            RenderText {#text} at (403,0) size 9x18
+              text run at (403,0) width 9: &quot;\x{A5}&quot;
+        RenderInline {SPAN} at (0,0) size 9x18
+          RenderText {#text} at (411,0) size 9x18
+            text run at (411,0) width 9: &quot;\x{A5}&quot;
+      RenderBlock {DIV} at (0,610) size 769x18
+        RenderInline {SPAN} at (0,0) size 409x18
+          RenderText {#text} at (0,0) size 400x18
+            text run at (0,0) width 400: &quot;Using font \&quot;foobar, MS Gothic\&quot;. expected: backslash, actual: \\&quot;
+          RenderInline {SPAN} at (0,0) size 5x18
+            RenderText {#text} at (399,0) size 5x18
+              text run at (399,0) width 5: &quot;\\&quot;
+          RenderInline {SPAN} at (0,0) size 6x18
+            RenderText {#text} at (403,0) size 6x18
+              text run at (403,0) width 6: &quot;\\&quot;
+        RenderInline {SPAN} at (0,0) size 5x18
+          RenderText {#text} at (408,0) size 5x18
+            text run at (408,0) width 5: &quot;\\&quot;
+      RenderBlock {DIV} at (0,628) size 769x18
+        RenderInline {SPAN} at (0,0) size 367x18
+          RenderText {#text} at (0,0) size 351x18
+            text run at (0,0) width 351: &quot;Using font \&quot;serif, Times\&quot;. expected: yen sign, actual: \x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x18
+            RenderText {#text} at (350,0) size 9x18
+              text run at (350,0) width 9: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x18
+            RenderText {#text} at (358,0) size 9x18
+              text run at (358,0) width 9: &quot;\x{A5}&quot;
+        RenderInline {SPAN} at (0,0) size 9x18
+          RenderText {#text} at (366,0) size 9x18
+            text run at (366,0) width 9: &quot;\x{A5}&quot;
+      RenderBlock {DIV} at (0,646) size 769x18
+        RenderInline {SPAN} at (0,0) size 365x18
+          RenderText {#text} at (0,0) size 356x18
+            text run at (0,0) width 356: &quot;Using font \&quot;Times, serif\&quot;. expected: backslash, actual: \\&quot;
+          RenderInline {SPAN} at (0,0) size 5x18
+            RenderText {#text} at (355,0) size 5x18
+              text run at (355,0) width 5: &quot;\\&quot;
+          RenderInline {SPAN} at (0,0) size 6x18
+            RenderText {#text} at (359,0) size 6x18
+              text run at (359,0) width 6: &quot;\\&quot;
+        RenderInline {SPAN} at (0,0) size 5x18
+          RenderText {#text} at (364,0) size 5x18
+            text run at (364,0) width 5: &quot;\\&quot;
+      RenderBlock {DIV} at (0,664) size 769x18
+        RenderInline {SPAN} at (0,0) size 356x18
+          RenderText {#text} at (0,0) size 340x18
+            text run at (0,0) width 340: &quot;Using font \&quot;serif, serif\&quot;. expected: yen sign, actual: \x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x18
+            RenderText {#text} at (339,0) size 9x18
+              text run at (339,0) width 9: &quot;\x{A5}&quot;
+          RenderInline {SPAN} at (0,0) size 9x18
+            RenderText {#text} at (347,0) size 9x18
+              text run at (347,0) width 9: &quot;\x{A5}&quot;
+        RenderInline {SPAN} at (0,0) size 9x18
+          RenderText {#text} at (355,0) size 9x18
+            text run at (355,0) width 9: &quot;\x{A5}&quot;
+      RenderBlock {DIV} at (0,682) size 769x18
+        RenderInline {SPAN} at (0,0) size 378x18
+          RenderText {#text} at (0,0) size 369x18
+            text run at (0,0) width 369: &quot;Using font \&quot;foobar, Times\&quot;. expected: backslash, actual: \\&quot;
+          RenderInline {SPAN} at (0,0) size 5x18
+            RenderText {#text} at (368,0) size 5x18
+              text run at (368,0) width 5: &quot;\\&quot;
+          RenderInline {SPAN} at (0,0) size 6x18
+            RenderText {#text} at (372,0) size 6x18
+              text run at (372,0) width 6: &quot;\\&quot;
+        RenderInline {SPAN} at (0,0) size 5x18
+          RenderText {#text} at (377,0) size 5x18
+            text run at (377,0) width 5: &quot;\\&quot;
+      RenderBlock {DIV} at (0,700) size 769x18
+        RenderInline {SPAN} at (0,0) size 378x18
+          RenderText {#text} at (0,0) size 369x18
+            text run at (0,0) width 369: &quot;Using font \&quot;Times, foobar\&quot;. expected: backslash, actual: \\&quot;
+          RenderInline {SPAN} at (0,0) size 6x18
+            RenderText {#text} at (368,0) size 6x18
+              text run at (368,0) width 6: &quot;\\&quot;
+          RenderInline {SPAN} at (0,0) size 5x18
+            RenderText {#text} at (373,0) size 5x18
+              text run at (373,0) width 5: &quot;\\&quot;
+        RenderInline {SPAN} at (0,0) size 6x18
+          RenderText {#text} at (377,0) size 6x18
+            text run at (377,0) width 6: &quot;\\&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfasttextdrawBidiTextexpectedtxtfromrev202825trunkLayoutTestsplatformmacfasttextdrawBidiTextexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/text/drawBidiText-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/text/drawBidiText-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/text/drawBidiText-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/text/drawBidiText-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+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 784x18
+        RenderText {#text} at (0,0) size 285x18
+          text run at (0,0) width 285: &quot;This tests GraphicsContext::drawBidiText().&quot;
+      RenderListBox {SELECT} at (2,34) size 335x199 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+      RenderListBox {SELECT} at (2,235) size 385x18 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfasttextinternationalhindispacingexpectedtxtfromrev202825trunkLayoutTestsplatformmacfasttextinternationalhindispacingexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/text/international/hindi-spacing-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/text/international/hindi-spacing-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/text/international/hindi-spacing-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/text/international/hindi-spacing-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,27 @@
</span><ins>+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 769x54
+        text run at (0,0) width 769: &quot;This tests the width of a breaking space after a Hindi character to ensure that it's measured properly and enough space is&quot;
+        text run at (0,18) width 761: &quot;left for it. Neither the Hindi on the button below nor the same text on two lines below that should be truncated at either&quot;
+        text run at (0,36) width 28: &quot;end.&quot;
+      RenderBR {BR} at (27,50) size 1x0
+      RenderButton {INPUT} at (2,56) size 101x18 [bgcolor=#C0C0C0]
+        RenderBlock (anonymous) at (8,2) size 85x17
+          RenderText at (0,1) size 85x13
+            text run at (0,1) width 85: &quot;\x{915}\x{93F}\x{938}\x{940} \x{92D}\x{940} \x{924}\x{930}\x{939} \x{906}\x{917}\x{947} \x{92C}&quot;
+      RenderBR {BR} at (104,70) size 1x0
+      RenderInline {SPAN} at (0,0) size 114x18
+        RenderText {#text} at (0,80) size 114x18
+          text run at (0,80) width 114: &quot;\x{915}\x{93F}\x{938}\x{940} \x{92D}\x{940} \x{924}\x{930}\x{939} \x{906}\x{917}\x{947} \x{92C}&quot;
+      RenderText {#text} at (113,80) size 25x18
+        text run at (113,80) width 25: &quot;Foo&quot;
+      RenderBR {BR} at (137,94) size 1x0
+      RenderInline {SPAN} at (0,0) size 114x17
+        RenderText {#text} at (0,105) size 114x17
+          text run at (0,105) width 114: &quot;\x{915}\x{93F}\x{938}\x{940} \x{92D}\x{940} \x{924}\x{930}\x{939} \x{906}\x{917}\x{947} \x{92C}&quot;
+      RenderText {#text} at (113,105) size 25x18
+        text run at (113,105) width 25: &quot;Foo&quot;
+      RenderBR {BR} at (137,119) size 1x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfasttextinternationalpopupbuttontextalignmentanddirectionexpectedtxtfromrev202825trunkLayoutTestsplatformmacfasttextinternationalpopupbuttontextalignmentanddirectionexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,99 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x544
+  RenderBlock {HTML} at (0,0) size 800x544
+    RenderBody {BODY} at (8,16) size 784x520
+      RenderBlock {P} at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 709x18
+          text run at (0,0) width 497: &quot;Verify that the alignment and writing direction of each selected item matches &quot;
+          text run at (496,0) width 213: &quot;the one below the pop-up button.&quot;
+      RenderBlock {DIV} at (0,34) size 784x242
+        RenderMenuList {SELECT} at (0,0) size 500x21 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 500x21
+            RenderText at (8,2) size 157x16
+              text run at (8,2) width 31: &quot;First &quot;
+              text run at (38,2) width 49 RTL: &quot;) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA}&quot;
+              text run at (86,2) width 16: &quot;03&quot;
+              text run at (101,2) width 37 RTL: &quot;\x{5E9}\x{5E0}\x{5D9}\x{5D4} (&quot;
+              text run at (137,2) width 28: &quot; fifth&quot;
+        RenderBlock {DIV} at (0,23) size 470x36
+          RenderText {#text} at (10,10) size 163x16
+            text run at (10,10) width 32: &quot;First &quot;
+            text run at (41,10) width 49 RTL: &quot;) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA}&quot;
+            text run at (89,10) width 17: &quot;03&quot;
+            text run at (105,10) width 37 RTL: &quot;\x{5E9}\x{5E0}\x{5D9}\x{5D4} (&quot;
+            text run at (141,10) width 32: &quot; fifth&quot;
+        RenderMenuList {SELECT} at (0,61) size 500x21 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 500x21
+            RenderText at (8,2) size 157x16
+              text run at (8,2) width 24: &quot;fifth&quot;
+              text run at (31,2) width 53 RTL: &quot;) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} &quot;
+              text run at (83,2) width 16: &quot;03&quot;
+              text run at (98,2) width 40 RTL: &quot; \x{5E9}\x{5E0}\x{5D9}\x{5D4} (&quot;
+              text run at (137,2) width 28: &quot;First&quot;
+        RenderBlock {DIV} at (0,84) size 470x36
+          RenderText {#text} at (10,10) size 163x16
+            text run at (10,10) width 27: &quot;fifth&quot;
+            text run at (36,10) width 52 RTL: &quot;) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} &quot;
+            text run at (87,10) width 18: &quot;03&quot;
+            text run at (104,10) width 41 RTL: &quot; \x{5E9}\x{5E0}\x{5D9}\x{5D4} (&quot;
+            text run at (144,10) width 29: &quot;First&quot;
+        RenderMenuList {SELECT} at (0,122) size 500x21 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 500x21
+            RenderText at (8,2) size 157x16
+              text run at (8,2) width 157 LTR override: &quot;First \x{5E9}\x{5E0}\x{5D9}\x{5D4} (03) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} fifth&quot;
+        RenderBlock {DIV} at (0,145) size 470x36
+          RenderText {#text} at (10,10) size 163x16
+            text run at (10,10) width 163 LTR override: &quot;First \x{5E9}\x{5E0}\x{5D9}\x{5D4} (03) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} fifth&quot;
+        RenderMenuList {SELECT} at (0,183) size 500x21 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 500x21
+            RenderText at (8,2) size 157x16
+              text run at (8,2) width 157 RTL override: &quot;First \x{5E9}\x{5E0}\x{5D9}\x{5D4} (03) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} fifth&quot;
+        RenderBlock {DIV} at (0,206) size 470x36
+          RenderText {#text} at (10,10) size 163x16
+            text run at (10,10) width 163 RTL override: &quot;First \x{5E9}\x{5E0}\x{5D9}\x{5D4} (03) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} fifth&quot;
+      RenderBlock {DIV} at (0,278) size 784x242
+        RenderMenuList {SELECT} at (0,0) size 500x21 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 500x21
+            RenderText at (335,2) size 157x16
+              text run at (335,2) width 32: &quot;First &quot;
+              text run at (366,2) width 48 RTL: &quot;) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA}&quot;
+              text run at (413,2) width 17: &quot;03&quot;
+              text run at (429,2) width 36 RTL: &quot;\x{5E9}\x{5E0}\x{5D9}\x{5D4} (&quot;
+              text run at (464,2) width 28: &quot; fifth&quot;
+        RenderBlock {DIV} at (0,23) size 470x36
+          RenderText {#text} at (297,10) size 163x16
+            text run at (297,10) width 33: &quot;First &quot;
+            text run at (329,10) width 48 RTL: &quot;) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA}&quot;
+            text run at (376,10) width 18: &quot;03&quot;
+            text run at (393,10) width 37 RTL: &quot;\x{5E9}\x{5E0}\x{5D9}\x{5D4} (&quot;
+            text run at (429,10) width 31: &quot; fifth&quot;
+        RenderMenuList {SELECT} at (0,61) size 500x21 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 500x21
+            RenderText at (335,2) size 158x16
+              text run at (335,2) width 24: &quot;fifth&quot;
+              text run at (358,2) width 53 RTL: &quot;) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} &quot;
+              text run at (410,2) width 16: &quot;03&quot;
+              text run at (425,2) width 40 RTL: &quot; \x{5E9}\x{5E0}\x{5D9}\x{5D4} (&quot;
+              text run at (464,2) width 29: &quot;First&quot;
+        RenderBlock {DIV} at (0,84) size 470x36
+          RenderText {#text} at (297,10) size 163x16
+            text run at (297,10) width 28: &quot;fifth&quot;
+            text run at (324,10) width 52 RTL: &quot;) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} &quot;
+            text run at (375,10) width 17: &quot;03&quot;
+            text run at (391,10) width 42 RTL: &quot; \x{5E9}\x{5E0}\x{5D9}\x{5D4} (&quot;
+            text run at (432,10) width 28: &quot;First&quot;
+        RenderMenuList {SELECT} at (0,122) size 500x21 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 500x21
+            RenderText at (335,2) size 157x16
+              text run at (335,2) width 157 LTR override: &quot;First \x{5E9}\x{5E0}\x{5D9}\x{5D4} (03) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} fifth&quot;
+        RenderBlock {DIV} at (0,145) size 470x36
+          RenderText {#text} at (297,10) size 163x16
+            text run at (297,10) width 163 LTR override: &quot;First \x{5E9}\x{5E0}\x{5D9}\x{5D4} (03) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} fifth&quot;
+        RenderMenuList {SELECT} at (0,183) size 500x21 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 500x21
+            RenderText at (335,2) size 157x16
+              text run at (335,2) width 157 RTL override: &quot;First \x{5E9}\x{5E0}\x{5D9}\x{5D4} (03) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} fifth&quot;
+        RenderBlock {DIV} at (0,206) size 470x36
+          RenderText {#text} at (297,10) size 163x16
+            text run at (297,10) width 163 RTL override: &quot;First \x{5E9}\x{5E0}\x{5D9}\x{5D4} (03) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} fifth&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfasttextinternationalunicodebidiplaintextintextareaexpectedtxtfromrev202825trunkLayoutTestsplatformmacfasttextinternationalunicodebidiplaintextintextareaexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,51 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x316
+  RenderBlock {HTML} at (0,0) size 800x316
+    RenderBody {BODY} at (8,8) size 784x300
+      RenderBlock {DIV} at (0,0) size 784x300
+        RenderBlock (anonymous) at (0,0) size 784x36
+          RenderText {#text} at (0,0) size 777x36
+            text run at (0,0) width 777: &quot;In all four cases below, the exclamation mark should be on the left side of the first line and on the right side of the second&quot;
+            text run at (0,18) width 28: &quot;line.&quot;
+        RenderBlock {DIV} at (0,36) size 784x264
+          RenderBR {BR} at (351,48) size 0x18
+          RenderBR {BR} at (351,114) size 0x18
+          RenderBR {BR} at (351,180) size 0x18
+          RenderText {#text} at (0,0) size 0x0
+layer at (10,46) size 347x58 clip at (11,47) size 345x56
+  RenderTextControl {TEXTAREA} at (2,2) size 347x58 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 341x39
+      RenderText {#text} at (312,0) size 341x26
+        text run at (312,0) width 1 RTL: &quot; &quot;
+        text run at (312,0) width 29 RTL: &quot;\x{5E9}\x{5DC}\x{5D5}\x{5DD}!&quot;
+        text run at (0,13) width 29: &quot;hello!&quot;
+        text run at (28,13) width 1: &quot; &quot;
+      RenderBR {BR} at (341,26) size 0x13
+layer at (10,112) size 347x58 clip at (11,113) size 345x56
+  RenderTextControl {TEXTAREA} at (2,68) size 347x58 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 341x39
+      RenderText {#text} at (312,0) size 341x26
+        text run at (312,0) width 1 RTL: &quot; &quot;
+        text run at (312,0) width 29 RTL: &quot;\x{5E9}\x{5DC}\x{5D5}\x{5DD}!&quot;
+        text run at (0,13) width 29: &quot;hello!&quot;
+        text run at (28,13) width 1: &quot; &quot;
+      RenderBR {BR} at (0,26) size 0x13
+layer at (10,178) size 347x58 clip at (11,179) size 345x56
+  RenderTextControl {TEXTAREA} at (2,134) size 347x58 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 341x39
+      RenderText {#text} at (312,0) size 341x26
+        text run at (312,0) width 1 RTL: &quot; &quot;
+        text run at (312,0) width 29 RTL: &quot;\x{5E9}\x{5DC}\x{5D5}\x{5DD}!&quot;
+        text run at (0,13) width 29: &quot;hello!&quot;
+        text run at (28,13) width 1: &quot; &quot;
+      RenderBR {BR} at (0,26) size 0x13
+layer at (10,244) size 347x58 clip at (11,245) size 345x56
+  RenderTextControl {TEXTAREA} at (2,200) size 347x58 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 341x39
+      RenderText {#text} at (312,0) size 341x26
+        text run at (312,0) width 1 RTL: &quot; &quot;
+        text run at (312,0) width 29 RTL: &quot;\x{5E9}\x{5DC}\x{5D5}\x{5DD}!&quot;
+        text run at (0,13) width 29: &quot;hello!&quot;
+        text run at (28,13) width 1: &quot; &quot;
+      RenderBR {BR} at (341,26) size 0x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfasttexttextIteratorNilRendererexpectedtxtfromrev202825trunkLayoutTestsplatformmacfasttexttextIteratorNilRendererexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/text/textIteratorNilRenderer-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/text/textIteratorNilRenderer-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/text/textIteratorNilRenderer-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/text/textIteratorNilRenderer-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,34 @@
</span><ins>+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 {CENTER} at (0,0) size 784x57
+        RenderBlock {FORM} at (0,0) size 784x23
+          RenderTable {TABLE} at (51,0) size 682x23
+            RenderTableSection {TBODY} at (0,0) size 681x23
+              RenderTableRow {TR} at (0,0) size 681x23
+                RenderTableCell {TD} at (0,2) size 150x19 [r=0 c=0 rs=2 cs=1]
+                  RenderText {#text} at (0,0) size 4x19
+                    text run at (0,1) width 4: &quot; &quot;
+                RenderTableCell {TD} at (150,0) size 271x23 [r=0 c=1 rs=1 cs=1]
+                  RenderTextControl {INPUT} at (2,2) size 267x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (0,0) size 0x0
+                RenderTableCell {TD} at (420,0) size 101x23 [r=0 c=2 rs=1 cs=1]
+                  RenderButton {INPUT} at (2,2) size 96x18 [bgcolor=#C0C0C0]
+                    RenderBlock (anonymous) at (8,2) size 80x13
+                      RenderText at (0,0) size 80x13
+                        text run at (0,0) width 80: &quot;Search Froogle&quot;
+                  RenderText {#text} at (0,0) size 0x0
+                RenderTableCell {TD} at (520,2) size 161x19 [r=0 c=3 rs=2 cs=1]
+                  RenderInline {LABEL} at (0,0) size 115x13
+                    RenderText {#text} at (0,0) size 0x0
+                    RenderBlock {INPUT} at (12,3) size 12x12
+                    RenderText {#text} at (26,2) size 99x15
+                      text run at (26,3) width 99: &quot; Remember this location&quot;
+                  RenderText {#text} at (0,0) size 0x0
+        RenderBlock (anonymous) at (0,39) size 784x18
+          RenderBR {BR} at (392,0) size 0x18
+layer at (215,13) size 261x13 backgroundClip at (215,13) size 260x13 clip at (215,13) size 260x13
+  RenderBlock {DIV} at (3,3) size 261x13
+caret: position 1 of child 0 {#text} of child 1 {TD} of child 0 {TR} of child 1 {TBODY} of child 1 {TABLE} of child 1 {FORM} of child 1 {CENTER} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfasttexttrakoptimizeLegibilityexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/mac-elcapitan/fast/text/trak-optimizeLegibility-expected.txt (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/text/trak-optimizeLegibility-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/text/trak-optimizeLegibility-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,12 @@
</span><ins>+PASS first.getClientRects().length is 1
+PASS third.getClientRects().length is 1
+FAIL first.getClientRects()[0].right should be within 4 of 346. Was 364.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+This test makes sure that you can opt-in to honoring the 'trak' table by specifying text-rendering: optimizeLegibility. The first and third lines below should have the same width. The middle one can (but doesn't have to) have a different width.
+hamburgefonstiv
+
+hamburgefonstiv
+
+hamburgefonstiv
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfasttransformstransformedfocusedtextinputexpectedtxtfromrev202825trunkLayoutTestsplatformmacfasttransformstransformedfocusedtextinputexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/fast/transforms/transformed-focused-text-input-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/fast/transforms/transformed-focused-text-input-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/transforms/transformed-focused-text-input-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/transforms/transformed-focused-text-input-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,12 @@
</span><ins>+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
+layer at (8,8) size 784x23
+  RenderBlock {DIV} at (0,0) size 784x23
+    RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+    RenderText {#text} at (0,0) size 0x0
+layer at (13,13) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+caret: position 0 of child 0 {DIV} of {#document-fragment} of child 1 {INPUT} of child 1 {DIV} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanhttptestsnavigationjavascriptlinkframesexpectedtxtfromrev202825trunkLayoutTestsplatformmachttptestsnavigationjavascriptlinkframesexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/http/tests/navigation/javascriptlink-frames-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/http/tests/navigation/javascriptlink-frames-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/http/tests/navigation/javascriptlink-frames-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,127 @@
</span><ins>+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
+    RenderFrameSet {FRAMESET} at (0,0) size 800x600
+      RenderFrame {FRAME} at (0,0) size 800x534
+        layer at (0,0) size 785x1554
+          RenderView at (0,0) size 785x534
+        layer at (0,0) size 785x1554
+          RenderBlock {HTML} at (0,0) size 785x1554
+            RenderBody {BODY} at (8,8) size 769x1514
+              RenderBlock (anonymous) at (0,0) size 769x259
+                RenderText {#text} at (0,0) size 751x185
+                  text run at (0,0) width 679: &quot;This is test page that we navigate to as part of testing&quot;
+                  text run at (0,37) width 335: &quot;various navigation styles. &quot;
+                  text run at (334,37) width 417: &quot;It includes a form so that we can&quot;
+                  text run at (0,74) width 719: &quot;test saving and restoring of form data, and it needs to be&quot;
+                  text run at (0,111) width 747: &quot;long enough that we can test saving and restoring of scroll&quot;
+                  text run at (0,148) width 120: &quot;position. &quot;
+                RenderBR {BR} at (119,177) size 1x0
+                RenderBR {BR} at (0,185) size 0x37
+                RenderBR {BR} at (0,222) size 0x37
+              RenderBlock {HR} at (0,275) size 769x2 [border: (1px inset #000000)]
+              RenderBlock {FORM} at (0,293) size 769x428
+                RenderButton {INPUT} at (2,2) size 113x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 97x13
+                    RenderText at (0,0) size 97x13
+                      text run at (0,0) width 97: &quot;Submit with POST&quot;
+                RenderBR {BR} at (116,15) size 1x0
+                RenderButton {INPUT} at (2,24) size 231x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 215x13
+                    RenderText at (0,0) size 215x13
+                      text run at (0,0) width 215: &quot;Submit with POST followed by a redirect&quot;
+                RenderBR {BR} at (234,37) size 1x0
+                RenderText {#text} at (0,44) size 377x37
+                  text run at (0,44) width 377: &quot;Here are some form elements&quot;
+                RenderTextControl {INPUT} at (378,59) size 138x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderBR {BR} at (517,73) size 1x0
+                RenderText {#text} at (0,81) size 335x37
+                  text run at (0,81) width 335: &quot;that we can use for testing&quot;
+                RenderTextControl {INPUT} at (337,96) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderBR {BR} at (475,110) size 1x0
+                RenderBlock {INPUT} at (2,137) size 12x12
+                RenderText {#text} at (16,118) size 74x37
+                  text run at (16,118) width 74: &quot; Male&quot;
+                RenderBR {BR} at (89,147) size 1x0
+                RenderBlock {INPUT} at (2,174) size 12x12
+                RenderText {#text} at (16,155) size 103x37
+                  text run at (16,155) width 103: &quot; Female&quot;
+                RenderBR {BR} at (118,184) size 1x0
+                RenderBlock {INPUT} at (2,211) size 12x12
+                RenderText {#text} at (16,192) size 130x37
+                  text run at (16,192) width 130: &quot; option #1&quot;
+                RenderBR {BR} at (145,221) size 1x0
+                RenderBlock {INPUT} at (2,248) size 12x12
+                RenderText {#text} at (16,229) size 130x37
+                  text run at (16,229) width 130: &quot; option #2&quot;
+                RenderBR {BR} at (145,258) size 1x0
+                RenderMenuList {SELECT} at (2,268) size 254x18 [bgcolor=#FFFFFF]
+                  RenderBlock (anonymous) at (0,0) size 254x18
+                    RenderText at (8,2) size 61x13
+                      text run at (8,2) width 61: &quot;Initial Value&quot;
+                RenderBR {BR} at (258,281) size 0x0
+                RenderText {#text} at (0,0) size 0x0
+              RenderBlock {HR} at (0,753) size 769x2 [border: (1px inset #000000)]
+              RenderBlock {P} at (0,787) size 769x37
+                RenderText {#text} at (0,0) size 63x37
+                  text run at (0,0) width 63: &quot;Now&quot;
+              RenderBlock {P} at (0,856) size 769x37
+                RenderText {#text} at (0,0) size 68x37
+                  text run at (0,0) width 68: &quot;some&quot;
+              RenderBlock {P} at (0,925) size 769x37
+                RenderText {#text} at (0,0) size 61x37
+                  text run at (0,0) width 61: &quot;filler&quot;
+              RenderBlock {P} at (0,994) size 769x37
+                RenderText {#text} at (0,0) size 29x37
+                  text run at (0,0) width 29: &quot;so&quot;
+              RenderBlock {P} at (0,1063) size 769x37
+                RenderText {#text} at (0,0) size 40x37
+                  text run at (0,0) width 40: &quot;the&quot;
+              RenderBlock {P} at (0,1132) size 769x37
+                RenderText {#text} at (0,0) size 47x37
+                  text run at (0,0) width 47: &quot;doc&quot;
+              RenderBlock {P} at (0,1201) size 769x37
+                RenderText {#text} at (0,0) size 22x37
+                  text run at (0,0) width 22: &quot;is&quot;
+              RenderBlock {P} at (0,1270) size 769x37
+                RenderText {#text} at (0,0) size 57x37
+                  text run at (0,0) width 57: &quot;long&quot;
+              RenderBlock {P} at (0,1339) size 769x37
+                RenderText {#text} at (0,0) size 95x37
+                  text run at (0,0) width 95: &quot;enough&quot;
+              RenderBlock {P} at (0,1408) size 769x37
+                RenderText {#text} at (0,0) size 112x37
+                  text run at (0,0) width 112: &quot;to scroll.&quot;
+              RenderBlock {P} at (0,1477) size 769x37
+                RenderInline {A} at (0,0) size 532x37
+                  RenderText {#text} at (0,0) size 532x37
+                    text run at (0,0) width 532: &quot;This is an anchor point named \&quot;anchor1\&quot;.&quot;
+        layer at (390,363) size 130x13 scrollWidth 146
+          RenderBlock {DIV} at (3,3) size 131x13
+            RenderText {#text} at (0,0) size 145x13
+              text run at (0,0) width 145: &quot;Initial text before user input&quot;
+        layer at (348,400) size 130x13
+          RenderBlock {DIV} at (3,3) size 131x13
+        layer at (10,591) size 217x136 clip at (11,592) size 215x134
+          RenderTextControl {TEXTAREA} at (2,290) size 217x136 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+            RenderBlock {DIV} at (3,3) size 211x26
+              RenderText {#text} at (0,0) size 179x13
+                text run at (0,0) width 179: &quot;More initial text before user input.&quot;
+              RenderBR {BR} at (0,13) size 0x13
+      RenderFrame {FRAME} at (0,540) size 800x60
+        layer at (0,0) size 785x90
+          RenderView at (0,0) size 785x60
+        layer at (0,0) size 785x90
+          RenderBlock {HTML} at (0,0) size 785x90
+            RenderBody {BODY} at (8,8) size 769x74
+              RenderText {#text} at (0,0) size 724x74
+                text run at (0,0) width 724: &quot;This is just a minimal page that we navigate to as part of&quot;
+                text run at (0,37) width 272: &quot;testing back/forward.&quot;
+
+============== Back Forward List ==============
+        http://127.0.0.1:8000/navigation/javascriptlink-frames.html  **nav target**
+curr-&gt;  http://127.0.0.1:8000/navigation/resources/frameset.pl?frameURL=javascriptlink.html  **nav target**
+            http://127.0.0.1:8000/navigation/resources/otherpage.html (in frame &quot;footer&quot;)
+            http://127.0.0.1:8000/navigation/resources/success200.html (in frame &quot;main&quot;)
+===============================================
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanmediacontrolsafterreloadexpectedtxtfromrev202825trunkLayoutTestsplatformmacmediacontrolsafterreloadexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/media/controls-after-reload-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/media/controls-after-reload-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/media/controls-after-reload-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/media/controls-after-reload-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,51 @@
</span><ins>+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 784x18
+        RenderText {#text} at (0,0) size 368x18
+          text run at (0,0) width 368: &quot;Making sure the controller looks ok after a second load().&quot;
+      RenderBlock (anonymous) at (0,34) size 784x240
+        RenderText {#text} at (0,0) size 0x0
+layer at (8,42) size 320x240 isolatesBlending
+  RenderVideo {VIDEO} at (0,0) size 320x240
+layer at (8,42) size 320x240
+  RenderFlexibleBox {DIV} at (0,0) size 320x240
+layer at (8,237) size 320x45
+  RenderFlexibleBox {DIV} at (0,195) size 320x45
+layer at (8,237) size 320x45 isolatesBlending
+  RenderBlock (positioned) {DIV} at (0,0) size 320x45
+layer at (8,237) size 320x45
+  RenderBlock (positioned) {DIV} at (0,0) size 320x45 [bgcolor=#1E1E1E73]
+layer at (8,237) size 320x45 blendMode: lighten
+  RenderBlock (positioned) {DIV} at (0,0) size 320x45 [bgcolor=#292929]
+layer at (16,262) size 12x15 blendMode: plus-lighter
+  RenderButton {BUTTON} at (8,25) size 12x15 [color=#FFFFFF]
+layer at (44,262) size 16x15 blendMode: plus-lighter
+  RenderButton {BUTTON} at (36,24) size 16x16 [color=#FFFFFF]
+layer at (68,261) size 201x17
+  RenderFlexibleBox {DIV} at (60,24) size 201x17
+layer at (76,263) size 32x13 blendMode: plus-lighter
+  RenderFlexibleBox {DIV} at (8,2) size 32x13 [color=#FFFFFF]
+    RenderBlock (anonymous) at (2,0) size 30x13
+      RenderText {#text} at (0,0) size 30x13
+        text run at (0,0) width 30: &quot;00:00&quot;
+layer at (118,261) size 96x17
+  RenderFlexibleBox {DIV} at (50,0) size 96x17
+layer at (118,261) size 96x17 blendMode: plus-lighter
+  RenderSlider {INPUT} at (0,0) size 96x17 [color=#909090]
+    RenderFlexibleBox {DIV} at (0,0) size 96x17
+      RenderBlock {DIV} at (0,1) size 96x15
+        RenderBlock {DIV} at (0,0) size 3x15
+layer at (224,263) size 37x13 blendMode: plus-lighter
+  RenderFlexibleBox {DIV} at (156,2) size 37x13 [color=#FFFFFF]
+    RenderBlock (anonymous) at (0,0) size 35x13
+      RenderText {#text} at (0,0) size 35x13
+        text run at (0,0) width 35: &quot;-00:06&quot;
+layer at (277,257) size 14x25
+  RenderFlexibleBox {DIV} at (269,20) size 14x25
+layer at (277,262) size 14x15 blendMode: plus-lighter
+  RenderButton {BUTTON} at (0,5) size 14x15 [color=#FFFFFF]
+layer at (307,262) size 14x15 blendMode: plus-lighter
+  RenderButton {BUTTON} at (299,25) size 14x15 [color=#FFFFFF]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanmediacontrolsstylingexpectedtxtfromrev202825trunkLayoutTestsplatformmacyosemitemediacontrolsstylingexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/media/controls-styling-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac-yosemite/media/controls-styling-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/media/controls-styling-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/media/controls-styling-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,94 @@
</span><ins>+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 784x18
+        RenderText {#text} at (0,0) size 279x18
+          text run at (0,0) width 279: &quot;The look of the controls should not change.&quot;
+      RenderBlock {DIV} at (0,34) size 784x240 [color=#0000FF]
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock (anonymous) at (0,274) size 784x240
+        RenderText {#text} at (0,0) size 0x0
+layer at (18,42) size 320x240 isolatesBlending
+  RenderVideo {VIDEO} at (10,0) size 320x240
+layer at (18,42) size 320x240
+  RenderFlexibleBox {DIV} at (0,0) size 320x240
+layer at (18,237) size 320x45
+  RenderFlexibleBox {DIV} at (0,195) size 320x45
+layer at (18,237) size 320x45 isolatesBlending
+  RenderBlock (positioned) {DIV} at (0,0) size 320x45
+layer at (18,237) size 320x45
+  RenderBlock (positioned) {DIV} at (0,0) size 320x45 [bgcolor=#1E1E1E73]
+layer at (18,237) size 320x45 blendMode: lighten
+  RenderBlock (positioned) {DIV} at (0,0) size 320x45 [bgcolor=#292929]
+layer at (26,262) size 12x15 blendMode: plus-lighter
+  RenderButton {BUTTON} at (8,25) size 12x15 [color=#FFFFFF]
+layer at (54,262) size 16x15 blendMode: plus-lighter
+  RenderButton {BUTTON} at (36,24) size 16x16 [color=#FFFFFF]
+layer at (78,261) size 201x17
+  RenderFlexibleBox {DIV} at (60,24) size 201x17
+layer at (86,263) size 32x13 blendMode: plus-lighter
+  RenderFlexibleBox {DIV} at (8,2) size 32x13 [color=#FFFFFF]
+    RenderBlock (anonymous) at (2,0) size 30x13
+      RenderText {#text} at (0,0) size 30x13
+        text run at (0,0) width 30: &quot;00:00&quot;
+layer at (128,261) size 96x17
+  RenderFlexibleBox {DIV} at (50,0) size 96x17
+layer at (128,261) size 96x17 blendMode: plus-lighter
+  RenderSlider {INPUT} at (0,0) size 96x17 [color=#909090]
+    RenderFlexibleBox {DIV} at (0,0) size 96x17
+      RenderBlock {DIV} at (0,1) size 96x15
+        RenderBlock {DIV} at (0,0) size 3x15
+layer at (234,263) size 37x13 blendMode: plus-lighter
+  RenderFlexibleBox {DIV} at (156,2) size 37x13 [color=#FFFFFF]
+    RenderBlock (anonymous) at (0,0) size 35x13
+      RenderText {#text} at (0,0) size 35x13
+        text run at (0,0) width 35: &quot;-00:06&quot;
+layer at (287,257) size 14x25
+  RenderFlexibleBox {DIV} at (269,20) size 14x25
+layer at (287,262) size 14x15 blendMode: plus-lighter
+  RenderButton {BUTTON} at (0,5) size 14x15 [color=#FFFFFF]
+layer at (317,262) size 14x15 blendMode: plus-lighter
+  RenderButton {BUTTON} at (299,25) size 14x15 [color=#FFFFFF]
+layer at (8,282) size 320x240 isolatesBlending
+  RenderVideo {VIDEO} at (0,0) size 320x240
+layer at (8,282) size 320x240
+  RenderFlexibleBox {DIV} at (0,0) size 320x240
+layer at (8,477) size 320x45
+  RenderFlexibleBox {DIV} at (0,195) size 320x45
+layer at (8,477) size 320x45 isolatesBlending
+  RenderBlock (positioned) {DIV} at (0,0) size 320x45
+layer at (8,477) size 320x45
+  RenderBlock (positioned) {DIV} at (0,0) size 320x45 [bgcolor=#1E1E1E73]
+layer at (8,477) size 320x45 blendMode: lighten
+  RenderBlock (positioned) {DIV} at (0,0) size 320x45 [bgcolor=#292929]
+layer at (16,502) size 12x15 blendMode: plus-lighter
+  RenderButton {BUTTON} at (8,25) size 12x15 [color=#FFFFFF]
+layer at (44,502) size 16x15 blendMode: plus-lighter
+  RenderButton {BUTTON} at (36,24) size 16x16 [color=#FFFFFF]
+layer at (68,501) size 201x17
+  RenderFlexibleBox {DIV} at (60,24) size 201x17
+layer at (76,503) size 32x13 blendMode: plus-lighter
+  RenderFlexibleBox {DIV} at (8,2) size 32x13 [color=#FFFFFF]
+    RenderBlock (anonymous) at (2,0) size 30x13
+      RenderText {#text} at (0,0) size 30x13
+        text run at (0,0) width 30: &quot;00:00&quot;
+layer at (118,501) size 96x17
+  RenderFlexibleBox {DIV} at (50,0) size 96x17
+layer at (118,501) size 96x17 blendMode: plus-lighter
+  RenderSlider {INPUT} at (0,0) size 96x17 [color=#909090]
+    RenderFlexibleBox {DIV} at (0,0) size 96x17
+      RenderBlock {DIV} at (0,1) size 96x15
+        RenderBlock {DIV} at (0,0) size 3x15
+layer at (224,503) size 37x13 blendMode: plus-lighter
+  RenderFlexibleBox {DIV} at (156,2) size 37x13 [color=#FFFFFF]
+    RenderBlock (anonymous) at (0,0) size 35x13
+      RenderText {#text} at (0,0) size 35x13
+        text run at (0,0) width 35: &quot;-00:06&quot;
+layer at (277,497) size 14x25
+  RenderFlexibleBox {DIV} at (269,20) size 14x25
+layer at (277,502) size 14x15 blendMode: plus-lighter
+  RenderButton {BUTTON} at (0,5) size 14x15 [color=#FFFFFF]
+layer at (307,502) size 14x15 blendMode: plus-lighter
+  RenderButton {BUTTON} at (299,25) size 14x15 [color=#FFFFFF]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanmediamediadocumentaudiorepaintexpectedtxtfromrev202825trunkLayoutTestsplatformmacmediamediadocumentaudiorepaintexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/media/media-document-audio-repaint-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/media/media-document-audio-repaint-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/media/media-document-audio-repaint-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/media/media-document-audio-repaint-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,58 @@
</span><ins>+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 784x18
+        RenderText {#text} at (0,0) size 759x18
+          text run at (0,0) width 667: &quot;This tests that in a standalone media document with audio content, the media element repaints correctly &quot;
+          text run at (666,0) width 93: &quot;while playing.&quot;
+      RenderBlock (anonymous) at (0,34) size 784x334
+        RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+layer at (8,42) size 384x334
+  RenderIFrame {IFRAME} at (0,0) size 384x334 [border: (2px inset #000000)]
+    layer at (0,0) size 380x330
+      RenderView at (0,0) size 380x330
+    layer at (0,0) size 380x330
+      RenderBlock {HTML} at (0,0) size 380x330
+        RenderBody {BODY} at (8,8) size 364x314 [bgcolor=#262626]
+    layer at (40,165) size 300x1 isolatesBlending
+      RenderVideo {VIDEO} at (40,164) size 300x2
+    layer at (40,165) size 300x1
+      RenderFlexibleBox {DIV} at (0,0) size 300x1
+    layer at (40,121) size 300x45
+      RenderFlexibleBox {DIV} at (0,-44) size 300x45
+    layer at (40,121) size 300x45 isolatesBlending
+      RenderBlock (positioned) {DIV} at (0,0) size 300x45
+    layer at (40,121) size 300x45
+      RenderBlock (positioned) {DIV} at (0,0) size 300x45 [bgcolor=#1E1E1E73]
+    layer at (40,121) size 300x45 blendMode: lighten
+      RenderBlock (positioned) {DIV} at (0,0) size 300x45 [bgcolor=#292929]
+    layer at (48,146) size 12x15 blendMode: plus-lighter
+      RenderButton {BUTTON} at (8,25) size 12x15 [color=#FFFFFF]
+    layer at (76,145) size 16x15 blendMode: plus-lighter
+      RenderButton {BUTTON} at (36,24) size 16x16 [color=#FFFFFF]
+    layer at (100,145) size 210x17
+      RenderFlexibleBox {DIV} at (60,24) size 210x17
+    layer at (108,146) size 32x13 blendMode: plus-lighter
+      RenderFlexibleBox {DIV} at (8,2) size 32x13 [color=#FFFFFF]
+        RenderBlock (anonymous) at (2,0) size 30x13
+          RenderText {#text} at (0,0) size 30x13
+            text run at (0,0) width 30: &quot;00:00&quot;
+    layer at (150,145) size 105x17
+      RenderFlexibleBox {DIV} at (50,0) size 105x17
+    layer at (150,145) size 105x17 blendMode: plus-lighter
+      RenderSlider {INPUT} at (0,0) size 105x17 [color=#909090]
+        RenderFlexibleBox {DIV} at (0,0) size 105x17
+          RenderBlock {DIV} at (0,1) size 105x15
+            RenderBlock {DIV} at (50,0) size 4x15
+    layer at (265,146) size 37x13 blendMode: plus-lighter
+      RenderFlexibleBox {DIV} at (165,2) size 37x13 [color=#FFFFFF]
+        RenderBlock (anonymous) at (0,0) size 35x13
+          RenderText {#text} at (0,0) size 35x13
+            text run at (0,0) width 35: &quot;-00:00&quot;
+    layer at (318,141) size 14x25
+      RenderFlexibleBox {DIV} at (278,20) size 14x25
+    layer at (318,146) size 14x15 blendMode: plus-lighter
+      RenderButton {BUTTON} at (0,5) size 14x15 [color=#FFFFFF]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanplatformmacscrollbarskeywindownotfirstresponderexpectedtxtfromrev202825trunkLayoutTestsplatformmacscrollbarskeywindownotfirstresponderexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/platform/mac/scrollbars/key-window-not-first-responder-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/scrollbars/key-window-not-first-responder-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/platform/mac/scrollbars/key-window-not-first-responder-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/platform/mac/scrollbars/key-window-not-first-responder-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,77 @@
</span><ins>+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 784x36
+        RenderText {#text} at (0,0) size 54x18
+          text run at (0,0) width 54: &quot;Test for &quot;
+        RenderInline {I} at (0,0) size 750x36
+          RenderInline {A} at (0,0) size 156x18 [color=#0000EE]
+            RenderText {#text} at (53,0) size 156x18
+              text run at (53,0) width 156: &quot;rdar://problem/6935192&quot;
+          RenderText {#text} at (208,0) size 750x36
+            text run at (208,0) width 5: &quot; &quot;
+            text run at (212,0) width 506: &quot;REGRESSION (Safari 3-Safari 4): Scroll bars in key window draw as inactive &quot;
+            text run at (717,0) width 33: &quot;if the&quot;
+            text run at (0,18) width 140: &quot;WebView is not active&quot;
+        RenderText {#text} at (139,18) size 5x18
+          text run at (139,18) width 5: &quot;.&quot;
+      RenderBlock (anonymous) at (0,52) size 784x467
+        RenderListBox {SELECT} at (2,2) size 47x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderText {#text} at (51,40) size 4x18
+          text run at (51,40) width 4: &quot; &quot;
+        RenderListBox {SELECT} at (57,2) size 47x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderListBox {SELECT} at (108,2) size 47x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderListBox {SELECT} at (159,2) size 47x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderListBox {SELECT} at (210,2) size 47x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderListBox {SELECT} at (261,2) size 47x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderListBox {SELECT} at (312,2) size 47x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderListBox {SELECT} at (363,2) size 47x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderListBox {SELECT} at (414,2) size 47x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderListBox {SELECT} at (465,2) size 47x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderListBox {SELECT} at (516,2) size 47x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderListBox {SELECT} at (567,2) size 47x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderText {#text} at (616,40) size 4x18
+          text run at (616,40) width 4: &quot; &quot;
+        RenderBR {BR} at (620,54) size 0x0
+        RenderText {#text} at (52,449) size 4x18
+          text run at (52,449) width 4: &quot; &quot;
+        RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+layer at (9,122) size 50x400 clip at (9,122) size 35x400 scrollHeight 600
+  RenderBlock {DIV} at (1,62) size 50x400
+    RenderBlock {DIV} at (0,0) size 35x600
+layer at (65,122) size 50x400 clip at (65,122) size 35x400 scrollHeight 600
+  RenderBlock {DIV} at (57,62) size 50x400
+    RenderBlock {DIV} at (0,0) size 35x600
+layer at (117,122) size 50x400 clip at (117,122) size 35x400 scrollHeight 600
+  RenderBlock {DIV} at (109,62) size 50x400
+    RenderBlock {DIV} at (0,0) size 35x600
+layer at (169,122) size 50x400 clip at (169,122) size 35x400 scrollHeight 600
+  RenderBlock {DIV} at (161,62) size 50x400
+    RenderBlock {DIV} at (0,0) size 35x600
+layer at (221,122) size 50x400 clip at (221,122) size 35x400 scrollHeight 600
+  RenderBlock {DIV} at (213,62) size 50x400
+    RenderBlock {DIV} at (0,0) size 35x600
+layer at (273,122) size 50x400 clip at (273,122) size 35x400 scrollHeight 600
+  RenderBlock {DIV} at (265,62) size 50x400
+    RenderBlock {DIV} at (0,0) size 35x600
+layer at (325,122) size 50x400 clip at (325,122) size 35x400 scrollHeight 600
+  RenderBlock {DIV} at (317,62) size 50x400
+    RenderBlock {DIV} at (0,0) size 35x600
+layer at (377,122) size 50x400 clip at (377,122) size 35x400 scrollHeight 600
+  RenderBlock {DIV} at (369,62) size 50x400
+    RenderBlock {DIV} at (0,0) size 35x600
+layer at (429,122) size 50x400 clip at (429,122) size 35x400 scrollHeight 600
+  RenderBlock {DIV} at (421,62) size 50x400
+    RenderBlock {DIV} at (0,0) size 35x600
+layer at (481,122) size 50x400 clip at (481,122) size 35x400 scrollHeight 600
+  RenderBlock {DIV} at (473,62) size 50x400
+    RenderBlock {DIV} at (0,0) size 35x600
+layer at (533,122) size 50x400 clip at (533,122) size 35x400 scrollHeight 600
+  RenderBlock {DIV} at (525,62) size 50x400
+    RenderBlock {DIV} at (0,0) size 35x600
+layer at (585,122) size 50x400 clip at (585,122) size 35x400 scrollHeight 600
+  RenderBlock {DIV} at (577,62) size 50x400
+    RenderBlock {DIV} at (0,0) size 35x600
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanpluginsmouseclickpluginclearsselectionexpectedtxtfromrev202825trunkLayoutTestsplatformmacpluginsmouseclickpluginclearsselectionexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/plugins/mouse-click-plugin-clears-selection-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/plugins/mouse-click-plugin-clears-selection-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/plugins/mouse-click-plugin-clears-selection-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,15 @@
</span><ins>+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 (anonymous) at (0,0) size 784x123
+        RenderEmbeddedObject {EMBED} at (0,0) size 100x100
+        RenderBR {BR} at (100,100) size 0x0
+        RenderTextControl {INPUT} at (2,102) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,123) size 784x0
+layer at (13,113) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 26x13
+      text run at (0,0) width 26: &quot;hello&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitansvgcustominlinesvginxhtmlexpectedtxtfromrev202825trunkLayoutTestsplatformmacsvgcustominlinesvginxhtmlexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/svg/custom/inline-svg-in-xhtml-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/svg/custom/inline-svg-in-xhtml-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/svg/custom/inline-svg-in-xhtml-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,34 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x0
+  RenderBlock {html} at (0,0) size 800x0
+layer at (48,38) size 722x542 layerType: background only
+layer at (49,39) size 720x540
+  RenderSVGRoot {svg} at (49,39) size 720x540
+    RenderSVGResourceLinearGradient {linearGradient} [id=&quot;gradient&quot;] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(1,0)]
+      RenderSVGGradientStop {stop} [offset=0.00] [color=#FFFF00]
+      RenderSVGGradientStop {stop} [offset=1.00] [color=#008000]
+    RenderSVGRect {rect} at (49,39) size 720x540 [fill={[type=LINEAR-GRADIENT] [id=&quot;gradient&quot;]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
+    RenderSVGEllipse {circle} at (193,93) size 432x432 [fill={[type=LINEAR-GRADIENT] [id=&quot;gradient&quot;]}] [cx=50.00] [cy=50.00] [r=30.00]
+layer at (48,38) size 722x542 layerType: foreground only
+  RenderBody {body} at (48,38) size 722x542 [border: (1px solid #000000)]
+    RenderBlock {form} at (1,1) size 720x129
+      RenderFieldSet {fieldset} at (2,0) size 716x129 [border: (2px groove #C0C0C0)]
+        RenderBlock {legend} at (14,0) size 88x18
+          RenderText {#text} at (2,0) size 84x18
+            text run at (2,0) width 84: &quot;HTML Form&quot;
+        RenderBlock {p} at (14,39) size 688x24
+          RenderInline {label} at (0,0) size 110x18
+            RenderText {#text} at (0,2) size 110x18
+              text run at (0,2) width 110: &quot;Enter something:&quot;
+          RenderText {#text} at (109,2) size 5x18
+            text run at (109,2) width 5: &quot; &quot;
+          RenderTextControl {input} at (115,2) size 138x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderText {#text} at (0,0) size 0x0
+        RenderBlock {p} at (14,78) size 688x23
+          RenderButton {button} at (2,2) size 62x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+            RenderBlock (anonymous) at (8,2) size 46x13
+              RenderText {#text} at (0,0) size 46x13
+                text run at (0,0) width 46: &quot;Activate!&quot;
+layer at (184,84) size 130x13
+  RenderBlock {div} at (3,3) size 131x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitansvghixiemixed003expectedtxtfromrev202825trunkLayoutTestsplatformmacsvghixiemixed003expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/svg/hixie/mixed/003-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/svg/hixie/mixed/003-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/svg/hixie/mixed/003-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/svg/hixie/mixed/003-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,19 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x301
+  RenderBlock {html} at (0,0) size 800x301
+    RenderBody {body} at (8,16) size 784x277
+      RenderBlock {p} at (0,0) size 784x23
+        RenderTextControl {input} at (2,2) size 332x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderBlock {p} at (0,39) size 784x18
+        RenderText {#text} at (0,0) size 465x18
+          text run at (0,0) width 465: &quot;It should say \&quot;PASSED\&quot; above and there should be a green circle below.&quot;
+      RenderBlock (anonymous) at (0,73) size 784x204
+        RenderSVGRoot {svg} at (8,89) size 100x100
+          RenderSVGEllipse {circle} at (8,89) size 100x100 [fill={[type=SOLID] [color=#008000]}] [cx=50.00] [cy=50.00] [r=50.00]
+        RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+layer at (13,21) size 326x13
+  RenderBlock {div} at (3,3) size 326x13
+    RenderText {#text} at (0,0) size 119x13
+      text run at (0,0) width 119: &quot;This test has PASSED.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug1188expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozillabugsbug1188expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug1188-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug1188-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug1188-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug1188-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,140 @@
</span><ins>+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 {FORM} at (0,0) size 784x194
+        RenderBlock {HR} at (0,0) size 602x2 [border: (1px inset #000000)]
+        RenderTable {TABLE} at (0,10) size 600x184
+          RenderTableSection {TBODY} at (0,0) size 600x184
+            RenderTableRow {TR} at (0,2) size 600x44
+              RenderTableCell {TD} at (2,2) size 595x44 [r=0 c=0 rs=1 cs=3]
+                RenderImage {IMG} at (7,1) size 580x42
+                RenderText {#text} at (0,0) size 0x0
+            RenderTableRow {TR} at (0,48) size 600x55
+              RenderTableCell {TD} at (2,55) size 595x41 [bgcolor=#99CCCC] [r=1 c=0 rs=1 cs=3]
+                RenderInline {FONT} at (0,0) size 128x15
+                  RenderInline {B} at (0,0) size 128x15
+                    RenderText {#text} at (55,4) size 128x17
+                      text run at (55,5) width 128: &quot;Search the Web with&quot;
+                RenderText {#text} at (182,2) size 5x20
+                  text run at (182,3) width 5: &quot; &quot;
+                RenderMenuList {SELECT} at (188,4) size 83x18 [bgcolor=#FFFFFF]
+                  RenderBlock (anonymous) at (0,0) size 82x18
+                    RenderText at (8,2) size 51x13
+                      text run at (8,2) width 51: &quot;Netscape&quot;
+                RenderTextControl {INPUT} at (274,3) size 202x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderText {#text} at (477,2) size 5x20
+                  text run at (477,3) width 5: &quot; &quot;
+                RenderButton {INPUT} at (483,4) size 54x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 37x13
+                    RenderText at (0,0) size 37x13
+                      text run at (0,0) width 37: &quot;Search&quot;
+                RenderBR {BR} at (538,16) size 1x2
+                RenderInline {SMALL} at (0,0) size 554x15
+                  RenderInline {A} at (0,0) size 98x15 [color=#0000EE]
+                    RenderText {#text} at (20,23) size 98x17
+                      text run at (20,24) width 98: &quot;Classifieds&lt; /A&gt;   &quot;
+                  RenderInline {A} at (0,0) size 58x15 [color=#0000EE]
+                    RenderText {#text} at (117,23) size 58x17
+                      text run at (117,24) width 23: &quot;Net &quot;
+                      text run at (139,24) width 36: &quot;Search&quot;
+                  RenderText {#text} at (174,23) size 11x17
+                    text run at (174,24) width 11: &quot;   &quot;
+                  RenderInline {A} at (0,0) size 80x15 [color=#0000EE]
+                    RenderText {#text} at (184,23) size 80x17
+                      text run at (184,24) width 55: &quot;Find Web &quot;
+                      text run at (238,24) width 26: &quot;Sites&quot;
+                  RenderText {#text} at (263,23) size 11x17
+                    text run at (263,24) width 5: &quot; &quot;
+                    text run at (267,24) width 7: &quot;  &quot;
+                  RenderInline {A} at (0,0) size 65x15 [color=#0000EE]
+                    RenderText {#text} at (273,23) size 65x17
+                      text run at (273,24) width 40: &quot;What's &quot;
+                      text run at (312,24) width 26: &quot;Cool&quot;
+                  RenderText {#text} at (337,23) size 11x17
+                    text run at (337,24) width 11: &quot;   &quot;
+                  RenderInline {A} at (0,0) size 64x15 [color=#0000EE]
+                    RenderText {#text} at (347,23) size 64x17
+                      text run at (347,24) width 64: &quot;What's New&quot;
+                  RenderText {#text} at (410,23) size 11x17
+                    text run at (410,24) width 11: &quot;   &quot;
+                  RenderInline {A} at (0,0) size 74x15 [color=#0000EE]
+                    RenderText {#text} at (420,23) size 74x17
+                      text run at (420,24) width 74: &quot;People Finder&quot;
+                  RenderText {#text} at (493,23) size 10x17
+                    text run at (493,24) width 10: &quot;   &quot;
+                  RenderInline {A} at (0,0) size 72x15 [color=#0000EE]
+                    RenderText {#text} at (502,23) size 72x17
+                      text run at (502,24) width 72: &quot;Yellow Pages&quot;
+                  RenderText {#text} at (0,0) size 0x0
+                RenderText {#text} at (0,0) size 0x0
+            RenderTableRow {TR} at (0,105) size 600x50
+              RenderTableCell {TD} at (2,114) size 160x32 [r=2 c=0 rs=1 cs=1]
+                RenderInline {A} at (0,0) size 118x33 [color=#0000EE]
+                  RenderInline {FONT} at (0,0) size 118x30 [color=#CC0033]
+                    RenderText {#text} at (21,1) size 118x30
+                      text run at (21,1) width 118: &quot;Download Netscape&quot;
+                      text run at (26,16) width 107: &quot;Communicator 4.5&quot;
+              RenderTableCell {TD} at (163,105) size 272x50 [r=2 c=1 rs=1 cs=1]
+                RenderInline {A} at (0,0) size 233x28 [color=#0000EE]
+                  RenderImage {IMG} at (19,1) size 233x35 [border: (1px solid #0000EE)]
+                  RenderBR {BR} at (251,36) size 1x0
+                  RenderInline {FONT} at (0,0) size 48x13
+                    RenderText {#text} at (111,36) size 48x13
+                      text run at (111,36) width 48: &quot;Click Here!&quot;
+                RenderBR {BR} at (158,46) size 1x0
+              RenderTableCell {TD} at (436,121) size 161x18 [r=2 c=2 rs=1 cs=1]
+                RenderInline {A} at (0,0) size 132x18 [color=#0000EE]
+                  RenderInline {FONT} at (0,0) size 132x15 [color=#0066FF]
+                    RenderText {#text} at (14,0) size 132x17
+                      text run at (14,1) width 132: &quot;Hassle-Free Upgrades&quot;
+                RenderText {#text} at (0,0) size 0x0
+            RenderTableRow {TR} at (0,157) size 600x20
+              RenderTableCell {TD} at (2,157) size 595x20 [r=3 c=0 rs=1 cs=3]
+                RenderInline {A} at (0,0) size 50x18 [color=#0000EE]
+                  RenderInline {FONT} at (0,0) size 50x15 [color=#0066FF]
+                    RenderInline {B} at (0,0) size 50x15
+                      RenderText {#text} at (21,3) size 50x15
+                        text run at (21,3) width 50: &quot;Contact&quot;
+                RenderText {#text} at (70,1) size 13x18
+                  text run at (70,1) width 13: &quot; : &quot;
+                RenderInline {SMALL} at (0,0) size 491x15
+                  RenderInline {A} at (0,0) size 75x15 [color=#0000EE]
+                    RenderText {#text} at (82,3) size 75x15
+                      text run at (82,3) width 75: &quot;Address Book&quot;
+                  RenderText {#text} at (156,3) size 12x15
+                    text run at (156,3) width 12: &quot; - &quot;
+                  RenderInline {A} at (0,0) size 63x15 [color=#0000EE]
+                    RenderText {#text} at (167,3) size 63x15
+                      text run at (167,3) width 63: &quot;Discussions&quot;
+                  RenderText {#text} at (229,3) size 12x15
+                    text run at (229,3) width 12: &quot; - &quot;
+                  RenderInline {A} at (0,0) size 96x15 [color=#0000EE]
+                    RenderText {#text} at (240,3) size 96x15
+                      text run at (240,3) width 96: &quot;Instant Messenger&quot;
+                  RenderText {#text} at (335,3) size 12x15
+                    text run at (335,3) width 12: &quot; - &quot;
+                  RenderInline {A} at (0,0) size 77x15 [color=#0000EE]
+                    RenderText {#text} at (346,3) size 77x15
+                      text run at (346,3) width 77: &quot;Long Distance&quot;
+                  RenderText {#text} at (422,3) size 12x15
+                    text run at (422,3) width 12: &quot; - &quot;
+                  RenderInline {A} at (0,0) size 50x15 [color=#0000EE]
+                    RenderText {#text} at (433,3) size 50x15
+                      text run at (433,3) width 50: &quot;Members&quot;
+                  RenderText {#text} at (482,3) size 12x15
+                    text run at (482,3) width 12: &quot; - &quot;
+                  RenderInline {A} at (0,0) size 80x15 [color=#0000EE]
+                    RenderText {#text} at (493,3) size 80x15
+                      text run at (493,3) width 80: &quot;WebMail&lt; /A&gt;&quot;
+                RenderInline {A} at (0,0) size 1x18 [color=#0000EE]
+                  RenderText {#text} at (0,0) size 0x0
+            RenderTableRow {TR} at (0,179) size 600x3
+              RenderTableCell {TD} at (2,179) size 597x3 [bgcolor=#99CCCC] [r=4 c=0 rs=1 cs=4]
+                RenderTable {TABLE} at (1,1) size 1x1
+                  RenderTableSection {TBODY} at (0,0) size 1x1
+                    RenderTableRow {TR} at (0,0) size 1x1
+                      RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
+layer at (287,80) size 196x13
+  RenderBlock {DIV} at (3,3) size 196x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug12384expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozillabugsbug12384expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug12384-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug12384-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug12384-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug12384-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,26 @@
</span><ins>+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 {FORM} at (0,0) size 784x27
+        RenderTable {TABLE} at (0,0) size 648x27 [bgcolor=#FFE030] [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 646x25
+            RenderTableRow {TR} at (0,0) size 646x25
+              RenderTableCell {TD} at (0,0) size 646x25 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                RenderInline {NOBR} at (0,0) size 644x18
+                  RenderTextControl {INPUT} at (3,3) size 202x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (206,3) size 14x18
+                    text run at (206,3) width 14: &quot; - &quot;
+                  RenderTextControl {INPUT} at (221,3) size 203x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderText {#text} at (425,3) size 14x18
+                    text run at (425,3) width 14: &quot; - &quot;
+                  RenderTextControl {INPUT} at (440,3) size 203x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderText {#text} at (0,0) size 0x0
+            RenderTableRow {TR} at (0,25) size 646x0
+layer at (15,15) size 196x13
+  RenderBlock {DIV} at (3,3) size 196x13
+layer at (234,15) size 196x13 backgroundClip at (234,15) size 195x13 clip at (234,15) size 195x13
+  RenderBlock {DIV} at (3,3) size 196x13
+layer at (453,15) size 196x13 backgroundClip at (453,15) size 195x13 clip at (453,15) size 195x13
+  RenderBlock {DIV} at (3,3) size 196x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug138725expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozillabugsbug138725expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug138725-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug138725-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug138725-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug138725-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,35 @@
</span><ins>+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
+      RenderTable {TABLE} at (0,0) size 151x56
+        RenderTableSection {TBODY} at (0,0) size 151x56
+          RenderTableRow {TR} at (0,2) size 151x52
+            RenderTableCell {TD} at (2,2) size 147x52 [r=0 c=0 rs=1 cs=1]
+              RenderBlock (anonymous) at (1,1) size 145x0
+                RenderInline {SPAN} at (0,0) size 0x0
+                  RenderText {#text} at (0,0) size 0x0
+                  RenderInline {SPAN} at (0,0) size 0x0
+                    RenderText {#text} at (0,0) size 0x0
+                    RenderText {#text} at (0,0) size 0x0
+              RenderBlock (anonymous) at (1,1) size 145x50
+                RenderTable {TABLE} at (0,0) size 145x50
+                  RenderTableSection {TBODY} at (0,0) size 145x50
+                    RenderTableRow {TR} at (0,2) size 145x46
+                      RenderTableCell {TD} at (2,2) size 141x46 [r=0 c=0 rs=1 cs=1]
+                        RenderTable {TABLE} at (1,1) size 139x44
+                          RenderTableSection {TBODY} at (0,0) size 139x44
+                            RenderTableRow {TR} at (0,2) size 139x40
+                              RenderTableCell {TD} at (2,2) size 135x40 [r=0 c=0 rs=1 cs=1]
+                                RenderBlock {FORM} at (1,1) size 133x22
+                                  RenderButton {INPUT} at (2,2) size 129x18 [bgcolor=#C0C0C0]
+                                    RenderBlock (anonymous) at (8,2) size 113x13
+                                      RenderText at (0,0) size 113x13
+                                        text run at (0,0) width 113: &quot;ApplyForThisPosition&quot;
+                                  RenderText {#text} at (0,0) size 0x0
+              RenderBlock (anonymous) at (1,51) size 145x0
+                RenderInline {SPAN} at (0,0) size 0x0
+                  RenderInline {SPAN} at (0,0) size 0x0
+                  RenderText {#text} at (0,0) size 0x0
+                RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug18359expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozillabugsbug18359expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug18359-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug18359-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug18359-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug18359-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,44 @@
</span><ins>+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 {H2} at (0,0) size 784x28
+        RenderText {#text} at (0,0) size 362x28
+          text run at (0,0) width 362: &quot;SeaMonkey XPInstall Trigger Page&quot;
+      RenderBlock {HR} at (0,47) size 784x3 [border: (1px inset #000000)]
+      RenderBlock {FORM} at (0,57) size 784x56
+        RenderTable {TABLE} at (0,0) size 636x55
+          RenderTableSection {TBODY} at (0,0) size 636x55
+            RenderTableRow {TR} at (0,2) size 636x25
+              RenderTableCell {TD} at (2,4) size 106x21 [r=0 c=0 rs=1 cs=1]
+                RenderInline {B} at (0,0) size 95x18
+                  RenderText {#text} at (1,1) size 95x19
+                    text run at (1,2) width 95: &quot;Trigger URL:&quot;
+              RenderTableCell {TD} at (109,2) size 437x25 [r=0 c=1 rs=1 cs=1]
+                RenderTextControl {INPUT} at (3,3) size 430x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+              RenderTableCell {TD} at (547,2) size 87x25 [r=0 c=2 rs=1 cs=1]
+                RenderButton {INPUT} at (3,3) size 53x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 37x13
+                    RenderText at (0,0) size 37x13
+                      text run at (0,0) width 37: &quot;Trigger&quot;
+            RenderTableRow {TR} at (0,29) size 636x24
+              RenderTableCell {TD} at (2,31) size 106x20 [r=1 c=0 rs=1 cs=1]
+                RenderInline {B} at (0,0) size 104x18
+                  RenderText {#text} at (1,1) size 104x18
+                    text run at (1,1) width 104: &quot;Run Test Case:&quot;
+              RenderTableCell {TD} at (109,29) size 437x24 [r=1 c=1 rs=1 cs=1]
+                RenderMenuList {SELECT} at (3,3) size 259x18 [bgcolor=#FFFFFF]
+                  RenderBlock (anonymous) at (0,0) size 259x18
+                    RenderText at (8,2) size 71x13
+                      text run at (8,2) width 71: &quot;a_abortinstall&quot;
+                RenderText {#text} at (0,0) size 0x0
+              RenderTableCell {TD} at (547,29) size 87x24 [r=1 c=2 rs=1 cs=1]
+                RenderButton {INPUT} at (3,3) size 81x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 65x13
+                    RenderText at (0,0) size 65x13
+                      text run at (0,0) width 65: &quot;Trigger case&quot;
+layer at (123,74) size 424x13
+  RenderBlock {DIV} at (3,3) size 424x13
+    RenderText {#text} at (0,0) size 96x13
+      text run at (0,0) width 96: &quot;http://jimbob/jars/&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug194024expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozillabugsbug194024expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug194024-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug194024-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug194024-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug194024-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,146 @@
</span><ins>+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 (anonymous) at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 287x18
+          text run at (0,0) width 287: &quot;border=\&quot;0\&quot; cellspacing=\&quot;0\&quot; cellpadding=\&quot;0\&quot;&quot;
+      RenderTable {TABLE} at (0,18) size 784x36 [bgcolor=#DDDD33]
+        RenderTableSection {TBODY} at (0,0) size 784x36
+          RenderTableRow {TR} at (0,0) size 784x36
+            RenderTableCell {TD} at (0,18) size 12x0 [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (12,0) size 760x36 [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (772,18) size 12x0 [r=0 c=2 rs=1 cs=1]
+      RenderBlock (anonymous) at (0,54) size 784x18
+        RenderText {#text} at (0,0) size 211x18
+          text run at (0,0) width 211: &quot;cellspacing=\&quot;0\&quot; cellpadding=\&quot;0\&quot;&quot;
+      RenderTable {TABLE} at (0,72) size 784x36 [bgcolor=#CCCCFF]
+        RenderTableSection {TBODY} at (0,0) size 784x36
+          RenderTableRow {TR} at (0,0) size 784x36
+            RenderTableCell {TD} at (0,18) size 12x0 [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (12,0) size 760x36 [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (772,18) size 12x0 [r=0 c=2 rs=1 cs=1]
+      RenderBlock (anonymous) at (0,108) size 784x18
+        RenderText {#text} at (0,0) size 105x18
+          text run at (0,0) width 105: &quot;cellpadding=\&quot;0\&quot;&quot;
+      RenderTable {TABLE} at (0,126) size 784x40 [bgcolor=#FF9999]
+        RenderTableSection {TBODY} at (0,0) size 784x40
+          RenderTableRow {TR} at (0,2) size 784x36
+            RenderTableCell {TD} at (2,20) size 12x0 [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (16,2) size 752x36 [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (770,20) size 12x0 [r=0 c=2 rs=1 cs=1]
+      RenderBlock (anonymous) at (0,166) size 784x18
+        RenderText {#text} at (0,0) size 181x18
+          text run at (0,0) width 181: &quot;border=\&quot;0\&quot; cellpadding=\&quot;0\&quot;&quot;
+      RenderTable {TABLE} at (0,184) size 784x40 [bgcolor=#AAEEBB]
+        RenderTableSection {TBODY} at (0,0) size 784x40
+          RenderTableRow {TR} at (0,2) size 784x36
+            RenderTableCell {TD} at (2,20) size 12x0 [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (16,2) size 752x36 [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (770,20) size 12x0 [r=0 c=2 rs=1 cs=1]
+      RenderBlock (anonymous) at (0,224) size 784x18
+        RenderInline {FONT} at (0,0) size 31x18 [color=#0000FF]
+          RenderText {#text} at (0,0) size 31x18
+            text run at (0,0) width 31: &quot;right&quot;
+        RenderText {#text} at (30,0) size 77x18
+          text run at (30,0) width 77: &quot; border=\&quot;0\&quot;&quot;
+      RenderTable {TABLE} at (0,242) size 784x42 [bgcolor=#FFCCEE]
+        RenderTableSection {TBODY} at (0,0) size 784x42
+          RenderTableRow {TR} at (0,2) size 784x38
+            RenderTableCell {TD} at (2,20) size 14x2 [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (18,2) size 748x38 [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (768,20) size 14x2 [r=0 c=2 rs=1 cs=1]
+      RenderBlock (anonymous) at (0,284) size 784x18
+        RenderInline {FONT} at (0,0) size 31x18 [color=#0000FF]
+          RenderText {#text} at (0,0) size 31x18
+            text run at (0,0) width 31: &quot;right&quot;
+        RenderText {#text} at (30,0) size 109x18
+          text run at (30,0) width 109: &quot; cellpadding=\&quot;1\&quot;&quot;
+      RenderTable {TABLE} at (0,302) size 784x42 [bgcolor=#66DDFF]
+        RenderTableSection {TBODY} at (0,0) size 784x42
+          RenderTableRow {TR} at (0,2) size 784x38
+            RenderTableCell {TD} at (2,20) size 14x2 [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (18,2) size 748x38 [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (768,20) size 14x2 [r=0 c=2 rs=1 cs=1]
+      RenderBlock (anonymous) at (0,344) size 784x18
+        RenderInline {FONT} at (0,0) size 31x18 [color=#0000FF]
+          RenderText {#text} at (0,0) size 31x18
+            text run at (0,0) width 31: &quot;right&quot;
+        RenderText {#text} at (30,0) size 291x18
+          text run at (30,0) width 291: &quot; border=\&quot;1\&quot; cellspacing=\&quot;0\&quot; cellpadding=\&quot;0\&quot;&quot;
+      RenderTable {TABLE} at (0,362) size 784x40 [bgcolor=#EEEEEE] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 782x38
+          RenderTableRow {TR} at (0,0) size 782x38
+            RenderTableCell {TD} at (0,18) size 14x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (14,0) size 754x38 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (768,18) size 14x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+      RenderBlock (anonymous) at (0,402) size 784x18
+        RenderInline {FONT} at (0,0) size 31x18 [color=#0000FF]
+          RenderText {#text} at (0,0) size 31x18
+            text run at (0,0) width 31: &quot;right&quot;
+        RenderText {#text} at (30,0) size 183x18
+          text run at (30,0) width 183: &quot; border=\&quot;1\&quot; cellspacing=\&quot;0\&quot;&quot;
+      RenderTable {TABLE} at (0,420) size 784x42 [bgcolor=#FFCC66] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 782x40
+          RenderTableRow {TR} at (0,0) size 782x40
+            RenderTableCell {TD} at (0,18) size 16x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (16,0) size 750x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (766,18) size 16x4 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+      RenderBlock (anonymous) at (0,462) size 784x18
+        RenderInline {FONT} at (0,0) size 31x18 [color=#0000FF]
+          RenderText {#text} at (0,0) size 31x18
+            text run at (0,0) width 31: &quot;right&quot;
+        RenderText {#text} at (30,0) size 77x18
+          text run at (30,0) width 77: &quot; border=\&quot;1\&quot;&quot;
+      RenderTable {TABLE} at (0,480) size 784x46 [bgcolor=#CCFF33] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 782x44
+          RenderTableRow {TR} at (0,2) size 782x40
+            RenderTableCell {TD} at (2,20) size 16x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (20,2) size 742x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (764,20) size 16x4 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+layer at (20,28) size 760x32 clip at (21,29) size 758x30
+  RenderTextControl {TEXTAREA} at (0,2) size 760x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 754x13
+      RenderText {#text} at (0,0) size 20x13
+        text run at (0,0) width 20: &quot;test&quot;
+layer at (20,82) size 760x32 clip at (21,83) size 758x30
+  RenderTextControl {TEXTAREA} at (0,2) size 760x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 754x13
+      RenderText {#text} at (0,0) size 20x13
+        text run at (0,0) width 20: &quot;test&quot;
+layer at (24,138) size 752x32 clip at (25,139) size 750x30
+  RenderTextControl {TEXTAREA} at (0,2) size 752x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 746x13
+      RenderText {#text} at (0,0) size 20x13
+        text run at (0,0) width 20: &quot;test&quot;
+layer at (24,196) size 752x32 clip at (25,197) size 750x30
+  RenderTextControl {TEXTAREA} at (0,2) size 752x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 746x13
+      RenderText {#text} at (0,0) size 20x13
+        text run at (0,0) width 20: &quot;test&quot;
+layer at (27,255) size 746x32 clip at (28,256) size 744x30
+  RenderTextControl {TEXTAREA} at (1,3) size 746x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 740x13
+      RenderText {#text} at (0,0) size 20x13
+        text run at (0,0) width 20: &quot;test&quot;
+layer at (27,315) size 746x32 clip at (28,316) size 744x30
+  RenderTextControl {TEXTAREA} at (1,3) size 746x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 740x13
+      RenderText {#text} at (0,0) size 20x13
+        text run at (0,0) width 20: &quot;test&quot;
+layer at (24,374) size 752x32 clip at (25,375) size 750x30
+  RenderTextControl {TEXTAREA} at (1,3) size 752x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 746x13
+      RenderText {#text} at (0,0) size 20x13
+        text run at (0,0) width 20: &quot;test&quot;
+layer at (27,433) size 746x32 clip at (28,434) size 744x30
+  RenderTextControl {TEXTAREA} at (2,4) size 746x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 740x13
+      RenderText {#text} at (0,0) size 20x13
+        text run at (0,0) width 20: &quot;test&quot;
+layer at (31,495) size 738x32 clip at (32,496) size 736x30
+  RenderTextControl {TEXTAREA} at (2,4) size 738x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 732x13
+      RenderText {#text} at (0,0) size 20x13
+        text run at (0,0) width 20: &quot;test&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug24200expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozillabugsbug24200expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug24200-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug24200-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug24200-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug24200-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,63 @@
</span><ins>+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 {CENTER} at (0,0) size 784x200
+        RenderTable {TABLE} at (76,0) size 632x200 [border: (1px solid #FF0000)]
+          RenderTableSection {TBODY} at (1,1) size 628x197
+            RenderTableRow {TR} at (0,0) size 628x22
+              RenderTableCell {TD} at (0,0) size 628x22 [border: (2px solid #FF0000)] [r=0 c=0 rs=1 cs=2]
+                RenderText {#text} at (3,3) size 180x18
+                  text run at (3,3) width 180: &quot;parent table, 1st row, 1st col&quot;
+            RenderTableRow {TR} at (0,22) size 628x175
+              RenderTableCell {TD} at (0,22) size 143x175 [border: (1px solid #FF0000)] [r=1 c=0 rs=1 cs=1]
+                RenderBlock {FORM} at (3,2) size 139x155
+                  RenderTable {TABLE} at (0,0) size 139x155 [border: (1px solid #00FF00)]
+                    RenderTableSection {TBODY} at (1,1) size 136x152
+                      RenderTableRow {TR} at (0,0) size 136x22
+                        RenderTableCell {TD} at (0,0) size 136x22 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
+                          RenderText {#text} at (3,3) size 24x18
+                            text run at (3,3) width 24: &quot;text&quot;
+                      RenderTableRow {TR} at (0,22) size 136x37
+                        RenderTableCell {TD} at (0,22) size 136x37 [border: (1px solid #00FF00)] [r=1 c=0 rs=1 cs=1]
+                          RenderTable {TABLE} at (3,2) size 131x34 [border: (1px solid #FFFF00)]
+                            RenderTableSection {TBODY} at (1,1) size 128x31
+                              RenderTableRow {TR} at (0,0) size 128x31
+                                RenderTableCell {TD} at (0,1) size 101x29 [border: (2px solid #FFFF00)] [r=0 c=0 rs=1 cs=1]
+                                  RenderTextControl {INPUT} at (5,5) size 78x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                                  RenderText {#text} at (0,0) size 0x0
+                                RenderTableCell {TD} at (100,0) size 29x31 [border: (2px solid #FFFF00)] [r=0 c=1 rs=1 cs=1]
+                                  RenderImage {INPUT} at (4,7) size 20x18
+                                  RenderText {#text} at (0,0) size 0x0
+                      RenderTableRow {TR} at (0,59) size 136x21
+                        RenderTableCell {TD} at (0,59) size 136x21 [border: (1px solid #00FF00)] [r=2 c=0 rs=1 cs=1]
+                          RenderText {#text} at (3,2) size 24x18
+                            text run at (3,2) width 24: &quot;text&quot;
+                      RenderTableRow {TR} at (0,80) size 136x50
+                        RenderTableCell {TD} at (0,80) size 136x50 [border: (1px solid #00FF00)] [r=3 c=0 rs=1 cs=1]
+                          RenderBlock (anonymous) at (3,2) size 131x0
+                            RenderInline {FONT} at (0,0) size 0x0
+                          RenderTable {TABLE} at (3,2) size 131x47 [border: (1px solid #FF00FF)]
+                            RenderTableSection {TBODY} at (1,1) size 128x44
+                              RenderTableRow {TR} at (0,0) size 128x22
+                                RenderTableCell {TD} at (0,0) size 128x22 [border: (2px solid #FF00FF)] [r=0 c=0 rs=1 cs=1]
+                                  RenderText {#text} at (3,3) size 54x18
+                                    text run at (3,3) width 54: &quot;problem&quot;
+                              RenderTableRow {TR} at (0,22) size 128x22
+                                RenderTableCell {TD} at (0,22) size 128x22 [border: (1px solid #FF00FF)] [r=1 c=0 rs=1 cs=1]
+                                  RenderText {#text} at (3,2) size 54x18
+                                    text run at (3,2) width 54: &quot;problem&quot;
+                      RenderTableRow {TR} at (0,130) size 136x22
+                        RenderTableCell {TD} at (0,130) size 136x22 [border: (1px solid #00FF00)] [r=4 c=0 rs=1 cs=1]
+                          RenderText {#text} at (3,2) size 24x18
+                            text run at (3,2) width 24: &quot;text&quot;
+              RenderTableCell {TD} at (143,22) size 485x30 [border: (1px solid #FF0000)] [r=1 c=1 rs=1 cs=1]
+                RenderTable {TABLE} at (2,2) size 481x26 [border: (1px solid #0000FF)]
+                  RenderTableSection {TBODY} at (1,1) size 478x23
+                    RenderTableRow {TR} at (0,0) size 478x23
+                      RenderTableCell {TD} at (0,0) size 478x23 [border: (2px solid #0000FF)] [r=0 c=0 rs=1 cs=1]
+                        RenderText {#text} at (3,3) size 48x18
+                          text run at (3,3) width 48: &quot;overlap&quot;
+layer at (102,69) size 72x13 backgroundClip at (102,69) size 71x13 clip at (102,69) size 71x13
+  RenderBlock {DIV} at (3,3) size 72x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug24792expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozillabugsbug24792expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug2479-2-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug2479-2-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug2479-2-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,120 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x553
+  RenderBlock {HTML} at (0,0) size 800x553 [bgcolor=#00FF99]
+    RenderBody {BODY} at (57,64) size 686x425 [bgcolor=#99FFCC] [border: (3px solid #000000)]
+      RenderBlock {P} at (3,3) size 680x64
+        RenderText {#text} at (0,6) size 631x51
+          text run at (0,6) width 593: &quot;These links are in an element with display table-row, and the li elements &quot;
+          text run at (592,6) width 39: &quot;have&quot;
+          text run at (0,38) width 155: &quot;display: table-cell. &quot;
+          text run at (154,38) width 131: &quot;They disappear:&quot;
+      RenderTable at (3,67) size 302x19
+        RenderTableSection (anonymous) at (0,0) size 302x19
+          RenderTableRow {UL} at (0,0) size 302x19 [bgcolor=#00CC99]
+            RenderTableCell {LI} at (0,0) size 76x19 [r=0 c=0 rs=1 cs=1]
+              RenderInline {A} at (0,0) size 54x19 [color=#0000EE]
+                RenderText {#text} at (11,0) size 54x19
+                  text run at (11,0) width 54: &quot;people&quot;
+            RenderTableCell {LI} at (75,0) size 76x19 [r=0 c=1 rs=1 cs=1]
+              RenderInline {A} at (0,0) size 51x19 [color=#0000EE]
+                RenderText {#text} at (12,0) size 51x19
+                  text run at (12,0) width 51: &quot;places&quot;
+            RenderTableCell {LI} at (150,0) size 76x19 [r=0 c=2 rs=1 cs=1]
+              RenderInline {A} at (0,0) size 76x19 [color=#0000EE]
+                RenderText {#text} at (0,0) size 76x19
+                  text run at (0,0) width 76: &quot;members&quot;
+            RenderTableCell {LI} at (225,0) size 77x19 [r=0 c=3 rs=1 cs=1]
+              RenderInline {A} at (0,0) size 38x19 [color=#0000EE]
+                RenderText {#text} at (19,0) size 38x19
+                  text run at (19,0) width 38: &quot;links&quot;
+      RenderBlock {DIV} at (3,86) size 680x336
+        RenderBlock (anonymous) at (16,16) size 648x19
+          RenderText {#text} at (0,0) size 510x19
+            text run at (0,0) width 227: &quot;This text is not in the form. &quot;
+            text run at (226,0) width 284: &quot;The form should be indented 40px.&quot;
+        RenderBlock {FORM} at (96,35) size 568x285
+          RenderBlock {P} at (0,0) size 568x64
+            RenderText {#text} at (0,6) size 541x51
+              text run at (0,6) width 195: &quot;This is text in the form. &quot;
+              text run at (194,6) width 230: &quot;It should be indented 40px. &quot;
+              text run at (423,6) width 118: &quot;The form itself&quot;
+              text run at (0,38) width 373: &quot;has the same table-row/table-cell problem as &quot;
+              text run at (372,38) width 55: &quot;above.&quot;
+          RenderBlock {P} at (0,64) size 568x63
+            RenderTable {SPAN} at (0,3) size 134x60
+              RenderTableSection (anonymous) at (0,0) size 134x60
+                RenderTableRow {SPAN} at (0,0) size 134x28
+                  RenderTableCell (anonymous) at (0,0) size 134x28 [r=0 c=0 rs=1 cs=1]
+                    RenderText {#text} at (0,6) size 134x16
+                      text run at (0,6) width 134: &quot;First Name (required)&quot;
+                RenderTableRow (anonymous) at (0,28) size 134x32
+                  RenderTableCell (anonymous) at (0,28) size 134x32 [r=1 c=0 rs=1 cs=1]
+                    RenderTextControl {INPUT} at (2,8) size 111x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderText {#text} at (133,6) size 6x19
+              text run at (133,6) width 6: &quot; &quot;
+            RenderTable {SPAN} at (138,3) size 133x60
+              RenderTableSection (anonymous) at (0,0) size 133x60
+                RenderTableRow {SPAN} at (0,0) size 133x28
+                  RenderTableCell (anonymous) at (0,0) size 133x28 [r=0 c=0 rs=1 cs=1]
+                    RenderText {#text} at (0,6) size 133x16
+                      text run at (0,6) width 133: &quot;Last Name (required)&quot;
+                RenderTableRow (anonymous) at (0,28) size 133x32
+                  RenderTableCell (anonymous) at (0,28) size 133x32 [r=1 c=0 rs=1 cs=1]
+                    RenderTextControl {INPUT} at (2,8) size 111x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderText {#text} at (0,0) size 0x0
+          RenderBlock {P} at (0,127) size 568x63
+            RenderTable {SPAN} at (0,3) size 271x60
+              RenderTableSection (anonymous) at (0,0) size 271x60
+                RenderTableRow {SPAN} at (0,0) size 271x28
+                  RenderTableCell (anonymous) at (0,0) size 271x28 [r=0 c=0 rs=1 cs=1]
+                    RenderText {#text} at (0,6) size 91x16
+                      text run at (0,6) width 91: &quot;Email Address&quot;
+                RenderTableRow (anonymous) at (0,28) size 271x32
+                  RenderTableCell (anonymous) at (0,28) size 271x32 [r=1 c=0 rs=1 cs=1]
+                    RenderTextControl {INPUT} at (2,8) size 267x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderText {#text} at (0,0) size 0x0
+          RenderBlock {P} at (0,190) size 568x63
+            RenderTable {SPAN} at (0,3) size 115x60
+              RenderTableSection (anonymous) at (0,0) size 115x60
+                RenderTableRow {SPAN} at (0,0) size 115x28
+                  RenderTableCell (anonymous) at (0,0) size 115x28 [r=0 c=0 rs=1 cs=1]
+                    RenderText {#text} at (0,6) size 102x16
+                      text run at (0,6) width 102: &quot;Company Name&quot;
+                RenderTableRow (anonymous) at (0,28) size 115x32
+                  RenderTableCell (anonymous) at (0,28) size 115x32 [r=1 c=0 rs=1 cs=1]
+                    RenderTextControl {INPUT} at (2,8) size 111x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderText {#text} at (114,6) size 6x19
+              text run at (114,6) width 6: &quot; &quot;
+            RenderTable {SPAN} at (119,3) size 116x60
+              RenderTableSection (anonymous) at (0,0) size 115x60
+                RenderTableRow {SPAN} at (0,0) size 115x28
+                  RenderTableCell (anonymous) at (0,0) size 115x28 [r=0 c=0 rs=1 cs=1]
+                    RenderText {#text} at (0,6) size 26x16
+                      text run at (0,6) width 26: &quot;Title&quot;
+                RenderTableRow (anonymous) at (0,28) size 115x32
+                  RenderTableCell (anonymous) at (0,28) size 115x32 [r=1 c=0 rs=1 cs=1]
+                    RenderTextControl {INPUT} at (2,8) size 111x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderText {#text} at (0,0) size 0x0
+          RenderBlock {P} at (0,253) size 568x32
+            RenderButton {INPUT} at (2,9) size 57x18 [bgcolor=#C0C0C0]
+              RenderBlock (anonymous) at (8,2) size 41x13
+                RenderText at (0,0) size 41x13
+                  text run at (0,0) width 41: &quot;Submit!&quot;
+            RenderText {#text} at (60,6) size 7x19
+              text run at (60,6) width 7: &quot; &quot;
+            RenderButton {INPUT} at (68,9) size 75x18 [bgcolor=#C0C0C0]
+              RenderBlock (anonymous) at (8,2) size 59x13
+                RenderText at (0,0) size 59x13
+                  text run at (0,0) width 59: &quot;Clear Form&quot;
+            RenderText {#text} at (0,0) size 0x0
+layer at (161,291) size 104x13
+  RenderBlock {DIV} at (3,3) size 105x13
+layer at (300,291) size 104x13
+  RenderBlock {DIV} at (3,3) size 105x13
+layer at (161,354) size 261x13
+  RenderBlock {DIV} at (3,3) size 261x13
+layer at (161,417) size 104x13
+  RenderBlock {DIV} at (3,3) size 105x13
+layer at (281,417) size 104x13
+  RenderBlock {DIV} at (3,3) size 105x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug24793expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozillabugsbug24793expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug2479-3-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug2479-3-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug2479-3-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,119 @@
</span><ins>+layer at (0,0) size 785x685
+  RenderView at (0,0) size 785x600
+layer at (0,0) size 785x685
+  RenderBlock {HTML} at (0,0) size 785x685
+    RenderBody {BODY} at (8,21) size 769x648
+      RenderBlock {H1} at (0,0) size 769x37
+        RenderText {#text} at (0,0) size 311x37
+          text run at (0,0) width 311: &quot;Generic Table Tests - 1&quot;
+      RenderBlock {P} at (0,58) size 769x19
+        RenderText {#text} at (0,0) size 397x18
+          text run at (0,0) width 397: &quot;If you have any comments to make regarding this test, e-mail &quot;
+        RenderInline {A} at (0,0) size 186x18 [color=#0000EE]
+          RenderText {#text} at (396,0) size 186x18
+            text run at (396,0) width 186: &quot;py8ieh=eviltests@bath.ac.uk&quot;
+        RenderText {#text} at (581,0) size 5x18
+          text run at (581,0) width 5: &quot;.&quot;
+      RenderBlock {DL} at (0,92) size 769x37
+        RenderBlock {DT} at (0,0) size 769x18
+          RenderText {#text} at (0,0) size 83x18
+            text run at (0,0) width 83: &quot;Prerequisites&quot;
+        RenderBlock {DD} at (40,18) size 729x18
+          RenderText {#text} at (0,0) size 697x18
+            text run at (0,0) width 697: &quot;Browsers that are subjected to this test should support CSS1 and the CSS2 table model, and multiple classes.&quot;
+      RenderBlock {P} at (0,144) size 769x99 [border: (5px double #FF0000)]
+        RenderBlock (anonymous) at (13,13) size 743x18
+          RenderText {#text} at (0,0) size 240x18
+            text run at (0,0) width 240: &quot;If this paragraph breaks the line here:&quot;
+        RenderTable {SPAN} at (13,31) size 60x18
+          RenderTableSection (anonymous) at (0,0) size 60x18
+            RenderTableRow (anonymous) at (0,0) size 60x18
+              RenderTableCell (anonymous) at (0,0) size 60x18 [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (0,0) size 60x18
+                  text run at (0,0) width 60: &quot;and here:&quot;
+        RenderBlock (anonymous) at (13,49) size 743x36
+          RenderText {#text} at (0,0) size 121x18
+            text run at (0,0) width 121: &quot;then your browser &quot;
+          RenderInline {EM} at (0,0) size 83x18
+            RenderText {#text} at (120,0) size 83x18
+              text run at (120,0) width 83: &quot;does support&quot;
+          RenderText {#text} at (202,0) size 165x18
+            text run at (202,0) width 165: &quot; table values on 'display'. &quot;
+          RenderInline {STRONG} at (0,0) size 715x36
+            RenderText {#text} at (366,0) size 715x36
+              text run at (366,0) width 349: &quot;If this paragraphs flows without any undue breaks,&quot;
+              text run at (0,18) width 458: &quot;then you should mark your browser as not supporting table values!&quot;
+      RenderBlock {H2} at (0,262) size 769x29
+        RenderText {#text} at (0,0) size 218x28
+          text run at (0,0) width 218: &quot;1. Table -&gt; Table Cell&quot;
+      RenderBlock {P} at (0,310) size 769x37
+        RenderText {#text} at (0,0) size 762x36
+          text run at (0,0) width 762: &quot;Below there should be a gray bar, spanning the width of the BODY, with the text \&quot;Left\&quot; to the left and the text \&quot;Right\&quot;,&quot;
+          text run at (0,18) width 222: &quot;on the same line, flush to the right.&quot;
+      RenderTable {DIV} at (0,362) size 769x19 [bgcolor=#C0C0C0]
+        RenderTableSection (anonymous) at (0,0) size 769x18
+          RenderTableRow (anonymous) at (0,0) size 769x18
+            RenderTableCell {DIV} at (0,0) size 330x18 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 27x18
+                text run at (0,0) width 27: &quot;Left&quot;
+            RenderTableCell {DIV} at (329,0) size 441x18 [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (403,0) size 37x18
+                text run at (403,0) width 37: &quot;Right&quot;
+      RenderBlock {H2} at (0,400) size 769x29
+        RenderText {#text} at (0,0) size 156x28
+          text run at (0,0) width 156: &quot;Submit Results&quot;
+      RenderBlock {FORM} at (0,448) size 769x46
+        RenderBlock {P} at (0,0) size 769x45
+          RenderText {#text} at (0,2) size 267x18
+            text run at (0,2) width 267: &quot;How does your browser fare on this test? &quot;
+          RenderMenuList {SELECT} at (268,3) size 244x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 243x18
+              RenderText at (8,2) size 138x13
+                text run at (8,2) width 138: &quot;The test renders correctly.&quot;
+          RenderText {#text} at (513,2) size 5x18
+            text run at (513,2) width 5: &quot; &quot;
+          RenderInline {LABEL} at (0,0) size 213x18
+            RenderText {#text} at (517,2) size 73x18
+              text run at (517,2) width 73: &quot;Comment: &quot;
+            RenderTextControl {INPUT} at (591,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderText {#text} at (0,0) size 0x0
+          RenderButton {INPUT} at (2,25) size 54x18 [bgcolor=#C0C0C0]
+            RenderBlock (anonymous) at (8,2) size 38x13
+              RenderText at (0,0) size 38x13
+                text run at (0,0) width 38: &quot;Submit&quot;
+          RenderText {#text} at (0,0) size 0x0
+      RenderBlock {HR} at (0,509) size 769x3 [border: (1px inset #000000)]
+      RenderBlock {P} at (0,527) size 769x19
+        RenderText {#text} at (0,0) size 64x18
+          text run at (0,0) width 64: &quot;Up to the &quot;
+        RenderInline {A} at (0,0) size 73x18 [color=#0000EE]
+          RenderText {#text} at (63,0) size 73x18
+            text run at (63,0) width 73: &quot;Table Tests&quot;
+        RenderText {#text} at (135,0) size 5x18
+          text run at (135,0) width 5: &quot;.&quot;
+      RenderBlock {P} at (0,561) size 769x19
+        RenderText {#text} at (0,0) size 64x18
+          text run at (0,0) width 64: &quot;Up to the &quot;
+        RenderInline {A} at (0,0) size 99x18 [color=#0000EE]
+          RenderText {#text} at (63,0) size 99x18
+            text run at (63,0) width 99: &quot;Evil Tests Page&quot;
+        RenderText {#text} at (161,0) size 5x18
+          text run at (161,0) width 5: &quot;.&quot;
+      RenderBlock {P} at (0,595) size 769x19
+        RenderText {#text} at (0,0) size 177x18
+          text run at (0,0) width 177: &quot;This page is maintained by &quot;
+        RenderInline {A} at (0,0) size 79x18 [color=#0000EE]
+          RenderText {#text} at (176,0) size 79x18
+            text run at (176,0) width 79: &quot;Ian Hickson&quot;
+        RenderText {#text} at (254,0) size 10x18
+          text run at (254,0) width 10: &quot; (&quot;
+        RenderInline {A} at (0,0) size 125x18 [color=#0000EE]
+          RenderText {#text} at (263,0) size 125x18
+            text run at (263,0) width 125: &quot;py8ieh@bath.ac.uk&quot;
+        RenderText {#text} at (387,0) size 10x18
+          text run at (387,0) width 10: &quot;).&quot;
+      RenderBlock {P} at (0,629) size 769x19
+        RenderText {#text} at (0,0) size 185x18
+          text run at (0,0) width 185: &quot;Last updated in March 1999.&quot;
+layer at (602,475) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug24794expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozillabugsbug24794expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug2479-4-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug2479-4-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug2479-4-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,243 @@
</span><ins>+layer at (0,0) size 785x2589
+  RenderView at (0,0) size 785x600
+layer at (0,0) size 785x2589
+  RenderBlock {HTML} at (0,0) size 785x2590
+    RenderBody {BODY} at (8,21) size 769x2553 [bgcolor=#FFFFFF]
+      RenderBlock {H1} at (0,0) size 769x37
+        RenderText {#text} at (0,0) size 361x37
+          text run at (0,0) width 361: &quot;Table Inheritance Tests - 1&quot;
+      RenderBlock {P} at (0,58) size 769x19
+        RenderText {#text} at (0,0) size 397x18
+          text run at (0,0) width 397: &quot;If you have any comments to make regarding this test, e-mail &quot;
+        RenderInline {A} at (0,0) size 186x18 [color=#0000EE]
+          RenderText {#text} at (396,0) size 186x18
+            text run at (396,0) width 186: &quot;py8ieh=eviltests@bath.ac.uk&quot;
+        RenderText {#text} at (581,0) size 5x18
+          text run at (581,0) width 5: &quot;.&quot;
+      RenderBlock {DL} at (0,92) size 769x37
+        RenderBlock {DT} at (0,0) size 769x18
+          RenderText {#text} at (0,0) size 83x18
+            text run at (0,0) width 83: &quot;Prerequisites&quot;
+        RenderBlock {DD} at (40,18) size 729x18
+          RenderText {#text} at (0,0) size 560x18
+            text run at (0,0) width 560: &quot;Browsers that are subjected to this test should support CSS1 and the CSS2 table model.&quot;
+      RenderBlock {H2} at (0,148) size 769x29
+        RenderText {#text} at (0,0) size 104x28
+          text run at (0,0) width 104: &quot;0. Control&quot;
+      RenderBlock {P} at (0,196) size 769x19
+        RenderText {#text} at (0,0) size 411x18
+          text run at (0,0) width 411: &quot;The following four tests should look identical, namely, like this:&quot;
+      RenderBlock {DIV} at (0,230) size 769x75 [color=#FFFFFF] [bgcolor=#000000]
+        RenderText {#text} at (0,0) size 761x74
+          text run at (0,0) width 761: &quot;This text should be white on black, bold, twice the&quot;
+          text run at (0,37) width 523: &quot;size of normal text, and sans serif.&quot;
+      RenderBlock {P} at (0,320) size 769x73
+        RenderText {#text} at (0,0) size 768x72
+          text run at (0,0) width 756: &quot;There are some minor exceptions, however. The x.1 tests should fill the viewport width, the other tests need not. Also,&quot;
+          text run at (0,18) width 766: &quot;browsers attempting to have backwards compatability with the buggy behaviour of legacy browsers may omit to inherit&quot;
+          text run at (0,36) width 768: &quot;the color and font-size in 1.1, which will make 1.1 (but only 1.1) unreadable. That is the problem with not following the&quot;
+          text run at (0,54) width 39: &quot;specs.&quot;
+      RenderBlock {H2} at (0,412) size 769x29
+        RenderText {#text} at (0,0) size 168x28
+          text run at (0,0) width 168: &quot;1. HTML Tables&quot;
+      RenderBlock {H3} at (0,460) size 769x23
+        RenderText {#text} at (0,0) size 247x22
+          text run at (0,0) width 247: &quot;1.1 Inheritance through a DIV&quot;
+      RenderBlock {DIV} at (0,500) size 769x81 [color=#FFFFFF] [bgcolor=#000000]
+        RenderTable {TABLE} at (0,0) size 769x80
+          RenderTableSection {TBODY} at (0,0) size 769x80
+            RenderTableRow {TR} at (0,2) size 769x76
+              RenderTableCell {TD} at (2,2) size 765x76 [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 761x74
+                  text run at (1,1) width 761: &quot;This text should be white on black, bold, twice the&quot;
+                  text run at (1,38) width 523: &quot;size of normal text, and sans serif.&quot;
+      RenderBlock {H3} at (0,599) size 769x23
+        RenderText {#text} at (0,0) size 263x22
+          text run at (0,0) width 263: &quot;1.2 Styles set directly on TABLE&quot;
+      RenderTable {TABLE} at (0,640) size 769x81 [color=#FFFFFF] [bgcolor=#000000]
+        RenderTableSection {TBODY} at (0,0) size 769x80
+          RenderTableRow {TR} at (0,2) size 769x76
+            RenderTableCell {TD} at (2,2) size 765x76 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 761x74
+                text run at (1,1) width 761: &quot;This text should be white on black, bold, twice the&quot;
+                text run at (1,38) width 523: &quot;size of normal text, and sans serif.&quot;
+      RenderBlock {H2} at (0,740) size 769x29
+        RenderText {#text} at (0,0) size 226x28
+          text run at (0,0) width 226: &quot;2. Explicit CSS Tables&quot;
+      RenderBlock {H3} at (0,788) size 769x23
+        RenderText {#text} at (0,0) size 247x22
+          text run at (0,0) width 247: &quot;2.1 Inheritance through a DIV&quot;
+      RenderBlock {DIV} at (0,828) size 769x75 [color=#FFFFFF] [bgcolor=#000000]
+        RenderTable {DIV} at (0,0) size 769x74
+          RenderTableSection (anonymous) at (0,0) size 769x74
+            RenderTableRow {DIV} at (0,0) size 769x74
+              RenderTableCell {DIV} at (0,0) size 769x74 [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (0,0) size 761x74
+                  text run at (0,0) width 761: &quot;This text should be white on black, bold, twice the&quot;
+                  text run at (0,37) width 523: &quot;size of normal text, and sans serif.&quot;
+      RenderBlock {H3} at (0,921) size 769x23
+        RenderText {#text} at (0,0) size 263x22
+          text run at (0,0) width 263: &quot;2.2 Styles set directly on TABLE&quot;
+      RenderTable {DIV} at (0,962) size 769x75 [color=#FFFFFF] [bgcolor=#000000]
+        RenderTableSection (anonymous) at (0,0) size 769x74
+          RenderTableRow {DIV} at (0,0) size 769x74
+            RenderTableCell {DIV} at (0,0) size 769x74 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 761x74
+                text run at (0,0) width 761: &quot;This text should be white on black, bold, twice the&quot;
+                text run at (0,37) width 523: &quot;size of normal text, and sans serif.&quot;
+      RenderBlock {H3} at (0,1054) size 769x23
+        RenderText {#text} at (0,0) size 247x22
+          text run at (0,0) width 247: &quot;2.3 Styles set directly on ROW&quot;
+      RenderTable {DIV} at (0,1095) size 769x75
+        RenderTableSection (anonymous) at (0,0) size 769x74
+          RenderTableRow {DIV} at (0,0) size 769x74 [color=#FFFFFF] [bgcolor=#000000]
+            RenderTableCell {DIV} at (0,0) size 769x74 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 761x74
+                text run at (0,0) width 761: &quot;This text should be white on black, bold, twice the&quot;
+                text run at (0,37) width 523: &quot;size of normal text, and sans serif.&quot;
+      RenderBlock {H3} at (0,1188) size 769x23
+        RenderText {#text} at (0,0) size 251x22
+          text run at (0,0) width 251: &quot;2.4 Styles set directly on CELL&quot;
+      RenderTable {DIV} at (0,1229) size 769x75
+        RenderTableSection (anonymous) at (0,0) size 769x74
+          RenderTableRow {DIV} at (0,0) size 769x74
+            RenderTableCell {DIV} at (0,0) size 769x74 [color=#FFFFFF] [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 761x74
+                text run at (0,0) width 761: &quot;This text should be white on black, bold, twice the&quot;
+                text run at (0,37) width 523: &quot;size of normal text, and sans serif.&quot;
+      RenderBlock {H2} at (0,1322) size 769x29
+        RenderText {#text} at (0,0) size 381x28
+          text run at (0,0) width 381: &quot;3. Implicit CSS Tables (table explicit)&quot;
+      RenderBlock {H3} at (0,1370) size 769x23
+        RenderText {#text} at (0,0) size 247x22
+          text run at (0,0) width 247: &quot;3.1 Inheritance through a DIV&quot;
+      RenderBlock {DIV} at (0,1411) size 769x75 [color=#FFFFFF] [bgcolor=#000000]
+        RenderTable {DIV} at (0,0) size 769x74
+          RenderTableSection (anonymous) at (0,0) size 769x74
+            RenderTableRow (anonymous) at (0,0) size 769x74
+              RenderTableCell (anonymous) at (0,0) size 769x74 [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (0,0) size 761x74
+                  text run at (0,0) width 761: &quot;This text should be white on black, bold, twice the&quot;
+                  text run at (0,37) width 523: &quot;size of normal text, and sans serif.&quot;
+      RenderBlock {H3} at (0,1504) size 769x23
+        RenderText {#text} at (0,0) size 263x22
+          text run at (0,0) width 263: &quot;3.2 Styles set directly on TABLE&quot;
+      RenderTable {DIV} at (0,1545) size 769x75 [color=#FFFFFF] [bgcolor=#000000]
+        RenderTableSection (anonymous) at (0,0) size 769x74
+          RenderTableRow (anonymous) at (0,0) size 769x74
+            RenderTableCell (anonymous) at (0,0) size 769x74 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 761x74
+                text run at (0,0) width 761: &quot;This text should be white on black, bold, twice the&quot;
+                text run at (0,37) width 523: &quot;size of normal text, and sans serif.&quot;
+      RenderBlock {H2} at (0,1638) size 769x29
+        RenderText {#text} at (0,0) size 370x28
+          text run at (0,0) width 370: &quot;4. Implicit CSS Tables (row explicit)&quot;
+      RenderBlock {H3} at (0,1686) size 769x23
+        RenderText {#text} at (0,0) size 247x22
+          text run at (0,0) width 247: &quot;4.1 Inheritance through a DIV&quot;
+      RenderBlock {DIV} at (0,1727) size 769x75 [color=#FFFFFF] [bgcolor=#000000]
+        RenderTable at (0,0) size 769x74
+          RenderTableSection (anonymous) at (0,0) size 769x74
+            RenderTableRow {DIV} at (0,0) size 769x74
+              RenderTableCell (anonymous) at (0,0) size 769x74 [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (0,0) size 761x74
+                  text run at (0,0) width 761: &quot;This text should be white on black, bold, twice the&quot;
+                  text run at (0,37) width 523: &quot;size of normal text, and sans serif.&quot;
+      RenderBlock {H3} at (0,1820) size 769x23
+        RenderText {#text} at (0,0) size 247x22
+          text run at (0,0) width 247: &quot;4.2 Styles set directly on ROW&quot;
+      RenderTable at (0,1861) size 769x74
+        RenderTableSection (anonymous) at (0,0) size 769x74
+          RenderTableRow {DIV} at (0,0) size 769x74 [color=#FFFFFF] [bgcolor=#000000]
+            RenderTableCell (anonymous) at (0,0) size 769x74 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 761x74
+                text run at (0,0) width 761: &quot;This text should be white on black, bold, twice the&quot;
+                text run at (0,37) width 523: &quot;size of normal text, and sans serif.&quot;
+      RenderBlock {H2} at (0,1954) size 769x29
+        RenderText {#text} at (0,0) size 365x28
+          text run at (0,0) width 365: &quot;5. Implicit CSS Tables (cell explicit)&quot;
+      RenderBlock {H3} at (0,2002) size 769x23
+        RenderText {#text} at (0,0) size 247x22
+          text run at (0,0) width 247: &quot;5.1 Inheritance through a DIV&quot;
+      RenderBlock {DIV} at (0,2043) size 769x75 [color=#FFFFFF] [bgcolor=#000000]
+        RenderTable at (0,0) size 769x74
+          RenderTableSection (anonymous) at (0,0) size 769x74
+            RenderTableRow (anonymous) at (0,0) size 769x74
+              RenderTableCell {DIV} at (0,0) size 769x74 [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (0,0) size 761x74
+                  text run at (0,0) width 761: &quot;This text should be white on black, bold, twice the&quot;
+                  text run at (0,37) width 523: &quot;size of normal text, and sans serif.&quot;
+      RenderBlock {H3} at (0,2136) size 769x23
+        RenderText {#text} at (0,0) size 251x22
+          text run at (0,0) width 251: &quot;5.2 Styles set directly on CELL&quot;
+      RenderTable at (0,2176) size 769x75
+        RenderTableSection (anonymous) at (0,0) size 769x74
+          RenderTableRow (anonymous) at (0,0) size 769x74
+            RenderTableCell {DIV} at (0,0) size 769x74 [color=#FFFFFF] [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 761x74
+                text run at (0,0) width 761: &quot;This text should be white on black, bold, twice the&quot;
+                text run at (0,37) width 523: &quot;size of normal text, and sans serif.&quot;
+      RenderBlock {H2} at (0,2270) size 769x29
+        RenderText {#text} at (0,0) size 156x28
+          text run at (0,0) width 156: &quot;Submit Results&quot;
+      RenderBlock {FORM} at (0,2318) size 769x46
+        RenderBlock {P} at (0,0) size 769x45
+          RenderText {#text} at (0,1) size 267x18
+            text run at (0,1) width 267: &quot;How does your browser fare on this test? &quot;
+          RenderMenuList {SELECT} at (268,2) size 469x18 [bgcolor=#FFFFFF]
+            RenderBlock (anonymous) at (0,0) size 468x18
+              RenderText at (8,2) size 437x13
+                text run at (8,2) width 437: &quot;The tests all render identically, and this browser may or may not grok CSS2 tables.&quot;
+          RenderText {#text} at (0,0) size 0x0
+          RenderInline {LABEL} at (0,0) size 212x18
+            RenderText {#text} at (0,24) size 72x18
+              text run at (0,24) width 72: &quot;Comment: &quot;
+            RenderTextControl {INPUT} at (73,24) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderText {#text} at (211,24) size 5x18
+            text run at (211,24) width 5: &quot; &quot;
+          RenderButton {INPUT} at (217,25) size 55x18 [bgcolor=#C0C0C0]
+            RenderBlock (anonymous) at (8,2) size 38x13
+              RenderText at (0,0) size 38x13
+                text run at (0,0) width 38: &quot;Submit&quot;
+          RenderText {#text} at (0,0) size 0x0
+      RenderBlock {HR} at (0,2379) size 769x3 [border: (1px inset #000000)]
+      RenderBlock {P} at (0,2397) size 769x19
+        RenderText {#text} at (0,0) size 64x18
+          text run at (0,0) width 64: &quot;Up to the &quot;
+        RenderInline {A} at (0,0) size 73x18 [color=#0000EE]
+          RenderText {#text} at (63,0) size 73x18
+            text run at (63,0) width 73: &quot;Table Tests&quot;
+        RenderText {#text} at (135,0) size 5x18
+          text run at (135,0) width 5: &quot;.&quot;
+      RenderBlock {P} at (0,2431) size 769x19
+        RenderText {#text} at (0,0) size 64x18
+          text run at (0,0) width 64: &quot;Up to the &quot;
+        RenderInline {A} at (0,0) size 99x18 [color=#0000EE]
+          RenderText {#text} at (63,0) size 99x18
+            text run at (63,0) width 99: &quot;Evil Tests Page&quot;
+        RenderText {#text} at (161,0) size 5x18
+          text run at (161,0) width 5: &quot;.&quot;
+      RenderBlock {P} at (0,2465) size 769x19
+        RenderText {#text} at (0,0) size 63x18
+          text run at (0,0) width 63: &quot;Bugzilla: &quot;
+        RenderInline {A} at (0,0) size 64x18 [color=#0000EE]
+          RenderText {#text} at (62,0) size 64x18
+            text run at (62,0) width 64: &quot;Bug 1044&quot;
+      RenderBlock {P} at (0,2499) size 769x19
+        RenderText {#text} at (0,0) size 177x18
+          text run at (0,0) width 177: &quot;This page is maintained by &quot;
+        RenderInline {A} at (0,0) size 79x18 [color=#0000EE]
+          RenderText {#text} at (176,0) size 79x18
+            text run at (176,0) width 79: &quot;Ian Hickson&quot;
+        RenderText {#text} at (254,0) size 10x18
+          text run at (254,0) width 10: &quot; (&quot;
+        RenderInline {A} at (0,0) size 125x18 [color=#0000EE]
+          RenderText {#text} at (263,0) size 125x18
+            text run at (263,0) width 125: &quot;py8ieh@bath.ac.uk&quot;
+        RenderText {#text} at (387,0) size 10x18
+          text run at (387,0) width 10: &quot;).&quot;
+      RenderBlock {P} at (0,2533) size 769x19
+        RenderText {#text} at (0,0) size 185x18
+          text run at (0,0) width 185: &quot;Last updated in March 1999.&quot;
+layer at (85,2367) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug26178expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozillabugsbug26178expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug26178-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug26178-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug26178-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug26178-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,22 @@
</span><ins>+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
+      RenderTable {TABLE} at (0,0) size 66x46
+        RenderTableSection {THEAD} at (0,0) size 66x24
+          RenderTableRow {TR} at (0,2) size 66x20
+            RenderTableCell {TD} at (2,2) size 62x20 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 60x18
+                text run at (1,1) width 60: &quot;The head&quot;
+        RenderTableSection {TBODY} at (0,24) size 66x22
+          RenderTableRow {TR} at (0,0) size 66x20
+            RenderTableCell {TD} at (2,0) size 62x20 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 59x18
+                text run at (1,1) width 59: &quot;First row&quot;
+      RenderBlock {FORM} at (0,46) size 784x22
+        RenderButton {INPUT} at (2,2) size 46x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 30x13
+            RenderText at (0,0) size 30x13
+              text run at (0,0) width 30: &quot;insert&quot;
+        RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug28928expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozillabugsbug28928expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug28928-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug28928-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug28928-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug28928-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,52 @@
</span><ins>+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 {H3} at (0,0) size 784x22
+        RenderText {#text} at (0,0) size 197x22
+          text run at (0,0) width 197: &quot;With long hidden values&quot;
+      RenderTable {TABLE} at (0,40) size 198x68 [border: (1px solid #FF0000)]
+        RenderTableSection {TBODY} at (1,1) size 196x65
+          RenderTableRow {TR} at (0,2) size 196x59
+            RenderTableCell {TD} at (2,2) size 192x59 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {FORM} at (1,1) size 190x41
+                RenderTextControl {INPUT} at (2,2) size 91x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderText {#text} at (94,2) size 5x18
+                  text run at (94,2) width 5: &quot; &quot;
+                RenderButton {INPUT} at (100,3) size 40x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 23x13
+                    RenderText at (0,0) size 23x13
+                      text run at (0,0) width 23: &quot; Go &quot;
+                RenderText {#text} at (141,2) size 5x18
+                  text run at (141,2) width 5: &quot; &quot;
+                RenderBR {BR} at (145,16) size 1x0
+                RenderText {#text} at (0,23) size 190x18
+                  text run at (0,23) width 190: &quot;Enter City Name or Zip Code&quot;
+          RenderTableRow {TR} at (0,63) size 196x0
+      RenderBlock {HR} at (0,115) size 784x3 [border: (1px inset #000000)]
+      RenderBlock {H3} at (0,136) size 784x23
+        RenderText {#text} at (0,0) size 204x22
+          text run at (0,0) width 204: &quot;With short hidden values&quot;
+      RenderTable {TABLE} at (0,177) size 198x68 [border: (1px solid #FF0000)]
+        RenderTableSection {TBODY} at (1,1) size 196x65
+          RenderTableRow {TR} at (0,2) size 196x59
+            RenderTableCell {TD} at (2,2) size 192x59 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {FORM} at (1,1) size 190x41
+                RenderTextControl {INPUT} at (2,2) size 91x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderText {#text} at (94,2) size 5x18
+                  text run at (94,2) width 5: &quot; &quot;
+                RenderButton {INPUT} at (100,3) size 40x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 23x13
+                    RenderText at (0,0) size 23x13
+                      text run at (0,0) width 23: &quot; Go &quot;
+                RenderText {#text} at (141,2) size 5x18
+                  text run at (141,2) width 5: &quot; &quot;
+                RenderBR {BR} at (145,16) size 1x0
+                RenderText {#text} at (0,23) size 190x18
+                  text run at (0,23) width 190: &quot;Enter City Name or Zip Code&quot;
+          RenderTableRow {TR} at (0,63) size 196x0
+layer at (17,58) size 85x13
+  RenderBlock {DIV} at (3,3) size 85x13
+layer at (17,194) size 85x13
+  RenderBlock {DIV} at (3,3) size 85x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug29326expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozillabugsbug29326expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug29326-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug29326-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug29326-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug29326-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,15 @@
</span><ins>+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
+      RenderTable {TABLE} at (192,0) size 400x48 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 398x46
+          RenderTableRow {TR} at (0,2) size 398x42
+            RenderTableCell {TD} at (2,2) size 394x42 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {FORM} at (2,2) size 390x22
+                RenderMenuList {SELECT} at (2,2) size 53x18 [bgcolor=#FFFFFF]
+                  RenderBlock (anonymous) at (0,0) size 53x18
+                    RenderText at (8,2) size 22x13
+                      text run at (8,2) width 22: &quot;Test&quot;
+                RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug30559expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozillabugsbug30559expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug30559-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug30559-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug30559-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug30559-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,23 @@
</span><ins>+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 [bgcolor=#FFFFFF]
+      RenderBlock (anonymous) at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 731x18
+          text run at (0,0) width 731: &quot;The bug causes the nested table containing the textarea to be positioned away from the left edge of the outer table &quot;
+        RenderBR {BR} at (730,14) size 1x0
+      RenderTable {TABLE} at (242,18) size 300x56 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 298x54
+          RenderTableRow {TR} at (0,2) size 298x50
+            RenderTableCell {TD} at (2,2) size 294x50 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (2,2) size 68x46 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 66x44
+                  RenderTableRow {TR} at (0,2) size 66x40
+                    RenderTableCell {TD} at (2,2) size 62x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                      RenderText {#text} at (0,0) size 0x0
+layer at (262,38) size 54x32 clip at (263,39) size 52x30
+  RenderTextControl {TEXTAREA} at (4,4) size 54x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 48x13
+      RenderText {#text} at (0,0) size 18x13
+        text run at (0,0) width 18: &quot;bar&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug30692expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozillabugsbug30692expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug30692-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug30692-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug30692-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug30692-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,56 @@
</span><ins>+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 (anonymous) at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 497x18
+          text run at (0,0) width 497: &quot;BUG: Inside a cell, \&quot;height:x%\&quot; is ignored. It looks like 'auto' is used instead.&quot;
+        RenderBR {BR} at (496,14) size 1x0
+      RenderListItem {LI} at (0,18) size 784x18
+        RenderListMarker at (-1,0) size 7x18: bullet
+        RenderText {#text} at (14,0) size 265x18
+          text run at (14,0) width 265: &quot;Absolute units work correctly (eg. 50px).&quot;
+      RenderListItem {LI} at (0,36) size 784x490
+        RenderBlock (anonymous) at (0,0) size 784x18
+          RenderListMarker at (-1,0) size 7x18: bullet
+          RenderText {#text} at (14,0) size 183x18
+            text run at (14,0) width 183: &quot;\&quot;width:x%\&quot; works correctly.&quot;
+        RenderBlock {HR} at (0,26) size 784x2 [border: (1px inset #000000)]
+        RenderTable {TABLE} at (0,36) size 784x100
+          RenderTableSection {TBODY} at (0,0) size 784x100
+            RenderTableRow {TR} at (0,2) size 784x96
+              RenderTableCell {TD} at (2,14) size 780x72 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (0,0) size 0x0
+        RenderBlock {HR} at (0,144) size 784x2 [border: (1px inset #000000)]
+        RenderTable {TABLE} at (0,154) size 784x100
+          RenderTableSection {TBODY} at (0,0) size 784x100
+            RenderTableRow {TR} at (0,2) size 784x96
+              RenderTableCell {TD} at (2,9) size 780x82 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (0,0) size 0x0
+        RenderBlock {HR} at (0,262) size 784x2 [border: (1px inset #000000)]
+        RenderTable {TABLE} at (0,272) size 784x100
+          RenderTableSection {TBODY} at (0,0) size 784x100
+            RenderTableRow {TR} at (0,2) size 784x96
+              RenderTableCell {TD} at (2,11) size 780x78 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
+                RenderBlock {P} at (1,1) size 623x76 [bgcolor=#FFFFE0]
+                  RenderText {#text} at (0,0) size 232x18
+                    text run at (0,0) width 232: &quot;BUG: the height of the P is not 80%&quot;
+        RenderBlock {HR} at (0,380) size 784x2 [border: (1px inset #000000)]
+        RenderTable {TABLE} at (0,390) size 784x100
+          RenderTableSection {TBODY} at (0,0) size 784x100
+            RenderTableRow {TR} at (0,2) size 784x96
+              RenderTableCell {TD} at (2,9) size 780x82 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
+                RenderBlock {P} at (1,1) size 623x80 [bgcolor=#FFFFE0]
+                  RenderText {#text} at (0,0) size 226x18
+                    text run at (0,0) width 226: &quot;OK: the height of the P is 80 pixels&quot;
+layer at (11,96) size 622x69 clip at (12,97) size 620x67
+  RenderTextControl {TEXTAREA} at (1,1) size 623x70 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 617x13
+      RenderText {#text} at (0,0) size 226x13
+        text run at (0,0) width 226: &quot;BUG: the height of the textarea is not 80%&quot;
+layer at (11,208) size 622x80 clip at (12,209) size 620x78
+  RenderTextControl {TEXTAREA} at (1,1) size 623x80 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (3,3) size 617x13
+      RenderText {#text} at (0,0) size 219x13
+        text run at (0,0) width 219: &quot;OK: the height of the textarea is 80 pixels&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug33855expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozillabugsbug33855expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug33855-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug33855-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug33855-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug33855-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,38 @@
</span><ins>+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 [bgcolor=#FFFFFF]
+      RenderBlock {FORM} at (0,0) size 784x28
+        RenderTable {TABLE} at (0,0) size 784x28
+          RenderTableSection {TBODY} at (0,0) size 784x28
+            RenderTableRow {TR} at (0,2) size 784x24 [bgcolor=#FFFFFF]
+              RenderTableCell {TD} at (2,2) size 71x24 [r=0 c=0 rs=1 cs=1]
+                RenderButton {INPUT} at (3,3) size 65x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 49x13
+                    RenderText at (0,0) size 49x13
+                      text run at (0,0) width 49: &quot;Select all&quot;
+              RenderTableCell {TD} at (74,2) size 57x24 [r=0 c=1 rs=1 cs=1]
+                RenderButton {INPUT} at (3,3) size 50x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 34x13
+                    RenderText at (0,0) size 34x13
+                      text run at (0,0) width 34: &quot;Delete&quot;
+              RenderTableCell {TD} at (132,2) size 86x24 [r=0 c=2 rs=1 cs=1]
+                RenderButton {INPUT} at (3,3) size 80x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 64x13
+                    RenderText at (0,0) size 64x13
+                      text run at (0,0) width 64: &quot;Empty trash&quot;
+              RenderTableCell {TD} at (219,6) size 376x20 [r=0 c=3 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 4x18
+                  text run at (1,1) width 4: &quot; &quot;
+              RenderTableCell {TD} at (596,2) size 69x24 [r=0 c=4 rs=1 cs=1]
+                RenderButton {INPUT} at (3,3) size 63x18 [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 47x13
+                    RenderText at (0,0) size 47x13
+                      text run at (0,0) width 47: &quot;Move to:&quot;
+              RenderTableCell {TD} at (667,2) size 115x24 [r=0 c=5 rs=1 cs=1]
+                RenderMenuList {SELECT} at (3,3) size 109x18 [bgcolor=#FFFFFF]
+                  RenderBlock (anonymous) at (0,0) size 109x18
+                    RenderText at (8,2) size 78x13
+                      text run at (8,2) width 78: &quot;Choose folder &quot;
+                RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug39209expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozillabugsbug39209expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug39209-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug39209-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug39209-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug39209-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,26 @@
</span><ins>+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
+      RenderTable {TABLE} at (0,0) size 439x82 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 437x80
+          RenderTableRow {TR} at (0,2) size 437x52
+            RenderTableCell {TD} at (2,17) size 140x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 31x18
+                text run at (2,2) width 31: &quot;Blah&quot;
+            RenderTableCell {TD} at (143,2) size 292x52 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderTable {TABLE} at (111,2) size 69x48 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 66x46
+                  RenderTableRow {TR} at (0,2) size 66x42
+                    RenderTableCell {TD} at (2,2) size 62x42 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                      RenderBlock {FORM} at (2,2) size 58x22
+                        RenderButton {INPUT} at (2,2) size 54x18 [bgcolor=#C0C0C0]
+                          RenderBlock (anonymous) at (8,2) size 38x13
+                            RenderText at (0,0) size 38x13
+                              text run at (0,0) width 38: &quot;Submit&quot;
+                        RenderText {#text} at (0,0) size 0x0
+          RenderTableRow {TR} at (0,56) size 437x22
+            RenderTableCell {TD} at (2,56) size 433x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=2]
+              RenderText {#text} at (2,2) size 429x18
+                text run at (2,2) width 429: &quot;This line is only here to separate the two columns in the row above&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug4382expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozillabugsbug4382expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug4382-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4382-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug4382-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug4382-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,35 @@
</span><ins>+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 784x18
+        RenderText {#text} at (0,0) size 270x18
+          text run at (0,0) width 270: &quot;The select should not contain blank items &quot;
+        RenderBR {BR} at (269,14) size 1x0
+      RenderBlock {FORM} at (0,18) size 784x23
+        RenderInline {B} at (0,0) size 47x18
+          RenderText {#text} at (0,2) size 47x18
+            text run at (0,2) width 47: &quot;Search&quot;
+        RenderText {#text} at (46,2) size 5x18
+          text run at (46,2) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (52,2) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (178,2) size 5x18
+          text run at (178,2) width 5: &quot; &quot;
+        RenderMenuList {SELECT} at (184,3) size 77x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 76x18
+            RenderText at (8,2) size 33x13
+              text run at (8,2) width 33: &quot;Excite&quot;
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock (anonymous) at (0,57) size 784x36
+        RenderBR {BR} at (0,0) size 0x18
+        RenderText {#text} at (0,18) size 270x18
+          text run at (0,18) width 270: &quot;The select should not contain blank items &quot;
+        RenderBR {BR} at (269,32) size 1x0
+      RenderBlock {FORM} at (0,93) size 784x22
+        RenderMenuList {SELECT} at (2,2) size 226x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 226x18
+            RenderText at (8,2) size 56x13
+              text run at (8,2) width 56: &quot;Quick Link&quot;
+layer at (64,31) size 117x13
+  RenderBlock {DIV} at (3,3) size 118x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug4429expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozillabugsbug4429expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug4429-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4429-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug4429-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug4429-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,18 @@
</span><ins>+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 {FORM} at (0,0) size 784x50
+        RenderTable {TABLE} at (0,0) size 32x28 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 30x26
+            RenderTableRow {TR} at (0,2) size 30x22
+              RenderTableCell {TD} at (2,2) size 26x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (2,2) size 22x18
+                  text run at (2,2) width 22: &quot;foo&quot;
+        RenderBlock (anonymous) at (0,28) size 784x22
+          RenderButton {INPUT} at (2,2) size 54x18 [bgcolor=#C0C0C0]
+            RenderBlock (anonymous) at (8,2) size 38x13
+              RenderText at (0,0) size 38x13
+                text run at (0,0) width 38: &quot;Submit&quot;
+          RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug4527expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozillabugsbug4527expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug4527-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug4527-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug4527-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug4527-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,49 @@
</span><ins>+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 [bgcolor=#000066]
+      RenderBlock (anonymous) at (0,0) size 784x0
+        RenderInline {BASEFONT} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+      RenderTable {TABLE} at (0,0) size 613x95
+        RenderTableSection {TBODY} at (0,0) size 613x95
+          RenderTableRow {TR} at (0,0) size 613x70
+            RenderTableCell {TD} at (0,5) size 126x85 [r=0 c=0 rs=2 cs=1]
+              RenderInline {A} at (0,0) size 126x18 [color=#0000EE]
+                RenderImage {IMG} at (0,0) size 126x85
+              RenderText {#text} at (0,0) size 0x0
+            RenderTableCell {TD} at (126,0) size 488x70 [r=0 c=1 rs=1 cs=3]
+              RenderInline {NOBR} at (0,0) size 19x18
+                RenderIFrame {IFRAME} at (0,0) size 468x60
+                  layer at (0,0) size 468x60
+                    RenderView at (0,0) size 468x60
+                  layer at (0,0) size 468x60
+                    RenderBlock {HTML} at (0,0) size 468x60
+                      RenderBody {BODY} at (0,0) size 468x60
+                        RenderInline {BASE} at (0,0) size 0x0
+                        RenderText {#text} at (0,0) size 0x0
+                        RenderInline {A} at (0,0) size 468x18 [color=#0000EE]
+                          RenderText {#text} at (0,0) size 0x0
+                          RenderImage {IMG} at (0,0) size 468x60
+                        RenderText {#text} at (0,0) size 0x0
+                RenderInline {A} at (0,0) size 19x18 [color=#0000EE]
+                  RenderImage {IMG} at (468,0) size 19x60
+              RenderBR {BR} at (487,60) size 0x0
+              RenderImage {IMG} at (0,60) size 470x10
+              RenderBR {BR} at (470,70) size 0x0
+          RenderTableRow {TR} at (0,70) size 613x25
+            RenderTableCell {TD} at (126,70) size 249x25 [bgcolor=#CCCCCC] [r=1 c=1 rs=1 cs=1]
+              RenderImage {IMG} at (0,0) size 232x25
+            RenderTableCell {TD} at (374,71) size 109x23 [bgcolor=#CCCCCC] [r=1 c=2 rs=1 cs=1]
+              RenderTextControl {INPUT} at (5,2) size 72x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+              RenderImage {INPUT} at (78,3) size 26x18
+            RenderTableCell {TD} at (482,70) size 132x25 [bgcolor=#CCCCCC] [r=1 c=3 rs=1 cs=1]
+              RenderBlock {INPUT} at (2,6) size 12x12
+              RenderImage {IMG} at (16,0) size 40x25
+              RenderBlock {INPUT} at (58,6) size 12x12
+              RenderText {#text} at (72,2) size 4x18
+                text run at (72,2) width 4: &quot; &quot;
+              RenderImage {IMG} at (76,0) size 46x25
+layer at (391,84) size 65x13
+  RenderBlock {DIV} at (3,3) size 66x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug463681expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozillabugsbug463681expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug46368-1-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug46368-1-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug46368-1-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,53 @@
</span><ins>+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
+      RenderTable {TABLE} at (0,0) size 784x111 [bgcolor=#00FFFF] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 782x109
+          RenderTableRow {TR} at (0,2) size 782x105
+            RenderTableCell {TD} at (2,2) size 454x105 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (2,2) size 450x101 [bgcolor=#FF00FF] [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 448x99
+                  RenderTableRow {TR} at (0,2) size 448x95
+                    RenderTableCell {TD} at (2,2) size 444x95 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                      RenderText {#text} at (2,2) size 203x18
+                        text run at (2,2) width 203: &quot;Mozilla To Be Dually-Licensed&quot;
+                      RenderBR {BR} at (204,16) size 1x0
+                      RenderText {#text} at (2,35) size 208x18
+                        text run at (2,35) width 208: &quot;Plans are underway to make the &quot;
+                      RenderInline {FONT} at (0,0) size 101x37 [color=#0000FF]
+                        RenderText {#text} at (209,20) size 101x37
+                          text run at (209,20) width 101: &quot;Mozilla&quot;
+                      RenderText {#text} at (309,35) size 404x58
+                        text run at (309,35) width 97: &quot; code available&quot;
+                        text run at (2,57) width 52: &quot;under a &quot;
+                        text run at (53,57) width 156: &quot;dual MPL/GPL license. &quot;
+                        text run at (208,57) width 181: &quot;See the for more info. We're&quot;
+                        text run at (2,75) width 326: &quot;gathering contributor input now, in the newsgroup.&quot;
+                      RenderBR {BR} at (327,89) size 1x0
+            RenderTableCell {TD} at (457,25) size 324x59 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 293x55
+                text run at (2,3) width 273: &quot;This status update contains information on&quot;
+                text run at (2,21) width 231: &quot;MailNews, XML/DOM, XPToolkit,&quot;
+                text run at (2,39) width 293: &quot;Architecture, Bidi, Necko/Imglib, and more...&quot;
+      RenderBlock (anonymous) at (0,111) size 784x41
+        RenderBR {BR} at (0,0) size 0x18
+        RenderButton {INPUT} at (2,21) size 54x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 38x13
+            RenderText at (0,0) size 38x13
+              text run at (0,0) width 38: &quot;Reload&quot;
+        RenderText {#text} at (57,20) size 9x18
+          text run at (57,20) width 9: &quot;  &quot;
+        RenderButton {INPUT} at (67,21) size 84x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 68x13
+            RenderText at (0,0) size 68x13
+              text run at (0,0) width 68: &quot;Change Font&quot;
+        RenderText {#text} at (152,20) size 9x18
+          text run at (152,20) width 9: &quot;  &quot;
+        RenderTextControl {INPUT} at (162,20) size 138x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+layer at (174,142) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 7x13
+      text run at (0,0) width 7: &quot;6&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug463682expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozillabugsbug463682expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug46368-2-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug46368-2-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug46368-2-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,41 @@
</span><ins>+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
+      RenderTable {TABLE} at (0,0) size 784x65 [bgcolor=#00FFFF] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 782x63
+          RenderTableRow {TR} at (0,2) size 782x59
+            RenderTableCell {TD} at (2,2) size 304x59 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderInline {FONT} at (0,0) size 100x37 [color=#0000FF]
+                RenderText {#text} at (2,2) size 100x37
+                  text run at (2,2) width 100: &quot;Mozilla&quot;
+              RenderText {#text} at (101,17) size 279x40
+                text run at (101,17) width 153: &quot; code available under a &quot;
+                text run at (253,17) width 28: &quot;dual&quot;
+                text run at (2,39) width 124: &quot;MPL/GPL license. &quot;
+                text run at (125,39) width 141: &quot;See the for more info.&quot;
+              RenderBR {BR} at (265,53) size 1x0
+            RenderTableCell {TD} at (308,20) size 472x23 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 245x19
+                text run at (2,3) width 245: &quot;foo bar foo bar foo bar foo bar foo bar&quot;
+      RenderBlock (anonymous) at (0,65) size 784x41
+        RenderBR {BR} at (0,0) size 0x18
+        RenderButton {INPUT} at (2,21) size 54x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 38x13
+            RenderText at (0,0) size 38x13
+              text run at (0,0) width 38: &quot;Reload&quot;
+        RenderText {#text} at (57,20) size 9x18
+          text run at (57,20) width 9: &quot;  &quot;
+        RenderButton {INPUT} at (67,21) size 84x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 68x13
+            RenderText at (0,0) size 68x13
+              text run at (0,0) width 68: &quot;Change Font&quot;
+        RenderText {#text} at (152,20) size 9x18
+          text run at (152,20) width 9: &quot;  &quot;
+        RenderTextControl {INPUT} at (162,20) size 138x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (0,0) size 0x0
+layer at (174,96) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 7x13
+      text run at (0,0) width 7: &quot;6&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug51037expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozillabugsbug51037expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug51037-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug51037-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug51037-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug51037-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,40 @@
</span><ins>+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 784x18
+        RenderText {#text} at (0,0) size 245x18
+          text run at (0,0) width 245: &quot;The tables left position should be 250.&quot;
+      RenderBlock {P} at (0,34) size 784x23
+        RenderText {#text} at (0,2) size 36x18
+          text run at (0,2) width 36: &quot;Left: &quot;
+        RenderTextControl {INPUT} at (37,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderBlock {P} at (0,73) size 784x23
+        RenderText {#text} at (0,2) size 34x18
+          text run at (0,2) width 34: &quot;Top: &quot;
+        RenderTextControl {INPUT} at (35,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+      RenderBlock {P} at (0,112) size 784x22
+        RenderButton {INPUT} at (2,2) size 45x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 29x13
+            RenderText at (0,0) size 29x13
+              text run at (0,0) width 29: &quot;Move&quot;
+layer at (48,47) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 33x13
+      text run at (0,0) width 33: &quot;120px&quot;
+layer at (46,86) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 33x13
+      text run at (0,0) width 33: &quot;120px&quot;
+layer at (250,120) size 29x48
+  RenderTable {TABLE} at (250,120) size 30x48 [border: (1px outset #808080)]
+    RenderTableSection {TBODY} at (1,1) size 28x46
+      RenderTableRow {TR} at (0,2) size 28x20
+        RenderTableCell {TD} at (2,2) size 24x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+          RenderText {#text} at (1,1) size 22x18
+            text run at (1,1) width 22: &quot;foo&quot;
+      RenderTableRow {TR} at (0,24) size 28x20
+        RenderTableCell {TD} at (2,24) size 24x20 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+          RenderText {#text} at (1,1) size 21x18
+            text run at (1,1) width 21: &quot;bar&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug51727expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozillabugsbug51727expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug51727-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug51727-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug51727-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug51727-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,22 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x86
+  RenderBlock {HTML} at (0,0) size 800x86
+    RenderBody {BODY} at (8,8) size 784x70
+      RenderBlock {FORM} at (0,0) size 784x44
+        RenderButton {INPUT} at (2,2) size 154x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 138x13
+            RenderText at (0,0) size 138x13
+              text run at (0,0) width 138: &quot;(1) Fill cell with long string&quot;
+        RenderBR {BR} at (157,1) size 1x18
+        RenderButton {INPUT} at (2,24) size 158x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 142x13
+            RenderText at (0,0) size 142x13
+              text run at (0,0) width 142: &quot;(2) Fill cell with short string&quot;
+        RenderBR {BR} at (161,23) size 1x18
+      RenderTable {TABLE} at (0,44) size 83x26
+        RenderTableSection {TBODY} at (0,0) size 83x26
+          RenderTableRow {TR} at (0,2) size 83x22
+            RenderTableCell {TD} at (2,2) size 79x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 15x18
+                text run at (2,2) width 15: &quot;aa&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug52505expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozillabugsbug52505expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug52505-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug52505-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug52505-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug52505-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,30 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x110
+  RenderBlock {HTML} at (0,0) size 800x110
+    RenderBody {BODY} at (8,8) size 784x94
+      RenderBlock {FORM} at (0,0) size 784x38
+        RenderButton {INPUT} at (2,0) size 254x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 238x13
+            RenderText at (0,0) size 238x13
+              text run at (0,0) width 238: &quot;[Step 1] Set cell width to 60px (nothing seen)&quot;
+        RenderButton {INPUT} at (2,20) size 257x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 241x13
+            RenderText at (0,0) size 241x13
+              text run at (0,0) width 241: &quot;[Step 2] Set cell width to 20px (garbage seen)&quot;
+      RenderTable {TABLE} at (0,40) size 34x54
+        RenderTableSection {TBODY} at (0,0) size 34x54
+          RenderTableRow {TR} at (0,2) size 34x24
+            RenderTableCell {TD} at (2,2) size 14x24 [border: (2px solid #000000)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (3,3) size 8x18
+                text run at (3,3) width 8: &quot;1&quot;
+            RenderTableCell {TD} at (18,2) size 14x24 [border: (2px solid #000000)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (3,3) size 8x18
+                text run at (3,3) width 8: &quot;2&quot;
+          RenderTableRow {TR} at (0,28) size 34x24
+            RenderTableCell {TD} at (2,28) size 14x24 [border: (2px solid #000000)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (3,3) size 8x18
+                text run at (3,3) width 8: &quot;2&quot;
+            RenderTableCell {TD} at (18,28) size 14x24 [border: (2px solid #000000)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (3,3) size 8x18
+                text run at (3,3) width 8: &quot;2&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug52506expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozillabugsbug52506expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug52506-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug52506-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug52506-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug52506-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,30 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x118
+  RenderBlock {HTML} at (0,0) size 800x118
+    RenderBody {BODY} at (8,8) size 784x102
+      RenderBlock {FORM} at (0,0) size 784x38
+        RenderButton {INPUT} at (2,0) size 180x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 164x13
+            RenderText at (0,0) size 164x13
+              text run at (0,0) width 164: &quot;[Step 1] Set cell height to 60px&quot;
+        RenderButton {INPUT} at (2,20) size 180x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 164x13
+            RenderText at (0,0) size 164x13
+              text run at (0,0) width 164: &quot;[Step 2] Set cell height to 20px&quot;
+      RenderTable {TABLE} at (0,40) size 42x62
+        RenderTableSection {TBODY} at (0,0) size 42x62
+          RenderTableRow {TR} at (0,2) size 42x28
+            RenderTableCell {TD} at (2,2) size 18x28 [border: (4px solid #000000)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (5,5) size 8x18
+                text run at (5,5) width 8: &quot;1&quot;
+            RenderTableCell {TD} at (22,2) size 18x28 [border: (4px solid #000000)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (5,5) size 8x18
+                text run at (5,5) width 8: &quot;2&quot;
+          RenderTableRow {TR} at (0,32) size 42x28
+            RenderTableCell {TD} at (2,32) size 18x28 [border: (4px solid #000000)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (5,5) size 8x18
+                text run at (5,5) width 8: &quot;2&quot;
+            RenderTableCell {TD} at (22,32) size 18x28 [border: (4px solid #000000)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (5,5) size 8x18
+                text run at (5,5) width 8: &quot;2&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug55545expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozillabugsbug55545expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug55545-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug55545-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug55545-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug55545-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,20 @@
</span><ins>+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
+      RenderTable {TABLE} at (0,0) size 346x35
+        RenderTableSection {TBODY} at (0,0) size 346x35
+          RenderTableRow {TR} at (0,2) size 346x31
+            RenderTableCell {TD} at (2,2) size 342x31 [r=0 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (1,1) size 340x29
+                RenderTableSection {TBODY} at (0,0) size 340x29
+                  RenderTableRow {TR} at (0,2) size 340x25
+                    RenderTableCell {TH} at (2,4) size 61x21 [r=0 c=0 rs=1 cs=1]
+                      RenderText {#text} at (1,1) size 59x19
+                        text run at (1,2) width 59: &quot;User ID:&quot;
+                    RenderTableCell {TD} at (64,2) size 274x25 [r=0 c=1 rs=1 cs=1]
+                      RenderTextControl {INPUT} at (3,3) size 267x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                      RenderText {#text} at (0,0) size 0x0
+layer at (82,19) size 261x13
+  RenderBlock {DIV} at (3,3) size 261x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug59354expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozillabugsbug59354expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug59354-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug59354-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug59354-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug59354-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,60 @@
</span><ins>+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
+      RenderTable {TABLE} at (0,0) size 468x146 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 466x144
+          RenderTableRow {TR} at (0,0) size 466x144
+            RenderTableCell {TD} at (0,0) size 466x144 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (1,1) size 464x142 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 462x140
+                  RenderTableRow {TR} at (0,1) size 462x28
+                    RenderTableCell {TD} at (1,1) size 140x28 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                      RenderText {#text} at (5,5) size 130x18
+                        text run at (5,5) width 130: &quot;General Preferences&quot;
+                    RenderTableCell {TD} at (141,1) size 148x28 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+                      RenderInline {A} at (0,0) size 137x18 [color=#0000EE]
+                        RenderText {#text} at (5,5) size 137x18
+                          text run at (5,5) width 137: &quot;Groups / Permissions&quot;
+                    RenderTableCell {TD} at (289,1) size 72x28 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+                      RenderInline {A} at (0,0) size 62x18 [color=#0000EE]
+                        RenderText {#text} at (5,5) size 62x18
+                          text run at (5,5) width 62: &quot;Password&quot;
+                    RenderTableCell {TD} at (361,1) size 49x28 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
+                      RenderInline {A} at (0,0) size 39x18 [color=#0000EE]
+                        RenderText {#text} at (5,5) size 39x18
+                          text run at (5,5) width 39: &quot;Email&quot;
+                    RenderTableCell {TD} at (410,1) size 51x28 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
+                      RenderText {#text} at (5,5) size 40x18
+                        text run at (5,5) width 40: &quot;Views&quot;
+                  RenderTableRow {TR} at (0,30) size 462x109
+                    RenderTableCell {TD} at (1,30) size 460x109 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=5]
+                      RenderBlock (anonymous) at (5,5) size 450x18
+                        RenderBR {BR} at (224,0) size 1x18
+                      RenderTable {TABLE} at (87,23) size 286x81
+                        RenderTableSection {TBODY} at (0,0) size 286x81
+                          RenderTableRow {TR} at (0,2) size 286x77
+                            RenderTableCell {TD} at (2,2) size 282x77 [r=0 c=0 rs=1 cs=1]
+                              RenderBlock {FORM} at (1,1) size 280x59
+                                RenderTable {TABLE} at (0,0) size 280x59 [border: (1px outset #808080)]
+                                  RenderTableSection {TBODY} at (1,1) size 278x57
+                                    RenderTableRow {TR} at (0,0) size 278x57
+                                      RenderTableCell {TD} at (0,0) size 278x57 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                                        RenderBlock (anonymous) at (1,1) size 276x18
+                                          RenderText {#text} at (83,0) size 110x18
+                                            text run at (83,0) width 110: &quot;User Preferences&quot;
+                                        RenderTable {TABLE} at (1,19) size 276x37 [border: (1px outset #808080)]
+                                          RenderTableSection {TBODY} at (1,1) size 274x35
+                                            RenderTableRow {TR} at (0,1) size 274x33
+                                              RenderTableCell {TH} at (1,3) size 120x29 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                                                RenderInline {NOBR} at (0,0) size 110x18
+                                                  RenderText {#text} at (5,5) size 110x19
+                                                    text run at (5,6) width 110: &quot;Email Address :&quot;
+                                              RenderTableCell {TD} at (121,1) size 152x33 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+                                                RenderTextControl {INPUT} at (7,7) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                                                RenderText {#text} at (0,0) size 0x0
+layer at (237,99) size 130x13 scrollWidth 192
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 191x13
+      text run at (0,0) width 191: &quot;simon.king@pipinghotnetworks.com&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug68912expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozillabugsbug68912expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug68912-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug68912-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug68912-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug68912-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,16 @@
</span><ins>+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 {P} at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 480x18
+          text run at (0,0) width 480: &quot;This test case creates a TR element then tries to assign to the cells property&quot;
+      RenderBlock {P} at (0,34) size 784x22
+        RenderText {#text} at (0,1) size 42x18
+          text run at (0,1) width 42: &quot;Crash &quot;
+        RenderButton {BUTTON} at (43,2) size 91x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+          RenderBlock (anonymous) at (8,2) size 75x13
+            RenderText {#text} at (0,0) size 75x13
+              text run at (0,0) width 75: &quot;TR.cells = null&quot;
+        RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug7342expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozillabugsbug7342expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug7342-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug7342-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug7342-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,80 @@
</span><ins>+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 [bgcolor=#FFFFFF]
+      RenderBlock {P} at (0,0) size 784x36
+        RenderText {#text} at (0,0) size 775x36
+          text run at (0,0) width 441: &quot;Click on a link on the left hand column. Also note the overlap of the &quot;
+          text run at (440,0) width 335: &quot;text box with the submit button. (And, removing the&quot;
+          text run at (0,18) width 156: &quot;font tag that is wrapped &quot;
+          text run at (155,18) width 239: &quot;around the text box clears up layout).&quot;
+      RenderBlock (anonymous) at (0,52) size 784x18
+        RenderBR {BR} at (0,0) size 0x18
+      RenderBlock {FORM} at (0,70) size 784x136
+        RenderBlock {CENTER} at (0,0) size 784x136
+          RenderTable {TABLE} at (92,0) size 600x136 [bgcolor=#EEEEEE] [border: (1px outset #808080)]
+            RenderTableSection {TBODY} at (1,1) size 598x134
+              RenderTableRow {TR} at (0,3) size 598x128
+                RenderTableCell {TD} at (3,3) size 124x128 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                  RenderTable {TABLE} at (4,4) size 116x120 [bgcolor=#FFFFFF] [border: (1px outset #808080)]
+                    RenderTableSection {TBODY} at (1,1) size 114x118
+                      RenderTableRow {TR} at (0,2) size 114x28
+                        RenderTableCell {TD} at (2,3) size 110x25 [bgcolor=#CCCCCC] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                          RenderInline {A} at (0,0) size 62x18 [color=#660099]
+                            RenderInline {B} at (0,0) size 62x18
+                              RenderText {#text} at (3,3) size 62x19
+                                text run at (3,4) width 62: &quot;Netscape&quot;
+                          RenderText {#text} at (0,0) size 0x0
+                      RenderTableRow {TR} at (0,31) size 114x28
+                        RenderTableCell {TD} at (2,33) size 110x25 [bgcolor=#FFFFFF] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+                          RenderInline {A} at (0,0) size 58x18 [color=#660099]
+                            RenderInline {B} at (0,0) size 58x18
+                              RenderText {#text} at (3,3) size 58x19
+                                text run at (3,4) width 58: &quot;Infoseek&quot;
+                          RenderText {#text} at (0,0) size 0x0
+                      RenderTableRow {TR} at (0,61) size 114x28
+                        RenderTableCell {TD} at (2,62) size 110x25 [bgcolor=#FFFFFF] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
+                          RenderInline {A} at (0,0) size 79x18 [color=#660099]
+                            RenderInline {B} at (0,0) size 79x18
+                              RenderText {#text} at (3,3) size 79x19
+                                text run at (3,4) width 79: &quot;LookSmart&quot;
+                          RenderText {#text} at (0,0) size 0x0
+                      RenderTableRow {TR} at (0,90) size 114x26
+                        RenderTableCell {TD} at (2,91) size 110x25 [bgcolor=#FFFFFF] [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
+                          RenderInline {A} at (0,0) size 66x18 [color=#660099]
+                            RenderInline {B} at (0,0) size 66x18
+                              RenderText {#text} at (3,3) size 66x19
+                                text run at (3,4) width 66: &quot;Directory&quot;
+                          RenderText {#text} at (0,0) size 0x0
+                RenderTableCell {TD} at (129,25) size 467x84 [bgcolor=#CCCCCC] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+                  RenderTable {TABLE} at (4,4) size 458x75 [border: (1px outset #808080)]
+                    RenderTableSection {TBODY} at (1,1) size 456x73
+                      RenderTableRow {TR} at (0,4) size 456x33
+                        RenderTableCell {TD} at (4,4) size 344x33 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=3]
+                          RenderInline {FONT} at (0,0) size 278x15
+                            RenderText {#text} at (0,0) size 0x0
+                            RenderTextControl {INPUT} at (7,7) size 274x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                            RenderText {#text} at (0,0) size 0x0
+                          RenderText {#text} at (0,0) size 0x0
+                        RenderTableCell {TD} at (351,4) size 101x32 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
+                          RenderButton {INPUT} at (7,7) size 53x18 [bgcolor=#C0C0C0]
+                            RenderBlock (anonymous) at (8,2) size 37x13
+                              RenderText at (0,0) size 37x13
+                                text run at (0,0) width 37: &quot;Search&quot;
+                          RenderText {#text} at (0,0) size 0x0
+                      RenderTableRow {TR} at (0,41) size 456x28
+                        RenderTableCell {TD} at (4,41) size 112x28 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+                          RenderText {#text} at (5,5) size 27x18
+                            text run at (5,5) width 27: &quot;asdf&quot;
+                        RenderTableCell {TD} at (119,41) size 113x28 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+                          RenderText {#text} at (5,5) size 27x18
+                            text run at (5,5) width 27: &quot;asdf&quot;
+                        RenderTableCell {TD} at (235,41) size 113x28 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
+                          RenderText {#text} at (5,5) size 27x18
+                            text run at (5,5) width 27: &quot;asdf&quot;
+                        RenderTableCell {TD} at (351,41) size 101x28 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
+                          RenderText {#text} at (5,5) size 27x18
+                            text run at (5,5) width 27: &quot;asdf&quot;
+layer at (250,124) size 267x13
+  RenderBlock {DIV} at (3,3) size 268x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug96334expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozillabugsbug96334expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug96334-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug96334-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug96334-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,45 @@
</span><ins>+layer at (0,0) size 996x585
+  RenderView at (0,0) size 800x585
+layer at (0,0) size 800x585
+  RenderBlock {HTML} at (0,0) size 800x585
+    RenderBody {BODY} at (8,8) size 784x569
+      RenderTable {TABLE} at (0,0) size 988x147 [border: (2px solid #0000FF)]
+        RenderTableSection {TBODY} at (2,2) size 984x143
+          RenderTableRow {TR} at (0,2) size 984x139
+            RenderTableCell {TD} at (2,2) size 222x139 [border: (1px solid #C0C0C0)] [r=0 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (2,2) size 218x135 [border: (2px solid #008000)]
+                RenderTableSection {TBODY} at (2,2) size 214x131
+                  RenderTableRow {TR} at (0,2) size 214x87
+                    RenderTableCell {TD} at (2,2) size 210x87 [border: (1px solid #C0C0C0)] [r=0 c=0 rs=1 cs=1]
+                      RenderTable {TABLE} at (2,2) size 153x35 [border: (2px solid #FF0000)]
+                        RenderTableSection {TBODY} at (2,2) size 149x31
+                          RenderTableRow {TR} at (0,2) size 149x27
+                            RenderTableCell {TD} at (2,2) size 145x27 [border: (1px solid #C0C0C0)] [r=0 c=0 rs=1 cs=1]
+                              RenderTextControl {INPUT} at (4,4) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                              RenderText {#text} at (0,0) size 0x0
+                      RenderTable {TABLE} at (2,37) size 206x48 [border: (2px solid #FF0000)]
+                        RenderTableSection {TBODY} at (2,2) size 202x44
+                          RenderTableRow {TR} at (0,2) size 202x40
+                            RenderTableCell {TD} at (2,2) size 198x40 [border: (1px solid #C0C0C0)] [r=0 c=0 rs=1 cs=1]
+                              RenderText {#text} at (2,2) size 171x36
+                                text run at (2,2) width 171: &quot;THIS TABLE NEEDS TO&quot;
+                                text run at (2,20) width 67: &quot;BE HERE&quot;
+                  RenderTableRow {TR} at (0,91) size 214x38
+                    RenderTableCell {TD} at (2,91) size 210x38 [border: (1px solid #C0C0C0)] [r=1 c=0 rs=1 cs=1]
+                      RenderTable {TABLE} at (2,2) size 206x34 [border: (2px solid #FF0000)]
+                        RenderTableSection {TBODY} at (2,2) size 202x30
+                          RenderTableRow {TR} at (0,2) size 202x26
+                            RenderTableCell {TD} at (2,2) size 198x26 [border: (1px solid #C0C0C0)] [r=0 c=0 rs=1 cs=1]
+                              RenderMenuList {SELECT} at (4,4) size 190x18 [bgcolor=#FFFFFF]
+                                RenderBlock (anonymous) at (0,0) size 190x18
+                                  RenderText at (8,2) size 159x13
+                                    text run at (8,2) width 159: &quot;USE THIS JAVASCRIPT HERE&quot;
+                              RenderText {#text} at (0,0) size 0x0
+            RenderTableCell {TD} at (226,2) size 756x40 [border: (1px solid #C0C0C0)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 752x36
+                text run at (2,2) width 752: &quot;KEEPoTHEoTEXToHEREoASoLONGoASoPOSSIBLEooKEEPoTHEoTEXToHEREoASoLONGoASoPOSSIBLE&quot;
+                text run at (2,20) width 602: &quot;THIS SIMULATES THE PROBLEM ON THE WWW.MAPBLAST.COM/ \&quot;CREATE MAP\&quot;&quot;
+layer at (31,31) size 130x13 scrollWidth 137
+  RenderBlock {DIV} at (3,3) size 131x13
+    RenderText {#text} at (0,0) size 137x13
+      text run at (0,0) width 137: &quot;THIS NEEDS THIS VALUE&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozillabugsbug99948expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozillabugsbug99948expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug99948-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug99948-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug99948-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/bugs/bug99948-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,16 @@
</span><ins>+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 [bgcolor=#FFFFFF]
+      RenderBlock (anonymous) at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 470x18
+          text run at (0,0) width 470: &quot;the purple text input control must be in the same line with the grey image&quot;
+      RenderTable {TABLE} at (0,18) size 277x44
+        RenderTableSection {TBODY} at (0,0) size 277x44
+          RenderTableRow {TR} at (0,2) size 277x40
+            RenderTableCell {TD} at (2,2) size 273x40 [bgcolor=#CCDDFF] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
+              RenderTextControl {INPUT} at (3,18) size 137x19 [bgcolor=#CCAAFF] [border: (2px inset #000000)]
+              RenderImage {IMG} at (142,4) size 127x26 [bgcolor=#C0C0C0] [border: (1px solid #000000)]
+layer at (16,49) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozillacollapsing_bordersbug412624expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozillacollapsing_bordersbug412624expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/collapsing_borders/bug41262-4-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/collapsing_borders/bug41262-4-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/collapsing_borders/bug41262-4-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,41 @@
</span><ins>+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 {BLOCKQUOTE} at (40,0) size 704x118
+        RenderBlock {CENTER} at (0,0) size 704x118
+          RenderTable {TABLE} at (297,0) size 110x80 [border: (2px none #808080)]
+            RenderTableSection {TBODY} at (2,2) size 104x75
+              RenderTableRow {TR} at (0,0) size 104x25
+                RenderTableCell {TD} at (0,0) size 37x25 [border: (3px groove #0000FF)] [r=0 c=0 rs=1 cs=1]
+                  RenderText {#text} at (4,4) size 29x18
+                    text run at (4,4) width 29: &quot;EST&quot;
+                RenderTableCell {TD} at (36,0) size 68x25 [border: (3px groove #0000FF)] [r=0 c=1 rs=1 cs=1]
+                  RenderText {#text} at (4,4) size 60x18
+                    text run at (4,4) width 60: &quot;9:00 a.m.&quot;
+              RenderTableRow {TR} at (0,25) size 104x25
+                RenderTableCell {TD} at (0,25) size 37x25 [border: (3px groove #0000FF)] [r=1 c=0 rs=1 cs=1]
+                  RenderText {#text} at (4,4) size 30x18
+                    text run at (4,4) width 30: &quot;CST&quot;
+                RenderTableCell {TD} at (36,25) size 68x25 [border: (3px groove #0000FF)] [r=1 c=1 rs=1 cs=1]
+                  RenderText {#text} at (4,4) size 60x18
+                    text run at (4,4) width 60: &quot;8:00 a.m.&quot;
+              RenderTableRow {TR} at (0,50) size 104x25
+                RenderTableCell {TD} at (0,50) size 37x25 [border: (3px groove #0000FF)] [r=2 c=0 rs=1 cs=1]
+                  RenderText {#text} at (4,4) size 28x18
+                    text run at (4,4) width 28: &quot;PST&quot;
+                RenderTableCell {TD} at (36,50) size 68x25 [border: (3px groove #0000FF)] [r=2 c=1 rs=1 cs=1]
+                  RenderText {#text} at (4,4) size 60x18
+                    text run at (4,4) width 60: &quot;6:00 a.m.&quot;
+          RenderBlock {P} at (0,96) size 704x22
+            RenderButton {INPUT} at (287,2) size 62x18 [bgcolor=#C0C0C0]
+              RenderBlock (anonymous) at (8,2) size 46x13
+                RenderText at (0,0) size 46x13
+                  text run at (0,0) width 46: &quot;separate&quot;
+            RenderText {#text} at (350,1) size 5x18
+              text run at (350,1) width 5: &quot; &quot;
+            RenderButton {INPUT} at (356,2) size 61x18 [bgcolor=#C0C0C0]
+              RenderBlock (anonymous) at (8,2) size 45x13
+                RenderText at (0,0) size 45x13
+                  text run at (0,0) width 45: &quot;collapse&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozillacoremarginsexpectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozillacoremarginsexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/core/margins-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla/core/margins-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/core/margins-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/core/margins-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,105 @@
</span><ins>+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 (anonymous) at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 191x18
+          text run at (0,0) width 191: &quot;outer width=400 align=center&quot;
+      RenderTable {TABLE} at (192,18) size 400x48 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 398x46
+          RenderTableRow {TR} at (0,2) size 398x42
+            RenderTableCell {TD} at (2,2) size 394x42 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {FORM} at (2,2) size 390x22
+                RenderMenuList {SELECT} at (2,2) size 53x18 [bgcolor=#FFFFFF]
+                  RenderBlock (anonymous) at (0,0) size 53x18
+                    RenderText at (8,2) size 22x13
+                      text run at (8,2) width 22: &quot;Test&quot;
+                RenderText {#text} at (0,0) size 0x0
+      RenderBlock (anonymous) at (0,66) size 784x18
+        RenderText {#text} at (0,0) size 301x18
+          text run at (0,0) width 301: &quot;outer width=400 inner width=200 align=center&quot;
+      RenderTable {TABLE} at (0,84) size 400x40 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 396x36
+          RenderTableRow {TR} at (0,2) size 396x32
+            RenderTableCell {TD} at (2,2) size 392x32 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (96,2) size 200x28 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 198x26
+                  RenderTableRow {TR} at (0,2) size 198x22
+                    RenderTableCell {TD} at (2,2) size 194x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                      RenderText {#text} at (2,2) size 22x18
+                        text run at (2,2) width 22: &quot;foo&quot;
+      RenderBlock (anonymous) at (0,124) size 784x18
+        RenderText {#text} at (0,0) size 186x18
+          text run at (0,0) width 186: &quot;outer auto inner align=center&quot;
+      RenderTable {TABLE} at (0,142) size 44x40 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 40x36
+          RenderTableRow {TR} at (0,2) size 40x32
+            RenderTableCell {TD} at (2,2) size 36x32 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (2,2) size 32x28 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 30x26
+                  RenderTableRow {TR} at (0,2) size 30x22
+                    RenderTableCell {TD} at (2,2) size 26x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                      RenderText {#text} at (2,2) size 22x18
+                        text run at (2,2) width 22: &quot;foo&quot;
+      RenderBlock (anonymous) at (0,182) size 784x18
+        RenderText {#text} at (0,0) size 220x18
+          text run at (0,0) width 220: &quot;outer width=50 inner align=center&quot;
+      RenderTable {TABLE} at (0,200) size 44x40 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 40x36
+          RenderTableRow {TR} at (0,2) size 40x32
+            RenderTableCell {TD} at (2,2) size 36x32 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (2,2) size 32x28 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 30x26
+                  RenderTableRow {TR} at (0,2) size 30x22
+                    RenderTableCell {TD} at (2,2) size 26x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                      RenderText {#text} at (2,2) size 22x18
+                        text run at (2,2) width 22: &quot;foo&quot;
+      RenderBlock (anonymous) at (0,240) size 784x18
+        RenderText {#text} at (0,0) size 232x18
+          text run at (0,0) width 232: &quot;outer width=50 inner margin-left:50&quot;
+      RenderTable {TABLE} at (0,258) size 94x40 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 90x36
+          RenderTableRow {TR} at (0,2) size 90x32
+            RenderTableCell {TD} at (2,2) size 86x32 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (52,2) size 32x28 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 30x26
+                  RenderTableRow {TR} at (0,2) size 30x22
+                    RenderTableCell {TD} at (2,2) size 26x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                      RenderText {#text} at (2,2) size 22x18
+                        text run at (2,2) width 22: &quot;foo&quot;
+      RenderBlock (anonymous) at (0,298) size 784x18
+        RenderText {#text} at (0,0) size 228x18
+          text run at (0,0) width 228: &quot;outer width=400 inner align=center&quot;
+      RenderTable {TABLE} at (0,316) size 400x40 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 396x36
+          RenderTableRow {TR} at (0,2) size 396x32
+            RenderTableCell {TD} at (2,2) size 116x32 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (42,2) size 32x28 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 30x26
+                  RenderTableRow {TR} at (0,2) size 30x22
+                    RenderTableCell {TD} at (2,2) size 26x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                      RenderText {#text} at (2,2) size 22x18
+                        text run at (2,2) width 22: &quot;foo&quot;
+            RenderTableCell {TD} at (119,7) size 276x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 80x18
+                text run at (2,2) width 80: &quot;x x x x x x x&quot;
+      RenderBlock (anonymous) at (0,356) size 784x18
+        RenderText {#text} at (0,0) size 228x18
+          text run at (0,0) width 228: &quot;outer width=400 inner align=center&quot;
+      RenderTable {TABLE} at (0,374) size 400x40 [border: (2px outset #808080)]
+        RenderTableSection {TBODY} at (2,2) size 396x36
+          RenderTableRow {TR} at (0,2) size 396x32
+            RenderTableCell {TD} at (2,2) size 169x32 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (54,2) size 61x28 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 58x26
+                  RenderTableRow {TR} at (0,2) size 58x22
+                    RenderTableCell {TD} at (2,2) size 54x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                      RenderText {#text} at (2,2) size 16x18
+                        text run at (2,2) width 16: &quot;50&quot;
+            RenderTableCell {TD} at (172,7) size 223x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 80x18
+                text run at (2,2) width 80: &quot;x x x x x x x&quot;
+      RenderBlock (anonymous) at (0,414) size 784x18
+        RenderText {#text} at (0,0) size 20x18
+          text run at (0,0) width 20: &quot;--&gt;&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozilladomtableDomexpectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozilladomtableDomexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/dom/tableDom-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla/dom/tableDom-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/dom/tableDom-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/dom/tableDom-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,69 @@
</span><ins>+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 {FORM} at (0,0) size 784x23
+        RenderMenuList {SELECT} at (2,3) size 94x18 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (0,0) size 94x18
+            RenderText at (8,2) size 62x13
+              text run at (8,2) width 62: &quot;append cell&quot;
+        RenderText {#text} at (98,2) size 53x18
+          text run at (98,2) width 53: &quot;   tbody &quot;
+        RenderTextControl {INPUT} at (152,2) size 40x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (193,2) size 41x18
+          text run at (193,2) width 41: &quot;   row &quot;
+        RenderTextControl {INPUT} at (235,2) size 40x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (276,2) size 37x18
+          text run at (276,2) width 37: &quot;   col &quot;
+        RenderTextControl {INPUT} at (314,2) size 39x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (354,2) size 75x18
+          text run at (354,2) width 75: &quot;   row span &quot;
+        RenderTextControl {INPUT} at (430,2) size 40x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (471,2) size 70x18
+          text run at (471,2) width 70: &quot;   col span &quot;
+        RenderTextControl {INPUT} at (542,2) size 39x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (582,2) size 21x18
+          text run at (582,2) width 21: &quot;     &quot;
+        RenderButton {INPUT} at (604,3) size 43x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 26x13
+            RenderText at (0,0) size 26x13
+              text run at (0,0) width 26: &quot;Do It&quot;
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock (anonymous) at (0,39) size 784x18
+        RenderBR {BR} at (0,0) size 0x18
+      RenderTable {TABLE} at (0,57) size 63x52 [bgcolor=#FFA500] [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 61x50
+          RenderTableRow {TR} at (0,2) size 61x22
+            RenderTableCell {TD} at (2,2) size 28x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 23x18
+                text run at (2,2) width 23: &quot;c11&quot;
+          RenderTableRow {TR} at (0,26) size 61x22
+            RenderTableCell {TD} at (2,26) size 28x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 24x18
+                text run at (2,2) width 24: &quot;c21&quot;
+            RenderTableCell {TD} at (31,26) size 28x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 24x18
+                text run at (2,2) width 24: &quot;c22&quot;
+      RenderBlock (anonymous) at (0,109) size 784x18
+        RenderBR {BR} at (0,0) size 0x18
+layer at (163,13) size 33x13
+  RenderBlock {DIV} at (3,3) size 33x13
+    RenderText {#text} at (0,0) size 7x13
+      text run at (0,0) width 7: &quot;0&quot;
+layer at (247,13) size 33x13
+  RenderBlock {DIV} at (3,3) size 33x13
+    RenderText {#text} at (0,0) size 7x13
+      text run at (0,0) width 7: &quot;0&quot;
+layer at (325,13) size 33x13
+  RenderBlock {DIV} at (3,3) size 33x13
+    RenderText {#text} at (0,0) size 7x13
+      text run at (0,0) width 7: &quot;0&quot;
+layer at (442,13) size 33x13 backgroundClip at (442,13) size 32x13 clip at (442,13) size 32x13
+  RenderBlock {DIV} at (3,3) size 33x13
+    RenderText {#text} at (0,0) size 7x13
+      text run at (0,0) width 7: &quot;1&quot;
+layer at (553,13) size 33x13
+  RenderBlock {DIV} at (3,3) size 33x13
+    RenderText {#text} at (0,0) size 7x13
+      text run at (0,0) width 7: &quot;1&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozillaothermove_rowexpectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozillaothermove_rowexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/other/move_row-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla/other/move_row-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/other/move_row-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla/other/move_row-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,51 @@
</span><ins>+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 [bgcolor=#FFFFFF]
+      RenderTable {TABLE} at (0,0) size 49x134
+        RenderTableSection {TBODY} at (0,0) size 49x134
+          RenderTableRow {TR} at (0,2) size 49x20
+            RenderTableCell {TD} at (2,2) size 45x20 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,1) width 43: &quot;Row 0&quot;
+          RenderTableRow {TR} at (0,24) size 49x20
+            RenderTableCell {TD} at (2,24) size 45x20 [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,1) width 43: &quot;Row 1&quot;
+          RenderTableRow {TR} at (0,46) size 49x20
+            RenderTableCell {TD} at (2,46) size 45x20 [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,1) width 43: &quot;Row 2&quot;
+          RenderTableRow {TR} at (0,68) size 49x20
+            RenderTableCell {TD} at (2,68) size 45x20 [r=3 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,1) width 43: &quot;Row 3&quot;
+          RenderTableRow {TR} at (0,90) size 49x20
+            RenderTableCell {TD} at (2,90) size 45x20 [r=4 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,1) width 43: &quot;Row 4&quot;
+          RenderTableRow {TR} at (0,112) size 49x20
+            RenderTableCell {TD} at (2,112) size 45x20 [r=5 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,1) width 43: &quot;Row 5&quot;
+      RenderBlock (anonymous) at (0,134) size 784x23
+        RenderTextControl {INPUT} at (2,2) size 13x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (16,2) size 5x18
+          text run at (16,2) width 5: &quot; &quot;
+        RenderTextControl {INPUT} at (22,2) size 14x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderText {#text} at (37,2) size 5x18
+          text run at (37,2) width 5: &quot; &quot;
+        RenderButton {INPUT} at (43,3) size 30x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 14x13
+            RenderText at (0,0) size 14x13
+              text run at (0,0) width 14: &quot;go&quot;
+        RenderText {#text} at (0,0) size 0x0
+layer at (13,147) size 7x13 scrollWidth 8
+  RenderBlock {DIV} at (3,3) size 7x13
+    RenderText {#text} at (0,0) size 7x13
+      text run at (0,0) width 7: &quot;2&quot;
+layer at (34,147) size 7x13 backgroundClip at (34,147) size 6x13 clip at (34,147) size 6x13 scrollWidth 8
+  RenderBlock {DIV} at (3,3) size 7x13
+    RenderText {#text} at (0,0) size 7x13
+      text run at (0,0) width 7: &quot;4&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozilla_expected_failuresbugsbug1725expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug1725expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla_expected_failures/bugs/bug1725-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla_expected_failures/bugs/bug1725-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla_expected_failures/bugs/bug1725-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,68 @@
</span><ins>+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
+      RenderTable {TABLE} at (0,0) size 600x280 [bgcolor=#FFC0CB]
+        RenderTableSection {TBODY} at (0,0) size 600x280
+          RenderTableRow {TR} at (0,0) size 600x18
+            RenderTableCell {TD} at (0,0) size 601x18 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=3]
+              RenderText {#text} at (0,0) size 8x18
+                text run at (0,0) width 8: &quot;1&quot;
+          RenderTableRow {TR} at (0,18) size 600x18
+            RenderTableCell {TD} at (0,18) size 601x18 [bgcolor=#FF0000] [r=1 c=0 rs=1 cs=3]
+              RenderText {#text} at (0,0) size 8x18
+                text run at (0,0) width 8: &quot;2&quot;
+          RenderTableRow {TR} at (0,36) size 600x0
+            RenderTableCell {TD} at (0,36) size 156x18 [bgcolor=#00FFFF] [r=2 c=0 rs=40 cs=1]
+              RenderText {#text} at (0,0) size 8x18
+                text run at (0,0) width 8: &quot;3&quot;
+          RenderTableRow {TR} at (0,36) size 600x28
+            RenderTableCell {TD} at (155,36) size 446x28 [bgcolor=#FFA500] [r=3 c=1 rs=1 cs=1]
+              RenderTable {TABLE} at (0,0) size 440x28
+                RenderTableSection {TBODY} at (0,0) size 440x28
+                  RenderTableRow {TR} at (0,2) size 440x24
+                    RenderTableCell {TD} at (2,2) size 217x24 [r=0 c=0 rs=1 cs=1]
+                      RenderButton {INPUT} at (3,3) size 96x18 [bgcolor=#C0C0C0]
+                        RenderBlock (anonymous) at (8,2) size 80x13
+                          RenderText at (0,0) size 80x13
+                            text run at (0,0) width 80: &quot;Submit Criteria&quot;
+                    RenderTableCell {TD} at (221,4) size 217x20 [r=0 c=1 rs=1 cs=1]
+                      RenderText {#text} at (1,1) size 8x18
+                        text run at (1,1) width 8: &quot;4&quot;
+          RenderTableRow {TR} at (0,64) size 600x18
+            RenderTableCell {TD} at (155,64) size 446x18 [bgcolor=#FF0000] [r=4 c=1 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 8x18
+                text run at (0,0) width 8: &quot;5&quot;
+          RenderTableRow {TR} at (0,82) size 600x36
+            RenderTableCell {TD} at (155,82) size 446x36 [bgcolor=#FFFF00] [r=5 c=1 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 436x36
+                text run at (0,0) width 263: &quot;If you have entered your feature criteria, &quot;
+                text run at (262,0) width 174: &quot;press the \&quot;Submit Criteria\&quot;&quot;
+                text run at (0,18) width 88: &quot;button above.&quot;
+          RenderTableRow {TR} at (0,118) size 600x18
+            RenderTableCell {TD} at (155,118) size 446x18 [bgcolor=#D3D3D3] [r=6 c=1 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 8x18
+                text run at (0,0) width 8: &quot;6&quot;
+          RenderTableRow {TR} at (0,136) size 600x54
+            RenderTableCell {TD} at (155,136) size 446x54 [r=7 c=1 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 433x54
+                text run at (0,0) width 267: &quot;If you want to do a radius search instead, &quot;
+                text run at (266,0) width 167: &quot;press the \&quot;Radius Search\&quot;&quot;
+                text run at (0,18) width 49: &quot;button. &quot;
+                text run at (48,18) width 287: &quot;This will allow you to select a starting point &quot;
+                text run at (334,18) width 71: &quot;and enter a&quot;
+                text run at (0,36) width 204: &quot;radius with new feature criteria.&quot;
+          RenderTableRow {TR} at (0,190) size 600x18
+            RenderTableCell {TD} at (155,190) size 446x18 [r=8 c=1 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 4x18
+                text run at (0,0) width 4: &quot; &quot;
+          RenderTableRow {TR} at (0,208) size 600x72
+            RenderTableCell {TD} at (155,208) size 446x72 [r=9 c=1 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 419x72
+                text run at (0,0) width 419: &quot;All information provided is deemed reliable but is not guaranteed&quot;
+                text run at (0,18) width 93: &quot;and should be &quot;
+                text run at (92,18) width 291: &quot;independently verified. The price shown may&quot;
+                text run at (0,36) width 206: &quot;represent the top or bottom of a &quot;
+                text run at (205,36) width 168: &quot;price range listing and not&quot;
+                text run at (0,54) width 193: &quot;necessarily a fixed price offer.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozilla_expected_failuresbugsbug24795expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug24795expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,178 @@
</span><ins>+layer at (0,0) size 785x1425
+  RenderView at (0,0) size 785x600
+layer at (8,8) size 769x1417
+  RenderBlock {HTML} at (8,8) size 769x1417 [bgcolor=#008000] [border: (16px solid #00FF00)]
+    RenderTable at (16,16) size 737x1385
+      RenderTableSection (anonymous) at (0,0) size 737x1385
+        RenderTableRow (anonymous) at (0,0) size 737x1385
+          RenderTableCell {HEAD} at (0,0) size 234x490 [color=#FFFFFF] [bgcolor=#FF0000] [border: (5px solid #FFFFFF)] [r=0 c=0 rs=1 cs=1]
+            RenderBlock {META} at (21,37) size 192x2 [border: (1px dotted #FFFFFF)]
+            RenderBlock {META} at (21,55) size 192x2 [border: (1px dotted #FFFFFF)]
+            RenderBlock {META} at (21,73) size 192x2 [border: (1px dotted #FFFFFF)]
+            RenderBlock {META} at (21,91) size 192x2 [border: (1px dotted #FFFFFF)]
+            RenderBlock {TITLE} at (21,109) size 192x56 [border: (1px dotted #FFFFFF)]
+              RenderText {#text} at (1,1) size 188x54
+                text run at (1,1) width 188: &quot;Evil Tests: Rendering BODY&quot;
+                text run at (1,19) width 163: &quot;and HEAD as children of&quot;
+                text run at (1,37) width 67: &quot;HTML - 2&quot;
+            RenderBlock {STYLE} at (21,181) size 192x272 [border: (1px dotted #FFFFFF)]
+              RenderText {#text} at (1,1) size 190x270
+                text run at (1,1) width 83: &quot;/* Layout */ &quot;
+                text run at (83,1) width 57: &quot;HTML {&quot;
+                text run at (1,19) width 177: &quot;display: block; border: 1em&quot;
+                text run at (1,37) width 166: &quot;lime solid; margin: 8px; }&quot;
+                text run at (1,55) width 164: &quot;HEAD, BODY { display:&quot;
+                text run at (1,73) width 190: &quot;table-cell; border: solid thick;&quot;
+                text run at (1,91) width 182: &quot;padding: 1em; margin: 1em;&quot;
+                text run at (1,109) width 12: &quot;} &quot;
+                text run at (12,109) width 160: &quot;HEAD &gt; *, BODY &gt; * {&quot;
+                text run at (1,127) width 174: &quot;display: block; border: thin&quot;
+                text run at (1,145) width 162: &quot;dotted; margin: 1em 0; } &quot;
+                text run at (162,145) width 14: &quot;/*&quot;
+                text run at (1,163) width 92: &quot;Formatting */ &quot;
+                text run at (92,163) width 99: &quot;HTML { color:&quot;
+                text run at (1,181) width 179: &quot;black; background: green; }&quot;
+                text run at (1,199) width 142: &quot;HEAD { color: white;&quot;
+                text run at (1,217) width 125: &quot;background: red; } &quot;
+                text run at (125,217) width 57: &quot;BODY {&quot;
+                text run at (1,235) width 174: &quot;color: yellow; background:&quot;
+                text run at (1,253) width 40: &quot;teal; }&quot;
+          RenderTableCell {BODY} at (234,41) size 503x1344 [color=#FFFF00] [bgcolor=#008080] [border: (5px solid #FFFF00)] [r=0 c=1 rs=1 cs=1]
+            RenderBlock {H1} at (21,53) size 461x76 [border: (1px dotted #FFFF00)]
+              RenderText {#text} at (1,1) size 152x37
+                text run at (1,1) width 152: &quot;Rendering &quot;
+              RenderInline {CODE} at (0,0) size 63x30
+                RenderText {#text} at (153,6) size 63x30
+                  text run at (153,6) width 63: &quot;BODY&quot;
+              RenderText {#text} at (215,1) size 69x37
+                text run at (215,1) width 69: &quot; and &quot;
+              RenderInline {CODE} at (0,0) size 63x30
+                RenderText {#text} at (283,6) size 63x30
+                  text run at (283,6) width 63: &quot;HEAD&quot;
+              RenderText {#text} at (345,1) size 381x74
+                text run at (345,1) width 37: &quot; as&quot;
+                text run at (1,38) width 156: &quot;children of &quot;
+              RenderInline {CODE} at (0,0) size 64x30
+                RenderText {#text} at (156,43) size 64x30
+                  text run at (156,43) width 64: &quot;HTML&quot;
+              RenderText {#text} at (219,38) size 43x37
+                text run at (219,38) width 43: &quot; - 2&quot;
+            RenderBlock {P} at (21,161) size 461x38 [border: (1px dotted #FFFF00)]
+              RenderText {#text} at (1,1) size 393x18
+                text run at (1,1) width 393: &quot;If you have any comments to make regarding this test, e-mail&quot;
+              RenderInline {A} at (0,0) size 186x18 [color=#0000EE]
+                RenderText {#text} at (1,19) size 186x18
+                  text run at (1,19) width 186: &quot;py8ieh=eviltests@bath.ac.uk&quot;
+              RenderText {#text} at (186,19) size 5x18
+                text run at (186,19) width 5: &quot;.&quot;
+            RenderBlock {DL} at (21,215) size 461x92 [border: (1px dotted #FFFF00)]
+              RenderBlock {DT} at (1,1) size 459x18
+                RenderText {#text} at (0,0) size 83x18
+                  text run at (0,0) width 83: &quot;Prerequisites&quot;
+              RenderBlock {DD} at (41,19) size 419x72
+                RenderText {#text} at (0,0) size 392x54
+                  text run at (0,0) width 392: &quot;Browsers that are subjected to this test should support the the&quot;
+                  text run at (0,18) width 388: &quot;background, padding, margin, border and color properties of&quot;
+                  text run at (0,36) width 160: &quot;CSS, and in addition the &quot;
+                RenderInline {CODE} at (0,0) size 63x15
+                  RenderText {#text} at (160,38) size 63x15
+                    text run at (160,38) width 63: &quot;overflow&quot;
+                RenderText {#text} at (222,36) size 400x36
+                  text run at (222,36) width 178: &quot; property and fixed position&quot;
+                  text run at (0,54) width 109: &quot;stuff from CSS2.&quot;
+            RenderBlock {H2} at (21,331) size 461x58 [border: (1px dotted #FFFF00)]
+              RenderText {#text} at (1,1) size 439x56
+                text run at (1,1) width 439: &quot;1. Making the BODY and the HEAD into a&quot;
+                text run at (1,29) width 51: &quot;table&quot;
+            RenderBlock {P} at (21,413) size 461x20 [border: (1px dotted #FFFF00)]
+              RenderText {#text} at (1,1) size 264x18
+                text run at (1,1) width 264: &quot;This is really evil, but completely valid...&quot;
+            RenderBlock {P} at (21,449) size 461x110 [border: (1px dotted #FFFF00)]
+              RenderText {#text} at (1,1) size 452x108
+                text run at (1,1) width 450: &quot;This document should have two cells, side by side: one on the left, the&quot;
+                text run at (1,19) width 452: &quot;other on the right. The one on the left should be red with white writing&quot;
+                text run at (1,37) width 444: &quot;and a thick white border. It should contain four dotted lines separated&quot;
+                text run at (1,55) width 419: &quot;by a blank line, followed by a dotted bordered box containing the&quot;
+                text run at (1,73) width 403: &quot;document title, and another dotted bordered box containing the&quot;
+                text run at (1,91) width 191: &quot;stylesheet, also shown below:&quot;
+            RenderBlock {PRE} at (21,575) size 461x17 [border: (1px dotted #FFFF00)]
+              RenderText {#text} at (1,1) size 40x15
+                text run at (1,1) width 40: &quot;  ...&quot;
+            RenderBlock {P} at (21,608) size 461x38 [border: (1px dotted #FFFF00)]
+              RenderText {#text} at (1,1) size 419x36
+                text run at (1,1) width 419: &quot;The dotted borders and lines and the text in the left cell should be&quot;
+                text run at (1,19) width 40: &quot;white.&quot;
+            RenderBlock {P} at (21,662) size 461x38 [border: (1px dotted #FFFF00)]
+              RenderText {#text} at (1,1) size 447x36
+                text run at (1,1) width 447: &quot;The right cell should be teal, with yellow text. This paragraph you are&quot;
+                text run at (1,19) width 255: &quot;reading now should be in this right cell.&quot;
+            RenderBlock {P} at (21,716) size 461x20 [border: (1px dotted #FFFF00)]
+              RenderText {#text} at (1,1) size 454x18
+                text run at (1,1) width 454: &quot;The width of the two cells is left up to the user agent to decide, I think.&quot;
+            RenderBlock {P} at (21,752) size 461x74 [border: (1px dotted #FFFF00)]
+              RenderText {#text} at (1,1) size 443x72
+                text run at (1,1) width 443: &quot;The right cell should look similar to the left cell in formatting -- each&quot;
+                text run at (1,19) width 442: &quot;box of text should have a yellow dotted border, and there should be a&quot;
+                text run at (1,37) width 420: &quot;blank line between each such box. No box should be nested -- the&quot;
+                text run at (1,55) width 356: &quot;dotted boxes should always be distinct from each other.&quot;
+            RenderBlock {P} at (21,842) size 461x38 [border: (1px dotted #FFFF00)]
+              RenderText {#text} at (1,1) size 417x36
+                text run at (1,1) width 417: &quot;The cells should be the same height, and they should have grown&quot;
+                text run at (1,19) width 229: &quot;vertically to accommodate this text.&quot;
+            RenderBlock {P} at (21,896) size 461x56 [border: (1px dotted #FFFF00)]
+              RenderText {#text} at (1,1) size 437x54
+                text run at (1,1) width 436: &quot;Around the whole setup should be two borders, dark green and light&quot;
+                text run at (1,19) width 437: &quot;green. The cells should be separated from each other and from these&quot;
+                text run at (1,37) width 230: &quot;outer borders by 1em of dark green.&quot;
+            RenderBlock {P} at (21,968) size 461x38 [border: (1px dotted #FFFF00)]
+              RenderText {#text} at (1,1) size 446x36
+                text run at (1,1) width 446: &quot;There should also be some alternate stylesheets set up to allow you to&quot;
+                text run at (1,19) width 388: &quot;display the &lt;META&gt; content. This may help with diagnosis.&quot;
+            RenderBlock {H2} at (21,1030) size 461x30 [border: (1px dotted #FFFF00)]
+              RenderText {#text} at (1,1) size 156x28
+                text run at (1,1) width 156: &quot;Submit Results&quot;
+            RenderBlock {FORM} at (21,1084) size 461x97 [border: (1px dotted #FFFF00)]
+              RenderBlock {P} at (1,17) size 459x63
+                RenderText {#text} at (0,0) size 263x18
+                  text run at (0,0) width 263: &quot;How does your browser fare on this test?&quot;
+                RenderMenuList {SELECT} at (2,20) size 455x18 [color=#000000] [bgcolor=#FFFFFF]
+                  RenderBlock (anonymous) at (0,0) size 455x18
+                    RenderText at (8,2) size 214x13
+                      text run at (8,2) width 214: &quot;Document renders exactly as described.&quot;
+                RenderText {#text} at (0,0) size 0x0
+                RenderInline {LABEL} at (0,0) size 212x18
+                  RenderText {#text} at (0,42) size 72x18
+                    text run at (0,42) width 72: &quot;Comment: &quot;
+                  RenderTextControl {INPUT} at (73,42) size 137x19 [color=#000000] [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderText {#text} at (211,42) size 5x18
+                  text run at (211,42) width 5: &quot; &quot;
+                RenderButton {INPUT} at (217,43) size 55x18 [color=#000000] [bgcolor=#C0C0C0]
+                  RenderBlock (anonymous) at (8,2) size 38x13
+                    RenderText at (0,0) size 38x13
+                      text run at (0,0) width 38: &quot;Submit&quot;
+                RenderText {#text} at (0,0) size 0x0
+            RenderBlock {HR} at (21,1197) size 461x2 [border: (1px dotted #FFFF00)]
+            RenderBlock {P} at (21,1215) size 461x20 [border: (1px dotted #FFFF00)]
+              RenderInline {A} at (0,0) size 162x18 [color=#0000EE]
+                RenderText {#text} at (1,1) size 162x18
+                  text run at (1,1) width 162: &quot;Up to the Evil Tests Page&quot;
+              RenderText {#text} at (162,1) size 5x18
+                text run at (162,1) width 5: &quot;.&quot;
+            RenderBlock {P} at (21,1251) size 461x20 [border: (1px dotted #FFFF00)]
+              RenderText {#text} at (1,1) size 177x18
+                text run at (1,1) width 177: &quot;This page is maintained by &quot;
+              RenderInline {A} at (0,0) size 79x18 [color=#0000EE]
+                RenderText {#text} at (177,1) size 79x18
+                  text run at (177,1) width 79: &quot;Ian Hickson&quot;
+              RenderText {#text} at (255,1) size 10x18
+                text run at (255,1) width 10: &quot; (&quot;
+              RenderInline {A} at (0,0) size 125x18 [color=#0000EE]
+                RenderText {#text} at (264,1) size 125x18
+                  text run at (264,1) width 125: &quot;py8ieh@bath.ac.uk&quot;
+              RenderText {#text} at (388,1) size 10x18
+                text run at (388,1) width 10: &quot;).&quot;
+            RenderBlock {P} at (21,1287) size 461x20 [border: (1px dotted #FFFF00)]
+              RenderText {#text} at (1,1) size 172x18
+                text run at (1,1) width 172: &quot;Last updated in June 1999.&quot;
+layer at (357,1211) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozilla_expected_failuresbugsbug584022expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug584022expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,46 @@
</span><ins>+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
+      RenderTable {TABLE} at (0,0) size 259x240 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 257x238
+          RenderTableRow {TR} at (0,2) size 257x22
+            RenderTableCell {TD} at (2,11) size 41x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (44,2) size 77x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 32x18
+                text run at (2,2) width 32: &quot;col 1&quot;
+            RenderTableCell {TD} at (122,2) size 55x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 32x18
+                text run at (2,2) width 32: &quot;col 2&quot;
+            RenderTableCell {TD} at (178,2) size 77x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 32x18
+                text run at (2,2) width 32: &quot;col 3&quot;
+          RenderTableRow {TR} at (0,26) size 257x22
+            RenderTableCell {TD} at (2,26) size 41x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 37x18
+                text run at (2,2) width 37: &quot;row 1&quot;
+            RenderTableCell {TD} at (44,26) size 211x210 [border: (1px inset #808080)] [r=1 c=1 rs=3 cs=3]
+              RenderBlock (floating) {DIV} at (2,2) size 206x206 [border: (3px solid #FF0000)]
+                RenderText {#text} at (83,3) size 40x18
+                  text run at (83,3) width 40: &quot;tjosan&quot;
+          RenderTableRow {TR} at (0,50) size 257x50
+            RenderTableCell {TD} at (2,64) size 41x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 37x18
+                text run at (2,2) width 37: &quot;row 2&quot;
+          RenderTableRow {TR} at (0,102) size 257x134
+            RenderTableCell {TD} at (2,158) size 41x22 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 37x18
+                text run at (2,2) width 37: &quot;row 3&quot;
+      RenderBlock (anonymous) at (0,240) size 784x22
+        RenderButton {INPUT} at (2,2) size 56x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 40x13
+            RenderText at (0,0) size 40x13
+              text run at (0,0) width 40: &quot;expand&quot;
+        RenderText {#text} at (59,1) size 5x18
+          text run at (59,1) width 5: &quot; &quot;
+        RenderButton {INPUT} at (65,2) size 43x18 [bgcolor=#C0C0C0]
+          RenderBlock (anonymous) at (8,2) size 27x13
+            RenderText at (0,0) size 27x13
+              text run at (0,0) width 27: &quot;sizes&quot;
+        RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozilla_expected_failuresbugsbug926471expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug926471expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,34 @@
</span><ins>+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 {FORM} at (0,0) size 784x87
+        RenderTable {TABLE} at (0,0) size 290x87 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 288x85
+            RenderTableRow {TR} at (0,2) size 288x81
+              RenderTableCell {TD} at (2,2) size 284x81 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                RenderTable {TABLE} at (2,2) size 280x77 [border: (2px outset #808080)]
+                  RenderTableSection {TBODY} at (2,2) size 276x73
+                    RenderTableRow {TR} at (0,2) size 276x40
+                      RenderTableCell {TD} at (2,2) size 79x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                        RenderText {#text} at (2,2) size 57x36
+                          text run at (2,2) width 55: &quot;Member&quot;
+                          text run at (2,20) width 57: &quot;Number:&quot;
+                      RenderTableCell {TD} at (82,8) size 186x28 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+                        RenderTextControl {INPUT} at (4,4) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                        RenderText {#text} at (0,0) size 0x0
+                    RenderTableRow {TR} at (0,44) size 276x27
+                      RenderTableCell {TD} at (2,46) size 79x23 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+                        RenderText {#text} at (2,2) size 31x19
+                          text run at (2,3) width 31: &quot;PIN:&quot;
+                      RenderTableCell {TD} at (82,44) size 186x27 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+                        RenderTextControl {INPUT} at (4,4) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                          RenderFlexibleBox {DIV} at (3,3) size 131x13
+                            RenderBlock {DIV} at (0,0) size 131x13
+                        RenderText {#text} at (0,0) size 0x0
+                      RenderTableCell {TD} at (269,55) size 5x5 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
+layer at (105,31) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
+layer at (105,66) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozilla_expected_failurescollapsing_bordersbug412625expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozilla_expected_failurescollapsing_bordersbug412625expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,83 @@
</span><ins>+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 {CENTER} at (0,0) size 784x140
+        RenderTable {TABLE} at (339,0) size 106x80
+          RenderTableSection {THEAD} at (0,0) size 105x20
+            RenderTableRow {TR} at (0,0) size 105x20
+              RenderTableCell {TD} at (0,0) size 35x20 [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 29x18
+                  text run at (1,1) width 29: &quot;EST&quot;
+              RenderTableCell {TD} at (34,0) size 32x20 [border: none none none (1px solid #808080)] [r=0 c=1 rs=1 cs=1]
+                RenderText {#text} at (2,1) size 28x18
+                  text run at (2,1) width 28: &quot;1am&quot;
+              RenderTableCell {TD} at (65,0) size 40x20 [border: none none none (1px solid #808080)] [r=0 c=2 rs=1 cs=1]
+                RenderText {#text} at (2,1) size 29x18
+                  text run at (2,1) width 29: &quot;8pm&quot;
+          RenderTableSection {TBODY} at (0,20) size 105x40
+            RenderTableRow {TR} at (0,0) size 105x20
+              RenderTableCell {TD} at (0,0) size 35x20 [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 30x18
+                  text run at (1,1) width 30: &quot;CST&quot;
+              RenderTableCell {TD} at (34,0) size 32x20 [border: none none none (1px solid #808080)] [r=0 c=1 rs=1 cs=1]
+                RenderText {#text} at (2,1) size 28x18
+                  text run at (2,1) width 28: &quot;2am&quot;
+              RenderTableCell {TD} at (65,0) size 40x20 [border: none none none (1px solid #808080)] [r=0 c=2 rs=1 cs=1]
+                RenderText {#text} at (2,1) size 29x18
+                  text run at (2,1) width 29: &quot;9pm&quot;
+            RenderTableRow {TR} at (0,20) size 105x20
+              RenderTableCell {TD} at (0,20) size 35x20 [r=1 c=0 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 33x18
+                  text run at (1,1) width 33: &quot;MST&quot;
+              RenderTableCell {TD} at (34,20) size 32x20 [border: none none none (1px solid #808080)] [r=1 c=1 rs=1 cs=1]
+                RenderText {#text} at (2,1) size 28x18
+                  text run at (2,1) width 28: &quot;3am&quot;
+              RenderTableCell {TD} at (65,20) size 40x20 [border: none none none (1px solid #808080)] [r=1 c=2 rs=1 cs=1]
+                RenderText {#text} at (2,1) size 37x18
+                  text run at (2,1) width 37: &quot;10pm&quot;
+          RenderTableSection {TFOOT} at (0,60) size 105x20
+            RenderTableRow {TR} at (0,0) size 105x20
+              RenderTableCell {TD} at (0,0) size 35x20 [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (1,1) size 28x18
+                  text run at (1,1) width 28: &quot;PST&quot;
+              RenderTableCell {TD} at (34,0) size 32x20 [border: none none none (1px solid #808080)] [r=0 c=1 rs=1 cs=1]
+                RenderText {#text} at (2,1) size 28x18
+                  text run at (2,1) width 28: &quot;4am&quot;
+              RenderTableCell {TD} at (65,0) size 40x20 [border: none none none (1px solid #808080)] [r=0 c=2 rs=1 cs=1]
+                RenderText {#text} at (2,1) size 36x18
+                  text run at (2,1) width 36: &quot;11pm&quot;
+        RenderBlock {P} at (0,96) size 784x44
+          RenderButton {BUTTON} at (266,2) size 76x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+            RenderBlock (anonymous) at (8,2) size 60x13
+              RenderText {#text} at (0,0) size 60x13
+                text run at (0,0) width 19: &quot;No &quot;
+                text run at (18,0) width 42: &quot;borders&quot;
+          RenderButton {BUTTON} at (345,2) size 96x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+            RenderBlock (anonymous) at (8,2) size 80x13
+              RenderText {#text} at (0,0) size 80x13
+                text run at (0,0) width 45: &quot;Exterior &quot;
+                text run at (44,0) width 36: &quot;border&quot;
+          RenderButton {BUTTON} at (444,2) size 74x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+            RenderBlock (anonymous) at (8,2) size 58x13
+              RenderText {#text} at (0,0) size 58x13
+                text run at (0,0) width 17: &quot;All &quot;
+                text run at (16,0) width 42: &quot;borders&quot;
+          RenderBR {BR} at (519,15) size 1x0
+          RenderButton {BUTTON} at (232,24) size 102x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+            RenderBlock (anonymous) at (8,2) size 85x13
+              RenderText {#text} at (0,0) size 85x13
+                text run at (0,0) width 45: &quot;Column &quot;
+                text run at (44,0) width 41: &quot;borders&quot;
+          RenderButton {BUTTON} at (337,24) size 100x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+            RenderBlock (anonymous) at (8,2) size 83x13
+              RenderText {#text} at (0,0) size 83x13
+                text run at (0,0) width 43: &quot;Groups &quot;
+                text run at (42,0) width 41: &quot;borders&quot;
+          RenderButton {BUTTON} at (440,24) size 112x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+            RenderBlock (anonymous) at (8,2) size 95x13
+              RenderText {#text} at (0,0) size 95x13
+                text run at (0,0) width 32: &quot;Table &quot;
+                text run at (31,0) width 64: &quot;row borders&quot;
+          RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantablesmozilla_expected_failurescollapsing_bordersbug412626expectedtxtfromrev202825trunkLayoutTestsplatformmactablesmozilla_expected_failurescollapsing_bordersbug412626expectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,83 @@
</span><ins>+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 {CENTER} at (0,0) size 784x142
+        RenderTable {TABLE} at (338,0) size 108x82 [border: none]
+          RenderTableSection {THEAD} at (0,0) size 106x21
+            RenderTableRow {TR} at (0,0) size 106x21
+              RenderTableCell {TD} at (0,0) size 36x21 [border: (1px none #808080) none none (1px solid #808080)] [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (2,2) size 29x18
+                  text run at (2,2) width 29: &quot;EST&quot;
+              RenderTableCell {TD} at (35,0) size 32x21 [border: (1px none #808080) none none (1px solid #808080)] [r=0 c=1 rs=1 cs=1]
+                RenderText {#text} at (2,2) size 28x18
+                  text run at (2,2) width 28: &quot;1am&quot;
+              RenderTableCell {TD} at (66,0) size 40x21 [border: (1px none #808080) none none (1px solid #808080)] [r=0 c=2 rs=1 cs=1]
+                RenderText {#text} at (2,2) size 29x18
+                  text run at (2,2) width 29: &quot;8pm&quot;
+          RenderTableSection {TBODY} at (0,21) size 106x40
+            RenderTableRow {TR} at (0,0) size 106x20
+              RenderTableCell {TD} at (0,0) size 36x20 [border: none none none (1px solid #808080)] [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (2,1) size 30x18
+                  text run at (2,1) width 30: &quot;CST&quot;
+              RenderTableCell {TD} at (35,0) size 32x20 [border: none none none (1px solid #808080)] [r=0 c=1 rs=1 cs=1]
+                RenderText {#text} at (2,1) size 28x18
+                  text run at (2,1) width 28: &quot;2am&quot;
+              RenderTableCell {TD} at (66,0) size 40x20 [border: none none none (1px solid #808080)] [r=0 c=2 rs=1 cs=1]
+                RenderText {#text} at (2,1) size 29x18
+                  text run at (2,1) width 29: &quot;9pm&quot;
+            RenderTableRow {TR} at (0,20) size 106x20
+              RenderTableCell {TD} at (0,20) size 36x20 [border: none none none (1px solid #808080)] [r=1 c=0 rs=1 cs=1]
+                RenderText {#text} at (2,1) size 33x18
+                  text run at (2,1) width 33: &quot;MST&quot;
+              RenderTableCell {TD} at (35,20) size 32x20 [border: none none none (1px solid #808080)] [r=1 c=1 rs=1 cs=1]
+                RenderText {#text} at (2,1) size 28x18
+                  text run at (2,1) width 28: &quot;3am&quot;
+              RenderTableCell {TD} at (66,20) size 40x20 [border: none none none (1px solid #808080)] [r=1 c=2 rs=1 cs=1]
+                RenderText {#text} at (2,1) size 37x18
+                  text run at (2,1) width 37: &quot;10pm&quot;
+          RenderTableSection {TFOOT} at (0,61) size 106x20
+            RenderTableRow {TR} at (0,0) size 106x20
+              RenderTableCell {TD} at (0,0) size 36x20 [border: none none none (1px solid #808080)] [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (2,1) size 28x18
+                  text run at (2,1) width 28: &quot;PST&quot;
+              RenderTableCell {TD} at (35,0) size 32x20 [border: none none none (1px solid #808080)] [r=0 c=1 rs=1 cs=1]
+                RenderText {#text} at (2,1) size 28x18
+                  text run at (2,1) width 28: &quot;4am&quot;
+              RenderTableCell {TD} at (66,0) size 40x20 [border: none none none (1px solid #808080)] [r=0 c=2 rs=1 cs=1]
+                RenderText {#text} at (2,1) size 36x18
+                  text run at (2,1) width 36: &quot;11pm&quot;
+        RenderBlock {P} at (0,98) size 784x44
+          RenderButton {BUTTON} at (266,2) size 76x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+            RenderBlock (anonymous) at (8,2) size 60x13
+              RenderText {#text} at (0,0) size 60x13
+                text run at (0,0) width 19: &quot;No &quot;
+                text run at (18,0) width 42: &quot;borders&quot;
+          RenderButton {BUTTON} at (345,2) size 96x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+            RenderBlock (anonymous) at (8,2) size 80x13
+              RenderText {#text} at (0,0) size 80x13
+                text run at (0,0) width 45: &quot;Exterior &quot;
+                text run at (44,0) width 36: &quot;border&quot;
+          RenderButton {BUTTON} at (444,2) size 74x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+            RenderBlock (anonymous) at (8,2) size 58x13
+              RenderText {#text} at (0,0) size 58x13
+                text run at (0,0) width 17: &quot;All &quot;
+                text run at (16,0) width 42: &quot;borders&quot;
+          RenderBR {BR} at (519,15) size 1x0
+          RenderButton {BUTTON} at (232,24) size 102x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+            RenderBlock (anonymous) at (8,2) size 85x13
+              RenderText {#text} at (0,0) size 85x13
+                text run at (0,0) width 45: &quot;Column &quot;
+                text run at (44,0) width 41: &quot;borders&quot;
+          RenderButton {BUTTON} at (337,24) size 100x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+            RenderBlock (anonymous) at (8,2) size 83x13
+              RenderText {#text} at (0,0) size 83x13
+                text run at (0,0) width 43: &quot;Groups &quot;
+                text run at (42,0) width 41: &quot;borders&quot;
+          RenderButton {BUTTON} at (440,24) size 112x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
+            RenderBlock (anonymous) at (8,2) size 95x13
+              RenderText {#text} at (0,0) size 95x13
+                text run at (0,0) width 32: &quot;Table &quot;
+                text run at (31,0) width 64: &quot;row borders&quot;
+          RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantransforms2dzoommenulistexpectedtxtfromrev202825trunkLayoutTestsplatformmactransforms2dzoommenulistexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/transforms/2d/zoom-menulist-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/transforms/2d/zoom-menulist-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/transforms/2d/zoom-menulist-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/transforms/2d/zoom-menulist-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</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 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderBlock {H1} at (0,0) size 784x37
+        RenderText {#text} at (0,0) size 273x37
+          text run at (0,0) width 273: &quot;Zooming Menu List&quot;
+      RenderBlock (anonymous) at (0,58) size 784x67
+        RenderMenuList {SELECT} at (6,6) size 176x54 [bgcolor=#FFFFFF] [border: (3px solid #000000)]
+          RenderBlock (anonymous) at (3,3) size 170x48
+            RenderText at (24,3) size 61x39
+              text run at (24,3) width 61: &quot;One&quot;
+        RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitantransforms3dgeneralperspectivenonlayerexpectedtxtfromrev202825trunkLayoutTestsplatformmactransforms3dgeneralperspectivenonlayerexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/mac-elcapitan/transforms/3d/general/perspective-non-layer-expected.txt (from rev 202825, trunk/LayoutTests/platform/mac/transforms/3d/general/perspective-non-layer-expected.txt) (0 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/transforms/3d/general/perspective-non-layer-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/transforms/3d/general/perspective-non-layer-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -0,0 +1,16 @@
</span><ins>+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 (anonymous) at (0,0) size 784x23
+        RenderInline {SPAN} at (0,0) size 141x18
+          RenderText {#text} at (0,0) size 0x0
+          RenderTextControl {INPUT} at (2,2) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderText {#text} at (0,0) size 0x0
+      RenderBlock (anonymous) at (0,23) size 784x0
+        RenderBlock {DIV} at (0,0) size 784x0
+      RenderBlock (anonymous) at (0,23) size 784x0
+        RenderInline {SPAN} at (0,0) size 0x0
+layer at (13,13) size 130x13
+  RenderBlock {DIV} at (3,3) size 131x13
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacyosemitemediacontrolsstylingexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/mac-yosemite/media/controls-styling-expected.txt (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-yosemite/media/controls-styling-expected.txt        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/LayoutTests/platform/mac-yosemite/media/controls-styling-expected.txt        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -1,94 +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 784x18
-        RenderText {#text} at (0,0) size 279x18
-          text run at (0,0) width 279: &quot;The look of the controls should not change.&quot;
-      RenderBlock {DIV} at (0,34) size 784x240 [color=#0000FF]
-        RenderText {#text} at (0,0) size 0x0
-      RenderBlock (anonymous) at (0,274) size 784x240
-        RenderText {#text} at (0,0) size 0x0
-layer at (18,42) size 320x240 isolatesBlending
-  RenderVideo {VIDEO} at (10,0) size 320x240
-layer at (18,42) size 320x240
-  RenderFlexibleBox {DIV} at (0,0) size 320x240
-layer at (18,237) size 320x45
-  RenderFlexibleBox {DIV} at (0,195) size 320x45
-layer at (18,237) size 320x45 isolatesBlending
-  RenderBlock (positioned) {DIV} at (0,0) size 320x45
-layer at (18,237) size 320x45
-  RenderBlock (positioned) {DIV} at (0,0) size 320x45 [bgcolor=#1E1E1E73]
-layer at (18,237) size 320x45 blendMode: lighten
-  RenderBlock (positioned) {DIV} at (0,0) size 320x45 [bgcolor=#292929]
-layer at (26,262) size 12x15 blendMode: plus-lighter
-  RenderButton {BUTTON} at (8,25) size 12x15 [color=#FFFFFF]
-layer at (54,262) size 16x15 blendMode: plus-lighter
-  RenderButton {BUTTON} at (36,24) size 16x16 [color=#FFFFFF]
-layer at (78,261) size 201x17
-  RenderFlexibleBox {DIV} at (60,24) size 201x17
-layer at (86,263) size 32x13 blendMode: plus-lighter
-  RenderFlexibleBox {DIV} at (8,2) size 32x13 [color=#FFFFFF]
-    RenderBlock (anonymous) at (2,0) size 30x13
-      RenderText {#text} at (0,0) size 30x13
-        text run at (0,0) width 30: &quot;00:00&quot;
-layer at (128,261) size 96x17
-  RenderFlexibleBox {DIV} at (50,0) size 96x17
-layer at (128,261) size 96x17 blendMode: plus-lighter
-  RenderSlider {INPUT} at (0,0) size 96x17 [color=#909090]
-    RenderFlexibleBox {DIV} at (0,0) size 96x17
-      RenderBlock {DIV} at (0,1) size 96x15
-        RenderBlock {DIV} at (0,0) size 3x15
-layer at (234,263) size 37x13 blendMode: plus-lighter
-  RenderFlexibleBox {DIV} at (156,2) size 37x13 [color=#FFFFFF]
-    RenderBlock (anonymous) at (0,0) size 35x13
-      RenderText {#text} at (0,0) size 35x13
-        text run at (0,0) width 35: &quot;-00:06&quot;
-layer at (287,257) size 14x25
-  RenderFlexibleBox {DIV} at (269,20) size 14x25
-layer at (287,262) size 14x15 blendMode: plus-lighter
-  RenderButton {BUTTON} at (0,5) size 14x15 [color=#FFFFFF]
-layer at (317,262) size 14x15 blendMode: plus-lighter
-  RenderButton {BUTTON} at (299,25) size 14x15 [color=#FFFFFF]
-layer at (8,282) size 320x240 isolatesBlending
-  RenderVideo {VIDEO} at (0,0) size 320x240
-layer at (8,282) size 320x240
-  RenderFlexibleBox {DIV} at (0,0) size 320x240
-layer at (8,477) size 320x45
-  RenderFlexibleBox {DIV} at (0,195) size 320x45
-layer at (8,477) size 320x45 isolatesBlending
-  RenderBlock (positioned) {DIV} at (0,0) size 320x45
-layer at (8,477) size 320x45
-  RenderBlock (positioned) {DIV} at (0,0) size 320x45 [bgcolor=#1E1E1E73]
-layer at (8,477) size 320x45 blendMode: lighten
-  RenderBlock (positioned) {DIV} at (0,0) size 320x45 [bgcolor=#292929]
-layer at (16,502) size 12x15 blendMode: plus-lighter
-  RenderButton {BUTTON} at (8,25) size 12x15 [color=#FFFFFF]
-layer at (44,502) size 16x15 blendMode: plus-lighter
-  RenderButton {BUTTON} at (36,24) size 16x16 [color=#FFFFFF]
-layer at (68,501) size 201x17
-  RenderFlexibleBox {DIV} at (60,24) size 201x17
-layer at (76,503) size 32x13 blendMode: plus-lighter
-  RenderFlexibleBox {DIV} at (8,2) size 32x13 [color=#FFFFFF]
-    RenderBlock (anonymous) at (2,0) size 30x13
-      RenderText {#text} at (0,0) size 30x13
-        text run at (0,0) width 30: &quot;00:00&quot;
-layer at (118,501) size 96x17
-  RenderFlexibleBox {DIV} at (50,0) size 96x17
-layer at (118,501) size 96x17 blendMode: plus-lighter
-  RenderSlider {INPUT} at (0,0) size 96x17 [color=#909090]
-    RenderFlexibleBox {DIV} at (0,0) size 96x17
-      RenderBlock {DIV} at (0,1) size 96x15
-        RenderBlock {DIV} at (0,0) size 3x15
-layer at (224,503) size 37x13 blendMode: plus-lighter
-  RenderFlexibleBox {DIV} at (156,2) size 37x13 [color=#FFFFFF]
-    RenderBlock (anonymous) at (0,0) size 35x13
-      RenderText {#text} at (0,0) size 35x13
-        text run at (0,0) width 35: &quot;-00:06&quot;
-layer at (277,497) size 14x25
-  RenderFlexibleBox {DIV} at (269,20) size 14x25
-layer at (277,502) size 14x15 blendMode: plus-lighter
-  RenderButton {BUTTON} at (0,5) size 14x15 [color=#FFFFFF]
-layer at (307,502) size 14x15 blendMode: plus-lighter
-  RenderButton {BUTTON} at (299,25) size 14x15 [color=#FFFFFF]
</del></span></pre></div>
<a id="trunkToolsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Tools/ChangeLog (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/ChangeLog        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/Tools/ChangeLog        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -1,3 +1,18 @@
</span><ins>+2016-07-05  Myles C. Maxfield  &lt;mmaxfield@apple.com&gt;
+
+        [Sierra] Rebaseline tests to use un-mocked system font metrics
+        https://bugs.webkit.org/show_bug.cgi?id=159311
+        &lt;rdar://problem/24138411&gt;
+
+        Reviewed in person by Alexey Proskuryakov.
+
+        Stop mocking the system font on Sierra.
+
+        * DumpRenderTree/mac/DumpRenderTree.mm:
+        (setDefaultsToConsistentValuesForTesting):
+        * WebKitTestRunner/InjectedBundle/mac/InjectedBundleMac.mm:
+        (WTR::InjectedBundle::platformInitialize):
+
</ins><span class="cx"> 2016-07-05  Brady Eidson  &lt;beidson@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Database process crashes deleting a corrupt SQLite database file (null deref).
</span></span></pre></div>
<a id="trunkToolsDumpRenderTreemacDumpRenderTreemm"></a>
<div class="modfile"><h4>Modified: trunk/Tools/DumpRenderTree/mac/DumpRenderTree.mm (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/DumpRenderTree/mac/DumpRenderTree.mm        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/Tools/DumpRenderTree/mac/DumpRenderTree.mm        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -1037,7 +1037,7 @@
</span><span class="cx">         @&quot;NSOverlayScrollersEnabled&quot;: @NO,
</span><span class="cx">         @&quot;AppleShowScrollBars&quot;: @&quot;Always&quot;,
</span><span class="cx">         @&quot;NSButtonAnimationsEnabled&quot;: @NO, // Ideally, we should find a way to test animations, but for now, make sure that the dumped snapshot matches actual state.
</span><del>-#if PLATFORM(MAC) &amp;&amp; __MAC_OS_X_VERSION_MIN_REQUIRED &gt; 101000
</del><ins>+#if PLATFORM(MAC) &amp;&amp; __MAC_OS_X_VERSION_MIN_REQUIRED &gt;= 101100 &amp;&amp; __MAC_OS_X_VERSION_MIN_REQUIRED &lt; 101200
</ins><span class="cx">         @&quot;AppleSystemFontOSSubversion&quot;: @(10),
</span><span class="cx"> #endif
</span><span class="cx">         @&quot;NSWindowDisplayWithRunLoopObserver&quot;: @YES, // Temporary workaround, see &lt;rdar://problem/20351297&gt;.
</span><span class="lines">@@ -1047,7 +1047,7 @@
</span><span class="cx"> 
</span><span class="cx">     [[NSUserDefaults standardUserDefaults] setValuesForKeysWithDictionary:dict];
</span><span class="cx"> 
</span><del>-#if PLATFORM(MAC)
</del><ins>+#if PLATFORM(MAC) &amp;&amp; __MAC_OS_X_VERSION_MIN_REQUIRED &lt; 101200
</ins><span class="cx">     // Make NSFont use the new defaults.
</span><span class="cx">     [NSFont initialize];
</span><span class="cx"> #endif
</span><span class="lines">@@ -1057,7 +1057,7 @@
</span><span class="cx">         WebStorageDirectoryDefaultsKey: [libraryPath stringByAppendingPathComponent:@&quot;LocalStorage&quot;],
</span><span class="cx">         WebKitLocalCacheDefaultsKey: [libraryPath stringByAppendingPathComponent:@&quot;LocalCache&quot;],
</span><span class="cx">         WebKitResourceLoadStatisticsDirectoryDefaultsKey: [libraryPath stringByAppendingPathComponent:@&quot;LocalStorage&quot;],
</span><del>-#if PLATFORM(MAC) &amp;&amp; __MAC_OS_X_VERSION_MIN_REQUIRED &gt; 101000
</del><ins>+#if PLATFORM(MAC) &amp;&amp; __MAC_OS_X_VERSION_MIN_REQUIRED &gt;= 101100 &amp;&amp; __MAC_OS_X_VERSION_MIN_REQUIRED &lt; 101200
</ins><span class="cx">         // This needs to also be added to argument domain because of &lt;rdar://problem/20210002&gt;.
</span><span class="cx">         @&quot;AppleSystemFontOSSubversion&quot;: @(10),
</span><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkToolsWebKitTestRunnerInjectedBundlemacInjectedBundleMacmm"></a>
<div class="modfile"><h4>Modified: trunk/Tools/WebKitTestRunner/InjectedBundle/mac/InjectedBundleMac.mm (202825 => 202826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/WebKitTestRunner/InjectedBundle/mac/InjectedBundleMac.mm        2016-07-05 18:36:21 UTC (rev 202825)
+++ trunk/Tools/WebKitTestRunner/InjectedBundle/mac/InjectedBundleMac.mm        2016-07-05 18:59:05 UTC (rev 202826)
</span><span class="lines">@@ -76,7 +76,7 @@
</span><span class="cx">             @&quot;wellcome&quot;: @&quot;welcome&quot;,
</span><span class="cx">             @&quot;hellolfworld&quot;: @&quot;hello\nworld&quot;
</span><span class="cx">         },
</span><del>-#if __MAC_OS_X_VERSION_MIN_REQUIRED &gt; 101000
</del><ins>+#if __MAC_OS_X_VERSION_MIN_REQUIRED &gt;= 101100 &amp;&amp; __MAC_OS_X_VERSION_MIN_REQUIRED &lt; 101200
</ins><span class="cx">         @&quot;AppleSystemFontOSSubversion&quot;: @(10),
</span><span class="cx"> #endif
</span><span class="cx">         @&quot;AppleEnableSwipeNavigateWithScrolls&quot;: @YES,
</span><span class="lines">@@ -85,8 +85,10 @@
</span><span class="cx"> 
</span><span class="cx">     [[NSUserDefaults standardUserDefaults] setVolatileDomain:dict forName:NSArgumentDomain];
</span><span class="cx"> 
</span><ins>+#if __MAC_OS_X_VERSION_MIN_REQUIRED &lt; 101200
</ins><span class="cx">     // Make NSFont use the new defaults.
</span><span class="cx">     [NSFont initialize];
</span><ins>+#endif
</ins><span class="cx"> 
</span><span class="cx">     // Underlying frameworks have already read AppleAntiAliasingThreshold default before we changed it.
</span><span class="cx">     // A distributed notification is delivered to all applications, but it should be harmless, and it's the only way to update all underlying frameworks anyway.
</span></span></pre>
</div>
</div>

</body>
</html>