<!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>[194891] trunk/LayoutTests</title>
</head>
<body>
<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; }
#msg dl a { font-weight: bold}
#msg dl a:link { color:#fc3; }
#msg dl a:active { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/194891">194891</a></dd>
<dt>Author</dt> <dd>carlosgc@webkit.org</dd>
<dt>Date</dt> <dd>2016-01-12 06:32:54 -0800 (Tue, 12 Jan 2016)</dd>
</dl>
<h3>Log Message</h3>
<pre>Unreviewed GTK+ gardening. Rebaseline test results after <a href="http://trac.webkit.org/projects/webkit/changeset/194847">r194847</a>.
Before <a href="http://trac.webkit.org/projects/webkit/changeset/194847">r194847</a> we were always taking the separator of combo boxes
into account when calculating the size of menu list buttons, even
when we didn't render the separator. In <a href="http://trac.webkit.org/projects/webkit/changeset/194847">r194847</a> we removed all the
code to deal with separators in combo boxes. Also, since <a href="http://trac.webkit.org/projects/webkit/changeset/194847">r194847</a>
we are correctly adding the padding between the icon and the text
in search fileds.
* platform/gtk/css3/selectors3/html/css3-modsel-161-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-161-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-161-expected.txt:
* platform/gtk/editing/pasteboard/4641033-expected.txt:
* platform/gtk/editing/pasteboard/4944770-1-expected.txt:
* platform/gtk/editing/pasteboard/4944770-2-expected.txt:
* platform/gtk/editing/selection/caret-before-select-expected.txt:
* platform/gtk/editing/selection/replaced-boundaries-3-expected.txt:
* platform/gtk/editing/selection/select-box-expected.txt:
* platform/gtk/editing/selection/select-element-paragraph-boundary-expected.txt:
* platform/gtk/fast/css/focus-ring-exists-for-search-field-expected.txt:
* platform/gtk/fast/css/input-search-padding-expected.txt:
* platform/gtk/fast/css/text-input-with-webkit-border-radius-expected.txt:
* platform/gtk/fast/css/text-overflow-input-expected.txt:
* platform/gtk/fast/css/text-transform-select-expected.txt:
* platform/gtk/fast/forms/001-expected.txt:
* platform/gtk/fast/forms/003-expected.txt:
* platform/gtk/fast/forms/004-expected.txt:
* platform/gtk/fast/forms/basic-inputs-expected.txt:
* platform/gtk/fast/forms/basic-selects-expected.txt:
* platform/gtk/fast/forms/box-shadow-override-expected.txt:
* platform/gtk/fast/forms/control-restrict-line-height-expected.txt:
* platform/gtk/fast/forms/disabled-select-change-index-expected.txt:
* platform/gtk/fast/forms/form-element-geometry-expected.txt:
* platform/gtk/fast/forms/input-appearance-height-expected.txt:
* platform/gtk/fast/forms/input-value-expected.txt:
* platform/gtk/fast/forms/menulist-deselect-update-expected.txt:
* platform/gtk/fast/forms/menulist-narrow-width-expected.txt:
* platform/gtk/fast/forms/menulist-no-overflow-expected.txt:
* platform/gtk/fast/forms/menulist-restrict-line-height-expected.txt:
* platform/gtk/fast/forms/menulist-separator-painting-expected.txt:
* platform/gtk/fast/forms/menulist-style-color-expected.txt:
* platform/gtk/fast/forms/menulist-width-change-expected.txt:
* platform/gtk/fast/forms/option-script-expected.txt:
* platform/gtk/fast/forms/option-strip-whitespace-expected.txt:
* platform/gtk/fast/forms/placeholder-position-expected.txt:
* platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/gtk/fast/forms/search-cancel-button-style-sharing-expected.txt:
* platform/gtk/fast/forms/search-display-none-cancel-button-expected.txt:
* platform/gtk/fast/forms/search-rtl-expected.txt:
* platform/gtk/fast/forms/search-styled-expected.txt:
* platform/gtk/fast/forms/search/search-size-with-decorations-expected.txt:
* platform/gtk/fast/forms/searchfield-heights-expected.txt:
* platform/gtk/fast/forms/select-background-none-expected.txt:
* platform/gtk/fast/forms/select-baseline-expected.txt:
* platform/gtk/fast/forms/select-change-listbox-to-popup-expected.txt:
* platform/gtk/fast/forms/select-dirty-parent-pref-widths-expected.txt:
* platform/gtk/fast/forms/select-disabled-appearance-expected.txt:
* platform/gtk/fast/forms/select-element-focus-ring-expected.txt:
* platform/gtk/fast/forms/select-initial-position-expected.txt:
* platform/gtk/fast/forms/select-selected-expected.txt:
* platform/gtk/fast/forms/select-size-expected.txt:
* platform/gtk/fast/forms/select-style-expected.txt:
* platform/gtk/fast/forms/select-visual-hebrew-expected.txt:
* platform/gtk/fast/forms/select/optgroup-rendering-expected.txt:
* platform/gtk/fast/forms/selectlist-minsize-expected.txt:
* platform/gtk/fast/forms/stuff-on-my-optgroup-expected.txt:
* platform/gtk/fast/forms/validation-message-appearance-expected.txt:
* platform/gtk/fast/html/keygen-expected.txt:
* platform/gtk/fast/invalid/014-expected.txt:
* platform/gtk/fast/parser/document-write-option-expected.txt:
* platform/gtk/fast/repaint/search-field-cancel-expected.txt:
* platform/gtk/fast/replaced/replaced-breaking-expected.txt:
* platform/gtk/fast/replaced/replaced-breaking-mixture-expected.txt:
* platform/gtk/fast/replaced/three-selects-break-expected.txt:
* platform/gtk/fast/replaced/width100percent-menulist-expected.txt:
* platform/gtk/fast/replaced/width100percent-searchfield-expected.txt:
* platform/gtk/http/tests/navigation/javascriptlink-frames-expected.txt:</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel161expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-161-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel161expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-161-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel161expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-161-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingpasteboard4641033expectedtxt">trunk/LayoutTests/platform/gtk/editing/pasteboard/4641033-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingpasteboard49447701expectedtxt">trunk/LayoutTests/platform/gtk/editing/pasteboard/4944770-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingpasteboard49447702expectedtxt">trunk/LayoutTests/platform/gtk/editing/pasteboard/4944770-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingselectioncaretbeforeselectexpectedtxt">trunk/LayoutTests/platform/gtk/editing/selection/caret-before-select-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingselectionreplacedboundaries3expectedtxt">trunk/LayoutTests/platform/gtk/editing/selection/replaced-boundaries-3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingselectionselectboxexpectedtxt">trunk/LayoutTests/platform/gtk/editing/selection/select-box-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingselectionselectelementparagraphboundaryexpectedtxt">trunk/LayoutTests/platform/gtk/editing/selection/select-element-paragraph-boundary-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastcssfocusringexistsforsearchfieldexpectedtxt">trunk/LayoutTests/platform/gtk/fast/css/focus-ring-exists-for-search-field-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastcssinputsearchpaddingexpectedtxt">trunk/LayoutTests/platform/gtk/fast/css/input-search-padding-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastcsstextinputwithwebkitborderradiusexpectedtxt">trunk/LayoutTests/platform/gtk/fast/css/text-input-with-webkit-border-radius-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastcsstextoverflowinputexpectedtxt">trunk/LayoutTests/platform/gtk/fast/css/text-overflow-input-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastcsstexttransformselectexpectedtxt">trunk/LayoutTests/platform/gtk/fast/css/text-transform-select-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastforms001expectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastforms003expectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/003-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastforms004expectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/004-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformsbasicinputsexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/basic-inputs-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformsbasicselectsexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/basic-selects-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformsboxshadowoverrideexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/box-shadow-override-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformscontrolrestrictlineheightexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/control-restrict-line-height-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformsdisabledselectchangeindexexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/disabled-select-change-index-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformsformelementgeometryexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/form-element-geometry-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformsinputappearanceheightexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/input-appearance-height-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformsinputvalueexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/input-value-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformsmenulistdeselectupdateexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/menulist-deselect-update-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformsmenulistnarrowwidthexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/menulist-narrow-width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformsmenulistnooverflowexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/menulist-no-overflow-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformsmenulistrestrictlineheightexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/menulist-restrict-line-height-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformsmenulistseparatorpaintingexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/menulist-separator-painting-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformsmenuliststylecolorexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/menulist-style-color-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformsmenulistwidthchangeexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/menulist-width-change-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformsoptionscriptexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/option-script-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformsoptionstripwhitespaceexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/option-strip-whitespace-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformsplaceholderpositionexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/placeholder-position-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformsplaceholderpseudostyleexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformssearchsearchsizewithdecorationsexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/search/search-size-with-decorations-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformssearchcancelbuttonstylesharingexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/search-cancel-button-style-sharing-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformssearchdisplaynonecancelbuttonexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/search-display-none-cancel-button-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformssearchrtlexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/search-rtl-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformssearchstyledexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/search-styled-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformssearchfieldheightsexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/searchfield-heights-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformsselectoptgrouprenderingexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/select/optgroup-rendering-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformsselectbackgroundnoneexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/select-background-none-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformsselectbaselineexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/select-baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformsselectchangelistboxtopopupexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/select-change-listbox-to-popup-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformsselectdirtyparentprefwidthsexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/select-dirty-parent-pref-widths-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformsselectdisabledappearanceexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/select-disabled-appearance-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformsselectelementfocusringexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/select-element-focus-ring-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformsselectinitialpositionexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/select-initial-position-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformsselectselectedexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/select-selected-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformsselectsizeexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/select-size-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformsselectstyleexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/select-style-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformsselectvisualhebrewexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/select-visual-hebrew-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformsselectlistminsizeexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/selectlist-minsize-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformsstuffonmyoptgroupexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/stuff-on-my-optgroup-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformsvalidationmessageappearanceexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/validation-message-appearance-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfasthtmlkeygenexpectedtxt">trunk/LayoutTests/platform/gtk/fast/html/keygen-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastinvalid014expectedtxt">trunk/LayoutTests/platform/gtk/fast/invalid/014-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastparserdocumentwriteoptionexpectedtxt">trunk/LayoutTests/platform/gtk/fast/parser/document-write-option-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastrepaintsearchfieldcancelexpectedtxt">trunk/LayoutTests/platform/gtk/fast/repaint/search-field-cancel-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastreplacedreplacedbreakingexpectedtxt">trunk/LayoutTests/platform/gtk/fast/replaced/replaced-breaking-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastreplacedreplacedbreakingmixtureexpectedtxt">trunk/LayoutTests/platform/gtk/fast/replaced/replaced-breaking-mixture-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastreplacedthreeselectsbreakexpectedtxt">trunk/LayoutTests/platform/gtk/fast/replaced/three-selects-break-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastreplacedwidth100percentmenulistexpectedtxt">trunk/LayoutTests/platform/gtk/fast/replaced/width100percent-menulist-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastreplacedwidth100percentsearchfieldexpectedtxt">trunk/LayoutTests/platform/gtk/fast/replaced/width100percent-searchfield-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkhttptestsnavigationjavascriptlinkframesexpectedtxt">trunk/LayoutTests/platform/gtk/http/tests/navigation/javascriptlink-frames-expected.txt</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/ChangeLog        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -1,3 +1,83 @@
</span><ins>+2016-01-12 Carlos Garcia Campos <cgarcia@igalia.com>
+
+ Unreviewed GTK+ gardening. Rebaseline test results after r194847.
+
+ Before r194847 we were always taking the separator of combo boxes
+ into account when calculating the size of menu list buttons, even
+ when we didn't render the separator. In r194847 we removed all the
+ code to deal with separators in combo boxes. Also, since r194847
+ we are correctly adding the padding between the icon and the text
+ in search fileds.
+
+ * platform/gtk/css3/selectors3/html/css3-modsel-161-expected.txt:
+ * platform/gtk/css3/selectors3/xhtml/css3-modsel-161-expected.txt:
+ * platform/gtk/css3/selectors3/xml/css3-modsel-161-expected.txt:
+ * platform/gtk/editing/pasteboard/4641033-expected.txt:
+ * platform/gtk/editing/pasteboard/4944770-1-expected.txt:
+ * platform/gtk/editing/pasteboard/4944770-2-expected.txt:
+ * platform/gtk/editing/selection/caret-before-select-expected.txt:
+ * platform/gtk/editing/selection/replaced-boundaries-3-expected.txt:
+ * platform/gtk/editing/selection/select-box-expected.txt:
+ * platform/gtk/editing/selection/select-element-paragraph-boundary-expected.txt:
+ * platform/gtk/fast/css/focus-ring-exists-for-search-field-expected.txt:
+ * platform/gtk/fast/css/input-search-padding-expected.txt:
+ * platform/gtk/fast/css/text-input-with-webkit-border-radius-expected.txt:
+ * platform/gtk/fast/css/text-overflow-input-expected.txt:
+ * platform/gtk/fast/css/text-transform-select-expected.txt:
+ * platform/gtk/fast/forms/001-expected.txt:
+ * platform/gtk/fast/forms/003-expected.txt:
+ * platform/gtk/fast/forms/004-expected.txt:
+ * platform/gtk/fast/forms/basic-inputs-expected.txt:
+ * platform/gtk/fast/forms/basic-selects-expected.txt:
+ * platform/gtk/fast/forms/box-shadow-override-expected.txt:
+ * platform/gtk/fast/forms/control-restrict-line-height-expected.txt:
+ * platform/gtk/fast/forms/disabled-select-change-index-expected.txt:
+ * platform/gtk/fast/forms/form-element-geometry-expected.txt:
+ * platform/gtk/fast/forms/input-appearance-height-expected.txt:
+ * platform/gtk/fast/forms/input-value-expected.txt:
+ * platform/gtk/fast/forms/menulist-deselect-update-expected.txt:
+ * platform/gtk/fast/forms/menulist-narrow-width-expected.txt:
+ * platform/gtk/fast/forms/menulist-no-overflow-expected.txt:
+ * platform/gtk/fast/forms/menulist-restrict-line-height-expected.txt:
+ * platform/gtk/fast/forms/menulist-separator-painting-expected.txt:
+ * platform/gtk/fast/forms/menulist-style-color-expected.txt:
+ * platform/gtk/fast/forms/menulist-width-change-expected.txt:
+ * platform/gtk/fast/forms/option-script-expected.txt:
+ * platform/gtk/fast/forms/option-strip-whitespace-expected.txt:
+ * platform/gtk/fast/forms/placeholder-position-expected.txt:
+ * platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt:
+ * platform/gtk/fast/forms/search-cancel-button-style-sharing-expected.txt:
+ * platform/gtk/fast/forms/search-display-none-cancel-button-expected.txt:
+ * platform/gtk/fast/forms/search-rtl-expected.txt:
+ * platform/gtk/fast/forms/search-styled-expected.txt:
+ * platform/gtk/fast/forms/search/search-size-with-decorations-expected.txt:
+ * platform/gtk/fast/forms/searchfield-heights-expected.txt:
+ * platform/gtk/fast/forms/select-background-none-expected.txt:
+ * platform/gtk/fast/forms/select-baseline-expected.txt:
+ * platform/gtk/fast/forms/select-change-listbox-to-popup-expected.txt:
+ * platform/gtk/fast/forms/select-dirty-parent-pref-widths-expected.txt:
+ * platform/gtk/fast/forms/select-disabled-appearance-expected.txt:
+ * platform/gtk/fast/forms/select-element-focus-ring-expected.txt:
+ * platform/gtk/fast/forms/select-initial-position-expected.txt:
+ * platform/gtk/fast/forms/select-selected-expected.txt:
+ * platform/gtk/fast/forms/select-size-expected.txt:
+ * platform/gtk/fast/forms/select-style-expected.txt:
+ * platform/gtk/fast/forms/select-visual-hebrew-expected.txt:
+ * platform/gtk/fast/forms/select/optgroup-rendering-expected.txt:
+ * platform/gtk/fast/forms/selectlist-minsize-expected.txt:
+ * platform/gtk/fast/forms/stuff-on-my-optgroup-expected.txt:
+ * platform/gtk/fast/forms/validation-message-appearance-expected.txt:
+ * platform/gtk/fast/html/keygen-expected.txt:
+ * platform/gtk/fast/invalid/014-expected.txt:
+ * platform/gtk/fast/parser/document-write-option-expected.txt:
+ * platform/gtk/fast/repaint/search-field-cancel-expected.txt:
+ * platform/gtk/fast/replaced/replaced-breaking-expected.txt:
+ * platform/gtk/fast/replaced/replaced-breaking-mixture-expected.txt:
+ * platform/gtk/fast/replaced/three-selects-break-expected.txt:
+ * platform/gtk/fast/replaced/width100percent-menulist-expected.txt:
+ * platform/gtk/fast/replaced/width100percent-searchfield-expected.txt:
+ * platform/gtk/http/tests/navigation/javascriptlink-frames-expected.txt:
+
</ins><span class="cx"> 2016-01-11 Carlos Garcia Campos <cgarcia@igalia.com>
</span><span class="cx">
</span><span class="cx"> Inconsistencies in main resource load delegates when loading from history
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel161expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-161-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-161-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-161-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -9,8 +9,8 @@
</span><span class="cx"> RenderBlock {P} at (0,33) size 784x48 [bgcolor=#00FF00]
</span><span class="cx"> RenderText {#text} at (0,0) size 692x17
</span><span class="cx"> text run at (0,0) width 692: "UAs may render the following element as a pop up menu. If so, please ensure the menu is unstyled (or green)."
</span><del>- RenderMenuList {SELECT} at (2,19) size 120x27 [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 118x25
</del><ins>+ RenderMenuList {SELECT} at (2,19) size 118x27 [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 116x25
</ins><span class="cx"> RenderText at (4,4) size 83x17
</span><span class="cx"> text run at (4,4) width 83: "This should"
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel161expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-161-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-161-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-161-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -9,8 +9,8 @@
</span><span class="cx"> RenderBlock {p} at (0,33) size 784x48 [bgcolor=#00FF00]
</span><span class="cx"> RenderText {#text} at (0,0) size 692x17
</span><span class="cx"> text run at (0,0) width 692: "UAs may render the following element as a pop up menu. If so, please ensure the menu is unstyled (or green)."
</span><del>- RenderMenuList {select} at (2,19) size 120x27 [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 118x25
</del><ins>+ RenderMenuList {select} at (2,19) size 118x27 [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 116x25
</ins><span class="cx"> RenderText at (4,4) size 83x17
</span><span class="cx"> text run at (4,4) width 83: "This should"
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel161expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-161-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-161-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-161-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -8,8 +8,8 @@
</span><span class="cx"> RenderBlock {p} at (0,49) size 800x48 [bgcolor=#00FF00]
</span><span class="cx"> RenderText {#text} at (0,0) size 692x17
</span><span class="cx"> text run at (0,0) width 692: "UAs may render the following element as a pop up menu. If so, please ensure the menu is unstyled (or green)."
</span><del>- RenderMenuList {select} at (2,19) size 120x27 [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 118x25
</del><ins>+ RenderMenuList {select} at (2,19) size 118x27 [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 116x25
</ins><span class="cx"> RenderText at (4,4) size 83x17
</span><span class="cx"> text run at (4,4) width 83: "This should"
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingpasteboard4641033expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/pasteboard/4641033-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/pasteboard/4641033-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/editing/pasteboard/4641033-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -20,16 +20,16 @@
</span><span class="cx"> RenderImage {IMG} at (0,0) size 76x103
</span><span class="cx"> RenderText {#text} at (76,89) size 4x17
</span><span class="cx"> text run at (76,89) width 4: " "
</span><del>- RenderMenuList {SELECT} at (82,84) size 52x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 50x25
</del><ins>+ RenderMenuList {SELECT} at (82,84) size 50x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 48x25
</ins><span class="cx"> RenderText at (4,4) size 9x17
</span><span class="cx"> text run at (4,4) width 9: "1"
</span><span class="cx"> RenderBlock (anonymous) at (0,163) size 784x113
</span><span class="cx"> RenderImage {IMG} at (0,0) size 76x103
</span><span class="cx"> RenderText {#text} at (76,89) size 4x17
</span><span class="cx"> text run at (76,89) width 4: " "
</span><del>- RenderMenuList {SELECT} at (82,84) size 52x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 50x25
</del><ins>+ RenderMenuList {SELECT} at (82,84) size 50x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 48x25
</ins><span class="cx"> RenderText at (4,4) size 9x17
</span><span class="cx"> text run at (4,4) width 9: "1"
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingpasteboard49447701expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/pasteboard/4944770-1-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/pasteboard/4944770-1-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/editing/pasteboard/4944770-1-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -11,15 +11,15 @@
</span><span class="cx"> RenderBlock {DIV} at (0,50) size 784x31
</span><span class="cx"> RenderText {#text} at (0,7) size 21x17
</span><span class="cx"> text run at (0,7) width 21: "foo"
</span><del>- RenderMenuList {SELECT} at (23,2) size 36x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 34x25
</del><ins>+ RenderMenuList {SELECT} at (23,2) size 34x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 32x25
</ins><span class="cx"> RenderText at (4,4) size 9x17
</span><span class="cx"> text run at (4,4) width 9: "1"
</span><span class="cx"> RenderBlock {DIV} at (0,81) size 784x31
</span><span class="cx"> RenderText {#text} at (0,7) size 21x17
</span><span class="cx"> text run at (0,7) width 21: "foo"
</span><del>- RenderMenuList {SELECT} at (23,2) size 36x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 34x25
</del><ins>+ RenderMenuList {SELECT} at (23,2) size 34x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 32x25
</ins><span class="cx"> RenderText at (4,4) size 9x17
</span><span class="cx"> text run at (4,4) width 9: "1"
</span><span class="cx"> caret: position 3 of child 1 {SELECT} of child 4 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingpasteboard49447702expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/pasteboard/4944770-2-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/pasteboard/4944770-2-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/editing/pasteboard/4944770-2-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -9,17 +9,17 @@
</span><span class="cx"> text run at (408,0) width 368: "There should be spaces added before and after the inserted"
</span><span class="cx"> text run at (0,17) width 50: "content."
</span><span class="cx"> RenderBlock {DIV} at (0,50) size 784x31
</span><del>- RenderMenuList {SELECT} at (2,2) size 36x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 34x25
</del><ins>+ RenderMenuList {SELECT} at (2,2) size 34x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 32x25
</ins><span class="cx"> RenderText at (4,4) size 9x17
</span><span class="cx"> text run at (4,4) width 9: "1"
</span><span class="cx"> RenderBlock {DIV} at (0,81) size 784x31
</span><span class="cx"> RenderText {#text} at (0,7) size 12x17
</span><span class="cx"> text run at (0,7) width 12: "x "
</span><del>- RenderMenuList {SELECT} at (14,2) size 36x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 34x25
</del><ins>+ RenderMenuList {SELECT} at (14,2) size 34x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 32x25
</ins><span class="cx"> RenderText at (4,4) size 9x17
</span><span class="cx"> text run at (4,4) width 9: "1"
</span><del>- RenderText {#text} at (52,7) size 12x17
- text run at (52,7) width 12: " x"
</del><ins>+ RenderText {#text} at (50,7) size 12x17
+ text run at (50,7) width 12: " x"
</ins><span class="cx"> caret: position 1 of child 2 {#text} of child 4 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingselectioncaretbeforeselectexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/selection/caret-before-select-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/selection/caret-before-select-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/editing/selection/caret-before-select-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</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 {DIV} at (0,0) size 784x105 [border: (5px solid #FF0000)]
</span><del>- RenderMenuList {SELECT} at (39,39) size 57x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 55x25
</del><ins>+ RenderMenuList {SELECT} at (39,39) size 55x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 53x25
</ins><span class="cx"> RenderText at (4,4) size 30x17
</span><span class="cx"> text run at (4,4) width 30: "One"
</span><del>- RenderText {#text} at (98,44) size 26x17
- text run at (98,44) width 26: "blaa"
</del><ins>+ RenderText {#text} at (96,44) size 26x17
+ text run at (96,44) width 26: "blaa"
</ins><span class="cx"> caret: position 0 of child 0 {SELECT} of child 0 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingselectionreplacedboundaries3expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/selection/replaced-boundaries-3-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/selection/replaced-boundaries-3-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/editing/selection/replaced-boundaries-3-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -18,8 +18,8 @@
</span><span class="cx"> RenderText {#text} at (0,0) size 22x17
</span><span class="cx"> text run at (0,0) width 22: "abc"
</span><span class="cx"> RenderBR {BR} at (22,14) size 0x0
</span><del>- RenderMenuList {SELECT} at (2,19) size 282x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 280x25
</del><ins>+ RenderMenuList {SELECT} at (2,19) size 280x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 278x25
</ins><span class="cx"> RenderText at (4,4) size 255x17
</span><span class="cx"> text run at (4,4) width 255: "this select box shouldn't be selected"
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingselectionselectboxexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/selection/select-box-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/selection/select-box-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/editing/selection/select-box-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -64,10 +64,10 @@
</span><span class="cx"> RenderBlock {DIV} at (0,0) size 784x31
</span><span class="cx"> RenderText {#text} at (0,7) size 71x17
</span><span class="cx"> text run at (0,7) width 71: "select box: "
</span><del>- RenderMenuList {SELECT} at (73,2) size 36x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 34x25
</del><ins>+ RenderMenuList {SELECT} at (73,2) size 34x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 32x25
</ins><span class="cx"> RenderText at (4,4) size 9x17
</span><span class="cx"> text run at (4,4) width 9: "1"
</span><del>- RenderText {#text} at (111,7) size 66x17
- text run at (111,7) width 66: " the end ..."
</del><ins>+ RenderText {#text} at (109,7) size 66x17
+ text run at (109,7) width 66: " the end ..."
</ins><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="trunkLayoutTestsplatformgtkeditingselectionselectelementparagraphboundaryexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/selection/select-element-paragraph-boundary-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/selection/select-element-paragraph-boundary-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/editing/selection/select-element-paragraph-boundary-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -13,8 +13,8 @@
</span><span class="cx"> text run at (326,0) width 424: "The caret should be at the end of the paragraph below, just after the"
</span><span class="cx"> text run at (0,17) width 67: "select box."
</span><span class="cx"> RenderBlock {DIV} at (0,50) size 784x31
</span><del>- RenderMenuList {SELECT} at (2,2) size 36x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 34x25
</del><ins>+ RenderMenuList {SELECT} at (2,2) size 34x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 32x25
</ins><span class="cx"> RenderText at (4,4) size 9x17
</span><span class="cx"> text run at (4,4) width 9: "1"
</span><span class="cx"> caret: position 1 of child 0 {SELECT} of child 2 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastcssfocusringexistsforsearchfieldexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/css/focus-ring-exists-for-search-field-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/css/focus-ring-exists-for-search-field-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/css/focus-ring-exists-for-search-field-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -7,13 +7,13 @@
</span><span class="cx"> RenderText {#text} at (0,0) size 742x34
</span><span class="cx"> text run at (0,0) width 742: "Assuming the port-specific theme draws focus rings, this test can be used to ensure that a focus ring is drawn around a"
</span><span class="cx"> text run at (0,17) width 76: "search field."
</span><del>- RenderBlock (anonymous) at (0,50) size 784x27
- RenderTextControl {INPUT} at (2,2) size 207x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 201x17
- RenderBlock {DIV} at (0,8) size 0x0
- RenderBlock {DIV} at (0,0) size 185x17
- RenderBlock {DIV} at (185,0) size 16x17
</del><ins>+ RenderBlock (anonymous) at (0,50) size 784x30
+ RenderTextControl {INPUT} at (2,2) size 211x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 205x20
+ RenderBlock {DIV} at (0,10) size 0x0
+ RenderBlock {DIV} at (0,1) size 185x18
+ RenderBlock {DIV} at (185,0) size 20x20
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,63) size 185x17
</del><ins>+layer at (13,65) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 185x17
</span><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="trunkLayoutTestsplatformgtkfastcssinputsearchpaddingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/css/input-search-padding-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/css/input-search-padding-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/css/input-search-padding-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -3,19 +3,19 @@
</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 492x79 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 486x44
</del><ins>+ RenderTextControl {INPUT} at (2,2) size 496x79 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 490x44
</ins><span class="cx"> RenderBlock {DIV} at (0,22) size 0x0
</span><span class="cx"> RenderBlock {DIV} at (0,0) size 454x44
</span><del>- RenderBlock {DIV} at (454,6) size 32x32
- RenderBR {BR} at (496,41) size 0x0
</del><ins>+ RenderBlock {DIV} at (454,4) size 36x36
+ RenderBR {BR} at (500,41) size 0x0
</ins><span class="cx"> RenderTextControl {INPUT} at (2,85) size 460x79 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</span><span class="cx"> RenderBR {BR} at (464,124) size 0x0
</span><del>- RenderTextControl {INPUT} at (2,166) size 255x25 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (6,1) size 243x22
</del><ins>+ RenderTextControl {INPUT} at (2,166) size 259x25 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (6,1) size 247x22
</ins><span class="cx"> RenderBlock {DIV} at (0,11) size 0x0
</span><span class="cx"> RenderBlock {DIV} at (0,0) size 227x22
</span><del>- RenderBlock {DIV} at (227,3) size 16x16
</del><ins>+ RenderBlock {DIV} at (227,1) size 20x20
</ins><span class="cx"> layer at (13,13) size 454x44
</span><span class="cx"> RenderBlock {DIV} at (0,0) size 454x44
</span><span class="cx"> RenderText {#text} at (0,0) size 362x44
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastcsstextinputwithwebkitborderradiusexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/css/text-input-with-webkit-border-radius-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/css/text-input-with-webkit-border-radius-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/css/text-input-with-webkit-border-radius-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -15,13 +15,13 @@
</span><span class="cx"> RenderText {#text} at (0,0) size 617x17
</span><span class="cx"> text run at (0,0) width 617: "If the test passes, you will see a text entry field containing \"default text\" inside the grey div below."
</span><span class="cx"> RenderBlock {DIV} at (0,67) size 163x45 [bgcolor=#888888]
</span><del>- RenderTextControl {INPUT} at (11,9) size 133x23 [bgcolor=#00FF00] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 127x17
- RenderBlock {DIV} at (0,8) size 0x0
- RenderBlock {DIV} at (0,0) size 111x17
- RenderBlock {DIV} at (111,0) size 16x17
</del><ins>+ RenderTextControl {INPUT} at (11,9) size 133x26 [bgcolor=#00FF00] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 127x20
+ RenderBlock {DIV} at (0,10) size 0x0
+ RenderBlock {DIV} at (0,1) size 107x18
+ RenderBlock {DIV} at (107,0) size 20x20
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (22,95) size 111x17
- RenderBlock {DIV} at (0,0) size 111x17
</del><ins>+layer at (22,97) size 107x17
+ RenderBlock {DIV} at (0,0) size 107x17
</ins><span class="cx"> RenderText {#text} at (0,0) size 77x17
</span><span class="cx"> text run at (0,0) width 77: "default text"
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastcsstextoverflowinputexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/css/text-overflow-input-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/css/text-overflow-input-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/css/text-overflow-input-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -1,104 +1,112 @@
</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 800x418
- RenderBlock {HTML} at (0,0) size 800x418
- RenderBody {BODY} at (8,16) size 784x386
</del><ins>+layer at (0,0) size 800x442
+ RenderBlock {HTML} at (0,0) size 800x442
+ RenderBody {BODY} at (8,16) size 784x410
</ins><span class="cx"> RenderBlock {P} at (0,0) size 784x17
</span><span class="cx"> RenderText {#text} at (0,0) size 308x17
</span><span class="cx"> text run at (0,0) width 308: "This test is a basic check for using text-overflow."
</span><del>- RenderBlock {P} at (0,33) size 784x125
</del><ins>+ RenderBlock {P} at (0,33) size 784x137
</ins><span class="cx"> RenderText {#text} at (0,0) size 481x17
</span><span class="cx"> text run at (0,0) width 481: "Apply \"text-overflow:clip\" to inputs. The following input should be clipped:"
</span><span class="cx"> RenderBR {BR} at (481,0) size 0x17
</span><del>- RenderTextControl {INPUT} at (2,19) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderText {#text} at (195,22) size 4x17
- text run at (195,22) width 4: " "
- RenderTextControl {INPUT} at (201,19) size 207x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 201x17
- RenderBlock {DIV} at (0,8) size 0x0
- RenderBlock {DIV} at (0,0) size 185x17
- RenderBlock {DIV} at (185,0) size 16x17
- RenderText {#text} at (410,22) size 4x17
- text run at (410,22) width 4: " "
- RenderTextControl {INPUT} at (416,19) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+ RenderTextControl {INPUT} at (2,20) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderText {#text} at (195,23) size 4x17
+ text run at (195,23) width 4: " "
+ RenderTextControl {INPUT} at (201,19) size 211x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 205x20
+ RenderBlock {DIV} at (0,10) size 0x0
+ RenderBlock {DIV} at (0,1) size 185x18
+ RenderBlock {DIV} at (185,0) size 20x20
+ RenderText {#text} at (414,23) size 4x17
+ text run at (414,23) width 4: " "
+ RenderTextControl {INPUT} at (420,20) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderTextControl {INPUT} at (2,46) size 207x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 201x17
- RenderBlock {DIV} at (0,8) size 0x0
</del><ins>+ RenderTextControl {INPUT} at (2,49) size 211x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 205x20
+ RenderBlock {DIV} at (0,10) size 0x0
+ RenderBlock {DIV} at (0,1) size 185x18
+ RenderBlock {DIV} at (185,0) size 20x20
+ RenderText {#text} at (215,53) size 4x17
+ text run at (215,53) width 4: " "
+ RenderTextControl {INPUT} at (221,50) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 185x17
</span><del>- RenderBlock {DIV} at (185,0) size 16x17
- RenderText {#text} at (211,49) size 4x17
- text run at (211,49) width 4: " "
- RenderTextControl {INPUT} at (217,46) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderBR {BR} at (410,49) size 0x17
- RenderTextControl {INPUT} at (2,73) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderText {#text} at (195,76) size 4x17
- text run at (195,76) width 4: " "
- RenderTextControl {INPUT} at (201,73) size 207x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 201x17
- RenderBlock {DIV} at (0,8) size 0x0
- RenderBlock {DIV} at (0,0) size 185x17
- RenderBlock {DIV} at (185,0) size 16x17
- RenderText {#text} at (410,76) size 4x17
- text run at (410,76) width 4: " "
- RenderTextControl {INPUT} at (416,73) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+ RenderBR {BR} at (414,53) size 0x17
+ RenderTextControl {INPUT} at (2,80) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderText {#text} at (195,83) size 4x17
+ text run at (195,83) width 4: " "
+ RenderTextControl {INPUT} at (201,79) size 211x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 205x20
+ RenderBlock {DIV} at (0,10) size 0x0
+ RenderBlock {DIV} at (0,1) size 185x18
+ RenderBlock {DIV} at (185,0) size 20x20
+ RenderText {#text} at (414,83) size 4x17
+ text run at (414,83) width 4: " "
+ RenderTextControl {INPUT} at (420,80) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderTextControl {INPUT} at (2,100) size 207x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 201x17
- RenderBlock {DIV} at (0,8) size 0x0
</del><ins>+ RenderTextControl {INPUT} at (2,109) size 211x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 205x20
+ RenderBlock {DIV} at (0,10) size 0x0
+ RenderBlock {DIV} at (0,1) size 185x18
+ RenderBlock {DIV} at (185,0) size 20x20
+ RenderText {#text} at (215,113) size 4x17
+ text run at (215,113) width 4: " "
+ RenderTextControl {INPUT} at (221,110) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 185x17
</span><del>- RenderBlock {DIV} at (185,0) size 16x17
- RenderText {#text} at (211,103) size 4x17
- text run at (211,103) width 4: " "
- RenderTextControl {INPUT} at (217,100) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderBlock {P} at (0,174) size 784x125
</del><ins>+ RenderBlock {P} at (0,186) size 784x137
</ins><span class="cx"> RenderText {#text} at (0,0) size 536x17
</span><span class="cx"> text run at (0,0) width 536: "Apply \"text-overflow:ellipsis\" to inputs. The following input should show an ellipsis:"
</span><span class="cx"> RenderBR {BR} at (536,0) size 0x17
</span><del>- RenderTextControl {INPUT} at (2,19) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderText {#text} at (195,22) size 4x17
- text run at (195,22) width 4: " "
- RenderTextControl {INPUT} at (201,19) size 207x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 201x17
- RenderBlock {DIV} at (0,8) size 0x0
- RenderBlock {DIV} at (0,0) size 185x17
- RenderBlock {DIV} at (185,0) size 16x17
- RenderText {#text} at (410,22) size 4x17
- text run at (410,22) width 4: " "
- RenderTextControl {INPUT} at (416,19) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+ RenderTextControl {INPUT} at (2,20) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderText {#text} at (195,23) size 4x17
+ text run at (195,23) width 4: " "
+ RenderTextControl {INPUT} at (201,19) size 211x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 205x20
+ RenderBlock {DIV} at (0,10) size 0x0
+ RenderBlock {DIV} at (0,1) size 185x18
+ RenderBlock {DIV} at (185,0) size 20x20
+ RenderText {#text} at (414,23) size 4x17
+ text run at (414,23) width 4: " "
+ RenderTextControl {INPUT} at (420,20) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderTextControl {INPUT} at (2,46) size 207x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 201x17
- RenderBlock {DIV} at (0,8) size 0x0
</del><ins>+ RenderTextControl {INPUT} at (2,49) size 211x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 205x20
+ RenderBlock {DIV} at (0,10) size 0x0
+ RenderBlock {DIV} at (0,1) size 185x18
+ RenderBlock {DIV} at (185,0) size 20x20
+ RenderText {#text} at (215,53) size 4x17
+ text run at (215,53) width 4: " "
+ RenderTextControl {INPUT} at (221,50) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 185x17
</span><del>- RenderBlock {DIV} at (185,0) size 16x17
- RenderText {#text} at (211,49) size 4x17
- text run at (211,49) width 4: " "
- RenderTextControl {INPUT} at (217,46) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderBR {BR} at (410,49) size 0x17
- RenderTextControl {INPUT} at (2,73) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderText {#text} at (195,76) size 4x17
- text run at (195,76) width 4: " "
- RenderTextControl {INPUT} at (201,73) size 207x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 201x17
- RenderBlock {DIV} at (0,8) size 0x0
- RenderBlock {DIV} at (0,0) size 185x17
- RenderBlock {DIV} at (185,0) size 16x17
- RenderText {#text} at (410,76) size 4x17
- text run at (410,76) width 4: " "
- RenderTextControl {INPUT} at (416,73) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+ RenderBR {BR} at (414,53) size 0x17
+ RenderTextControl {INPUT} at (2,80) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderText {#text} at (195,83) size 4x17
+ text run at (195,83) width 4: " "
+ RenderTextControl {INPUT} at (201,79) size 211x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 205x20
+ RenderBlock {DIV} at (0,10) size 0x0
+ RenderBlock {DIV} at (0,1) size 185x18
+ RenderBlock {DIV} at (185,0) size 20x20
+ RenderText {#text} at (414,83) size 4x17
+ text run at (414,83) width 4: " "
+ RenderTextControl {INPUT} at (420,80) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderTextControl {INPUT} at (2,100) size 207x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 201x17
- RenderBlock {DIV} at (0,8) size 0x0
</del><ins>+ RenderTextControl {INPUT} at (2,109) size 211x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 205x20
+ RenderBlock {DIV} at (0,10) size 0x0
+ RenderBlock {DIV} at (0,1) size 185x18
+ RenderBlock {DIV} at (185,0) size 20x20
+ RenderText {#text} at (215,113) size 4x17
+ text run at (215,113) width 4: " "
+ RenderTextControl {INPUT} at (221,110) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 185x17
</span><del>- RenderBlock {DIV} at (185,0) size 16x17
- RenderText {#text} at (211,103) size 4x17
- text run at (211,103) width 4: " "
- RenderTextControl {INPUT} at (217,100) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderBlock {P} at (0,315) size 784x71
</del><ins>+ RenderBlock {P} at (0,339) size 784x71
</ins><span class="cx"> RenderText {#text} at (0,0) size 233x17
</span><span class="cx"> text run at (0,0) width 233: "Dynamic style change text-overflow:"
</span><span class="cx"> RenderBR {BR} at (233,0) size 0x17
</span><span class="lines">@@ -120,119 +128,119 @@
</span><span class="cx"> RenderText {#text} at (656,49) size 4x17
</span><span class="cx"> text run at (656,49) width 4: " "
</span><span class="cx"> RenderBR {BR} at (0,0) size 0x0
</span><del>-layer at (13,71) size 185x17 scrollWidth 383
</del><ins>+layer at (13,72) size 185x17 scrollWidth 383
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17 [color=#A9A9A9]
</span><span class="cx"> RenderText {#text} at (0,0) size 383x17
</span><span class="cx"> text run at (0,0) width 383: "Lorem ipsum dolor sit amet, consectetur adipiscing elit"
</span><del>-layer at (13,71) size 185x17
</del><ins>+layer at (13,72) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17
</span><del>-layer at (212,71) size 185x17 scrollWidth 383
- RenderBlock {DIV} at (3,3) size 185x17 [color=#A9A9A9]
</del><ins>+layer at (212,73) size 185x17 scrollWidth 383
+ RenderBlock {DIV} at (3,4) size 185x18 [color=#A9A9A9]
</ins><span class="cx"> RenderText {#text} at (0,0) size 383x17
</span><span class="cx"> text run at (0,0) width 383: "Lorem ipsum dolor sit amet, consectetur adipiscing elit"
</span><del>-layer at (212,71) size 185x17
</del><ins>+layer at (212,73) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 185x17
</span><del>-layer at (427,71) size 185x17 scrollWidth 384
</del><ins>+layer at (431,72) size 185x17 scrollWidth 384
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17
</span><span class="cx"> RenderText {#text} at (0,0) size 383x17
</span><span class="cx"> text run at (0,0) width 383: "Lorem ipsum dolor sit amet, consectetur adipiscing elit"
</span><del>-layer at (13,98) size 185x17 scrollWidth 384
</del><ins>+layer at (13,103) size 185x17 scrollWidth 384
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 185x17
</span><span class="cx"> RenderText {#text} at (0,0) size 383x17
</span><span class="cx"> text run at (0,0) width 383: "Lorem ipsum dolor sit amet, consectetur adipiscing elit"
</span><del>-layer at (228,98) size 185x17 scrollWidth 331
- RenderBlock {DIV} at (3,3) size 185x17
</del><ins>+layer at (232,102) size 185x17 scrollWidth 331
+ RenderBlock {DIV} at (0,0) size 185x17
</ins><span class="cx"> RenderText {#text} at (0,0) size 330x17
</span><span class="cx"> text run at (0,0) width 330: "\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}"
</span><del>-layer at (13,125) size 185x17 scrollX 198 scrollWidth 383
</del><ins>+layer at (13,132) size 185x17 scrollX 198 scrollWidth 383
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17 [color=#A9A9A9]
</span><span class="cx"> RenderText {#text} at (-198,0) size 383x17
</span><span class="cx"> text run at (-198,0) width 383: "Lorem ipsum dolor sit amet, consectetur adipiscing elit"
</span><del>-layer at (13,125) size 185x17
</del><ins>+layer at (13,132) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17
</span><del>-layer at (212,125) size 185x17 scrollX 198 scrollWidth 383
- RenderBlock {DIV} at (3,3) size 185x17 [color=#A9A9A9]
</del><ins>+layer at (212,133) size 185x17 scrollX 198 scrollWidth 383
+ RenderBlock {DIV} at (3,4) size 185x18 [color=#A9A9A9]
</ins><span class="cx"> RenderText {#text} at (-198,0) size 383x17
</span><span class="cx"> text run at (-198,0) width 383: "Lorem ipsum dolor sit amet, consectetur adipiscing elit"
</span><del>-layer at (212,125) size 185x17
</del><ins>+layer at (212,133) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 185x17
</span><del>-layer at (427,125) size 185x17 scrollX 198 scrollWidth 383
</del><ins>+layer at (431,132) size 185x17 scrollX 198 scrollWidth 383
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17
</span><span class="cx"> RenderText {#text} at (-198,0) size 383x17
</span><span class="cx"> text run at (-198,0) width 383: "Lorem ipsum dolor sit amet, consectetur adipiscing elit"
</span><del>-layer at (13,152) size 185x17 scrollX 198 scrollWidth 383
</del><ins>+layer at (13,163) size 185x17 scrollX 198 scrollWidth 383
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 185x17
</span><span class="cx"> RenderText {#text} at (-198,0) size 383x17
</span><span class="cx"> text run at (-198,0) width 383: "Lorem ipsum dolor sit amet, consectetur adipiscing elit"
</span><del>-layer at (228,152) size 185x17 scrollX 145 scrollWidth 330
- RenderBlock {DIV} at (3,3) size 185x17
</del><ins>+layer at (232,162) size 185x17 scrollX 145 scrollWidth 330
+ RenderBlock {DIV} at (0,0) size 185x17
</ins><span class="cx"> RenderText {#text} at (-145,0) size 330x17
</span><span class="cx"> text run at (-145,0) width 330 RTL: "\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}"
</span><del>-layer at (13,212) size 185x17 scrollWidth 383
</del><ins>+layer at (13,225) size 185x17 scrollWidth 383
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17 [color=#A9A9A9]
</span><span class="cx"> RenderText {#text} at (0,0) size 383x17
</span><span class="cx"> text run at (0,0) width 383: "Lorem ipsum dolor sit amet, consectetur adipiscing elit"
</span><del>-layer at (13,212) size 185x17
</del><ins>+layer at (13,225) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17
</span><del>-layer at (212,212) size 185x17 scrollWidth 383
- RenderBlock {DIV} at (3,3) size 185x17 [color=#A9A9A9]
</del><ins>+layer at (212,226) size 185x17 scrollWidth 383
+ RenderBlock {DIV} at (3,4) size 185x18 [color=#A9A9A9]
</ins><span class="cx"> RenderText {#text} at (0,0) size 383x17
</span><span class="cx"> text run at (0,0) width 383: "Lorem ipsum dolor sit amet, consectetur adipiscing elit"
</span><del>-layer at (212,212) size 185x17
</del><ins>+layer at (212,226) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 185x17
</span><del>-layer at (427,212) size 185x17 scrollWidth 384
</del><ins>+layer at (431,225) size 185x17 scrollWidth 384
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17
</span><span class="cx"> RenderText {#text} at (0,0) size 383x17
</span><span class="cx"> text run at (0,0) width 383: "Lorem ipsum dolor sit amet, consectetur adipiscing elit"
</span><del>-layer at (13,239) size 185x17 scrollWidth 384
</del><ins>+layer at (13,256) size 185x17 scrollWidth 384
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 185x17
</span><span class="cx"> RenderText {#text} at (0,0) size 383x17
</span><span class="cx"> text run at (0,0) width 383: "Lorem ipsum dolor sit amet, consectetur adipiscing elit"
</span><del>-layer at (228,239) size 185x17 scrollWidth 331
- RenderBlock {DIV} at (3,3) size 185x17
</del><ins>+layer at (232,255) size 185x17 scrollWidth 331
+ RenderBlock {DIV} at (0,0) size 185x17
</ins><span class="cx"> RenderText {#text} at (0,0) size 330x17
</span><span class="cx"> text run at (0,0) width 330: "\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}"
</span><del>-layer at (13,266) size 185x17 scrollX 198 scrollWidth 383
</del><ins>+layer at (13,285) size 185x17 scrollX 198 scrollWidth 383
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17 [color=#A9A9A9]
</span><span class="cx"> RenderText {#text} at (-198,0) size 383x17
</span><span class="cx"> text run at (-198,0) width 383: "Lorem ipsum dolor sit amet, consectetur adipiscing elit"
</span><del>-layer at (13,266) size 185x17
</del><ins>+layer at (13,285) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17
</span><del>-layer at (212,266) size 185x17 scrollX 198 scrollWidth 383
- RenderBlock {DIV} at (3,3) size 185x17 [color=#A9A9A9]
</del><ins>+layer at (212,286) size 185x17 scrollX 198 scrollWidth 383
+ RenderBlock {DIV} at (3,4) size 185x18 [color=#A9A9A9]
</ins><span class="cx"> RenderText {#text} at (-198,0) size 383x17
</span><span class="cx"> text run at (-198,0) width 383: "Lorem ipsum dolor sit amet, consectetur adipiscing elit"
</span><del>-layer at (212,266) size 185x17
</del><ins>+layer at (212,286) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 185x17
</span><del>-layer at (427,266) size 185x17 scrollX 198 scrollWidth 383
</del><ins>+layer at (431,285) size 185x17 scrollX 198 scrollWidth 383
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17
</span><span class="cx"> RenderText {#text} at (-198,0) size 383x17
</span><span class="cx"> text run at (-198,0) width 383: "Lorem ipsum dolor sit amet, consectetur adipiscing elit"
</span><del>-layer at (13,293) size 185x17 scrollX 198 scrollWidth 383
</del><ins>+layer at (13,316) size 185x17 scrollX 198 scrollWidth 383
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 185x17
</span><span class="cx"> RenderText {#text} at (-198,0) size 383x17
</span><span class="cx"> text run at (-198,0) width 383: "Lorem ipsum dolor sit amet, consectetur adipiscing elit"
</span><del>-layer at (228,293) size 185x17 scrollX 145 scrollWidth 330
- RenderBlock {DIV} at (3,3) size 185x17
</del><ins>+layer at (232,315) size 185x17 scrollX 145 scrollWidth 330
+ RenderBlock {DIV} at (0,0) size 185x17
</ins><span class="cx"> RenderText {#text} at (-145,0) size 330x17
</span><span class="cx"> text run at (-145,0) width 330 RTL: "\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}"
</span><del>-layer at (252,353) size 185x17 scrollWidth 383
</del><ins>+layer at (252,377) size 185x17 scrollWidth 383
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17 [color=#A9A9A9]
</span><span class="cx"> RenderText {#text} at (0,0) size 383x17
</span><span class="cx"> text run at (0,0) width 383: "Lorem ipsum dolor sit amet, consectetur adipiscing elit"
</span><del>-layer at (252,353) size 185x17
</del><ins>+layer at (252,377) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17
</span><del>-layer at (451,353) size 185x17 scrollWidth 384
</del><ins>+layer at (451,377) size 185x17 scrollWidth 384
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17
</span><span class="cx"> RenderText {#text} at (0,0) size 383x17
</span><span class="cx"> text run at (0,0) width 383: "Lorem ipsum dolor sit amet, consectetur adipiscing elit"
</span><del>-layer at (275,380) size 185x17 scrollWidth 383
</del><ins>+layer at (275,404) size 185x17 scrollWidth 383
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17 [color=#A9A9A9]
</span><span class="cx"> RenderText {#text} at (0,0) size 383x17
</span><span class="cx"> text run at (0,0) width 383: "Lorem ipsum dolor sit amet, consectetur adipiscing elit"
</span><del>-layer at (275,380) size 185x17
</del><ins>+layer at (275,404) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17
</span><del>-layer at (474,380) size 185x17 scrollWidth 384
</del><ins>+layer at (474,404) size 185x17 scrollWidth 384
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17
</span><span class="cx"> RenderText {#text} at (0,0) size 383x17
</span><span class="cx"> text run at (0,0) width 383: "Lorem ipsum dolor sit amet, consectetur adipiscing elit"
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastcsstexttransformselectexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/css/text-transform-select-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/css/text-transform-select-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/css/text-transform-select-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -7,86 +7,86 @@
</span><span class="cx"> RenderText {#text} at (0,0) size 652x17
</span><span class="cx"> text run at (0,0) width 652: "The text in the button, popup menu and list box should have the same case as in the accompanying text."
</span><span class="cx"> RenderBlock {DIV} at (0,17) size 784x80
</span><del>- RenderMenuList {SELECT} at (2,51) size 87x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 85x25
</del><ins>+ RenderMenuList {SELECT} at (2,51) size 85x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 83x25
</ins><span class="cx"> RenderText at (4,4) size 53x17
</span><span class="cx"> text run at (4,4) width 53: "HELLO"
</span><del>- RenderText {#text} at (91,56) size 4x17
- text run at (91,56) width 4: " "
- RenderListBox {SELECT} at (97,2) size 81x73 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
- RenderText {#text} at (180,56) size 4x17
- text run at (180,56) width 4: " "
</del><ins>+ RenderText {#text} at (89,56) size 4x17
+ text run at (89,56) width 4: " "
+ RenderListBox {SELECT} at (95,2) size 81x73 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+ RenderText {#text} at (178,56) size 4x17
+ text run at (178,56) width 4: " "
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 118x17
</span><del>- RenderText {#text} at (184,56) size 118x17
- text run at (184,56) width 118: "HELLO WORLD"
</del><ins>+ RenderText {#text} at (182,56) size 118x17
+ text run at (182,56) width 118: "HELLO WORLD"
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><span class="cx"> RenderBlock {DIV} at (0,97) size 784x80
</span><del>- RenderMenuList {SELECT} at (2,51) size 81x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 79x25
</del><ins>+ RenderMenuList {SELECT} at (2,51) size 79x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 77x25
</ins><span class="cx"> RenderText at (4,4) size 48x17
</span><span class="cx"> text run at (4,4) width 48: "HeLLo"
</span><del>- RenderText {#text} at (85,56) size 4x17
- text run at (85,56) width 4: " "
- RenderListBox {SELECT} at (91,2) size 75x73 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
- RenderText {#text} at (168,56) size 4x17
- text run at (168,56) width 4: " "
</del><ins>+ RenderText {#text} at (83,56) size 4x17
+ text run at (83,56) width 4: " "
+ RenderListBox {SELECT} at (89,2) size 75x73 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+ RenderText {#text} at (166,56) size 4x17
+ text run at (166,56) width 4: " "
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 103x17
</span><del>- RenderText {#text} at (172,56) size 103x17
- text run at (172,56) width 103: "HeLLo WoRLd"
</del><ins>+ RenderText {#text} at (170,56) size 103x17
+ text run at (170,56) width 103: "HeLLo WoRLd"
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><span class="cx"> RenderBlock {DIV} at (0,177) size 784x80
</span><del>- RenderMenuList {SELECT} at (2,51) size 66x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 64x25
</del><ins>+ RenderMenuList {SELECT} at (2,51) size 64x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 62x25
</ins><span class="cx"> RenderText at (4,4) size 35x17
</span><span class="cx"> text run at (4,4) width 35: "hello"
</span><del>- RenderText {#text} at (70,56) size 4x17
- text run at (70,56) width 4: " "
- RenderListBox {SELECT} at (76,2) size 60x73 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
- RenderText {#text} at (138,56) size 4x17
- text run at (138,56) width 4: " "
</del><ins>+ RenderText {#text} at (68,56) size 4x17
+ text run at (68,56) width 4: " "
+ RenderListBox {SELECT} at (74,2) size 60x73 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+ RenderText {#text} at (136,56) size 4x17
+ text run at (136,56) width 4: " "
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 72x17
</span><del>- RenderText {#text} at (142,56) size 72x17
- text run at (142,56) width 72: "hello world"
</del><ins>+ RenderText {#text} at (140,56) size 72x17
+ text run at (140,56) width 72: "hello world"
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><span class="cx"> RenderBlock {DIV} at (0,257) size 784x80
</span><del>- RenderMenuList {SELECT} at (2,51) size 71x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 69x25
</del><ins>+ RenderMenuList {SELECT} at (2,51) size 69x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 67x25
</ins><span class="cx"> RenderText at (4,4) size 22x17
</span><span class="cx"> text run at (4,4) width 22: "SS"
</span><del>- RenderText {#text} at (75,56) size 4x17
- text run at (75,56) width 4: " "
- RenderListBox {SELECT} at (81,2) size 65x73 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
- RenderText {#text} at (148,56) size 4x17
- text run at (148,56) width 4: " "
</del><ins>+ RenderText {#text} at (73,56) size 4x17
+ text run at (73,56) width 4: " "
+ RenderListBox {SELECT} at (79,2) size 65x73 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+ RenderText {#text} at (146,56) size 4x17
+ text run at (146,56) width 4: " "
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 58x17
</span><del>- RenderText {#text} at (152,56) size 58x17
- text run at (152,56) width 58: "SS SSSS"
</del><ins>+ RenderText {#text} at (150,56) size 58x17
+ text run at (150,56) width 58: "SS SSSS"
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><span class="cx"> RenderBlock {DIV} at (0,337) size 784x80
</span><del>- RenderMenuList {SELECT} at (2,51) size 47x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 45x25
</del><ins>+ RenderMenuList {SELECT} at (2,51) size 45x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 43x25
</ins><span class="cx"> RenderText at (4,4) size 10x17
</span><span class="cx"> text run at (4,4) width 10: "\x{DF}"
</span><del>- RenderText {#text} at (51,56) size 4x17
- text run at (51,56) width 4: " "
- RenderListBox {SELECT} at (57,2) size 41x73 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
- RenderText {#text} at (100,56) size 4x17
- text run at (100,56) width 4: " "
</del><ins>+ RenderText {#text} at (49,56) size 4x17
+ text run at (49,56) width 4: " "
+ RenderListBox {SELECT} at (55,2) size 41x73 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+ RenderText {#text} at (98,56) size 4x17
+ text run at (98,56) width 4: " "
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 28x17
</span><del>- RenderText {#text} at (104,56) size 28x17
- text run at (104,56) width 28: "\x{DF} \x{DF}\x{DF}"
</del><ins>+ RenderText {#text} at (102,56) size 28x17
+ text run at (102,56) width 28: "\x{DF} \x{DF}\x{DF}"
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><span class="cx"> RenderBlock {DIV} at (0,417) size 784x80
</span><del>- RenderMenuList {SELECT} at (2,51) size 47x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 45x25
</del><ins>+ RenderMenuList {SELECT} at (2,51) size 45x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 43x25
</ins><span class="cx"> RenderText at (4,4) size 10x17
</span><span class="cx"> text run at (4,4) width 10: "\x{DF}"
</span><del>- RenderText {#text} at (51,56) size 4x17
- text run at (51,56) width 4: " "
- RenderListBox {SELECT} at (57,2) size 41x73 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
- RenderText {#text} at (100,56) size 4x17
- text run at (100,56) width 4: " "
</del><ins>+ RenderText {#text} at (49,56) size 4x17
+ text run at (49,56) width 4: " "
+ RenderListBox {SELECT} at (55,2) size 41x73 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+ RenderText {#text} at (98,56) size 4x17
+ text run at (98,56) width 4: " "
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 28x17
</span><del>- RenderText {#text} at (104,56) size 28x17
- text run at (104,56) width 28: "\x{DF} \x{DF}\x{DF}"
</del><ins>+ RenderText {#text} at (102,56) size 28x17
+ text run at (102,56) width 28: "\x{DF} \x{DF}\x{DF}"
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastforms001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/001-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/001-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/001-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -9,12 +9,12 @@
</span><span class="cx"> RenderTable {TABLE} at (0,57) 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 140x82 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
- RenderMenuList {SELECT} at (3,1) size 133x80 [bgcolor=#FFFFFF] [border: (40px solid #FF0000)]
- RenderBlock (anonymous) at (40,40) size 53x25
</del><ins>+ RenderTableCell {TD} at (0,0) size 138x82 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+ RenderMenuList {SELECT} at (3,1) size 131x80 [bgcolor=#FFFFFF] [border: (40px solid #FF0000)]
+ RenderBlock (anonymous) at (40,40) size 51x25
</ins><span class="cx"> RenderText at (4,4) size 28x17
</span><span class="cx"> text run at (4,4) width 28: "Foo"
</span><del>- RenderTableCell {TD} at (139,40) size 641x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+ RenderTableCell {TD} at (137,40) size 643x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx"> RenderBlock {P} at (0,159) 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></pre></div>
<a id="trunkLayoutTestsplatformgtkfastforms003expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/003-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/003-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/003-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</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,0) size 65x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 63x25
</del><ins>+ RenderMenuList {SELECT} at (2,0) size 63x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 61x25
</ins><span class="cx"> RenderText at (4,4) size 38x17
</span><span class="cx"> text run at (4,4) width 38: "Hello"
</span><span class="cx"> RenderBlock (anonymous) at (0,29) size 784x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastforms004expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/004-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/004-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/004-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -3,14 +3,14 @@
</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 65x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 63x25
</del><ins>+ RenderMenuList {SELECT} at (2,2) size 63x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 61x25
</ins><span class="cx"> RenderText at (4,4) size 38x17
</span><span class="cx"> text run at (4,4) width 38: "Hello"
</span><del>- RenderText {#text} at (69,7) size 4x17
- text run at (69,7) width 4: " "
- RenderMenuList {SELECT} at (75,2) size 92x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 90x25
</del><ins>+ RenderText {#text} at (67,7) size 4x17
+ text run at (67,7) width 4: " "
+ RenderMenuList {SELECT} at (73,2) size 90x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 88x25
</ins><span class="cx"> RenderText at (4,4) size 65x17
</span><span class="cx"> text run at (4,4) width 65: "Goodbye"
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformsbasicinputsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/basic-inputs-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/basic-inputs-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/basic-inputs-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -43,9 +43,13 @@
</span><span class="cx"> text run at (425,6) width 12: "b "
</span><span class="cx"> text run at (437,6) width 7: "a"
</span><span class="cx"> RenderTextControl {INPUT} at (3,30) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</span><ins>+ RenderFlexibleBox {DIV} at (3,3) size 185x17
+ RenderBlock {DIV} at (0,0) size 185x17
</ins><span class="cx"> RenderText {#text} at (196,33) size 60x17
</span><span class="cx"> text run at (196,33) width 60: "password"
</span><span class="cx"> RenderTextControl {INPUT} at (3,57) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</span><ins>+ RenderFlexibleBox {DIV} at (3,3) size 185x17
+ RenderBlock {DIV} at (0,0) size 185x17
</ins><span class="cx"> RenderText {#text} at (196,60) size 8x17
</span><span class="cx"> text run at (196,60) width 8: "b"
</span><span class="cx"> RenderBlock {DIV} at (10,392) size 450x24 [border: (1px solid #FF0000)]
</span><span class="lines">@@ -75,10 +79,10 @@
</span><span class="cx"> RenderText {#text} at (0,0) size 22x17
</span><span class="cx"> text run at (0,0) width 22: "foo"
</span><span class="cx"> layer at (24,340) size 185x17
</span><del>- RenderBlock {DIV} at (3,3) size 185x17
</del><ins>+ RenderBlock {DIV} at (0,0) size 185x17
</ins><span class="cx"> RenderText {#text} at (0,0) size 18x17
</span><span class="cx"> text run at (0,0) width 18: "\x{2022}\x{2022}\x{2022}"
</span><span class="cx"> layer at (24,367) size 185x17
</span><del>- RenderBlock {DIV} at (3,3) size 185x17 [color=#545454]
</del><ins>+ RenderBlock {DIV} at (0,0) size 185x17 [color=#545454]
</ins><span class="cx"> RenderText {#text} at (0,0) size 18x17
</span><span class="cx"> text run at (0,0) width 18: "\x{2022}\x{2022}\x{2022}"
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformsbasicselectsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/basic-selects-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/basic-selects-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/basic-selects-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -6,169 +6,169 @@
</span><span class="cx"> RenderBlock {DIV} at (0,0) size 769x634 [border: (1px solid #FF0000)]
</span><span class="cx"> RenderText {#text} at (1,8) size 164x17
</span><span class="cx"> text run at (1,8) width 164: "Whitespace in option text:"
</span><del>- RenderMenuList {SELECT} at (167,3) size 57x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 55x25
</del><ins>+ RenderMenuList {SELECT} at (167,3) size 55x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 53x25
</ins><span class="cx"> RenderText at (4,4) size 30x17
</span><span class="cx"> text run at (4,4) width 30: "f o o"
</span><del>- RenderText {#text} at (226,8) size 7x17
- text run at (226,8) width 7: "a"
- RenderMenuList {SELECT} at (235,3) size 57x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 55x25
</del><ins>+ RenderText {#text} at (224,8) size 7x17
+ text run at (224,8) width 7: "a"
+ RenderMenuList {SELECT} at (233,3) size 55x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 53x25
</ins><span class="cx"> RenderText at (4,4) size 30x17
</span><span class="cx"> text run at (4,4) width 30: "f o o"
</span><del>- RenderText {#text} at (294,8) size 8x17
- text run at (294,8) width 8: "b"
- RenderBR {BR} at (302,8) size 0x17
</del><ins>+ RenderText {#text} at (290,8) size 8x17
+ text run at (290,8) width 8: "b"
+ RenderBR {BR} at (298,8) size 0x17
</ins><span class="cx"> RenderBR {BR} at (1,31) size 0x17
</span><span class="cx"> RenderText {#text} at (1,55) size 135x17
</span><span class="cx"> text run at (1,55) width 135: "Simple select control:"
</span><del>- RenderMenuList {SELECT} at (138,50) size 50x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 48x25
</del><ins>+ RenderMenuList {SELECT} at (138,50) size 48x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 46x25
</ins><span class="cx"> RenderText at (4,4) size 22x17
</span><span class="cx"> text run at (4,4) width 22: "foo"
</span><del>- RenderText {#text} at (190,55) size 7x17
- text run at (190,55) width 7: "a"
- RenderMenuList {SELECT} at (199,50) size 50x27 [color=#808080] [bgcolor=#FFFFFF] [border: (1px solid #808080)]
- RenderBlock (anonymous) at (1,1) size 48x25
</del><ins>+ RenderText {#text} at (188,55) size 7x17
+ text run at (188,55) width 7: "a"
+ RenderMenuList {SELECT} at (197,50) size 48x27 [color=#808080] [bgcolor=#FFFFFF] [border: (1px solid #808080)]
+ RenderBlock (anonymous) at (1,1) size 46x25
</ins><span class="cx"> RenderText at (4,4) size 22x17
</span><span class="cx"> text run at (4,4) width 22: "foo"
</span><del>- RenderText {#text} at (251,55) size 8x17
- text run at (251,55) width 8: "b"
- RenderBR {BR} at (259,55) size 0x17
</del><ins>+ RenderText {#text} at (247,55) size 8x17
+ text run at (247,55) width 8: "b"
+ RenderBR {BR} at (255,55) size 0x17
</ins><span class="cx"> RenderBR {BR} at (1,78) size 0x17
</span><span class="cx"> RenderText {#text} at (1,102) size 194x17
</span><span class="cx"> text run at (1,102) width 194: "Line-height should be ignored:"
</span><del>- RenderMenuList {SELECT} at (197,97) size 49x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 47x25
</del><ins>+ RenderMenuList {SELECT} at (197,97) size 47x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 45x25
</ins><span class="cx"> RenderText at (4,4) size 22x17
</span><span class="cx"> text run at (4,4) width 22: "foo"
</span><del>- RenderText {#text} at (248,102) size 7x17
- text run at (248,102) width 7: "a"
- RenderMenuList {SELECT} at (257,97) size 50x27 [color=#808080] [bgcolor=#FFFFFF] [border: (1px solid #808080)]
- RenderBlock (anonymous) at (1,1) size 48x25
</del><ins>+ RenderText {#text} at (246,102) size 7x17
+ text run at (246,102) width 7: "a"
+ RenderMenuList {SELECT} at (255,97) size 48x27 [color=#808080] [bgcolor=#FFFFFF] [border: (1px solid #808080)]
+ RenderBlock (anonymous) at (1,1) size 46x25
</ins><span class="cx"> RenderText at (4,4) size 23x17
</span><span class="cx"> text run at (4,4) width 23: "bar"
</span><del>- RenderText {#text} at (309,102) size 8x17
- text run at (309,102) width 8: "b"
- RenderBR {BR} at (317,102) size 0x17
</del><ins>+ RenderText {#text} at (305,102) size 8x17
+ text run at (305,102) width 8: "b"
+ RenderBR {BR} at (313,102) size 0x17
</ins><span class="cx"> RenderBR {BR} at (1,125) size 0x17
</span><span class="cx"> RenderText {#text} at (1,153) size 434x17
</span><span class="cx"> text run at (1,153) width 434: "Padding should be respected, the arrow button shouldn't change size:"
</span><del>- RenderMenuList {SELECT} at (437,144) size 57x35 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (5,5) size 47x25
</del><ins>+ RenderMenuList {SELECT} at (437,144) size 55x35 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (5,5) size 45x25
</ins><span class="cx"> RenderText at (4,4) size 22x17
</span><span class="cx"> text run at (4,4) width 22: "foo"
</span><del>- RenderText {#text} at (496,153) size 7x17
- text run at (496,153) width 7: "a"
- RenderMenuList {SELECT} at (505,144) size 57x35 [color=#808080] [bgcolor=#FFFFFF] [border: (1px solid #808080)]
- RenderBlock (anonymous) at (5,5) size 47x25
</del><ins>+ RenderText {#text} at (494,153) size 7x17
+ text run at (494,153) width 7: "a"
+ RenderMenuList {SELECT} at (503,144) size 55x35 [color=#808080] [bgcolor=#FFFFFF] [border: (1px solid #808080)]
+ RenderBlock (anonymous) at (5,5) size 45x25
</ins><span class="cx"> RenderText at (4,4) size 22x17
</span><span class="cx"> text run at (4,4) width 22: "foo"
</span><del>- RenderText {#text} at (564,153) size 8x17
- text run at (564,153) width 8: "b"
- RenderBR {BR} at (572,153) size 0x17
</del><ins>+ RenderText {#text} at (560,153) size 8x17
+ text run at (560,153) width 8: "b"
+ RenderBR {BR} at (568,153) size 0x17
</ins><span class="cx"> RenderBR {BR} at (1,180) size 0x17
</span><span class="cx"> RenderText {#text} at (1,211) size 176x17
</span><span class="cx"> text run at (1,211) width 176: "Border should be respected:"
</span><del>- RenderMenuList {SELECT} at (179,199) size 63x41 [bgcolor=#FFFFFF] [border: (8px solid #33CCFF)]
- RenderBlock (anonymous) at (8,8) size 47x25
</del><ins>+ RenderMenuList {SELECT} at (179,199) size 61x41 [bgcolor=#FFFFFF] [border: (8px solid #33CCFF)]
+ RenderBlock (anonymous) at (8,8) size 45x25
</ins><span class="cx"> RenderText at (4,4) size 22x17
</span><span class="cx"> text run at (4,4) width 22: "foo"
</span><del>- RenderText {#text} at (244,211) size 7x17
- text run at (244,211) width 7: "a"
- RenderMenuList {SELECT} at (253,199) size 63x41 [color=#808080] [bgcolor=#FFFFFF] [border: (8px solid #33CCFF)]
- RenderBlock (anonymous) at (8,8) size 47x25
</del><ins>+ RenderText {#text} at (242,211) size 7x17
+ text run at (242,211) width 7: "a"
+ RenderMenuList {SELECT} at (251,199) size 61x41 [color=#808080] [bgcolor=#FFFFFF] [border: (8px solid #33CCFF)]
+ RenderBlock (anonymous) at (8,8) size 45x25
</ins><span class="cx"> RenderText at (4,4) size 22x17
</span><span class="cx"> text run at (4,4) width 22: "foo"
</span><del>- RenderText {#text} at (318,211) size 8x17
- text run at (318,211) width 8: "b"
- RenderBR {BR} at (326,211) size 0x17
</del><ins>+ RenderText {#text} at (314,211) size 8x17
+ text run at (314,211) width 8: "b"
+ RenderBR {BR} at (322,211) size 0x17
</ins><span class="cx"> RenderBR {BR} at (1,241) size 0x17
</span><span class="cx"> RenderText {#text} at (1,273) size 116x17
</span><span class="cx"> text run at (1,273) width 116: "Border + padding:"
</span><del>- RenderMenuList {SELECT} at (119,260) size 65x43 [bgcolor=#FFFFFF] [border: (4px solid #33CCFF)]
- RenderBlock (anonymous) at (9,9) size 47x25
</del><ins>+ RenderMenuList {SELECT} at (119,260) size 63x43 [bgcolor=#FFFFFF] [border: (4px solid #33CCFF)]
+ RenderBlock (anonymous) at (9,9) size 45x25
</ins><span class="cx"> RenderText at (4,4) size 22x17
</span><span class="cx"> text run at (4,4) width 22: "foo"
</span><del>- RenderText {#text} at (186,273) size 7x17
- text run at (186,273) width 7: "a"
- RenderMenuList {SELECT} at (195,260) size 65x43 [color=#808080] [bgcolor=#FFFFFF] [border: (4px solid #33CCFF)]
- RenderBlock (anonymous) at (9,9) size 47x25
</del><ins>+ RenderText {#text} at (184,273) size 7x17
+ text run at (184,273) width 7: "a"
+ RenderMenuList {SELECT} at (193,260) size 63x43 [color=#808080] [bgcolor=#FFFFFF] [border: (4px solid #33CCFF)]
+ RenderBlock (anonymous) at (9,9) size 45x25
</ins><span class="cx"> RenderText at (4,4) size 22x17
</span><span class="cx"> text run at (4,4) width 22: "foo"
</span><del>- RenderText {#text} at (262,273) size 8x17
- text run at (262,273) width 8: "b"
- RenderBR {BR} at (270,273) size 0x17
</del><ins>+ RenderText {#text} at (258,273) size 8x17
+ text run at (258,273) width 8: "b"
+ RenderBR {BR} at (266,273) size 0x17
</ins><span class="cx"> RenderBR {BR} at (1,304) size 0x17
</span><span class="cx"> RenderText {#text} at (1,327) size 481x17
</span><span class="cx"> text run at (1,327) width 481: "Height larger than font-size, button should grow, text baseline should center:"
</span><del>- RenderMenuList {SELECT} at (484,321) size 49x30 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,2) size 47x26
</del><ins>+ RenderMenuList {SELECT} at (484,321) size 47x30 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,2) size 45x26
</ins><span class="cx"> RenderText at (4,4) size 22x17
</span><span class="cx"> text run at (4,4) width 22: "foo"
</span><del>- RenderText {#text} at (535,327) size 7x17
- text run at (535,327) width 7: "a"
- RenderMenuList {SELECT} at (544,321) size 49x30 [color=#808080] [bgcolor=#FFFFFF] [border: (1px solid #808080)]
- RenderBlock (anonymous) at (1,2) size 47x26
</del><ins>+ RenderText {#text} at (533,327) size 7x17
+ text run at (533,327) width 7: "a"
+ RenderMenuList {SELECT} at (542,321) size 47x30 [color=#808080] [bgcolor=#FFFFFF] [border: (1px solid #808080)]
+ RenderBlock (anonymous) at (1,2) size 45x26
</ins><span class="cx"> RenderText at (4,4) size 22x17
</span><span class="cx"> text run at (4,4) width 22: "foo"
</span><del>- RenderText {#text} at (595,327) size 8x17
- text run at (595,327) width 8: "b"
- RenderBR {BR} at (603,327) size 0x17
</del><ins>+ RenderText {#text} at (591,327) size 8x17
+ text run at (591,327) width 8: "b"
+ RenderBR {BR} at (599,327) size 0x17
</ins><span class="cx"> RenderBR {BR} at (1,350) size 0x17
</span><span class="cx"> RenderText {#text} at (1,372) size 502x17
</span><span class="cx"> text run at (1,372) width 502: "Heigh smaller than font-size, whole select shrinks and is baselined with the text:"
</span><del>- RenderMenuList {SELECT} at (505,367) size 50x3 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 48x25
</del><ins>+ RenderMenuList {SELECT} at (505,367) size 48x3 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 46x25
</ins><span class="cx"> RenderText at (4,4) size 22x17
</span><span class="cx"> text run at (4,4) width 22: "foo"
</span><del>- RenderText {#text} at (557,372) size 7x17
- text run at (557,372) width 7: "a"
- RenderMenuList {SELECT} at (566,367) size 50x3 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 48x25
</del><ins>+ RenderText {#text} at (555,372) size 7x17
+ text run at (555,372) width 7: "a"
+ RenderMenuList {SELECT} at (564,367) size 48x3 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 46x25
</ins><span class="cx"> RenderText at (4,4) size 23x17
</span><span class="cx"> text run at (4,4) width 23: "bar"
</span><del>- RenderText {#text} at (618,372) size 8x17
- text run at (618,372) width 8: "b"
- RenderBR {BR} at (626,372) size 0x17
</del><ins>+ RenderText {#text} at (614,372) size 8x17
+ text run at (614,372) width 8: "b"
+ RenderBR {BR} at (622,372) size 0x17
</ins><span class="cx"> RenderBR {BR} at (1,388) size 0x17
</span><span class="cx"> RenderText {#text} at (1,404) size 168x17
</span><span class="cx"> text run at (1,404) width 168: "select control with size=0: "
</span><span class="cx"> RenderBR {BR} at (169,404) size 0x17
</span><del>- RenderMenuList {SELECT} at (3,423) size 251x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 249x25
</del><ins>+ RenderMenuList {SELECT} at (3,423) size 249x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 247x25
</ins><span class="cx"> RenderText at (4,4) size 96x17
</span><span class="cx"> text run at (4,4) width 96: "Future Series"
</span><del>- RenderText {#text} at (256,428) size 4x17
- text run at (256,428) width 4: " "
</del><ins>+ RenderText {#text} at (254,428) size 4x17
+ text run at (254,428) width 4: " "
</ins><span class="cx"> RenderBR {BR} at (0,0) size 0x0
</span><span class="cx"> RenderText {#text} at (1,451) size 168x17
</span><span class="cx"> text run at (1,451) width 168: "select control with size=1: "
</span><span class="cx"> RenderBR {BR} at (169,451) size 0x17
</span><del>- RenderMenuList {SELECT} at (3,470) size 251x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 249x25
</del><ins>+ RenderMenuList {SELECT} at (3,470) size 249x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 247x25
</ins><span class="cx"> RenderText at (4,4) size 96x17
</span><span class="cx"> text run at (4,4) width 96: "Future Series"
</span><del>- RenderText {#text} at (256,475) size 4x17
- text run at (256,475) width 4: " "
</del><ins>+ RenderText {#text} at (254,475) size 4x17
+ text run at (254,475) width 4: " "
</ins><span class="cx"> RenderBR {BR} at (0,0) size 0x0
</span><span class="cx"> RenderText {#text} at (1,498) size 165x17
</span><span class="cx"> text run at (1,498) width 165: "Non-styled select control: "
</span><span class="cx"> RenderBR {BR} at (166,498) size 0x17
</span><del>- RenderMenuList {SELECT} at (3,517) size 271x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (11,11) size 249x25
</del><ins>+ RenderMenuList {SELECT} at (3,517) size 269x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (11,11) size 247x25
</ins><span class="cx"> RenderText at (4,4) size 96x17
</span><span class="cx"> text run at (4,4) width 96: "Future Series"
</span><del>- RenderText {#text} at (276,532) size 4x17
- text run at (276,532) width 4: " "
</del><ins>+ RenderText {#text} at (274,532) size 4x17
+ text run at (274,532) width 4: " "
</ins><span class="cx"> RenderBR {BR} at (0,0) size 0x0
</span><span class="cx"> RenderText {#text} at (1,565) size 290x17
</span><span class="cx"> text run at (1,565) width 290: "Styled select control with large border-radius: "
</span><span class="cx"> RenderBR {BR} at (291,565) size 0x17
</span><del>- RenderMenuList {SELECT} at (3,584) size 271x47 [bgcolor=#33CCFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (11,11) size 249x25
</del><ins>+ RenderMenuList {SELECT} at (3,584) size 269x47 [bgcolor=#33CCFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (11,11) size 247x25
</ins><span class="cx"> RenderText at (4,4) size 96x17
</span><span class="cx"> text run at (4,4) width 96: "Future Series"
</span><del>- RenderText {#text} at (276,599) size 4x17
- text run at (276,599) width 4: " "
</del><ins>+ RenderText {#text} at (274,599) size 4x17
+ text run at (274,599) width 4: " "
</ins><span class="cx"> RenderBR {BR} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformsboxshadowoverrideexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/box-shadow-override-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/box-shadow-override-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/box-shadow-override-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -9,28 +9,28 @@
</span><span class="cx"> RenderBlock {P} at (0,33) size 784x17
</span><span class="cx"> RenderText {#text} at (0,0) size 257x17
</span><span class="cx"> text run at (0,0) width 257: "You should not see any red on this page."
</span><del>- RenderBlock {DIV} at (0,66) size 784x27
- RenderTextControl {INPUT} at (2,2) size 207x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 201x17
- RenderBlock {DIV} at (0,8) size 0x0
- RenderBlock {DIV} at (0,0) size 185x17
- RenderBlock {DIV} at (185,0) size 16x17
</del><ins>+ RenderBlock {DIV} at (0,66) size 784x30
+ RenderTextControl {INPUT} at (2,2) size 211x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 205x20
+ RenderBlock {DIV} at (0,10) size 0x0
+ RenderBlock {DIV} at (0,1) size 185x18
+ RenderBlock {DIV} at (185,0) size 20x20
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderBlock {DIV} at (0,93) size 784x27
- RenderTextControl {INPUT} at (2,2) size 223x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 217x17
- RenderBlock {DIV} at (0,0) size 16x17
- RenderBlock {DIV} at (16,0) size 185x17
- RenderBlock {DIV} at (201,0) size 16x17
</del><ins>+ RenderBlock {DIV} at (0,96) size 784x30
+ RenderTextControl {INPUT} at (2,2) size 231x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 225x20
+ RenderBlock {DIV} at (0,0) size 20x20
+ RenderBlock {DIV} at (20,1) size 185x18
+ RenderBlock {DIV} at (205,0) size 20x20
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderBlock {DIV} at (0,120) size 784x27
- RenderTextControl {INPUT} at (2,2) size 223x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 217x17
- RenderBlock {DIV} at (0,0) size 16x17
- RenderBlock {DIV} at (16,0) size 185x17
- RenderBlock {DIV} at (201,0) size 16x17
</del><ins>+ RenderBlock {DIV} at (0,126) size 784x30
+ RenderTextControl {INPUT} at (2,2) size 231x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 225x20
+ RenderBlock {DIV} at (0,0) size 20x20
+ RenderBlock {DIV} at (20,1) size 185x18
+ RenderBlock {DIV} at (205,0) size 20x20
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderBlock (anonymous) at (0,147) size 784x35
</del><ins>+ RenderBlock (anonymous) at (0,156) size 784x35
</ins><span class="cx"> RenderBlock {INPUT} at (2,10) size 16x16
</span><span class="cx"> RenderText {#text} at (20,10) size 4x17
</span><span class="cx"> text run at (20,10) width 4: " "
</span><span class="lines">@@ -73,11 +73,11 @@
</span><span class="cx"> RenderText {#text} at (0,0) size 58x22
</span><span class="cx"> text run at (0,0) width 58: "Button"
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,79) size 185x17
</del><ins>+layer at (13,81) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 185x17
</span><span class="cx"> RenderText {#text} at (0,0) size 51x17
</span><span class="cx"> text run at (0,0) width 51: "Search"
</span><del>-layer at (29,106) size 185x17
</del><ins>+layer at (33,111) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 185x17
</span><del>-layer at (29,133) size 185x17
</del><ins>+layer at (33,141) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 185x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformscontrolrestrictlineheightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/control-restrict-line-height-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/control-restrict-line-height-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/control-restrict-line-height-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -6,12 +6,12 @@
</span><span class="cx"> RenderText {#text} at (0,0) size 519x17
</span><span class="cx"> text run at (0,0) width 519: "This tests that we don't honor line-height for controls that have restricted font size. "
</span><span class="cx"> RenderBR {BR} at (0,0) size 0x0
</span><del>- RenderMenuList {SELECT} at (2,19) size 385x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 383x25
</del><ins>+ RenderMenuList {SELECT} at (2,19) size 383x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 381x25
</ins><span class="cx"> RenderText at (4,4) size 358x17
</span><span class="cx"> text run at (4,4) width 358: "This text should be centered vertically in the button"
</span><del>- RenderText {#text} at (389,24) size 4x17
- text run at (389,24) width 4: " "
</del><ins>+ RenderText {#text} at (387,24) size 4x17
+ text run at (387,24) width 4: " "
</ins><span class="cx"> RenderBR {BR} at (0,0) size 0x0
</span><span class="cx"> RenderButton {INPUT} at (2,50) size 374x26 [bgcolor=#C0C0C0] [border: (2px outset #C0C0C0)]
</span><span class="cx"> RenderBlock (anonymous) at (8,4) size 358x17
</span><span class="lines">@@ -20,13 +20,13 @@
</span><span class="cx"> RenderText {#text} at (378,54) size 4x17
</span><span class="cx"> text run at (378,54) width 4: " "
</span><span class="cx"> RenderBR {BR} at (0,0) size 0x0
</span><del>- RenderTextControl {INPUT} at (2,80) size 207x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 201x17
- RenderBlock {DIV} at (0,8) size 0x0
- RenderBlock {DIV} at (0,0) size 185x17
- RenderBlock {DIV} at (185,0) size 16x17
</del><ins>+ RenderTextControl {INPUT} at (2,80) size 211x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 205x20
+ RenderBlock {DIV} at (0,10) size 0x0
+ RenderBlock {DIV} at (0,1) size 185x18
+ RenderBlock {DIV} at (185,0) size 20x20
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,91) size 185x17 scrollWidth 359
</del><ins>+layer at (13,93) size 185x17 scrollWidth 359
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 185x17
</span><span class="cx"> RenderText {#text} at (0,0) size 358x17
</span><span class="cx"> text run at (0,0) width 358: "This text should be centered vertically in the button"
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformsdisabledselectchangeindexexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/disabled-select-change-index-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/disabled-select-change-index-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/disabled-select-change-index-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -3,26 +3,26 @@
</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 71x27 [color=#808080] [bgcolor=#FFFFFF] [border: (1px solid #808080)]
- RenderBlock (anonymous) at (1,1) size 69x25
</del><ins>+ RenderMenuList {SELECT} at (2,2) size 69x27 [color=#808080] [bgcolor=#FFFFFF] [border: (1px solid #808080)]
+ RenderBlock (anonymous) at (1,1) size 67x25
</ins><span class="cx"> RenderText at (4,4) size 44x17
</span><span class="cx"> text run at (4,4) width 44: "PASS"
</span><del>- RenderBR {BR} at (75,21) size 0x0
- RenderMenuList {SELECT} at (2,33) size 71x27 [color=#808080] [bgcolor=#FFFFFF] [border: (1px solid #808080)]
- RenderBlock (anonymous) at (1,1) size 69x25
</del><ins>+ RenderBR {BR} at (73,21) size 0x0
+ RenderMenuList {SELECT} at (2,33) size 69x27 [color=#808080] [bgcolor=#FFFFFF] [border: (1px solid #808080)]
+ RenderBlock (anonymous) at (1,1) size 67x25
</ins><span class="cx"> RenderText at (4,4) size 44x17
</span><span class="cx"> text run at (4,4) width 44: "PASS"
</span><del>- RenderBR {BR} at (75,52) size 0x0
- RenderMenuList {SELECT} at (2,64) size 71x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 69x25
</del><ins>+ RenderBR {BR} at (73,52) size 0x0
+ RenderMenuList {SELECT} at (2,64) size 69x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 67x25
</ins><span class="cx"> RenderText at (4,4) size 44x17
</span><span class="cx"> text run at (4,4) width 44: "PASS"
</span><del>- RenderBR {BR} at (75,83) size 0x0
- RenderMenuList {SELECT} at (2,95) size 71x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 69x25
</del><ins>+ RenderBR {BR} at (73,83) size 0x0
+ RenderMenuList {SELECT} at (2,95) size 69x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 67x25
</ins><span class="cx"> RenderText at (4,4) size 44x17
</span><span class="cx"> text run at (4,4) width 44: "PASS"
</span><del>- RenderBR {BR} at (75,114) size 0x0
</del><ins>+ RenderBR {BR} at (73,114) size 0x0
</ins><span class="cx"> RenderListBox {SELECT} at (2,126) size 65x73 [color=#808080] [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</span><span class="cx"> RenderBR {BR} at (69,194) size 0x0
</span><span class="cx"> RenderListBox {SELECT} at (2,203) size 65x73 [color=#808080] [bgcolor=#FFFFFF] [border: (1px inset #808080)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformsformelementgeometryexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/form-element-geometry-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/form-element-geometry-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/form-element-geometry-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -12,9 +12,9 @@
</span><span class="cx"> RenderBlock {H2} at (0,94) size 769x27
</span><span class="cx"> RenderText {#text} at (0,0) size 165x26
</span><span class="cx"> text run at (0,0) width 165: "Bounding Boxes"
</span><del>- RenderTable {TABLE} at (0,140) size 194x38
- RenderTableSection {TBODY} at (0,0) size 194x37
- RenderTableRow {TR} at (0,2) size 194x33
</del><ins>+ RenderTable {TABLE} at (0,140) size 192x38
+ RenderTableSection {TBODY} at (0,0) size 192x37
+ RenderTableRow {TR} at (0,2) size 192x33
</ins><span class="cx"> RenderTableCell {TD} at (2,2) size 67x33 [r=0 c=0 rs=1 cs=1]
</span><span class="cx"> RenderBlock {DIV} at (1,1) size 65x30 [border: (2px solid #0000FF)]
</span><span class="cx"> RenderInline {FONT} at (0,0) size 60x26
</span><span class="lines">@@ -22,45 +22,45 @@
</span><span class="cx"> RenderBlock (anonymous) at (8,4) size 44x17
</span><span class="cx"> RenderText at (0,0) size 44x17
</span><span class="cx"> text run at (0,0) width 44: "button"
</span><del>- RenderTableCell {TD} at (70,2) size 74x33 [r=0 c=1 rs=1 cs=1]
- RenderBlock {DIV} at (1,1) size 72x31 [border: (2px solid #0000FF)]
- RenderInline {FONT} at (0,0) size 67x26
- RenderMenuList {SELECT} at (2,2) size 67x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 65x25
</del><ins>+ RenderTableCell {TD} at (70,2) size 72x33 [r=0 c=1 rs=1 cs=1]
+ RenderBlock {DIV} at (1,1) size 70x31 [border: (2px solid #0000FF)]
+ RenderInline {FONT} at (0,0) size 65x26
+ RenderMenuList {SELECT} at (2,2) size 65x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 63x25
</ins><span class="cx"> RenderText at (4,4) size 40x17
</span><span class="cx"> text run at (4,4) width 40: "menu"
</span><del>- RenderTableCell {TD} at (145,7) size 23x23 [r=0 c=2 rs=1 cs=1]
</del><ins>+ RenderTableCell {TD} at (143,7) size 23x23 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx"> RenderBlock {DIV} at (1,1) size 21x20 [border: (2px solid #0000FF)]
</span><span class="cx"> RenderInline {FONT} at (0,0) size 16x26
</span><span class="cx"> RenderBlock {INPUT} at (2,2) size 16x16
</span><del>- RenderTableCell {TD} at (169,7) size 23x23 [r=0 c=3 rs=1 cs=1]
</del><ins>+ RenderTableCell {TD} at (167,7) size 23x23 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx"> RenderBlock {DIV} at (1,1) size 21x20 [border: (2px solid #0000FF)]
</span><span class="cx"> RenderInline {FONT} at (0,0) size 16x26
</span><span class="cx"> RenderBlock {INPUT} at (2,2) size 16x16
</span><del>- RenderTable {TABLE} at (0,177) size 194x38
- RenderTableSection {TBODY} at (0,0) size 194x37
- RenderTableRow {TR} at (0,2) size 194x33
</del><ins>+ RenderTable {TABLE} at (0,177) size 192x38
+ RenderTableSection {TBODY} at (0,0) size 192x37
+ RenderTableRow {TR} at (0,2) size 192x33
</ins><span class="cx"> RenderTableCell {TD} at (2,2) size 67x33 [r=0 c=0 rs=1 cs=1]
</span><span class="cx"> RenderBlock {DIV} at (1,1) size 65x30 [border: (2px solid #0000FF)]
</span><span class="cx"> RenderButton {INPUT} at (2,2) size 60x26 [bgcolor=#C0C0C0] [border: (2px outset #C0C0C0)]
</span><span class="cx"> RenderBlock (anonymous) at (8,4) size 44x17
</span><span class="cx"> RenderText at (0,0) size 44x17
</span><span class="cx"> text run at (0,0) width 44: "button"
</span><del>- RenderTableCell {TD} at (70,2) size 74x33 [r=0 c=1 rs=1 cs=1]
- RenderBlock {DIV} at (1,1) size 72x31 [border: (2px solid #0000FF)]
- RenderMenuList {SELECT} at (2,2) size 67x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 65x25
</del><ins>+ RenderTableCell {TD} at (70,2) size 72x33 [r=0 c=1 rs=1 cs=1]
+ RenderBlock {DIV} at (1,1) size 70x31 [border: (2px solid #0000FF)]
+ RenderMenuList {SELECT} at (2,2) size 65x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 63x25
</ins><span class="cx"> RenderText at (4,4) size 40x17
</span><span class="cx"> text run at (4,4) width 40: "menu"
</span><del>- RenderTableCell {TD} at (145,7) size 23x23 [r=0 c=2 rs=1 cs=1]
</del><ins>+ RenderTableCell {TD} at (143,7) size 23x23 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx"> RenderBlock {DIV} at (1,1) size 21x20 [border: (2px solid #0000FF)]
</span><span class="cx"> RenderBlock {INPUT} at (2,2) size 16x16
</span><del>- RenderTableCell {TD} at (169,7) size 23x23 [r=0 c=3 rs=1 cs=1]
</del><ins>+ RenderTableCell {TD} at (167,7) size 23x23 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx"> RenderBlock {DIV} at (1,1) size 21x20 [border: (2px solid #0000FF)]
</span><span class="cx"> RenderBlock {INPUT} at (2,2) size 16x16
</span><del>- RenderTable {TABLE} at (0,214) size 194x38
- RenderTableSection {TBODY} at (0,0) size 194x37
- RenderTableRow {TR} at (0,2) size 194x33
</del><ins>+ RenderTable {TABLE} at (0,214) size 192x38
+ RenderTableSection {TBODY} at (0,0) size 192x37
+ RenderTableRow {TR} at (0,2) size 192x33
</ins><span class="cx"> RenderTableCell {TD} at (2,2) size 67x33 [r=0 c=0 rs=1 cs=1]
</span><span class="cx"> RenderBlock {DIV} at (1,1) size 65x30 [border: (2px solid #0000FF)]
</span><span class="cx"> RenderInline {FONT} at (0,0) size 60x11
</span><span class="lines">@@ -68,18 +68,18 @@
</span><span class="cx"> RenderBlock (anonymous) at (8,4) size 44x17
</span><span class="cx"> RenderText at (0,0) size 44x17
</span><span class="cx"> text run at (0,0) width 44: "button"
</span><del>- RenderTableCell {TD} at (70,2) size 74x33 [r=0 c=1 rs=1 cs=1]
- RenderBlock {DIV} at (1,1) size 72x31 [border: (2px solid #0000FF)]
- RenderInline {FONT} at (0,0) size 67x11
- RenderMenuList {SELECT} at (2,2) size 67x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 65x25
</del><ins>+ RenderTableCell {TD} at (70,2) size 72x33 [r=0 c=1 rs=1 cs=1]
+ RenderBlock {DIV} at (1,1) size 70x31 [border: (2px solid #0000FF)]
+ RenderInline {FONT} at (0,0) size 65x11
+ RenderMenuList {SELECT} at (2,2) size 65x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 63x25
</ins><span class="cx"> RenderText at (4,4) size 40x17
</span><span class="cx"> text run at (4,4) width 40: "menu"
</span><del>- RenderTableCell {TD} at (145,7) size 23x23 [r=0 c=2 rs=1 cs=1]
</del><ins>+ RenderTableCell {TD} at (143,7) size 23x23 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx"> RenderBlock {DIV} at (1,1) size 21x20 [border: (2px solid #0000FF)]
</span><span class="cx"> RenderInline {FONT} at (0,0) size 16x11
</span><span class="cx"> RenderBlock {INPUT} at (2,2) size 16x16
</span><del>- RenderTableCell {TD} at (169,7) size 23x23 [r=0 c=3 rs=1 cs=1]
</del><ins>+ RenderTableCell {TD} at (167,7) size 23x23 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx"> RenderBlock {DIV} at (1,1) size 21x20 [border: (2px solid #0000FF)]
</span><span class="cx"> RenderInline {FONT} at (0,0) size 16x11
</span><span class="cx"> RenderBlock {INPUT} at (2,2) size 16x16
</span><span class="lines">@@ -105,7 +105,7 @@
</span><span class="cx"> RenderText {#text} at (0,0) size 200x26
</span><span class="cx"> text run at (0,0) width 200: "Baseline Alignment"
</span><span class="cx"> RenderBlock {DIV} at (0,400) size 769x32
</span><del>- RenderInline {FONT} at (0,0) size 236x26
</del><ins>+ RenderInline {FONT} at (0,0) size 234x26
</ins><span class="cx"> RenderText {#text} at (0,0) size 43x26
</span><span class="cx"> text run at (0,0) width 43: "text "
</span><span class="cx"> RenderButton {INPUT} at (45,3) size 60x26 [bgcolor=#C0C0C0] [border: (2px outset #C0C0C0)]
</span><span class="lines">@@ -114,16 +114,16 @@
</span><span class="cx"> text run at (0,0) width 44: "button"
</span><span class="cx"> RenderText {#text} at (107,0) size 6x26
</span><span class="cx"> text run at (107,0) width 6: " "
</span><del>- RenderMenuList {SELECT} at (115,2) size 67x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 65x25
</del><ins>+ RenderMenuList {SELECT} at (115,2) size 65x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 63x25
</ins><span class="cx"> RenderText at (4,4) size 40x17
</span><span class="cx"> text run at (4,4) width 40: "menu"
</span><del>- RenderText {#text} at (184,0) size 6x26
- text run at (184,0) width 6: " "
- RenderBlock {INPUT} at (192,7) size 16x16
- RenderText {#text} at (210,0) size 6x26
- text run at (210,0) width 6: " "
- RenderBlock {INPUT} at (218,7) size 16x16
</del><ins>+ RenderText {#text} at (182,0) size 6x26
+ text run at (182,0) width 6: " "
+ RenderBlock {INPUT} at (190,7) size 16x16
+ RenderText {#text} at (208,0) size 6x26
+ text run at (208,0) width 6: " "
+ RenderBlock {INPUT} at (216,7) size 16x16
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><span class="cx"> RenderBlock {DIV} at (0,431) size 769x32
</span><span class="cx"> RenderText {#text} at (0,7) size 27x17
</span><span class="lines">@@ -134,19 +134,19 @@
</span><span class="cx"> text run at (0,0) width 44: "button"
</span><span class="cx"> RenderText {#text} at (91,7) size 4x17
</span><span class="cx"> text run at (91,7) width 4: " "
</span><del>- RenderMenuList {SELECT} at (97,2) size 67x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 65x25
</del><ins>+ RenderMenuList {SELECT} at (97,2) size 65x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 63x25
</ins><span class="cx"> RenderText at (4,4) size 40x17
</span><span class="cx"> text run at (4,4) width 40: "menu"
</span><del>- RenderText {#text} at (166,7) size 4x17
- text run at (166,7) width 4: " "
- RenderBlock {INPUT} at (172,7) size 16x16
- RenderText {#text} at (190,7) size 4x17
- text run at (190,7) width 4: " "
- RenderBlock {INPUT} at (196,7) size 16x16
</del><ins>+ RenderText {#text} at (164,7) size 4x17
+ text run at (164,7) width 4: " "
+ RenderBlock {INPUT} at (170,7) size 16x16
+ RenderText {#text} at (188,7) size 4x17
+ text run at (188,7) width 4: " "
+ RenderBlock {INPUT} at (194,7) size 16x16
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><span class="cx"> RenderBlock {DIV} at (0,462) size 769x32
</span><del>- RenderInline {FONT} at (0,0) size 202x11
</del><ins>+ RenderInline {FONT} at (0,0) size 200x11
</ins><span class="cx"> RenderText {#text} at (0,12) size 18x11
</span><span class="cx"> text run at (0,12) width 18: "text "
</span><span class="cx"> RenderButton {INPUT} at (20,3) size 60x26 [bgcolor=#C0C0C0] [border: (2px outset #C0C0C0)]
</span><span class="lines">@@ -155,16 +155,16 @@
</span><span class="cx"> text run at (0,0) width 44: "button"
</span><span class="cx"> RenderText {#text} at (82,12) size 3x11
</span><span class="cx"> text run at (82,12) width 3: " "
</span><del>- RenderMenuList {SELECT} at (87,2) size 67x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 65x25
</del><ins>+ RenderMenuList {SELECT} at (87,2) size 65x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 63x25
</ins><span class="cx"> RenderText at (4,4) size 40x17
</span><span class="cx"> text run at (4,4) width 40: "menu"
</span><del>- RenderText {#text} at (156,12) size 3x11
- text run at (156,12) width 3: " "
- RenderBlock {INPUT} at (161,7) size 16x16
- RenderText {#text} at (179,12) size 3x11
- text run at (179,12) width 3: " "
- RenderBlock {INPUT} at (184,7) size 16x16
</del><ins>+ RenderText {#text} at (154,12) size 3x11
+ text run at (154,12) width 3: " "
+ RenderBlock {INPUT} at (159,7) size 16x16
+ RenderText {#text} at (177,12) size 3x11
+ text run at (177,12) width 3: " "
+ RenderBlock {INPUT} at (182,7) size 16x16
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><span class="cx"> RenderBlock {DIV} at (0,493) size 769x55
</span><span class="cx"> RenderText {#text} at (0,30) size 27x17
</span><span class="lines">@@ -184,60 +184,60 @@
</span><span class="cx"> RenderText {#text} at (0,0) size 197x26
</span><span class="cx"> text run at (0,0) width 197: "Pop-up Menu Sizes"
</span><span class="cx"> RenderBlock {DIV} at (0,612) size 769x32
</span><del>- RenderInline {FONT} at (0,0) size 173x26
</del><ins>+ RenderInline {FONT} at (0,0) size 167x26
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderMenuList {SELECT} at (2,2) size 27x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 25x25
</del><ins>+ RenderMenuList {SELECT} at (2,2) size 25x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 23x25
</ins><span class="cx"> RenderText at (4,4) size 0x17
</span><span class="cx"> text run at (4,4) width 0: " "
</span><del>- RenderText {#text} at (31,0) size 6x26
- text run at (31,0) width 6: " "
- RenderMenuList {SELECT} at (39,2) size 31x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 29x25
</del><ins>+ RenderText {#text} at (29,0) size 6x26
+ text run at (29,0) width 6: " "
+ RenderMenuList {SELECT} at (37,2) size 29x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 27x25
</ins><span class="cx"> RenderText at (4,4) size 4x17
</span><span class="cx"> text run at (4,4) width 4: "|"
</span><del>- RenderText {#text} at (72,0) size 6x26
- text run at (72,0) width 6: " "
- RenderMenuList {SELECT} at (80,2) size 91x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 89x25
</del><ins>+ RenderText {#text} at (68,0) size 6x26
+ text run at (68,0) width 6: " "
+ RenderMenuList {SELECT} at (76,2) size 89x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 87x25
</ins><span class="cx"> RenderText at (4,4) size 64x17
</span><span class="cx"> text run at (4,4) width 64: "xxxxxxxx"
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><span class="cx"> RenderBlock {DIV} at (0,643) size 769x32
</span><del>- RenderMenuList {SELECT} at (2,2) size 27x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 25x25
</del><ins>+ RenderMenuList {SELECT} at (2,2) size 25x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 23x25
</ins><span class="cx"> RenderText at (4,4) size 0x17
</span><span class="cx"> text run at (4,4) width 0: " "
</span><del>- RenderText {#text} at (31,7) size 4x17
- text run at (31,7) width 4: " "
- RenderMenuList {SELECT} at (37,2) size 31x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 29x25
</del><ins>+ RenderText {#text} at (29,7) size 4x17
+ text run at (29,7) width 4: " "
+ RenderMenuList {SELECT} at (35,2) size 29x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 27x25
</ins><span class="cx"> RenderText at (4,4) size 4x17
</span><span class="cx"> text run at (4,4) width 4: "|"
</span><del>- RenderText {#text} at (70,7) size 4x17
- text run at (70,7) width 4: " "
- RenderMenuList {SELECT} at (76,2) size 91x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 89x25
</del><ins>+ RenderText {#text} at (66,7) size 4x17
+ text run at (66,7) width 4: " "
+ RenderMenuList {SELECT} at (72,2) size 89x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 87x25
</ins><span class="cx"> RenderText at (4,4) size 64x17
</span><span class="cx"> text run at (4,4) width 64: "xxxxxxxx"
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><span class="cx"> RenderBlock {DIV} at (0,674) size 769x32
</span><del>- RenderInline {FONT} at (0,0) size 167x11
</del><ins>+ RenderInline {FONT} at (0,0) size 161x11
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderMenuList {SELECT} at (2,2) size 27x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 25x25
</del><ins>+ RenderMenuList {SELECT} at (2,2) size 25x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 23x25
</ins><span class="cx"> RenderText at (4,4) size 0x17
</span><span class="cx"> text run at (4,4) width 0: " "
</span><del>- RenderText {#text} at (31,12) size 3x11
- text run at (31,12) width 3: " "
- RenderMenuList {SELECT} at (36,2) size 31x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 29x25
</del><ins>+ RenderText {#text} at (29,12) size 3x11
+ text run at (29,12) width 3: " "
+ RenderMenuList {SELECT} at (34,2) size 29x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 27x25
</ins><span class="cx"> RenderText at (4,4) size 4x17
</span><span class="cx"> text run at (4,4) width 4: "|"
</span><del>- RenderText {#text} at (69,12) size 3x11
- text run at (69,12) width 3: " "
- RenderMenuList {SELECT} at (74,2) size 91x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 89x25
</del><ins>+ RenderText {#text} at (65,12) size 3x11
+ text run at (65,12) width 3: " "
+ RenderMenuList {SELECT} at (70,2) size 89x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 87x25
</ins><span class="cx"> RenderText at (4,4) size 64x17
</span><span class="cx"> text run at (4,4) width 64: "xxxxxxxx"
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformsinputappearanceheightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/input-appearance-height-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/input-appearance-height-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/input-appearance-height-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx"> RenderBlock (anonymous) at (0,0) size 784x17
</span><span class="cx"> RenderText {#text} at (0,0) size 762x17
</span><span class="cx"> text run at (0,0) width 762: "This tests the height attribute of form elements. The only element that should honour this value is the Image type of input."
</span><del>- RenderBlock {FORM} at (0,17) size 784x305
</del><ins>+ RenderBlock {FORM} at (0,17) size 784x308
</ins><span class="cx"> RenderText {#text} at (0,5) size 36x17
</span><span class="cx"> text run at (0,5) width 36: "input "
</span><span class="cx"> RenderTextControl {INPUT} at (38,2) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</span><span class="lines">@@ -83,16 +83,18 @@
</span><span class="cx"> RenderText {#text} at (0,256) size 64x17
</span><span class="cx"> text run at (0,256) width 64: "password "
</span><span class="cx"> RenderTextControl {INPUT} at (66,253) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</span><ins>+ RenderFlexibleBox {DIV} at (3,3) size 185x17
+ RenderBlock {DIV} at (0,0) size 185x17
</ins><span class="cx"> RenderText {#text} at (259,256) size 4x17
</span><span class="cx"> text run at (259,256) width 4: " "
</span><span class="cx"> RenderBR {BR} at (263,270) size 0x0
</span><del>- RenderText {#text} at (0,283) size 44x17
- text run at (0,283) width 44: "search "
- RenderTextControl {INPUT} at (46,280) size 207x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 201x17
- RenderBlock {DIV} at (0,8) size 0x0
- RenderBlock {DIV} at (0,0) size 185x17
- RenderBlock {DIV} at (185,0) size 16x17
</del><ins>+ RenderText {#text} at (0,284) size 44x17
+ text run at (0,284) width 44: "search "
+ RenderTextControl {INPUT} at (46,280) size 211x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 205x20
+ RenderBlock {DIV} at (0,10) size 0x0
+ RenderBlock {DIV} at (0,1) size 185x18
+ RenderBlock {DIV} at (185,0) size 20x20
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><span class="cx"> layer at (49,30) size 185x17
</span><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17
</span><span class="lines">@@ -101,6 +103,6 @@
</span><span class="cx"> layer at (62,254) size 185x17
</span><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17
</span><span class="cx"> layer at (77,281) size 185x17
</span><del>- RenderBlock {DIV} at (3,3) size 185x17
-layer at (57,308) size 185x17
</del><span class="cx"> RenderBlock {DIV} at (0,0) size 185x17
</span><ins>+layer at (57,310) size 185x17
+ RenderBlock {DIV} at (0,0) size 185x17
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformsinputvalueexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/input-value-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/input-value-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/input-value-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -46,6 +46,8 @@
</span><span class="cx"> text run at (1,1) width 244: "password with value property changed"
</span><span class="cx"> RenderTableCell {TD} at (342,31) size 313x29 [r=1 c=1 rs=1 cs=1]
</span><span class="cx"> RenderTextControl {INPUT} at (3,3) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</span><ins>+ RenderFlexibleBox {DIV} at (3,3) size 185x17
+ RenderBlock {DIV} at (0,0) size 185x17
</ins><span class="cx"> RenderTableCell {TD} at (656,36) size 63x19 [r=1 c=2 rs=1 cs=1]
</span><span class="cx"> RenderText {#text} at (1,1) size 28x17
</span><span class="cx"> text run at (1,1) width 28: "after"
</span><span class="lines">@@ -209,7 +211,7 @@
</span><span class="cx"> RenderText {#text} at (0,0) size 45x17
</span><span class="cx"> text run at (0,0) width 45: "before"
</span><span class="cx"> layer at (357,161) size 185x17
</span><del>- RenderBlock {DIV} at (3,3) size 185x17
</del><ins>+ RenderBlock {DIV} at (0,0) size 185x17
</ins><span class="cx"> RenderText {#text} at (0,0) size 36x17
</span><span class="cx"> text run at (0,0) width 36: "\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}"
</span><span class="cx"> layer at (357,324) size 185x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformsmenulistdeselectupdateexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/menulist-deselect-update-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/menulist-deselect-update-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/menulist-deselect-update-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -5,8 +5,8 @@
</span><span class="cx"> RenderBody {BODY} at (8,8) size 784x584
</span><span class="cx"> RenderText {#text} at (0,7) size 73x17
</span><span class="cx"> text run at (0,7) width 73: "Test result: "
</span><del>- RenderMenuList {SELECT} at (75,2) size 71x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 69x25
</del><ins>+ RenderMenuList {SELECT} at (75,2) size 69x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 67x25
</ins><span class="cx"> RenderText at (4,4) size 44x17
</span><span class="cx"> text run at (4,4) width 44: "PASS"
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformsmenulistnarrowwidthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/menulist-narrow-width-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/menulist-narrow-width-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/menulist-narrow-width-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -7,12 +7,12 @@
</span><span class="cx"> text run at (0,0) width 499: "This tests that select elements with a narrow width (1px) are rendered correctly."
</span><span class="cx"> RenderBR {BR} at (499,14) size 0x0
</span><span class="cx"> RenderMenuList {SELECT} at (0,19) size 2x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><del>- RenderBlock (anonymous) at (1,1) size 25x25
</del><ins>+ RenderBlock (anonymous) at (1,1) size 23x25
</ins><span class="cx"> RenderText at (4,4) size 25x17
</span><span class="cx"> text run at (4,4) width 25: "test"
</span><span class="cx"> RenderBR {BR} at (2,38) size 0x0
</span><span class="cx"> RenderMenuList {SELECT} at (0,50) size 2x27 [bgcolor=#0000FF] [border: (1px solid #000000)]
</span><del>- RenderBlock (anonymous) at (1,1) size 25x25
</del><ins>+ RenderBlock (anonymous) at (1,1) size 23x25
</ins><span class="cx"> RenderText at (4,4) size 25x17
</span><span class="cx"> text run at (4,4) width 25: "test"
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformsmenulistnooverflowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/menulist-no-overflow-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/menulist-no-overflow-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/menulist-no-overflow-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</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 253x21 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 251x19
</del><ins>+ RenderMenuList {SELECT} at (0,0) size 251x21 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 249x19
</ins><span class="cx"> RenderText at (4,4) size 226x11
</span><span class="cx"> text run at (4,4) width 226: "No overflow should be allowed on popup menus!"
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformsmenulistrestrictlineheightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/menulist-restrict-line-height-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/menulist-restrict-line-height-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/menulist-restrict-line-height-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx"> RenderText {#text} at (0,0) size 417x17
</span><span class="cx"> text run at (0,0) width 417: "This tests that we don't honor line-height for styled popup buttons."
</span><span class="cx"> RenderBR {BR} at (417,14) size 0x0
</span><del>- RenderMenuList {SELECT} at (2,19) size 247x27 [bgcolor=#ADD8E6] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 245x25
</del><ins>+ RenderMenuList {SELECT} at (2,19) size 245x27 [bgcolor=#ADD8E6] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 243x25
</ins><span class="cx"> RenderText at (4,4) size 220x17
</span><span class="cx"> text run at (4,4) width 220: "This text should not be clipped."
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformsmenulistseparatorpaintingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/menulist-separator-painting-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/menulist-separator-painting-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/menulist-separator-painting-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -5,8 +5,8 @@
</span><span class="cx"> RenderBody {BODY} at (8,8) size 784x584
</span><span class="cx"> RenderBlock {DIV} at (0,0) size 784x6 [border: (3px solid #FFFFFF)]
</span><span class="cx"> RenderBlock (anonymous) at (0,6) size 784x31
</span><del>- RenderMenuList {SELECT} at (2,2) size 27x27 [bgcolor=#FFFFFF] [border: (1px solid #008000)]
- RenderBlock (anonymous) at (1,1) size 25x25
</del><ins>+ RenderMenuList {SELECT} at (2,2) size 25x27 [bgcolor=#FFFFFF] [border: (1px solid #008000)]
+ RenderBlock (anonymous) at (1,1) size 23x25
</ins><span class="cx"> RenderText at (4,4) size 0x17
</span><span class="cx"> text run at (4,4) width 0: " "
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformsmenuliststylecolorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/menulist-style-color-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/menulist-style-color-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/menulist-style-color-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -3,26 +3,26 @@
</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 78x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 76x25
</del><ins>+ RenderMenuList {SELECT} at (2,2) size 76x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 74x25
</ins><span class="cx"> RenderText at (4,4) size 51x17
</span><span class="cx"> text run at (4,4) width 51: "Default"
</span><del>- RenderText {#text} at (82,7) size 4x17
- text run at (82,7) width 4: " "
- RenderMenuList {SELECT} at (88,2) size 57x27 [color=#FF0000] [bgcolor=#FFFFFF] [border: (1px solid #FF0000)]
- RenderBlock (anonymous) at (1,1) size 55x25
</del><ins>+ RenderText {#text} at (80,7) size 4x17
+ text run at (80,7) width 4: " "
+ RenderMenuList {SELECT} at (86,2) size 55x27 [color=#FF0000] [bgcolor=#FFFFFF] [border: (1px solid #FF0000)]
+ RenderBlock (anonymous) at (1,1) size 53x25
</ins><span class="cx"> RenderText at (4,4) size 30x17
</span><span class="cx"> text run at (4,4) width 30: "Red"
</span><del>- RenderText {#text} at (147,7) size 4x17
- text run at (147,7) width 4: " "
- RenderMenuList {SELECT} at (153,2) size 145x27 [bgcolor=#008000] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 143x25
</del><ins>+ RenderText {#text} at (143,7) size 4x17
+ text run at (143,7) width 4: " "
+ RenderMenuList {SELECT} at (149,2) size 143x27 [bgcolor=#008000] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 141x25
</ins><span class="cx"> RenderText at (4,4) size 118x17
</span><span class="cx"> text run at (4,4) width 118: "Default on green"
</span><del>- RenderText {#text} at (300,7) size 4x17
- text run at (300,7) width 4: " "
- RenderMenuList {SELECT} at (306,2) size 124x27 [color=#FF0000] [bgcolor=#008000] [border: (1px solid #FF0000)]
- RenderBlock (anonymous) at (1,1) size 122x25
</del><ins>+ RenderText {#text} at (294,7) size 4x17
+ text run at (294,7) width 4: " "
+ RenderMenuList {SELECT} at (300,2) size 122x27 [color=#FF0000] [bgcolor=#008000] [border: (1px solid #FF0000)]
+ RenderBlock (anonymous) at (1,1) size 120x25
</ins><span class="cx"> RenderText at (4,4) size 97x17
</span><span class="cx"> text run at (4,4) width 97: "Red on green"
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformsmenulistwidthchangeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/menulist-width-change-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/menulist-width-change-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/menulist-width-change-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -10,8 +10,8 @@
</span><span class="cx"> RenderText {#text} at (0,17) size 364x17
</span><span class="cx"> text run at (0,17) width 364: "that the select automatically recalculates the correct width."
</span><span class="cx"> RenderBR {BR} at (364,31) size 0x0
</span><del>- RenderMenuList {SELECT} at (2,36) size 165x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 163x25
</del><ins>+ RenderMenuList {SELECT} at (2,36) size 163x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 161x25
</ins><span class="cx"> RenderText at (4,4) size 38x17
</span><span class="cx"> text run at (4,4) width 38: "Short"
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformsoptionscriptexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/option-script-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/option-script-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/option-script-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -11,8 +11,8 @@
</span><span class="cx"> text run at (0,17) width 109: "TEST FAILED: "
</span><span class="cx"> text run at (109,17) width 316: "If the popup menu says \"document.write('Text')\". "
</span><span class="cx"> RenderBR {BR} at (425,31) size 0x0
</span><del>- RenderMenuList {SELECT} at (2,36) size 58x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 56x25
</del><ins>+ RenderMenuList {SELECT} at (2,36) size 56x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 54x25
</ins><span class="cx"> RenderText at (4,4) size 31x17
</span><span class="cx"> text run at (4,4) width 31: "Text"
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformsoptionstripwhitespaceexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/option-strip-whitespace-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/option-strip-whitespace-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/option-strip-whitespace-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -19,24 +19,24 @@
</span><span class="cx"> RenderBR {BR} at (0,171) size 0x17
</span><span class="cx"> RenderText {#text} at (0,195) size 298x17
</span><span class="cx"> text run at (0,195) width 298: "Five Spaces (with leading/trailing whitespace): "
</span><del>- RenderMenuList {SELECT} at (300,190) size 116x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 114x25
</del><ins>+ RenderMenuList {SELECT} at (300,190) size 114x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 112x25
</ins><span class="cx"> RenderText at (4,4) size 89x17
</span><span class="cx"> text run at (4,4) width 89: "Five Spaces"
</span><del>- RenderBR {BR} at (418,209) size 0x0
</del><ins>+ RenderBR {BR} at (416,209) size 0x0
</ins><span class="cx"> RenderBR {BR} at (0,219) size 0x17
</span><span class="cx"> RenderText {#text} at (0,243) size 285x17
</span><span class="cx"> text run at (0,243) width 285: "Five Tabs (with leading/trailing whitespace): "
</span><del>- RenderMenuList {SELECT} at (287,238) size 98x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 96x25
</del><ins>+ RenderMenuList {SELECT} at (287,238) size 96x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 94x25
</ins><span class="cx"> RenderText at (4,4) size 71x17
</span><span class="cx"> text run at (4,4) width 71: "Five Tabs"
</span><del>- RenderBR {BR} at (387,257) size 0x0
</del><ins>+ RenderBR {BR} at (385,257) size 0x0
</ins><span class="cx"> RenderBR {BR} at (0,267) size 0x17
</span><span class="cx"> RenderText {#text} at (0,291) size 126x17
</span><span class="cx"> text run at (0,291) width 126: "Mixed Whitespace: "
</span><del>- RenderMenuList {SELECT} at (128,286) size 98x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 96x25
</del><ins>+ RenderMenuList {SELECT} at (128,286) size 96x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 94x25
</ins><span class="cx"> RenderText at (4,4) size 71x17
</span><span class="cx"> text run at (4,4) width 71: "Five Tabs"
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformsplaceholderpositionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/placeholder-position-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/placeholder-position-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/placeholder-position-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</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 207x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 201x17
- RenderBlock {DIV} at (0,8) size 0x0
- RenderBlock {DIV} at (0,0) size 185x17
- RenderBlock {DIV} at (185,0) size 16x17
- RenderBR {BR} at (211,19) size 0x0
- RenderTextControl {INPUT} at (2,29) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderBR {BR} at (195,46) size 0x0
- RenderTextControl {INPUT} at (2,56) size 207x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 201x17
- RenderBlock {DIV} at (0,8) size 0x0
- RenderBlock {DIV} at (0,0) size 185x17
- RenderBlock {DIV} at (185,0) size 16x17
- RenderBR {BR} at (211,73) size 0x0
- RenderTextControl {INPUT} at (2,83) size 223x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 217x17
- RenderBlock {DIV} at (0,0) size 16x17
- RenderBlock {DIV} at (16,0) size 185x17
- RenderBlock {DIV} at (201,0) size 16x17
- RenderBR {BR} at (227,100) size 0x0
- RenderBR {BR} at (205,152) size 0x0
- RenderTextControl {INPUT} at (2,154) size 191x37 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderBR {BR} at (195,171) size 0x0
- RenderBR {BR} at (205,250) size 0x0
- RenderTextControl {INPUT} at (5,255) size 178x29 [bgcolor=#FFFFFF] [border: (5px solid #000000)]
- RenderBR {BR} at (188,275) size 0x0
- RenderTextControl {INPUT} at (2,291) size 191x31 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderText {#text} at (195,298) size 4x17
- text run at (195,298) width 4: " "
- RenderTextControl {INPUT} at (201,291) size 191x31 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderText {#text} at (394,298) size 4x17
- text run at (394,298) width 4: " "
- RenderBR {BR} at (398,312) size 0x0
- RenderTextControl {INPUT} at (2,326) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderText {#text} at (195,329) size 4x17
- text run at (195,329) width 4: " "
- RenderTextControl {INPUT} at (201,326) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderText {#text} at (394,329) size 4x17
- text run at (394,329) width 4: " "
- RenderTextControl {INPUT} at (400,326) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderText {#text} at (593,329) size 4x17
- text run at (593,329) width 4: " "
- RenderBR {BR} at (597,343) size 0x0
- RenderBR {BR} at (195,384) size 0x0
-layer at (13,13) size 185x17
- RenderBlock {DIV} at (3,3) size 185x17 [color=#A9A9A9]
</del><ins>+ RenderTextControl {INPUT} at (2,2) size 211x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 205x20
+ RenderBlock {DIV} at (0,10) size 0x0
+ RenderBlock {DIV} at (0,1) size 185x18
+ RenderBlock {DIV} at (185,0) size 20x20
+ RenderBR {BR} at (215,20) size 0x0
+ RenderTextControl {INPUT} at (2,32) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderBR {BR} at (195,49) size 0x0
+ RenderTextControl {INPUT} at (2,59) size 211x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 205x20
+ RenderBlock {DIV} at (0,10) size 0x0
+ RenderBlock {DIV} at (0,1) size 185x18
+ RenderBlock {DIV} at (185,0) size 20x20
+ RenderBR {BR} at (215,77) size 0x0
+ RenderTextControl {INPUT} at (2,89) size 231x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 225x20
+ RenderBlock {DIV} at (0,0) size 20x20
+ RenderBlock {DIV} at (20,1) size 185x18
+ RenderBlock {DIV} at (205,0) size 20x20
+ RenderBR {BR} at (235,107) size 0x0
+ RenderBR {BR} at (205,161) size 0x0
+ RenderTextControl {INPUT} at (2,163) size 191x37 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderBR {BR} at (195,180) size 0x0
+ RenderBR {BR} at (205,259) size 0x0
+ RenderTextControl {INPUT} at (5,264) size 178x29 [bgcolor=#FFFFFF] [border: (5px solid #000000)]
+ RenderBR {BR} at (188,284) size 0x0
+ RenderTextControl {INPUT} at (2,300) size 191x31 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderText {#text} at (195,307) size 4x17
+ text run at (195,307) width 4: " "
+ RenderTextControl {INPUT} at (201,300) size 191x31 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderText {#text} at (394,307) size 4x17
+ text run at (394,307) width 4: " "
+ RenderBR {BR} at (398,321) size 0x0
+ RenderTextControl {INPUT} at (2,335) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderText {#text} at (195,338) size 4x17
+ text run at (195,338) width 4: " "
+ RenderTextControl {INPUT} at (201,335) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderText {#text} at (394,338) size 4x17
+ text run at (394,338) width 4: " "
+ RenderTextControl {INPUT} at (400,335) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderText {#text} at (593,338) size 4x17
+ text run at (593,338) width 4: " "
+ RenderBR {BR} at (597,352) size 0x0
+ RenderBR {BR} at (195,393) size 0x0
+layer at (13,15) size 185x17
+ RenderBlock {DIV} at (3,4) size 185x18 [color=#A9A9A9]
</ins><span class="cx"> RenderText {#text} at (0,0) size 84x17
</span><span class="cx"> text run at (0,0) width 84: "placeholder"
</span><del>-layer at (13,13) size 185x17
</del><ins>+layer at (13,15) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 185x17
</span><del>-layer at (13,40) size 185x17
</del><ins>+layer at (13,43) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17 [color=#A9A9A9]
</span><span class="cx"> RenderText {#text} at (0,0) size 84x17
</span><span class="cx"> text run at (0,0) width 84: "placeholder"
</span><del>-layer at (13,40) size 185x17
</del><ins>+layer at (13,43) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17
</span><del>-layer at (13,67) size 185x17
- RenderBlock {DIV} at (3,3) size 185x17 [color=#A9A9A9]
</del><ins>+layer at (13,72) size 185x17
+ RenderBlock {DIV} at (3,4) size 185x18 [color=#A9A9A9]
</ins><span class="cx"> RenderText {#text} at (101,0) size 84x17
</span><span class="cx"> text run at (101,0) width 84: "placeholder"
</span><del>-layer at (13,67) size 185x17
</del><ins>+layer at (13,72) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 185x17
</span><del>-layer at (29,94) size 185x17
- RenderBlock {DIV} at (19,3) size 185x17 [color=#A9A9A9]
</del><ins>+layer at (33,102) size 185x17
+ RenderBlock {DIV} at (23,4) size 185x18 [color=#A9A9A9]
</ins><span class="cx"> RenderText {#text} at (0,0) size 84x17
</span><span class="cx"> text run at (0,0) width 84: "placeholder"
</span><del>-layer at (29,94) size 185x17
</del><ins>+layer at (33,102) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 185x17
</span><del>-layer at (10,118) size 201x40 clip at (11,119) size 199x38
- RenderTextControl {TEXTAREA} at (2,110) size 201x40 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</del><ins>+layer at (10,127) size 201x40 clip at (11,128) size 199x38
+ RenderTextControl {TEXTAREA} at (2,119) size 201x40 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 195x17
</span><span class="cx"> RenderBlock {DIV} at (3,3) size 195x17 [color=#A9A9A9]
</span><span class="cx"> RenderText {#text} at (0,0) size 84x17
</span><span class="cx"> text run at (0,0) width 84: "placeholder"
</span><del>-layer at (13,165) size 185x17
</del><ins>+layer at (13,174) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17 [color=#A9A9A9]
</span><span class="cx"> RenderText {#text} at (0,0) size 84x17
</span><span class="cx"> text run at (0,0) width 84: "placeholder"
</span><del>-layer at (13,165) size 185x17
</del><ins>+layer at (13,174) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17
</span><del>-layer at (10,203) size 201x53 clip at (11,204) size 199x51
- RenderTextControl {TEXTAREA} at (2,195) size 201x53 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</del><ins>+layer at (10,212) size 201x53 clip at (11,213) size 199x51
+ RenderTextControl {TEXTAREA} at (2,204) size 201x53 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</ins><span class="cx"> RenderBlock {DIV} at (3,16) size 195x17
</span><span class="cx"> RenderBlock {DIV} at (3,16) size 195x17 [color=#A9A9A9]
</span><span class="cx"> RenderText {#text} at (0,0) size 84x17
</span><span class="cx"> text run at (0,0) width 84: "placeholder"
</span><del>-layer at (19,269) size 166x17
</del><ins>+layer at (19,278) size 166x17
</ins><span class="cx"> RenderBlock {DIV} at (6,6) size 166x17 [color=#A9A9A9]
</span><span class="cx"> RenderText {#text} at (0,0) size 75x17
</span><span class="cx"> text run at (0,0) width 75: "placeholder"
</span><del>-layer at (19,269) size 166x17
</del><ins>+layer at (19,278) size 166x17
</ins><span class="cx"> RenderBlock {DIV} at (6,6) size 166x17
</span><del>-layer at (13,302) size 185x25
</del><ins>+layer at (13,311) size 185x25
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x25
</span><span class="cx"> RenderText {#text} at (0,4) size 42x17
</span><span class="cx"> text run at (0,4) width 42: "Value"
</span><del>-layer at (212,302) size 185x25
</del><ins>+layer at (212,311) size 185x25
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x25 [color=#A9A9A9]
</span><span class="cx"> RenderText {#text} at (0,4) size 84x17
</span><span class="cx"> text run at (0,4) width 84: "placeholder"
</span><del>-layer at (212,302) size 185x25
</del><ins>+layer at (212,311) size 185x25
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x25
</span><del>-layer at (13,337) size 185x17
</del><ins>+layer at (13,346) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17
</span><span class="cx"> RenderText {#text} at (71,0) size 43x17
</span><span class="cx"> text run at (71,0) width 43: "Value"
</span><del>-layer at (212,337) size 185x17
</del><ins>+layer at (212,346) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17 [color=#A9A9A9]
</span><span class="cx"> RenderText {#text} at (50,0) size 85x17
</span><span class="cx"> text run at (50,0) width 85: "placeholder"
</span><del>-layer at (212,337) size 185x17
</del><ins>+layer at (212,346) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17
</span><del>-layer at (411,337) size 185x17
</del><ins>+layer at (411,346) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17 [color=#A9A9A9]
</span><span class="cx"> RenderText {#text} at (50,0) size 85x17
</span><span class="cx"> text run at (50,0) width 85: "placeholder"
</span><del>-layer at (411,337) size 185x17
</del><ins>+layer at (411,346) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17
</span><del>-layer at (10,361) size 191x37
- RenderTextControl {INPUT} at (2,353) size 191x37 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-layer at (13,378) size 185x17
</del><ins>+layer at (10,370) size 191x37
+ RenderTextControl {INPUT} at (2,362) size 191x37 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+layer at (13,387) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (3,17) size 185x17 [color=#A9A9A9]
</span><span class="cx"> RenderText {#text} at (0,0) size 84x17
</span><span class="cx"> text run at (0,0) width 84: "placeholder"
</span><del>-layer at (13,378) size 185x17
</del><ins>+layer at (13,387) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (3,17) size 185x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformsplaceholderpseudostyleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -6,60 +6,62 @@
</span><span class="cx"> RenderText {#text} at (0,0) size 328x17
</span><span class="cx"> text run at (0,0) width 328: "This tests that you can set the placeholder text color."
</span><span class="cx"> RenderBR {BR} at (328,14) size 0x0
</span><del>- RenderTextControl {INPUT} at (2,19) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderText {#text} at (195,22) size 4x17
- text run at (195,22) width 4: " "
- RenderTextControl {INPUT} at (201,19) size 207x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 201x17
- RenderBlock {DIV} at (0,8) size 0x0
</del><ins>+ RenderTextControl {INPUT} at (2,20) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderText {#text} at (195,23) size 4x17
+ text run at (195,23) width 4: " "
+ RenderTextControl {INPUT} at (201,19) size 211x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 205x20
+ RenderBlock {DIV} at (0,10) size 0x0
+ RenderBlock {DIV} at (0,1) size 185x18
+ RenderBlock {DIV} at (185,0) size 20x20
+ RenderText {#text} at (414,23) size 4x17
+ text run at (414,23) width 4: " "
+ RenderTextControl {INPUT} at (420,20) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 185x17
</span><del>- RenderBlock {DIV} at (185,0) size 16x17
- RenderText {#text} at (410,22) size 4x17
- text run at (410,22) width 4: " "
- RenderTextControl {INPUT} at (416,19) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderText {#text} at (609,22) size 4x17
- text run at (609,22) width 4: " "
- RenderTextControl {INPUT} at (2,46) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderText {#text} at (195,49) size 4x17
- text run at (195,49) width 4: " "
- RenderTextControl {INPUT} at (201,46) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderText {#text} at (394,49) size 4x17
- text run at (394,49) width 4: " "
- RenderTextControl {INPUT} at (400,46) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</del><ins>+ RenderText {#text} at (613,23) size 4x17
+ text run at (613,23) width 4: " "
+ RenderTextControl {INPUT} at (2,49) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderText {#text} at (195,52) size 4x17
+ text run at (195,52) width 4: " "
+ RenderTextControl {INPUT} at (201,49) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderText {#text} at (394,52) size 4x17
+ text run at (394,52) width 4: " "
+ RenderTextControl {INPUT} at (400,49) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,30) size 185x17
</del><ins>+layer at (13,31) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17 [color=#640000]
</span><span class="cx"> RenderText {#text} at (0,0) size 25x17
</span><span class="cx"> text run at (0,0) width 25: "text"
</span><del>-layer at (13,30) size 185x17
</del><ins>+layer at (13,31) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17
</span><del>-layer at (212,30) size 185x17
- RenderBlock {DIV} at (3,3) size 185x17 [color=#640000]
</del><ins>+layer at (212,32) size 185x17
+ RenderBlock {DIV} at (3,4) size 185x18 [color=#640000]
</ins><span class="cx"> RenderText {#text} at (0,0) size 48x17
</span><span class="cx"> text run at (0,0) width 48: "search"
</span><del>-layer at (212,30) size 185x17
</del><ins>+layer at (212,32) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 185x17
</span><del>-layer at (427,30) size 185x17
</del><ins>+layer at (431,31) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17 [color=#640000]
</span><span class="cx"> RenderText {#text} at (0,0) size 69x17
</span><span class="cx"> text run at (0,0) width 69: "password"
</span><del>-layer at (427,30) size 185x17
- RenderBlock {DIV} at (3,3) size 185x17
-layer at (13,57) size 185x17
</del><ins>+layer at (431,31) size 185x17
+ RenderBlock {DIV} at (0,0) size 185x17
+layer at (13,60) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17 [color=#640000]
</span><span class="cx"> RenderText {#text} at (0,0) size 90x17
</span><span class="cx"> text run at (0,0) width 90: "disabled text"
</span><del>-layer at (13,57) size 185x17
</del><ins>+layer at (13,60) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17 [color=#545454]
</span><del>-layer at (212,57) size 185x17
</del><ins>+layer at (212,60) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17 [color=#A9A9A9]
</span><span class="cx"> RenderText {#text} at (0,0) size 48x17
</span><span class="cx"> text run at (0,0) width 48: "default"
</span><del>-layer at (212,57) size 185x17
</del><ins>+layer at (212,60) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17
</span><del>-layer at (411,57) size 185x17
</del><ins>+layer at (411,60) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17 [color=#A9A9A9]
</span><span class="cx"> RenderText {#text} at (0,0) size 113x17
</span><span class="cx"> text run at (0,0) width 113: "default disabled"
</span><del>-layer at (411,57) size 185x17
</del><ins>+layer at (411,60) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (3,3) size 185x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformssearchsearchsizewithdecorationsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/search/search-size-with-decorations-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/search/search-size-with-decorations-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/search/search-size-with-decorations-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -1,81 +1,81 @@
</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 800x205
- RenderBlock {HTML} at (0,0) size 800x205
- RenderBody {BODY} at (8,8) size 784x189
- RenderTextControl {INPUT} at (2,2) size 207x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 201x17
- RenderBlock {DIV} at (0,8) size 0x0
- RenderBlock {DIV} at (0,0) size 185x17
- RenderBlock {DIV} at (185,0) size 16x17
- RenderText {#text} at (211,5) size 4x17
- text run at (211,5) width 4: " "
</del><ins>+layer at (0,0) size 800x226
+ RenderBlock {HTML} at (0,0) size 800x226
+ RenderBody {BODY} at (8,8) size 784x210
+ RenderTextControl {INPUT} at (2,2) size 211x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 205x20
+ RenderBlock {DIV} at (0,10) size 0x0
+ RenderBlock {DIV} at (0,1) size 185x18
+ RenderBlock {DIV} at (185,0) size 20x20
+ RenderText {#text} at (215,6) size 4x17
+ text run at (215,6) width 4: " "
</ins><span class="cx"> RenderBR {BR} at (0,0) size 0x0
</span><del>- RenderTextControl {INPUT} at (2,29) size 207x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 201x17
- RenderBlock {DIV} at (0,8) size 0x0
- RenderBlock {DIV} at (0,0) size 185x17
- RenderBlock {DIV} at (185,0) size 16x17
- RenderText {#text} at (211,32) size 4x17
- text run at (211,32) width 4: " "
</del><ins>+ RenderTextControl {INPUT} at (2,32) size 211x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 205x20
+ RenderBlock {DIV} at (0,10) size 0x0
+ RenderBlock {DIV} at (0,1) size 185x18
+ RenderBlock {DIV} at (185,0) size 20x20
+ RenderText {#text} at (215,36) size 4x17
+ text run at (215,36) width 4: " "
</ins><span class="cx"> RenderBR {BR} at (0,0) size 0x0
</span><del>- RenderTextControl {INPUT} at (2,56) size 223x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 217x17
- RenderBlock {DIV} at (0,0) size 16x17
- RenderBlock {DIV} at (16,0) size 185x17
- RenderBlock {DIV} at (201,0) size 16x17
- RenderText {#text} at (227,59) size 4x17
- text run at (227,59) width 4: " "
</del><ins>+ RenderTextControl {INPUT} at (2,62) size 231x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 225x20
+ RenderBlock {DIV} at (0,0) size 20x20
+ RenderBlock {DIV} at (20,1) size 185x18
+ RenderBlock {DIV} at (205,0) size 20x20
+ RenderText {#text} at (235,66) size 4x17
+ text run at (235,66) width 4: " "
</ins><span class="cx"> RenderBR {BR} at (0,0) size 0x0
</span><del>- RenderTextControl {INPUT} at (2,83) size 223x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 217x17
- RenderBlock {DIV} at (0,0) size 16x17
- RenderBlock {DIV} at (16,0) size 185x17
- RenderBlock {DIV} at (201,0) size 16x17
- RenderText {#text} at (227,86) size 4x17
- text run at (227,86) width 4: " "
</del><ins>+ RenderTextControl {INPUT} at (2,92) size 231x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 225x20
+ RenderBlock {DIV} at (0,0) size 20x20
+ RenderBlock {DIV} at (20,1) size 185x18
+ RenderBlock {DIV} at (205,0) size 20x20
+ RenderText {#text} at (235,96) size 4x17
+ text run at (235,96) width 4: " "
</ins><span class="cx"> RenderBR {BR} at (0,0) size 0x0
</span><del>- RenderTextControl {INPUT} at (2,110) size 223x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 217x17
- RenderBlock {DIV} at (0,0) size 16x17
- RenderBlock {DIV} at (16,0) size 185x17
- RenderBlock {DIV} at (201,0) size 16x17
- RenderText {#text} at (227,113) size 4x17
- text run at (227,113) width 4: " "
</del><ins>+ RenderTextControl {INPUT} at (2,122) size 231x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 225x20
+ RenderBlock {DIV} at (0,0) size 20x20
+ RenderBlock {DIV} at (20,1) size 185x18
+ RenderBlock {DIV} at (205,0) size 20x20
+ RenderText {#text} at (235,126) size 4x17
+ text run at (235,126) width 4: " "
</ins><span class="cx"> RenderBR {BR} at (0,0) size 0x0
</span><del>- RenderTextControl {INPUT} at (2,137) size 223x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 217x17
- RenderBlock {DIV} at (0,0) size 16x17
- RenderBlock {DIV} at (16,0) size 185x17
- RenderBlock {DIV} at (201,0) size 16x17
- RenderText {#text} at (227,140) size 4x17
- text run at (227,140) width 4: " "
</del><ins>+ RenderTextControl {INPUT} at (2,152) size 231x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 225x20
+ RenderBlock {DIV} at (0,0) size 20x20
+ RenderBlock {DIV} at (20,1) size 185x18
+ RenderBlock {DIV} at (205,0) size 20x20
+ RenderText {#text} at (235,156) size 4x17
+ text run at (235,156) width 4: " "
</ins><span class="cx"> RenderBR {BR} at (0,0) size 0x0
</span><del>- RenderTextControl {INPUT} at (2,164) size 403x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 397x17
- RenderBlock {DIV} at (0,0) size 16x17
- RenderBlock {DIV} at (16,0) size 365x17
- RenderBlock {DIV} at (381,0) size 16x17
</del><ins>+ RenderTextControl {INPUT} at (2,182) size 411x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 405x20
+ RenderBlock {DIV} at (0,0) size 20x20
+ RenderBlock {DIV} at (20,1) size 365x18
+ RenderBlock {DIV} at (385,0) size 20x20
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,13) size 185x17
</del><ins>+layer at (13,15) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 185x17
</span><del>-layer at (13,40) size 185x17
</del><ins>+layer at (13,45) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 185x17
</span><span class="cx"> RenderText {#text} at (0,0) size 180x17
</span><span class="cx"> text run at (0,0) width 180: "12345678901234567890"
</span><del>-layer at (29,67) size 185x17
</del><ins>+layer at (33,75) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 185x17
</span><del>-layer at (29,94) size 185x17
</del><ins>+layer at (33,105) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 185x17
</span><span class="cx"> RenderText {#text} at (0,0) size 180x17
</span><span class="cx"> text run at (0,0) width 180: "12345678901234567890"
</span><del>-layer at (29,121) size 185x17
</del><ins>+layer at (33,135) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 185x17
</span><del>-layer at (29,148) size 185x17
</del><ins>+layer at (33,165) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 185x17
</span><span class="cx"> RenderText {#text} at (0,0) size 180x17
</span><span class="cx"> text run at (0,0) width 180: "12345678901234567890"
</span><del>-layer at (29,175) size 365x17
</del><ins>+layer at (33,195) size 365x17
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 365x17
</span><span class="cx"> RenderText {#text} at (0,0) size 360x17
</span><span class="cx"> text run at (0,0) width 360: "1234567890123456789012345678901234567890"
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformssearchcancelbuttonstylesharingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/search-cancel-button-style-sharing-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/search-cancel-button-style-sharing-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/search-cancel-button-style-sharing-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -6,23 +6,23 @@
</span><span class="cx"> RenderBlock {P} at (0,0) size 784x17
</span><span class="cx"> RenderText {#text} at (0,0) size 385x17
</span><span class="cx"> text run at (0,0) width 385: "Only the second search field should have a cancel button (\x{D7})."
</span><del>- RenderBlock (anonymous) at (0,33) size 784x27
- RenderTextControl {INPUT} at (2,2) size 207x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 201x17
- RenderBlock {DIV} at (0,8) size 0x0
- RenderBlock {DIV} at (0,0) size 185x17
- RenderBlock {DIV} at (185,0) size 16x17
- RenderText {#text} at (211,5) size 4x17
- text run at (211,5) width 4: " "
- RenderTextControl {INPUT} at (217,2) size 207x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 201x17
- RenderBlock {DIV} at (0,8) size 0x0
- RenderBlock {DIV} at (0,0) size 185x17
- RenderBlock {DIV} at (185,0) size 16x17
</del><ins>+ RenderBlock (anonymous) at (0,33) size 784x30
+ RenderTextControl {INPUT} at (2,2) size 211x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 205x20
+ RenderBlock {DIV} at (0,10) size 0x0
+ RenderBlock {DIV} at (0,1) size 185x18
+ RenderBlock {DIV} at (185,0) size 20x20
+ RenderText {#text} at (215,6) size 4x17
+ text run at (215,6) width 4: " "
+ RenderTextControl {INPUT} at (221,2) size 211x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 205x20
+ RenderBlock {DIV} at (0,10) size 0x0
+ RenderBlock {DIV} at (0,1) size 185x18
+ RenderBlock {DIV} at (185,0) size 20x20
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,46) size 185x17
</del><ins>+layer at (13,48) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 185x17
</span><del>-layer at (228,46) size 185x17
</del><ins>+layer at (232,48) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 185x17
</span><span class="cx"> RenderText {#text} at (0,0) size 56x17
</span><span class="cx"> text run at (0,0) width 56: "this one"
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformssearchdisplaynonecancelbuttonexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/search-display-none-cancel-button-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/search-display-none-cancel-button-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/search-display-none-cancel-button-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -6,12 +6,12 @@
</span><span class="cx"> RenderText {#text} at (0,0) size 499x17
</span><span class="cx"> text run at (0,0) width 499: "This tests that the display:none style will work on a search field's cancel button."
</span><span class="cx"> RenderBR {BR} at (499,14) size 0x0
</span><del>- RenderTextControl {INPUT} at (2,19) size 207x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 201x17
</del><ins>+ RenderTextControl {INPUT} at (2,19) size 211x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 205x17
</ins><span class="cx"> RenderBlock {DIV} at (0,8) size 0x0
</span><del>- RenderBlock {DIV} at (0,0) size 201x17
</del><ins>+ RenderBlock {DIV} at (0,0) size 205x17
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,30) size 201x17
- RenderBlock {DIV} at (0,0) size 201x17
</del><ins>+layer at (13,30) size 205x17
+ RenderBlock {DIV} at (0,0) size 205x17
</ins><span class="cx"> RenderText {#text} at (0,0) size 25x17
</span><span class="cx"> text run at (0,0) width 25: "test"
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformssearchrtlexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/search-rtl-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/search-rtl-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/search-rtl-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -15,33 +15,33 @@
</span><span class="cx"> text run at (358,0) width 394: "REGRESSION (SearchField): RTL search fields are mixed up"
</span><span class="cx"> RenderText {#text} at (752,0) size 4x17
</span><span class="cx"> text run at (752,0) width 4: "."
</span><del>- RenderBlock {P} at (0,33) size 784x81
- RenderTextControl {INPUT} at (2,2) size 223x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 217x17
- RenderBlock {DIV} at (0,0) size 16x17
- RenderBlock {DIV} at (16,0) size 185x17
- RenderBlock {DIV} at (201,0) size 16x17
- RenderText {#text} at (227,5) size 4x17
- text run at (227,5) width 4: " "
</del><ins>+ RenderBlock {P} at (0,33) size 784x90
+ RenderTextControl {INPUT} at (2,2) size 231x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 225x20
+ RenderBlock {DIV} at (0,0) size 20x20
+ RenderBlock {DIV} at (20,1) size 185x18
+ RenderBlock {DIV} at (205,0) size 20x20
+ RenderText {#text} at (235,6) size 4x17
+ text run at (235,6) width 4: " "
</ins><span class="cx"> RenderBR {BR} at (0,0) size 0x0
</span><del>- RenderTextControl {INPUT} at (2,29) size 313x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 307x17
- RenderBlock {DIV} at (0,0) size 16x17
- RenderBlock {DIV} at (16,0) size 275x17
- RenderBlock {DIV} at (291,0) size 16x17
- RenderText {#text} at (317,32) size 4x17
- text run at (317,32) width 4: " "
</del><ins>+ RenderTextControl {INPUT} at (2,32) size 321x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 315x20
+ RenderBlock {DIV} at (0,0) size 20x20
+ RenderBlock {DIV} at (20,1) size 275x18
+ RenderBlock {DIV} at (295,0) size 20x20
+ RenderText {#text} at (325,36) size 4x17
+ text run at (325,36) width 4: " "
</ins><span class="cx"> RenderBR {BR} at (0,0) size 0x0
</span><del>- RenderTextControl {INPUT} at (2,56) size 223x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 217x17
- RenderBlock {DIV} at (0,0) size 16x17
- RenderBlock {DIV} at (16,0) size 185x17
- RenderBlock {DIV} at (201,0) size 16x17
</del><ins>+ RenderTextControl {INPUT} at (2,62) size 231x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 225x20
+ RenderBlock {DIV} at (0,0) size 20x20
+ RenderBlock {DIV} at (20,1) size 185x18
+ RenderBlock {DIV} at (205,0) size 20x20
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderBlock {P} at (0,130) size 784x17
</del><ins>+ RenderBlock {P} at (0,139) size 784x17
</ins><span class="cx"> RenderText {#text} at (0,0) size 39x17
</span><span class="cx"> text run at (0,0) width 39: "PASS"
</span><del>-layer at (29,46) size 185x17
</del><ins>+layer at (33,48) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 185x17
</span><span class="cx"> RenderText {#text} at (9,0) size 176x17
</span><span class="cx"> text run at (9,0) width 28 RTL: " \x{5D5}\x{5D6}\x{5D4}\x{5D5}"
</span><span class="lines">@@ -49,7 +49,7 @@
</span><span class="cx"> text run at (63,0) width 56 RTL: " \x{5D5}\x{5D4}\x{5D9}\x{5D0} \x{5D6}\x{5D4} "
</span><span class="cx"> text run at (119,0) width 18: "he"
</span><span class="cx"> text run at (137,0) width 48 RTL: "\x{5D4}\x{5D5}\x{5D0} \x{5D6}\x{5D4} "
</span><del>-layer at (29,73) size 275x17
</del><ins>+layer at (33,78) size 275x17
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 275x17
</span><span class="cx"> RenderText {#text} at (99,0) size 176x17
</span><span class="cx"> text run at (99,0) width 28 RTL: " \x{5D5}\x{5D6}\x{5D4}\x{5D5}"
</span><span class="lines">@@ -57,6 +57,6 @@
</span><span class="cx"> text run at (153,0) width 56 RTL: " \x{5D5}\x{5D4}\x{5D9}\x{5D0} \x{5D6}\x{5D4} "
</span><span class="cx"> text run at (209,0) width 18: "he"
</span><span class="cx"> text run at (227,0) width 48 RTL: "\x{5D4}\x{5D5}\x{5D0} \x{5D6}\x{5D4} "
</span><del>-layer at (29,100) size 185x17
</del><ins>+layer at (33,108) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 185x17
</span><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="trunkLayoutTestsplatformgtkfastformssearchstyledexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/search-styled-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/search-styled-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/search-styled-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -1,17 +1,17 @@
</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 800x40
- RenderBlock {HTML} at (0,0) size 800x40
- RenderBody {BODY} at (8,8) size 784x24
- RenderTextControl {INPUT} at (2,2) size 168x20 [bgcolor=#FFFFFF] [border: (1px solid #BDC7D8)]
- RenderFlexibleBox {DIV} at (18,4) size 146x12
- RenderBlock {DIV} at (0,0) size 11x12
- RenderBlock {DIV} at (11,0) size 124x12
- RenderBlock {DIV} at (135,0) size 11x12
</del><ins>+layer at (0,0) size 800x43
+ RenderBlock {HTML} at (0,0) size 800x43
+ RenderBody {BODY} at (8,8) size 784x27
+ RenderTextControl {INPUT} at (2,2) size 176x23 [bgcolor=#FFFFFF] [border: (1px solid #BDC7D8)]
+ RenderFlexibleBox {DIV} at (18,4) size 154x15
+ RenderBlock {DIV} at (0,0) size 15x15
+ RenderBlock {DIV} at (15,1) size 124x13
+ RenderBlock {DIV} at (139,0) size 15x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (39,14) size 124x12
- RenderBlock {DIV} at (29,4) size 124x12 [color=#A9A9A9]
</del><ins>+layer at (43,16) size 124x12
+ RenderBlock {DIV} at (33,5) size 124x13 [color=#A9A9A9]
</ins><span class="cx"> RenderText {#text} at (0,0) size 88x12
</span><span class="cx"> text run at (0,0) width 88: "Search for Events"
</span><del>-layer at (39,14) size 124x12
</del><ins>+layer at (43,16) size 124x12
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 124x12
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformssearchfieldheightsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/searchfield-heights-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/searchfield-heights-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/searchfield-heights-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx"> RenderText {#text} at (0,0) size 368x17
</span><span class="cx"> text run at (0,0) width 368: "This tests that aqua-style search fields do not honor height."
</span><span class="cx"> RenderBR {BR} at (368,14) size 0x0
</span><del>- RenderTextControl {INPUT} at (0,121) size 74x6 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,0) size 68x6
</del><ins>+ RenderTextControl {INPUT} at (0,121) size 78x6 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,0) size 72x6
</ins><span class="cx"> RenderBlock {DIV} at (0,3) size 0x0
</span><span class="cx"> RenderBlock {DIV} at (0,0) size 62x6
</span><del>- RenderBlock {DIV} at (62,0) size 6x6
- RenderText {#text} at (74,112) size 4x17
- text run at (74,112) width 4: " "
- RenderTextControl {INPUT} at (80,101) size 187x40 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 181x34
</del><ins>+ RenderBlock {DIV} at (62,0) size 10x10
+ RenderText {#text} at (78,112) size 4x17
+ text run at (78,112) width 4: " "
+ RenderTextControl {INPUT} at (84,101) size 191x40 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 185x34
</ins><span class="cx"> RenderBlock {DIV} at (0,17) size 0x0
</span><span class="cx"> RenderBlock {DIV} at (0,8) size 166x18
</span><del>- RenderBlock {DIV} at (166,9) size 15x16
- RenderText {#text} at (269,112) size 4x17
- text run at (269,112) width 4: " "
- RenderTextControl {INPUT} at (275,17) size 339x200 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 333x194
</del><ins>+ RenderBlock {DIV} at (166,7) size 19x20
+ RenderText {#text} at (277,112) size 4x17
+ text run at (277,112) width 4: " "
+ RenderTextControl {INPUT} at (283,17) size 343x200 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 337x194
</ins><span class="cx"> RenderBlock {DIV} at (0,97) size 0x0
</span><span class="cx"> RenderBlock {DIV} at (0,82) size 309x30
</span><del>- RenderBlock {DIV} at (309,85) size 24x24
</del><ins>+ RenderBlock {DIV} at (309,83) size 28x28
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><span class="cx"> layer at (11,129) size 62x6
</span><span class="cx"> RenderBlock {DIV} at (0,0) size 62x6
</span><span class="cx"> RenderText {#text} at (0,0) size 10x6
</span><span class="cx"> text run at (0,0) width 10: "mini"
</span><del>-layer at (91,121) size 166x17
</del><ins>+layer at (95,121) size 166x17
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 166x17
</span><span class="cx"> RenderText {#text} at (0,0) size 35x17
</span><span class="cx"> text run at (0,0) width 35: "small"
</span><del>-layer at (286,110) size 309x30
</del><ins>+layer at (294,110) size 309x30
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 309x30
</span><span class="cx"> RenderText {#text} at (0,0) size 84x30
</span><span class="cx"> text run at (0,0) width 84: "regular"
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformsselectoptgrouprenderingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/select/optgroup-rendering-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/select/optgroup-rendering-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/select/optgroup-rendering-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -8,8 +8,8 @@
</span><span class="cx"> RenderText {#text} at (97,344) size 4x17
</span><span class="cx"> text run at (97,344) width 4: " "
</span><span class="cx"> RenderBR {BR} at (101,344) size 0x17
</span><del>- RenderMenuList {SELECT} at (2,367) size 85x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 83x25
</del><ins>+ RenderMenuList {SELECT} at (2,367) size 83x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 81x25
</ins><span class="cx"> RenderText at (4,4) size 42x17
</span><span class="cx"> text run at (4,4) width 42: "Three"
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformsselectbackgroundnoneexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/select-background-none-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/select-background-none-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/select-background-none-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -3,8 +3,8 @@
</span><span class="cx"> layer at (0,0) size 800x47
</span><span class="cx"> RenderBlock {HTML} at (0,0) size 800x47
</span><span class="cx"> RenderBody {BODY} at (8,8) size 784x31 [bgcolor=#666666]
</span><del>- RenderMenuList {SELECT} at (2,2) size 36x27 [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 34x25
</del><ins>+ RenderMenuList {SELECT} at (2,2) size 34x27 [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 32x25
</ins><span class="cx"> RenderText at (4,4) size 9x17
</span><span class="cx"> text run at (4,4) width 9: "1"
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformsselectbaselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/select-baseline-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/select-baseline-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/select-baseline-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -6,43 +6,43 @@
</span><span class="cx"> RenderText {#text} at (0,0) size 462x17
</span><span class="cx"> text run at (0,0) width 462: "This tests that empty select controls and buttons have the correct baseline."
</span><span class="cx"> RenderBR {BR} at (462,14) size 0x0
</span><del>- RenderMenuList {SELECT} at (2,19) size 27x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 25x25
</del><ins>+ RenderMenuList {SELECT} at (2,19) size 25x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 23x25
</ins><span class="cx"> RenderText at (4,4) size 0x17
</span><span class="cx"> text run at (4,4) width 0: " "
</span><del>- RenderText {#text} at (31,24) size 29x17
- text run at (31,24) width 29: " test "
- RenderMenuList {SELECT} at (62,19) size 52x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 50x25
</del><ins>+ RenderText {#text} at (29,24) size 29x17
+ text run at (29,24) width 29: " test "
+ RenderMenuList {SELECT} at (60,19) size 50x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 48x25
</ins><span class="cx"> RenderText at (4,4) size 25x17
</span><span class="cx"> text run at (4,4) width 25: "test"
</span><del>- RenderText {#text} at (116,24) size 4x17
- text run at (116,24) width 4: " "
- RenderMenuList {SELECT} at (122,19) size 27x27 [color=#00008B] [bgcolor=#ADD8E6] [border: (1px solid #00008B)]
- RenderBlock (anonymous) at (1,1) size 25x25
</del><ins>+ RenderText {#text} at (112,24) size 4x17
+ text run at (112,24) width 4: " "
+ RenderMenuList {SELECT} at (118,19) size 25x27 [color=#00008B] [bgcolor=#ADD8E6] [border: (1px solid #00008B)]
+ RenderBlock (anonymous) at (1,1) size 23x25
</ins><span class="cx"> RenderText at (4,4) size 0x17
</span><span class="cx"> text run at (4,4) width 0: " "
</span><del>- RenderText {#text} at (151,24) size 29x17
- text run at (151,24) width 29: " test "
- RenderMenuList {SELECT} at (182,19) size 52x27 [color=#00008B] [bgcolor=#ADD8E6] [border: (1px solid #00008B)]
- RenderBlock (anonymous) at (1,1) size 50x25
</del><ins>+ RenderText {#text} at (145,24) size 29x17
+ text run at (145,24) width 29: " test "
+ RenderMenuList {SELECT} at (176,19) size 50x27 [color=#00008B] [bgcolor=#ADD8E6] [border: (1px solid #00008B)]
+ RenderBlock (anonymous) at (1,1) size 48x25
</ins><span class="cx"> RenderText at (4,4) size 25x17
</span><span class="cx"> text run at (4,4) width 25: "test"
</span><del>- RenderText {#text} at (236,24) size 4x17
- text run at (236,24) width 4: " "
- RenderButton {BUTTON} at (242,34) size 16x9 [bgcolor=#C0C0C0] [border: (2px outset #C0C0C0)]
- RenderText {#text} at (260,24) size 4x17
- text run at (260,24) width 4: " "
- RenderButton {BUTTON} at (266,20) size 41x26 [bgcolor=#C0C0C0] [border: (2px outset #C0C0C0)]
</del><ins>+ RenderText {#text} at (228,24) size 4x17
+ text run at (228,24) width 4: " "
+ RenderButton {BUTTON} at (234,34) size 16x9 [bgcolor=#C0C0C0] [border: (2px outset #C0C0C0)]
+ RenderText {#text} at (252,24) size 4x17
+ text run at (252,24) width 4: " "
+ RenderButton {BUTTON} at (258,20) size 41x26 [bgcolor=#C0C0C0] [border: (2px outset #C0C0C0)]
</ins><span class="cx"> RenderBlock (anonymous) at (8,4) size 25x17
</span><span class="cx"> RenderText {#text} at (0,0) size 25x17
</span><span class="cx"> text run at (0,0) width 25: "test"
</span><del>- RenderText {#text} at (309,24) size 4x17
- text run at (309,24) width 4: " "
- RenderButton {BUTTON} at (315,34) size 16x9 [color=#00008B] [bgcolor=#ADD8E6] [border: (2px outset #C0C0C0)]
- RenderText {#text} at (333,24) size 4x17
- text run at (333,24) width 4: " "
- RenderButton {BUTTON} at (339,20) size 41x26 [color=#00008B] [bgcolor=#ADD8E6] [border: (2px outset #C0C0C0)]
</del><ins>+ RenderText {#text} at (301,24) size 4x17
+ text run at (301,24) width 4: " "
+ RenderButton {BUTTON} at (307,34) size 16x9 [color=#00008B] [bgcolor=#ADD8E6] [border: (2px outset #C0C0C0)]
+ RenderText {#text} at (325,24) size 4x17
+ text run at (325,24) width 4: " "
+ RenderButton {BUTTON} at (331,20) size 41x26 [color=#00008B] [bgcolor=#ADD8E6] [border: (2px outset #C0C0C0)]
</ins><span class="cx"> RenderBlock (anonymous) at (8,4) size 25x17
</span><span class="cx"> RenderText {#text} at (0,0) size 25x17
</span><span class="cx"> text run at (0,0) width 25: "test"
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformsselectchangelistboxtopopupexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/select-change-listbox-to-popup-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/select-change-listbox-to-popup-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/select-change-listbox-to-popup-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -6,8 +6,8 @@
</span><span class="cx"> RenderText {#text} at (0,0) size 441x17
</span><span class="cx"> text run at (0,0) width 441: "This tests that you can dynamically change a list box to a popup menu"
</span><span class="cx"> RenderBR {BR} at (441,14) size 0x0
</span><del>- RenderMenuList {SELECT} at (2,19) size 277x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 275x25
</del><ins>+ RenderMenuList {SELECT} at (2,19) size 275x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 273x25
</ins><span class="cx"> RenderText at (4,4) size 250x17
</span><span class="cx"> text run at (4,4) width 250: "This should turn into a popup menu"
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformsselectdirtyparentprefwidthsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/select-dirty-parent-pref-widths-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/select-dirty-parent-pref-widths-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/select-dirty-parent-pref-widths-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -3,12 +3,12 @@
</span><span class="cx"> layer at (0,0) size 800x98
</span><span class="cx"> RenderBlock {HTML} at (0,0) size 800x98
</span><span class="cx"> RenderBody {BODY} at (8,8) size 784x74
</span><del>- RenderTable {TABLE} at (0,0) size 67x41 [border: (1px outset #808080)]
- RenderTableSection {TBODY} at (1,1) size 65x39
- RenderTableRow {TR} at (0,2) size 65x35
- RenderTableCell {TD} at (2,2) size 61x35 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
- RenderMenuList {SELECT} at (4,4) size 52x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 50x25
</del><ins>+ RenderTable {TABLE} at (0,0) size 65x41 [border: (1px outset #808080)]
+ RenderTableSection {TBODY} at (1,1) size 63x39
+ RenderTableRow {TR} at (0,2) size 63x35
+ RenderTableCell {TD} at (2,2) size 59x35 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+ RenderMenuList {SELECT} at (4,4) size 50x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 48x25
</ins><span class="cx"> RenderText at (4,4) size 25x17
</span><span class="cx"> text run at (4,4) width 25: "test"
</span><span class="cx"> RenderBlock {P} at (0,57) size 784x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformsselectdisabledappearanceexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/select-disabled-appearance-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/select-disabled-appearance-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/select-disabled-appearance-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -16,14 +16,14 @@
</span><span class="cx"> RenderText {#text} at (705,0) size 4x17
</span><span class="cx"> text run at (705,0) width 4: "."
</span><span class="cx"> RenderBlock {P} at (0,33) size 784x31
</span><del>- RenderMenuList {SELECT} at (2,2) size 196x27 [color=#808080] [bgcolor=#FFFFFF] [border: (1px solid #808080)]
- RenderBlock (anonymous) at (1,1) size 194x25
</del><ins>+ RenderMenuList {SELECT} at (2,2) size 194x27 [color=#808080] [bgcolor=#FFFFFF] [border: (1px solid #808080)]
+ RenderBlock (anonymous) at (1,1) size 192x25
</ins><span class="cx"> RenderText at (4,4) size 169x17
</span><span class="cx"> text run at (4,4) width 169: "This text should be gray"
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><span class="cx"> RenderBlock {P} at (0,80) size 784x31
</span><del>- RenderMenuList {SELECT} at (2,2) size 203x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 201x25
</del><ins>+ RenderMenuList {SELECT} at (2,2) size 201x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 199x25
</ins><span class="cx"> RenderText at (4,4) size 176x17
</span><span class="cx"> text run at (4,4) width 176: "This text should be black"
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformsselectelementfocusringexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/select-element-focus-ring-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/select-element-focus-ring-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/select-element-focus-ring-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</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 81x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 79x25
</del><ins>+ RenderMenuList {SELECT} at (2,2) size 79x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 77x25
</ins><span class="cx"> RenderText at (4,4) size 54x17
</span><span class="cx"> text run at (4,4) width 54: "banana"
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformsselectinitialpositionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/select-initial-position-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/select-initial-position-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/select-initial-position-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -28,29 +28,29 @@
</span><span class="cx"> RenderText {#text} at (0,282) size 93x17
</span><span class="cx"> text run at (0,282) width 93: "initial selected:"
</span><span class="cx"> RenderBR {BR} at (93,296) size 0x0
</span><del>- RenderMenuList {SELECT} at (2,301) size 190x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 188x25
</del><ins>+ RenderMenuList {SELECT} at (2,301) size 188x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 186x25
</ins><span class="cx"> RenderText at (4,4) size 163x17
</span><span class="cx"> text run at (4,4) width 163: "this should be selected"
</span><del>- RenderText {#text} at (194,306) size 4x17
- text run at (194,306) width 4: " "
- RenderBR {BR} at (198,320) size 0x0
</del><ins>+ RenderText {#text} at (192,306) size 4x17
+ text run at (192,306) width 4: " "
+ RenderBR {BR} at (196,320) size 0x0
</ins><span class="cx"> RenderText {#text} at (0,330) size 161x17
</span><span class="cx"> text run at (0,330) width 161: "dynamic selected change:"
</span><span class="cx"> RenderBR {BR} at (161,344) size 0x0
</span><del>- RenderMenuList {SELECT} at (2,349) size 190x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 188x25
</del><ins>+ RenderMenuList {SELECT} at (2,349) size 188x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 186x25
</ins><span class="cx"> RenderText at (4,4) size 163x17
</span><span class="cx"> text run at (4,4) width 163: "this should be selected"
</span><del>- RenderText {#text} at (194,354) size 4x17
- text run at (194,354) width 4: " "
</del><ins>+ RenderText {#text} at (192,354) size 4x17
+ text run at (192,354) width 4: " "
</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,378) size 211x17
</span><span class="cx"> text run at (0,378) width 211: "dynamic insert of selected option:"
</span><span class="cx"> RenderBR {BR} at (211,392) size 0x0
</span><del>- RenderMenuList {SELECT} at (2,397) size 190x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 188x25
</del><ins>+ RenderMenuList {SELECT} at (2,397) size 188x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 186x25
</ins><span class="cx"> RenderText at (4,4) size 163x17
</span><span class="cx"> text run at (4,4) width 163: "this should be selected"
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformsselectselectedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/select-selected-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/select-selected-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/select-selected-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</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 332x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 330x25
</del><ins>+ RenderMenuList {SELECT} at (2,2) size 330x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 328x25
</ins><span class="cx"> RenderText at (4,4) size 219x17
</span><span class="cx"> text run at (4,4) width 219: "should see this option selected"
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformsselectsizeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/select-size-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/select-size-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/select-size-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -7,8 +7,8 @@
</span><span class="cx"> text run at (0,0) width 783: "This tests that a malformed size attribute will be parsed and corrected so that the right size attribute value is used to match the"
</span><span class="cx"> text run at (0,17) width 406: "style rule that determines whether to use a menu list or a list box."
</span><span class="cx"> RenderBR {BR} at (406,31) size 0x0
</span><del>- RenderMenuList {SELECT} at (2,36) size 52x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 50x25
</del><ins>+ RenderMenuList {SELECT} at (2,36) size 50x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 48x25
</ins><span class="cx"> RenderText at (4,4) size 25x17
</span><span class="cx"> text run at (4,4) width 25: "test"
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformsselectstyleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/select-style-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/select-style-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/select-style-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -7,67 +7,67 @@
</span><span class="cx"> text run at (0,0) width 250: "This tests that styled popups look right. "
</span><span class="cx"> text run at (250,0) width 304: "(Aqua for now- later, we will honor the styling)."
</span><span class="cx"> RenderBR {BR} at (554,14) size 0x0
</span><del>- RenderMenuList {SELECT} at (2,19) size 52x27 [bgcolor=#FF0000] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 50x25
</del><ins>+ RenderMenuList {SELECT} at (2,19) size 50x27 [bgcolor=#FF0000] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 48x25
</ins><span class="cx"> RenderText at (4,4) size 25x17
</span><span class="cx"> text run at (4,4) width 25: "test"
</span><del>- RenderText {#text} at (56,24) size 4x17
- text run at (56,24) width 4: " "
- RenderBR {BR} at (60,38) size 0x0
</del><ins>+ RenderText {#text} at (54,24) size 4x17
+ text run at (54,24) width 4: " "
+ RenderBR {BR} at (58,38) size 0x0
</ins><span class="cx"> RenderText {#text} at (0,48) size 528x17
</span><span class="cx"> text run at (0,48) width 528: "This tests that background color is white by default regardless of the parent element."
</span><span class="cx"> RenderBR {BR} at (528,62) size 0x0
</span><del>- RenderInline {SPAN} at (0,0) size 70x27 [bgcolor=#FF0000]
</del><ins>+ RenderInline {SPAN} at (0,0) size 68x27 [bgcolor=#FF0000]
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderMenuList {SELECT} at (7,67) size 52x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 50x25
</del><ins>+ RenderMenuList {SELECT} at (7,67) size 50x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 48x25
</ins><span class="cx"> RenderText at (4,4) size 25x17
</span><span class="cx"> text run at (4,4) width 25: "test"
</span><del>- RenderText {#text} at (61,72) size 4x17
- text run at (61,72) width 4: " "
</del><ins>+ RenderText {#text} at (59,72) size 4x17
+ text run at (59,72) width 4: " "
</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,96) size 625x17
</span><span class="cx"> text run at (0,96) width 625: "This tests that background color is inherited from the parent if background-color:inherit is specified."
</span><span class="cx"> RenderBR {BR} at (625,110) size 0x0
</span><del>- RenderInline {SPAN} at (0,0) size 70x27 [bgcolor=#FF0000]
</del><ins>+ RenderInline {SPAN} at (0,0) size 68x27 [bgcolor=#FF0000]
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderMenuList {SELECT} at (7,115) size 52x27 [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 50x25
</del><ins>+ RenderMenuList {SELECT} at (7,115) size 50x27 [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 48x25
</ins><span class="cx"> RenderText at (4,4) size 25x17
</span><span class="cx"> text run at (4,4) width 25: "test"
</span><del>- RenderText {#text} at (61,120) size 4x17
- text run at (61,120) width 4: " "
</del><ins>+ RenderText {#text} at (59,120) size 4x17
+ text run at (59,120) width 4: " "
</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,144) size 637x17
</span><span class="cx"> text run at (0,144) width 637: "This tests that background color is the same as the parent if background-color:transparent is specified."
</span><span class="cx"> RenderBR {BR} at (637,158) size 0x0
</span><del>- RenderInline {SPAN} at (0,0) size 70x27 [bgcolor=#FF0000]
</del><ins>+ RenderInline {SPAN} at (0,0) size 68x27 [bgcolor=#FF0000]
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderMenuList {SELECT} at (7,163) size 52x27 [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 50x25
</del><ins>+ RenderMenuList {SELECT} at (7,163) size 50x27 [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 48x25
</ins><span class="cx"> RenderText at (4,4) size 25x17
</span><span class="cx"> text run at (4,4) width 25: "test"
</span><del>- RenderText {#text} at (61,168) size 4x17
- text run at (61,168) width 4: " "
</del><ins>+ RenderText {#text} at (59,168) size 4x17
+ text run at (59,168) width 4: " "
</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,192) size 498x17
</span><span class="cx"> text run at (0,192) width 498: "This tests that background is white if only background-image:none is specified."
</span><span class="cx"> RenderBR {BR} at (498,206) size 0x0
</span><del>- RenderMenuList {SELECT} at (2,211) size 52x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 50x25
</del><ins>+ RenderMenuList {SELECT} at (2,211) size 50x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 48x25
</ins><span class="cx"> RenderText at (4,4) size 25x17
</span><span class="cx"> text run at (4,4) width 25: "test"
</span><del>- RenderText {#text} at (56,216) size 4x17
- text run at (56,216) width 4: " "
- RenderBR {BR} at (60,230) size 0x0
</del><ins>+ RenderText {#text} at (54,216) size 4x17
+ text run at (54,216) width 4: " "
+ RenderBR {BR} at (58,230) size 0x0
</ins><span class="cx"> RenderText {#text} at (0,240) size 418x17
</span><span class="cx"> text run at (0,240) width 418: "This tests that the image specified for background-image is visible."
</span><span class="cx"> RenderBR {BR} at (418,254) size 0x0
</span><del>- RenderMenuList {SELECT} at (2,259) size 52x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 50x25
</del><ins>+ RenderMenuList {SELECT} at (2,259) size 50x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 48x25
</ins><span class="cx"> RenderText at (4,4) size 25x17
</span><span class="cx"> text run at (4,4) width 25: "test"
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformsselectvisualhebrewexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/select-visual-hebrew-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/select-visual-hebrew-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/select-visual-hebrew-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -12,8 +12,8 @@
</span><span class="cx"> RenderText {#text} at (0,0) size 477x17
</span><span class="cx"> text run at (0,0) width 477 LTR override: "Text on the pop-up and in the list should look like this: \x{5E8}\x{5D5}\x{5EA}\x{5E4}\x{5DB}"
</span><span class="cx"> RenderBlock (anonymous) at (0,101) size 784x31
</span><del>- RenderMenuList {SELECT} at (2,2) size 70x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 68x25
</del><ins>+ RenderMenuList {SELECT} at (2,2) size 68x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 66x25
</ins><span class="cx"> RenderText at (4,4) size 43x17
</span><span class="cx"> text run at (4,4) width 43 RTL: "\x{5DB}\x{5E4}\x{5EA}\x{5D5}\x{5E8}"
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformsselectlistminsizeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/selectlist-minsize-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/selectlist-minsize-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/selectlist-minsize-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -3,8 +3,8 @@
</span><span class="cx"> layer at (0,0) size 800x47
</span><span class="cx"> RenderBlock {HTML} at (0,0) size 800x47
</span><span class="cx"> RenderBody {BODY} at (8,8) size 784x31
</span><del>- RenderMenuList {SELECT} at (2,2) size 27x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 25x25
</del><ins>+ RenderMenuList {SELECT} at (2,2) size 25x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 23x25
</ins><span class="cx"> RenderText at (4,4) size 0x17
</span><span class="cx"> text run at (4,4) width 0: " "
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformsstuffonmyoptgroupexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/stuff-on-my-optgroup-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/stuff-on-my-optgroup-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/stuff-on-my-optgroup-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</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 74x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 72x25
</del><ins>+ RenderMenuList {SELECT} at (2,2) size 72x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 70x25
</ins><span class="cx"> RenderText at (4,4) size 30x17
</span><span class="cx"> text run at (4,4) width 30: "One"
</span><del>- RenderBR {BR} at (78,21) size 0x0
- RenderMenuList {SELECT} at (2,33) size 74x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 72x25
</del><ins>+ RenderBR {BR} at (76,21) size 0x0
+ RenderMenuList {SELECT} at (2,33) size 72x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 70x25
</ins><span class="cx"> RenderText at (4,4) size 30x17
</span><span class="cx"> text run at (4,4) width 30: "One"
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformsvalidationmessageappearanceexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/validation-message-appearance-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/validation-message-appearance-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/forms/validation-message-appearance-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -5,6 +5,8 @@
</span><span class="cx"> RenderBody {BODY} at (8,8) size 784x30
</span><span class="cx"> RenderBlock {FORM} at (0,0) size 784x30
</span><span class="cx"> RenderTextControl {INPUT} at (2,3) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</span><ins>+ RenderFlexibleBox {DIV} at (3,3) size 185x17
+ RenderBlock {DIV} at (0,0) size 185x17
</ins><span class="cx"> RenderText {#text} at (195,6) size 4x17
</span><span class="cx"> text run at (195,6) width 4: " "
</span><span class="cx"> RenderButton {INPUT} at (201,2) size 66x26 [bgcolor=#C0C0C0] [border: (2px outset #C0C0C0)]
</span><span class="lines">@@ -13,7 +15,7 @@
</span><span class="cx"> text run at (0,0) width 50: "Submit"
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><span class="cx"> layer at (13,14) size 185x17
</span><del>- RenderBlock {DIV} at (3,3) size 185x17
</del><ins>+ RenderBlock {DIV} at (0,0) size 185x17
</ins><span class="cx"> layer at (10,34) size 220x104
</span><span class="cx"> RenderBlock (positioned) zI: 2147483647 {DIV} at (10,34) size 220x104
</span><span class="cx"> layer at (10,34) size 220x16 scrollHeight 25
</span><span class="lines">@@ -34,4 +36,4 @@
</span><span class="cx"> text run at (0,34) width 152: "the current password."
</span><span class="cx"> layer at (42,34) size 18x18 backgroundClip at (10,34) size 220x16 clip at (10,34) size 220x16 outlineClip at (10,34) 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><del>-caret: position 0 of child 0 {DIV} of {#document-fragment} of child 1 {INPUT} of child 0 {FORM} of body
</del><ins>+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="trunkLayoutTestsplatformgtkfasthtmlkeygenexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/html/keygen-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/html/keygen-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/html/keygen-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</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 27x27
- RenderMenuList {SELECT} at (0,0) size 27x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 25x25
</del><ins>+ RenderBlock {KEYGEN} at (2,2) size 25x27
+ RenderMenuList {SELECT} at (0,0) size 25x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 23x25
</ins><span class="cx"> RenderText at (4,4) size 0x17
</span><span class="cx"> text run at (4,4) width 0: " "
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastinvalid014expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/invalid/014-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/invalid/014-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/invalid/014-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -9,17 +9,17 @@
</span><span class="cx"> text run at (282,0) width 317: "H2 should allow a form inside it, but p should not."
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><span class="cx"> RenderBlock {FORM} at (0,17) size 784x31
</span><del>- RenderMenuList {SELECT} at (2,2) size 38x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 36x25
</del><ins>+ RenderMenuList {SELECT} at (2,2) size 36x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 34x25
</ins><span class="cx"> RenderText at (4,4) size 11x17
</span><span class="cx"> text run at (4,4) width 11: "A"
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><span class="cx"> RenderBlock {P} at (0,64) size 784x0
</span><del>-layer at (470,45) size 46x59
- RenderBlock (positioned) {H2} at (470,44) size 46x60 [border: (2px solid #008000)]
- RenderBlock {FORM} at (2,2) size 42x31
- RenderMenuList {SELECT} at (2,2) size 38x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 36x25
</del><ins>+layer at (470,45) size 44x59
+ RenderBlock (positioned) {H2} at (470,44) size 44x60 [border: (2px solid #008000)]
+ RenderBlock {FORM} at (2,2) size 40x31
+ RenderMenuList {SELECT} at (2,2) size 36x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 34x25
</ins><span class="cx"> RenderText at (4,4) size 11x17
</span><span class="cx"> text run at (4,4) width 11: "A"
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastparserdocumentwriteoptionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/parser/document-write-option-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/parser/document-write-option-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/parser/document-write-option-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</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 408x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 406x25
</del><ins>+ RenderMenuList {SELECT} at (2,2) size 406x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 404x25
</ins><span class="cx"> RenderText at (4,4) size 381x17
</span><span class="cx"> text run at (4,4) width 381: "This is a very long string so it makes the select bigger."
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastrepaintsearchfieldcancelexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/repaint/search-field-cancel-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/repaint/search-field-cancel-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/repaint/search-field-cancel-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -11,14 +11,14 @@
</span><span class="cx"> text run at (53,0) width 305: "https://bugs.webkit.org/show_bug.cgi?id=23093"
</span><span class="cx"> RenderText {#text} at (358,0) size 322x17
</span><span class="cx"> text run at (358,0) width 322: ". The cancel button in a search field fails to redraw."
</span><del>- RenderBlock (anonymous) at (0,33) size 784x27
- RenderTextControl {INPUT} at (2,2) size 207x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 201x17
- RenderBlock {DIV} at (0,8) size 0x0
- RenderBlock {DIV} at (0,0) size 185x17
- RenderBlock {DIV} at (185,0) size 16x17
</del><ins>+ RenderBlock (anonymous) at (0,33) size 784x30
+ RenderTextControl {INPUT} at (2,2) size 211x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 205x20
+ RenderBlock {DIV} at (0,10) size 0x0
+ RenderBlock {DIV} at (0,1) size 185x18
+ RenderBlock {DIV} at (185,0) size 20x20
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (13,46) size 185x17
</del><ins>+layer at (13,48) size 185x17
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 185x17
</span><span class="cx"> RenderText {#text} at (0,0) size 68x17
</span><span class="cx"> text run at (0,0) width 68: "some text"
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastreplacedreplacedbreakingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/replaced/replaced-breaking-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/replaced/replaced-breaking-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/replaced/replaced-breaking-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -28,12 +28,12 @@
</span><span class="cx"> RenderText {#text} at (0,0) size 44x17
</span><span class="cx"> text run at (0,0) width 44: "button"
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderMenuList {SELECT} at (3,231) size 69x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 67x25
</del><ins>+ RenderMenuList {SELECT} at (3,231) size 67x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 65x25
</ins><span class="cx"> RenderText at (4,4) size 42x17
</span><span class="cx"> text run at (4,4) width 42: "select"
</span><del>- RenderMenuList {SELECT} at (3,262) size 69x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 67x25
</del><ins>+ RenderMenuList {SELECT} at (3,262) size 67x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 65x25
</ins><span class="cx"> RenderText at (4,4) size 42x17
</span><span class="cx"> text run at (4,4) width 42: "select"
</span><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastreplacedreplacedbreakingmixtureexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/replaced/replaced-breaking-mixture-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/replaced/replaced-breaking-mixture-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/replaced/replaced-breaking-mixture-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -10,8 +10,8 @@
</span><span class="cx"> RenderBlock {DIV} at (0,42) size 10x48
</span><span class="cx"> RenderText {#text} at (0,0) size 25x17
</span><span class="cx"> text run at (0,0) width 25: "Foo"
</span><del>- RenderMenuList {SELECT} at (2,19) size 57x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 55x25
</del><ins>+ RenderMenuList {SELECT} at (2,19) size 55x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 53x25
</ins><span class="cx"> RenderText at (4,4) size 30x17
</span><span class="cx"> text run at (4,4) width 30: "One"
</span><span class="cx"> RenderBlock {DIV} at (0,90) size 10x44
</span><span class="lines">@@ -23,8 +23,8 @@
</span><span class="cx"> RenderText {#text} at (0,25) size 25x17
</span><span class="cx"> text run at (0,25) width 25: "Foo"
</span><span class="cx"> RenderBlock {DIV} at (0,176) size 10x48
</span><del>- RenderMenuList {SELECT} at (2,2) size 57x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 55x25
</del><ins>+ RenderMenuList {SELECT} at (2,2) size 55x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 53x25
</ins><span class="cx"> RenderText at (4,4) size 30x17
</span><span class="cx"> text run at (4,4) width 30: "One"
</span><span class="cx"> RenderText {#text} at (0,31) size 25x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastreplacedthreeselectsbreakexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/replaced/three-selects-break-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/replaced/three-selects-break-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/replaced/three-selects-break-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -4,15 +4,15 @@
</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 5x93
</span><del>- RenderMenuList {SELECT} at (2,2) size 27x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 25x25
</del><ins>+ RenderMenuList {SELECT} at (2,2) size 25x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 23x25
</ins><span class="cx"> RenderText at (4,4) size 0x17
</span><span class="cx"> text run at (4,4) width 0: " "
</span><del>- RenderMenuList {SELECT} at (2,33) size 27x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 25x25
</del><ins>+ RenderMenuList {SELECT} at (2,33) size 25x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 23x25
</ins><span class="cx"> RenderText at (4,4) size 0x17
</span><span class="cx"> text run at (4,4) width 0: " "
</span><del>- RenderMenuList {SELECT} at (2,64) size 27x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 25x25
</del><ins>+ RenderMenuList {SELECT} at (2,64) size 25x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 23x25
</ins><span class="cx"> RenderText at (4,4) size 0x17
</span><span class="cx"> text run at (4,4) width 0: " "
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastreplacedwidth100percentmenulistexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/replaced/width100percent-menulist-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/replaced/width100percent-menulist-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/replaced/width100percent-menulist-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -11,17 +11,17 @@
</span><span class="cx"> RenderTableRow {TR} at (0,1) size 784x33
</span><span class="cx"> RenderTableCell {TD} at (1,1) size 5x33 [r=0 c=0 rs=1 cs=1]
</span><span class="cx"> RenderMenuList {SELECT} at (1,3) size 3x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><del>- RenderBlock (anonymous) at (1,1) size 25x25
</del><ins>+ RenderBlock (anonymous) at (1,1) size 23x25
</ins><span class="cx"> RenderText at (4,4) size 27x17
</span><span class="cx"> text run at (4,4) width 27: "one"
</span><span class="cx"> RenderTableCell {TD} at (6,1) size 5x33 [r=0 c=1 rs=1 cs=1]
</span><span class="cx"> RenderMenuList {SELECT} at (1,3) size 3x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><del>- RenderBlock (anonymous) at (1,1) size 25x25
</del><ins>+ RenderBlock (anonymous) at (1,1) size 23x25
</ins><span class="cx"> RenderText at (4,4) size 25x17
</span><span class="cx"> text run at (4,4) width 25: "two"
</span><span class="cx"> RenderTableCell {TD} at (11,1) size 5x33 [r=0 c=2 rs=1 cs=1]
</span><span class="cx"> RenderMenuList {SELECT} at (1,3) size 3x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><del>- RenderBlock (anonymous) at (1,1) size 25x25
</del><ins>+ RenderBlock (anonymous) at (1,1) size 23x25
</ins><span class="cx"> RenderText at (4,4) size 36x17
</span><span class="cx"> text run at (4,4) width 36: "three"
</span><span class="cx"> RenderTableCell {TD} at (16,8) size 767x19 [r=0 c=3 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastreplacedwidth100percentsearchfieldexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/replaced/width100percent-searchfield-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/replaced/width100percent-searchfield-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/fast/replaced/width100percent-searchfield-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -6,54 +6,54 @@
</span><span class="cx"> RenderBlock (anonymous) at (0,0) size 784x17
</span><span class="cx"> RenderText {#text} at (0,0) size 224x17
</span><span class="cx"> text run at (0,0) width 224: "These textfields should not overlap."
</span><del>- RenderTable {TABLE} at (0,17) size 784x31
- RenderTableSection {TBODY} at (0,0) size 784x31
- RenderTableRow {TR} at (0,1) size 784x29
- RenderTableCell {TD} at (1,1) size 9x29 [r=0 c=0 rs=1 cs=1]
- RenderTextControl {INPUT} at (1,3) size 7x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 1x17
- RenderBlock {DIV} at (0,8) size 0x0
- RenderBlock {DIV} at (0,0) size 0x17
- RenderBlock {DIV} at (0,0) size 16x17
- RenderTableCell {TD} at (10,1) size 9x29 [r=0 c=1 rs=1 cs=1]
- RenderTextControl {INPUT} at (1,3) size 7x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 1x17
- RenderBlock {DIV} at (0,8) size 0x0
- RenderBlock {DIV} at (0,0) size 0x17
- RenderBlock {DIV} at (0,0) size 16x17
- RenderTableCell {TD} at (19,1) size 9x29 [r=0 c=2 rs=1 cs=1]
- RenderTextControl {INPUT} at (1,3) size 7x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 1x17
- RenderBlock {DIV} at (0,8) size 0x0
- RenderBlock {DIV} at (0,0) size 0x17
- RenderBlock {DIV} at (0,0) size 16x17
- RenderTableCell {TD} at (28,6) size 755x19 [r=0 c=3 rs=1 cs=1]
- RenderText {#text} at (1,1) size 4x17
- text run at (1,1) width 4: " "
- RenderBlock (anonymous) at (0,48) size 784x34
</del><ins>+ RenderTable {TABLE} at (0,17) size 784x34
+ RenderTableSection {TBODY} at (0,0) size 784x34
+ RenderTableRow {TR} at (0,1) size 784x32
+ RenderTableCell {TD} at (1,1) size 9x32 [r=0 c=0 rs=1 cs=1]
+ RenderTextControl {INPUT} at (1,3) size 7x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 1x20
+ RenderBlock {DIV} at (0,10) size 0x0
+ RenderBlock {DIV} at (0,1) size 0x18
+ RenderBlock {DIV} at (0,0) size 20x20
+ RenderTableCell {TD} at (10,1) size 9x32 [r=0 c=1 rs=1 cs=1]
+ RenderTextControl {INPUT} at (1,3) size 7x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 1x20
+ RenderBlock {DIV} at (0,10) size 0x0
+ RenderBlock {DIV} at (0,1) size 0x18
+ RenderBlock {DIV} at (0,0) size 20x20
+ RenderTableCell {TD} at (19,1) size 9x32 [r=0 c=2 rs=1 cs=1]
+ RenderTextControl {INPUT} at (1,3) size 7x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 1x20
+ RenderBlock {DIV} at (0,10) size 0x0
+ RenderBlock {DIV} at (0,1) size 0x18
+ RenderBlock {DIV} at (0,0) size 20x20
+ RenderTableCell {TD} at (28,7) size 755x20 [r=0 c=3 rs=1 cs=1]
+ RenderText {#text} at (1,1) size 4x18
+ text run at (1,2) width 4: " "
+ RenderBlock (anonymous) at (0,51) size 784x34
</ins><span class="cx"> RenderBR {BR} at (0,0) size 0x17
</span><span class="cx"> RenderBR {BR} at (0,17) size 0x17
</span><del>- RenderTable {TABLE} at (0,82) size 784x31
- RenderTableSection {TBODY} at (0,0) size 784x31
- RenderTableRow {TR} at (0,1) size 784x29
- RenderTableCell {TD} at (1,1) size 9x29 [r=0 c=0 rs=1 cs=1]
- RenderTextControl {INPUT} at (1,3) size 7x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 1x17
- RenderBlock {DIV} at (0,0) size 16x17
- RenderBlock {DIV} at (16,0) size 0x17
- RenderBlock {DIV} at (16,0) size 16x17
- RenderTableCell {TD} at (10,1) size 9x29 [r=0 c=1 rs=1 cs=1]
- RenderTextControl {INPUT} at (1,3) size 7x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 1x17
- RenderBlock {DIV} at (0,0) size 16x17
- RenderBlock {DIV} at (16,0) size 0x17
- RenderBlock {DIV} at (16,0) size 16x17
- RenderTableCell {TD} at (19,1) size 9x29 [r=0 c=2 rs=1 cs=1]
- RenderTextControl {INPUT} at (1,3) size 7x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderFlexibleBox {DIV} at (3,3) size 1x17
- RenderBlock {DIV} at (0,0) size 16x17
- RenderBlock {DIV} at (16,0) size 0x17
- RenderBlock {DIV} at (16,0) size 16x17
- RenderTableCell {TD} at (28,6) size 755x19 [r=0 c=3 rs=1 cs=1]
- RenderText {#text} at (1,1) size 4x17
- text run at (1,1) width 4: " "
</del><ins>+ RenderTable {TABLE} at (0,85) size 784x34
+ RenderTableSection {TBODY} at (0,0) size 784x34
+ RenderTableRow {TR} at (0,1) size 784x32
+ RenderTableCell {TD} at (1,1) size 9x32 [r=0 c=0 rs=1 cs=1]
+ RenderTextControl {INPUT} at (1,3) size 7x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 1x20
+ RenderBlock {DIV} at (0,0) size 20x20
+ RenderBlock {DIV} at (20,1) size 0x18
+ RenderBlock {DIV} at (20,0) size 20x20
+ RenderTableCell {TD} at (10,1) size 9x32 [r=0 c=1 rs=1 cs=1]
+ RenderTextControl {INPUT} at (1,3) size 7x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 1x20
+ RenderBlock {DIV} at (0,0) size 20x20
+ RenderBlock {DIV} at (20,1) size 0x18
+ RenderBlock {DIV} at (20,0) size 20x20
+ RenderTableCell {TD} at (19,1) size 9x32 [r=0 c=2 rs=1 cs=1]
+ RenderTextControl {INPUT} at (1,3) size 7x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderFlexibleBox {DIV} at (3,3) size 1x20
+ RenderBlock {DIV} at (0,0) size 20x20
+ RenderBlock {DIV} at (20,1) size 0x18
+ RenderBlock {DIV} at (20,0) size 20x20
+ RenderTableCell {TD} at (28,7) size 755x20 [r=0 c=3 rs=1 cs=1]
+ RenderText {#text} at (1,1) size 4x18
+ text run at (1,2) width 4: " "
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkhttptestsnavigationjavascriptlinkframesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/http/tests/navigation/javascriptlink-frames-expected.txt (194890 => 194891)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/http/tests/navigation/javascriptlink-frames-expected.txt        2016-01-12 11:41:21 UTC (rev 194890)
+++ trunk/LayoutTests/platform/gtk/http/tests/navigation/javascriptlink-frames-expected.txt        2016-01-12 14:32:54 UTC (rev 194891)
</span><span class="lines">@@ -56,11 +56,11 @@
</span><span class="cx"> RenderText {#text} at (20,242) size 130x36
</span><span class="cx"> text run at (20,242) width 130: " option #2"
</span><span class="cx"> RenderBR {BR} at (150,271) size 0x0
</span><del>- RenderMenuList {SELECT} at (2,280) size 326x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,1) size 324x25
</del><ins>+ RenderMenuList {SELECT} at (2,280) size 324x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,1) size 322x25
</ins><span class="cx"> RenderText at (4,4) size 84x17
</span><span class="cx"> text run at (4,4) width 84: "Initial Value"
</span><del>- RenderBR {BR} at (330,299) size 0x0
</del><ins>+ RenderBR {BR} at (328,299) size 0x0
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><span class="cx"> RenderBlock {HR} at (0,807) size 769x2 [border: (1px inset #000000)]
</span><span class="cx"> RenderBlock {P} at (0,841) size 769x36
</span></span></pre>
</div>
</div>
</body>
</html>