2010-01-05 Ojan Vafai <ojan@chromium.org>
Reviewed by Eric Seidel. Improve text control instrinsic widths. https://bugs.webkit.org/show_bug.cgi?id=25566 https://bugs.webkit.org/show_bug.cgi?id=25581 https://bugs.webkit.org/show_bug.cgi?id=25958 Excluding list of updated results as the list is so long. 2010-01-05 Ojan Vafai <ojan@chromium.org> Reviewed by Dan Bernstein. Improve text control intrinsic widths. https://bugs.webkit.org/show_bug.cgi?id=25566 https://bugs.webkit.org/show_bug.cgi?id=25581 https://bugs.webkit.org/show_bug.cgi?id=25958 For Mac fonts that have invalid avgCharWidth entries in the OS/2 table, fallback to the Safari 4- behavior of using the width of a zero. For other fonts, make Mac match Windows (and thus IE) metrics. Lucida Grande is hard-coded to match MS Shell Dlg for inputs and Courier New for textareas in order to match Safari Win, Firefox and, in some cases IE (IE uses different default fonts depending on encoding). The only case where we still don't match Windows is if no font-size is set. The default font-size for form controls on the Mac is smaller and thus text-control widths will be slightly smaller. No new tests. Covered by existing tests. * platform/graphics/mac/SimpleFontDataMac.mm: (WebCore::SimpleFontData::platformCharWidthInit): * rendering/RenderTextControl.cpp: (WebCore::): (WebCore::RenderTextControl::hasValidAvgCharWidth): (WebCore::RenderTextControl::getAvgCharWidth): (WebCore::RenderTextControl::calcPrefWidths): * rendering/RenderTextControl.h: (WebCore::RenderTextControl::scaleEmToUnits): * rendering/RenderTextControlMultiLine.cpp: (WebCore::RenderTextControlMultiLine::getAvgCharWidth): * rendering/RenderTextControlMultiLine.h: * rendering/RenderTextControlSingleLine.cpp: (WebCore::RenderTextControlSingleLine::getAvgCharWidth): (WebCore::RenderTextControlSingleLine::preferredContentWidth): * rendering/RenderTextControlSingleLine.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54748 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Showing
with
2871 additions
and
8862 deletions
+2871
-8862
- LayoutTests/ChangeLog LayoutTests/ChangeLog +11 -0
- LayoutTests/platform/mac-leopard/fast/forms/text-control-intrinsic-widths-expected.txt ...ard/fast/forms/text-control-intrinsic-widths-expected.txt +237 -237
- LayoutTests/platform/mac-tiger/fast/forms/text-control-intrinsic-widths-expected.txt ...ger/fast/forms/text-control-intrinsic-widths-expected.txt +0 -387
- LayoutTests/platform/mac/editing/deleting/5168598-expected.checksum ...s/platform/mac/editing/deleting/5168598-expected.checksum +1 -1
- LayoutTests/platform/mac/editing/deleting/5168598-expected.png ...tTests/platform/mac/editing/deleting/5168598-expected.png +0 -0
- LayoutTests/platform/mac/editing/deleting/5168598-expected.txt ...tTests/platform/mac/editing/deleting/5168598-expected.txt +3 -3
- LayoutTests/platform/mac/editing/inserting/4960120-1-expected.checksum ...latform/mac/editing/inserting/4960120-1-expected.checksum +1 -1
- LayoutTests/platform/mac/editing/inserting/4960120-1-expected.png ...sts/platform/mac/editing/inserting/4960120-1-expected.png +0 -0
- LayoutTests/platform/mac/editing/inserting/4960120-1-expected.txt ...sts/platform/mac/editing/inserting/4960120-1-expected.txt +3 -3
- LayoutTests/platform/mac/editing/inserting/5607069-2-expected.checksum ...latform/mac/editing/inserting/5607069-2-expected.checksum +1 -1
- LayoutTests/platform/mac/editing/inserting/5607069-2-expected.png ...sts/platform/mac/editing/inserting/5607069-2-expected.png +0 -0
- LayoutTests/platform/mac/editing/inserting/5607069-2-expected.txt ...sts/platform/mac/editing/inserting/5607069-2-expected.txt +7 -7
- LayoutTests/platform/mac/editing/inserting/5607069-3-expected.checksum ...latform/mac/editing/inserting/5607069-3-expected.checksum +1 -1
- LayoutTests/platform/mac/editing/inserting/5607069-3-expected.png ...sts/platform/mac/editing/inserting/5607069-3-expected.png +0 -0
- LayoutTests/platform/mac/editing/inserting/5607069-3-expected.txt ...sts/platform/mac/editing/inserting/5607069-3-expected.txt +9 -9
- LayoutTests/platform/mac/editing/inserting/before-after-input-element-expected.checksum ...ng/inserting/before-after-input-element-expected.checksum +1 -1
- LayoutTests/platform/mac/editing/inserting/before-after-input-element-expected.png ...editing/inserting/before-after-input-element-expected.png +0 -0
- LayoutTests/platform/mac/editing/inserting/before-after-input-element-expected.txt ...editing/inserting/before-after-input-element-expected.txt +5 -5
- LayoutTests/platform/mac/editing/inserting/typing-tab-designmode-forms-expected.checksum ...g/inserting/typing-tab-designmode-forms-expected.checksum +1 -1
- LayoutTests/platform/mac/editing/inserting/typing-tab-designmode-forms-expected.png ...diting/inserting/typing-tab-designmode-forms-expected.png +0 -0
- LayoutTests/platform/mac/editing/inserting/typing-tab-designmode-forms-expected.txt ...diting/inserting/typing-tab-designmode-forms-expected.txt +12 -12
- LayoutTests/platform/mac/editing/pasteboard/4806874-expected.checksum ...platform/mac/editing/pasteboard/4806874-expected.checksum +1 -1
- LayoutTests/platform/mac/editing/pasteboard/4806874-expected.png ...ests/platform/mac/editing/pasteboard/4806874-expected.png +0 -0
- LayoutTests/platform/mac/editing/pasteboard/4806874-expected.txt ...ests/platform/mac/editing/pasteboard/4806874-expected.txt +5 -5
- LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.checksum .../pasteboard/drop-text-without-selection-expected.checksum +1 -1
- LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.png ...iting/pasteboard/drop-text-without-selection-expected.png +0 -0
- LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt ...iting/pasteboard/drop-text-without-selection-expected.txt +7 -7
- LayoutTests/platform/mac/editing/pasteboard/input-field-1-expected.checksum ...rm/mac/editing/pasteboard/input-field-1-expected.checksum +1 -1
- LayoutTests/platform/mac/editing/pasteboard/input-field-1-expected.png ...latform/mac/editing/pasteboard/input-field-1-expected.png +0 -0
- LayoutTests/platform/mac/editing/pasteboard/input-field-1-expected.txt ...latform/mac/editing/pasteboard/input-field-1-expected.txt +6 -6
- LayoutTests/platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.checksum ...pasteboard/nested-blocks-with-text-area-expected.checksum +1 -1
- LayoutTests/platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.png ...ting/pasteboard/nested-blocks-with-text-area-expected.png +0 -0
- LayoutTests/platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.txt ...ting/pasteboard/nested-blocks-with-text-area-expected.txt +7 -7
- LayoutTests/platform/mac/editing/pasteboard/nested-blocks-with-text-field-expected.checksum ...asteboard/nested-blocks-with-text-field-expected.checksum +1 -1
- LayoutTests/platform/mac/editing/pasteboard/nested-blocks-with-text-field-expected.png ...ing/pasteboard/nested-blocks-with-text-field-expected.png +0 -0
- LayoutTests/platform/mac/editing/pasteboard/nested-blocks-with-text-field-expected.txt ...ing/pasteboard/nested-blocks-with-text-field-expected.txt +7 -7
- LayoutTests/platform/mac/editing/pasteboard/pasting-tabs-expected.checksum ...orm/mac/editing/pasteboard/pasting-tabs-expected.checksum +1 -1
- LayoutTests/platform/mac/editing/pasteboard/pasting-tabs-expected.png ...platform/mac/editing/pasteboard/pasting-tabs-expected.png +0 -0
- LayoutTests/platform/mac/editing/pasteboard/pasting-tabs-expected.txt ...platform/mac/editing/pasteboard/pasting-tabs-expected.txt +3 -3
- LayoutTests/platform/mac/editing/selection/3690703-2-expected.checksum ...latform/mac/editing/selection/3690703-2-expected.checksum +1 -1
- LayoutTests/platform/mac/editing/selection/3690703-2-expected.png ...sts/platform/mac/editing/selection/3690703-2-expected.png +0 -0
- LayoutTests/platform/mac/editing/selection/3690703-2-expected.txt ...sts/platform/mac/editing/selection/3690703-2-expected.txt +12 -12
- LayoutTests/platform/mac/editing/selection/3690703-expected.checksum .../platform/mac/editing/selection/3690703-expected.checksum +1 -1
- LayoutTests/platform/mac/editing/selection/3690703-expected.png ...Tests/platform/mac/editing/selection/3690703-expected.png +0 -0
- LayoutTests/platform/mac/editing/selection/3690703-expected.txt ...Tests/platform/mac/editing/selection/3690703-expected.txt +12 -12
- LayoutTests/platform/mac/editing/selection/3690719-expected.checksum .../platform/mac/editing/selection/3690719-expected.checksum +1 -1
- LayoutTests/platform/mac/editing/selection/3690719-expected.png ...Tests/platform/mac/editing/selection/3690719-expected.png +0 -0
- LayoutTests/platform/mac/editing/selection/3690719-expected.txt ...Tests/platform/mac/editing/selection/3690719-expected.txt +12 -12
- LayoutTests/platform/mac/editing/selection/4895428-3-expected.checksum ...latform/mac/editing/selection/4895428-3-expected.checksum +1 -1
- LayoutTests/platform/mac/editing/selection/4895428-3-expected.png ...sts/platform/mac/editing/selection/4895428-3-expected.png +0 -0
- LayoutTests/platform/mac/editing/selection/4895428-3-expected.txt ...sts/platform/mac/editing/selection/4895428-3-expected.txt +3 -3
- LayoutTests/platform/mac/editing/selection/4975120-expected.checksum .../platform/mac/editing/selection/4975120-expected.checksum +1 -1
- LayoutTests/platform/mac/editing/selection/4975120-expected.png ...Tests/platform/mac/editing/selection/4975120-expected.png +0 -0
- LayoutTests/platform/mac/editing/selection/4975120-expected.txt ...Tests/platform/mac/editing/selection/4975120-expected.txt +4 -4
- LayoutTests/platform/mac/editing/selection/5136696-expected.checksum .../platform/mac/editing/selection/5136696-expected.checksum +1 -1
- LayoutTests/platform/mac/editing/selection/5136696-expected.png ...Tests/platform/mac/editing/selection/5136696-expected.png +0 -0
- LayoutTests/platform/mac/editing/selection/5136696-expected.txt ...Tests/platform/mac/editing/selection/5136696-expected.txt +3 -3
- LayoutTests/platform/mac/editing/selection/drag-select-1-expected.checksum ...orm/mac/editing/selection/drag-select-1-expected.checksum +1 -1
- LayoutTests/platform/mac/editing/selection/drag-select-1-expected.png ...platform/mac/editing/selection/drag-select-1-expected.png +0 -0
- LayoutTests/platform/mac/editing/selection/drag-select-1-expected.txt ...platform/mac/editing/selection/drag-select-1-expected.txt +3 -3
- LayoutTests/platform/mac/editing/selection/drag-text-delay-expected.checksum ...m/mac/editing/selection/drag-text-delay-expected.checksum +1 -1
- LayoutTests/platform/mac/editing/selection/drag-text-delay-expected.png ...atform/mac/editing/selection/drag-text-delay-expected.png +0 -0
- LayoutTests/platform/mac/editing/selection/drag-text-delay-expected.txt ...atform/mac/editing/selection/drag-text-delay-expected.txt +3 -3
- LayoutTests/platform/mac/editing/selection/select-from-textfield-outwards-expected.checksum ...election/select-from-textfield-outwards-expected.checksum +1 -1
- LayoutTests/platform/mac/editing/selection/select-from-textfield-outwards-expected.png ...ing/selection/select-from-textfield-outwards-expected.png +0 -0
- LayoutTests/platform/mac/editing/selection/select-from-textfield-outwards-expected.txt ...ing/selection/select-from-textfield-outwards-expected.txt +3 -3
- LayoutTests/platform/mac/editing/spelling/spellcheck-attribute-expected.checksum ...c/editing/spelling/spellcheck-attribute-expected.checksum +1 -1
- LayoutTests/platform/mac/editing/spelling/spellcheck-attribute-expected.png ...rm/mac/editing/spelling/spellcheck-attribute-expected.png +0 -0
- LayoutTests/platform/mac/editing/spelling/spellcheck-attribute-expected.txt ...rm/mac/editing/spelling/spellcheck-attribute-expected.txt +24 -24
- LayoutTests/platform/mac/fast/css/line-height-expected.checksum ...Tests/platform/mac/fast/css/line-height-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/css/line-height-expected.png LayoutTests/platform/mac/fast/css/line-height-expected.png +0 -0
- LayoutTests/platform/mac/fast/css/line-height-expected.txt LayoutTests/platform/mac/fast/css/line-height-expected.txt +3 -3
- LayoutTests/platform/mac/fast/css/pseudo-cache-stale-expected.checksum ...latform/mac/fast/css/pseudo-cache-stale-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/css/pseudo-cache-stale-expected.png ...sts/platform/mac/fast/css/pseudo-cache-stale-expected.png +0 -0
- LayoutTests/platform/mac/fast/css/pseudo-cache-stale-expected.txt ...sts/platform/mac/fast/css/pseudo-cache-stale-expected.txt +5 -5
- LayoutTests/platform/mac/fast/css/resize-corner-tracking-expected.checksum ...orm/mac/fast/css/resize-corner-tracking-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/css/resize-corner-tracking-expected.png ...platform/mac/fast/css/resize-corner-tracking-expected.png +0 -0
- LayoutTests/platform/mac/fast/css/resize-corner-tracking-expected.txt ...platform/mac/fast/css/resize-corner-tracking-expected.txt +3 -3
- LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.checksum .../dom/HTMLTextAreaElement/reset-textarea-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png .../fast/dom/HTMLTextAreaElement/reset-textarea-expected.png +0 -0
- LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt .../fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt +11 -11
- LayoutTests/platform/mac/fast/dom/isindex-002-expected.checksum ...Tests/platform/mac/fast/dom/isindex-002-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/dom/isindex-002-expected.png LayoutTests/platform/mac/fast/dom/isindex-002-expected.png +0 -0
- LayoutTests/platform/mac/fast/dom/isindex-002-expected.txt LayoutTests/platform/mac/fast/dom/isindex-002-expected.txt +6 -6
- LayoutTests/platform/mac/fast/dynamic/008-expected.checksum LayoutTests/platform/mac/fast/dynamic/008-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/dynamic/008-expected.png LayoutTests/platform/mac/fast/dynamic/008-expected.png +0 -0
- LayoutTests/platform/mac/fast/dynamic/008-expected.txt LayoutTests/platform/mac/fast/dynamic/008-expected.txt +3 -3
- LayoutTests/platform/mac/fast/events/autoscroll-expected.checksum ...sts/platform/mac/fast/events/autoscroll-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/events/autoscroll-expected.png LayoutTests/platform/mac/fast/events/autoscroll-expected.png +0 -0
- LayoutTests/platform/mac/fast/events/autoscroll-expected.txt LayoutTests/platform/mac/fast/events/autoscroll-expected.txt +3 -3
- LayoutTests/platform/mac/fast/events/context-no-deselect-expected.checksum ...orm/mac/fast/events/context-no-deselect-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/events/context-no-deselect-expected.png ...platform/mac/fast/events/context-no-deselect-expected.png +0 -0
- LayoutTests/platform/mac/fast/events/context-no-deselect-expected.txt ...platform/mac/fast/events/context-no-deselect-expected.txt +3 -3
- LayoutTests/platform/mac/fast/events/label-focus-expected.checksum ...ts/platform/mac/fast/events/label-focus-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/events/label-focus-expected.png ...utTests/platform/mac/fast/events/label-focus-expected.png +0 -0
- LayoutTests/platform/mac/fast/events/label-focus-expected.txt ...utTests/platform/mac/fast/events/label-focus-expected.txt +4 -4
- LayoutTests/platform/mac/fast/forms/basic-inputs-expected.checksum ...ts/platform/mac/fast/forms/basic-inputs-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/basic-inputs-expected.png ...utTests/platform/mac/fast/forms/basic-inputs-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/basic-inputs-expected.txt ...utTests/platform/mac/fast/forms/basic-inputs-expected.txt +21 -21
- LayoutTests/platform/mac/fast/forms/basic-textareas-expected.checksum ...platform/mac/fast/forms/basic-textareas-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/basic-textareas-expected.png ...ests/platform/mac/fast/forms/basic-textareas-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/basic-textareas-expected.txt ...ests/platform/mac/fast/forms/basic-textareas-expected.txt +516 -584
- LayoutTests/platform/mac/fast/forms/basic-textareas-quirks-expected.checksum ...m/mac/fast/forms/basic-textareas-quirks-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/basic-textareas-quirks-expected.png ...atform/mac/fast/forms/basic-textareas-quirks-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/basic-textareas-quirks-expected.txt ...atform/mac/fast/forms/basic-textareas-quirks-expected.txt +331 -362
- LayoutTests/platform/mac/fast/forms/box-shadow-override-expected.checksum ...form/mac/fast/forms/box-shadow-override-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/box-shadow-override-expected.png .../platform/mac/fast/forms/box-shadow-override-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/box-shadow-override-expected.txt .../platform/mac/fast/forms/box-shadow-override-expected.txt +15 -15
- LayoutTests/platform/mac/fast/forms/control-restrict-line-height-expected.checksum ...fast/forms/control-restrict-line-height-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/control-restrict-line-height-expected.png .../mac/fast/forms/control-restrict-line-height-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/control-restrict-line-height-expected.txt .../mac/fast/forms/control-restrict-line-height-expected.txt +5 -5
- LayoutTests/platform/mac/fast/forms/encoding-test-expected.checksum ...s/platform/mac/fast/forms/encoding-test-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/encoding-test-expected.png ...tTests/platform/mac/fast/forms/encoding-test-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/encoding-test-expected.txt ...tTests/platform/mac/fast/forms/encoding-test-expected.txt +3 -3
- LayoutTests/platform/mac/fast/forms/fieldset-align-expected.checksum .../platform/mac/fast/forms/fieldset-align-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/fieldset-align-expected.png ...Tests/platform/mac/fast/forms/fieldset-align-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/fieldset-align-expected.txt ...Tests/platform/mac/fast/forms/fieldset-align-expected.txt +48 -48
- LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.checksum ...rm/mac/fast/forms/form-element-geometry-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.png ...latform/mac/fast/forms/form-element-geometry-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.txt ...latform/mac/fast/forms/form-element-geometry-expected.txt +26 -26
- LayoutTests/platform/mac/fast/forms/input-align-expected.checksum ...sts/platform/mac/fast/forms/input-align-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/input-align-expected.png LayoutTests/platform/mac/fast/forms/input-align-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/input-align-expected.txt LayoutTests/platform/mac/fast/forms/input-align-expected.txt +23 -23
- LayoutTests/platform/mac/fast/forms/input-appearance-bkcolor-expected.checksum ...mac/fast/forms/input-appearance-bkcolor-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/input-appearance-bkcolor-expected.png ...form/mac/fast/forms/input-appearance-bkcolor-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/input-appearance-bkcolor-expected.txt ...form/mac/fast/forms/input-appearance-bkcolor-expected.txt +9 -9
- LayoutTests/platform/mac/fast/forms/input-appearance-default-bkcolor-expected.checksum .../forms/input-appearance-default-bkcolor-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/input-appearance-default-bkcolor-expected.png .../fast/forms/input-appearance-default-bkcolor-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt .../fast/forms/input-appearance-default-bkcolor-expected.txt +3 -3
- LayoutTests/platform/mac/fast/forms/input-appearance-disabled-expected.checksum ...ac/fast/forms/input-appearance-disabled-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/input-appearance-disabled-expected.png ...orm/mac/fast/forms/input-appearance-disabled-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/input-appearance-disabled-expected.txt ...orm/mac/fast/forms/input-appearance-disabled-expected.txt +3 -3
- LayoutTests/platform/mac/fast/forms/input-appearance-focus-expected.checksum ...m/mac/fast/forms/input-appearance-focus-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/input-appearance-focus-expected.png ...atform/mac/fast/forms/input-appearance-focus-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/input-appearance-focus-expected.txt ...atform/mac/fast/forms/input-appearance-focus-expected.txt +8 -8
- LayoutTests/platform/mac/fast/forms/input-appearance-height-expected.checksum .../mac/fast/forms/input-appearance-height-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/input-appearance-height-expected.png ...tform/mac/fast/forms/input-appearance-height-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/input-appearance-height-expected.txt ...tform/mac/fast/forms/input-appearance-height-expected.txt +29 -29
- LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-expected.checksum ...t/forms/input-appearance-preventDefault-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-expected.png ...c/fast/forms/input-appearance-preventDefault-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-expected.txt ...c/fast/forms/input-appearance-preventDefault-expected.txt +4 -4
- LayoutTests/platform/mac/fast/forms/input-appearance-readonly-expected.checksum ...ac/fast/forms/input-appearance-readonly-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/input-appearance-readonly-expected.png ...orm/mac/fast/forms/input-appearance-readonly-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/input-appearance-readonly-expected.txt ...orm/mac/fast/forms/input-appearance-readonly-expected.txt +3 -3
- LayoutTests/platform/mac/fast/forms/input-appearance-selection-expected.checksum ...c/fast/forms/input-appearance-selection-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/input-appearance-selection-expected.png ...rm/mac/fast/forms/input-appearance-selection-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/input-appearance-selection-expected.txt ...rm/mac/fast/forms/input-appearance-selection-expected.txt +3 -3
- LayoutTests/platform/mac/fast/forms/input-appearance-visibility-expected.checksum .../fast/forms/input-appearance-visibility-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/input-appearance-visibility-expected.png ...m/mac/fast/forms/input-appearance-visibility-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/input-appearance-visibility-expected.txt ...m/mac/fast/forms/input-appearance-visibility-expected.txt +3 -3
- LayoutTests/platform/mac/fast/forms/input-appearance-width-expected.checksum ...m/mac/fast/forms/input-appearance-width-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/input-appearance-width-expected.png ...atform/mac/fast/forms/input-appearance-width-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/input-appearance-width-expected.txt ...atform/mac/fast/forms/input-appearance-width-expected.txt +12 -12
- LayoutTests/platform/mac/fast/forms/input-baseline-expected.checksum .../platform/mac/fast/forms/input-baseline-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/input-baseline-expected.png ...Tests/platform/mac/fast/forms/input-baseline-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/input-baseline-expected.txt ...Tests/platform/mac/fast/forms/input-baseline-expected.txt +11 -11
- LayoutTests/platform/mac/fast/forms/input-disabled-color-expected.checksum ...orm/mac/fast/forms/input-disabled-color-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/input-disabled-color-expected.png ...platform/mac/fast/forms/input-disabled-color-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/input-disabled-color-expected.txt ...platform/mac/fast/forms/input-disabled-color-expected.txt +99 -99
- LayoutTests/platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.checksum ...ms/input-double-click-selection-gap-bug-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.png ...t/forms/input-double-click-selection-gap-bug-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt ...t/forms/input-double-click-selection-gap-bug-expected.txt +14 -14
- LayoutTests/platform/mac/fast/forms/input-paste-undo-expected.checksum ...latform/mac/fast/forms/input-paste-undo-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/input-paste-undo-expected.png ...sts/platform/mac/fast/forms/input-paste-undo-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/input-paste-undo-expected.txt ...sts/platform/mac/fast/forms/input-paste-undo-expected.txt +3 -3
- LayoutTests/platform/mac/fast/forms/input-readonly-autoscroll-expected.checksum ...ac/fast/forms/input-readonly-autoscroll-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/input-readonly-autoscroll-expected.png ...orm/mac/fast/forms/input-readonly-autoscroll-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/input-readonly-autoscroll-expected.txt ...orm/mac/fast/forms/input-readonly-autoscroll-expected.txt +4 -4
- LayoutTests/platform/mac/fast/forms/input-readonly-dimmed-expected.checksum ...rm/mac/fast/forms/input-readonly-dimmed-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/input-readonly-dimmed-expected.png ...latform/mac/fast/forms/input-readonly-dimmed-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/input-readonly-dimmed-expected.txt ...latform/mac/fast/forms/input-readonly-dimmed-expected.txt +3 -3
- LayoutTests/platform/mac/fast/forms/input-readonly-empty-expected.checksum ...orm/mac/fast/forms/input-readonly-empty-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/input-readonly-empty-expected.png ...platform/mac/fast/forms/input-readonly-empty-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/input-readonly-empty-expected.txt ...platform/mac/fast/forms/input-readonly-empty-expected.txt +3 -3
- LayoutTests/platform/mac/fast/forms/input-spaces-expected.checksum ...ts/platform/mac/fast/forms/input-spaces-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/input-spaces-expected.png ...utTests/platform/mac/fast/forms/input-spaces-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/input-spaces-expected.txt ...utTests/platform/mac/fast/forms/input-spaces-expected.txt +3 -3
- LayoutTests/platform/mac/fast/forms/input-table-expected.txt LayoutTests/platform/mac/fast/forms/input-table-expected.txt +9 -9
- LayoutTests/platform/mac/fast/forms/input-text-click-inside-expected.checksum .../mac/fast/forms/input-text-click-inside-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/input-text-click-inside-expected.png ...tform/mac/fast/forms/input-text-click-inside-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/input-text-click-inside-expected.txt ...tform/mac/fast/forms/input-text-click-inside-expected.txt +3 -3
- LayoutTests/platform/mac/fast/forms/input-text-click-outside-expected.checksum ...mac/fast/forms/input-text-click-outside-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/input-text-click-outside-expected.png ...form/mac/fast/forms/input-text-click-outside-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/input-text-click-outside-expected.txt ...form/mac/fast/forms/input-text-click-outside-expected.txt +3 -3
- LayoutTests/platform/mac/fast/forms/input-text-double-click-expected.checksum .../mac/fast/forms/input-text-double-click-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/input-text-double-click-expected.png ...tform/mac/fast/forms/input-text-double-click-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/input-text-double-click-expected.txt ...tform/mac/fast/forms/input-text-double-click-expected.txt +3 -3
- LayoutTests/platform/mac/fast/forms/input-text-drag-down-expected.checksum ...orm/mac/fast/forms/input-text-drag-down-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/input-text-drag-down-expected.png ...platform/mac/fast/forms/input-text-drag-down-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/input-text-drag-down-expected.txt ...platform/mac/fast/forms/input-text-drag-down-expected.txt +3 -3
- LayoutTests/platform/mac/fast/forms/input-text-option-delete-expected.checksum ...mac/fast/forms/input-text-option-delete-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/input-text-option-delete-expected.png ...form/mac/fast/forms/input-text-option-delete-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/input-text-option-delete-expected.txt ...form/mac/fast/forms/input-text-option-delete-expected.txt +3 -3
- LayoutTests/platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.checksum ...st/forms/input-text-scroll-left-on-blur-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.png ...ac/fast/forms/input-text-scroll-left-on-blur-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt ...ac/fast/forms/input-text-scroll-left-on-blur-expected.txt +15 -15
- LayoutTests/platform/mac/fast/forms/input-text-self-emptying-click-expected.checksum ...st/forms/input-text-self-emptying-click-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/input-text-self-emptying-click-expected.png ...ac/fast/forms/input-text-self-emptying-click-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/input-text-self-emptying-click-expected.txt ...ac/fast/forms/input-text-self-emptying-click-expected.txt +3 -3
- LayoutTests/platform/mac/fast/forms/input-text-word-wrap-expected.checksum ...orm/mac/fast/forms/input-text-word-wrap-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/input-text-word-wrap-expected.png ...platform/mac/fast/forms/input-text-word-wrap-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/input-text-word-wrap-expected.txt ...platform/mac/fast/forms/input-text-word-wrap-expected.txt +3 -3
- LayoutTests/platform/mac/fast/forms/input-type-change2-expected.checksum ...tform/mac/fast/forms/input-type-change2-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/input-type-change2-expected.png ...s/platform/mac/fast/forms/input-type-change2-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/input-type-change2-expected.txt ...s/platform/mac/fast/forms/input-type-change2-expected.txt +3 -3
- LayoutTests/platform/mac/fast/forms/input-type-text-min-width-expected.checksum ...ac/fast/forms/input-type-text-min-width-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/input-type-text-min-width-expected.png ...orm/mac/fast/forms/input-type-text-min-width-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/input-type-text-min-width-expected.txt ...orm/mac/fast/forms/input-type-text-min-width-expected.txt +3 -3
- LayoutTests/platform/mac/fast/forms/input-value-expected.checksum ...sts/platform/mac/fast/forms/input-value-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/input-value-expected.png LayoutTests/platform/mac/fast/forms/input-value-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/input-value-expected.txt LayoutTests/platform/mac/fast/forms/input-value-expected.txt +15 -15
- LayoutTests/platform/mac/fast/forms/input-width-expected.checksum ...sts/platform/mac/fast/forms/input-width-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/input-width-expected.png LayoutTests/platform/mac/fast/forms/input-width-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/input-width-expected.txt LayoutTests/platform/mac/fast/forms/input-width-expected.txt +3 -3
- LayoutTests/platform/mac/fast/forms/isindex-placeholder-expected.checksum ...form/mac/fast/forms/isindex-placeholder-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/isindex-placeholder-expected.png .../platform/mac/fast/forms/isindex-placeholder-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/isindex-placeholder-expected.txt .../platform/mac/fast/forms/isindex-placeholder-expected.txt +6 -6
- LayoutTests/platform/mac/fast/forms/password-placeholder-expected.checksum ...orm/mac/fast/forms/password-placeholder-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/password-placeholder-expected.png ...platform/mac/fast/forms/password-placeholder-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/password-placeholder-expected.txt ...platform/mac/fast/forms/password-placeholder-expected.txt +3 -3
- LayoutTests/platform/mac/fast/forms/password-placeholder-text-security-expected.checksum ...orms/password-placeholder-text-security-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/password-placeholder-text-security-expected.png ...ast/forms/password-placeholder-text-security-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/password-placeholder-text-security-expected.txt ...ast/forms/password-placeholder-text-security-expected.txt +12 -12
- LayoutTests/platform/mac/fast/forms/placeholder-pseudo-style-expected.checksum ...mac/fast/forms/placeholder-pseudo-style-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/placeholder-pseudo-style-expected.png ...form/mac/fast/forms/placeholder-pseudo-style-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/placeholder-pseudo-style-expected.txt ...form/mac/fast/forms/placeholder-pseudo-style-expected.txt +30 -30
- LayoutTests/platform/mac/fast/forms/placeholder-set-attribute-expected.checksum ...ac/fast/forms/placeholder-set-attribute-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/placeholder-set-attribute-expected.png ...orm/mac/fast/forms/placeholder-set-attribute-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/placeholder-set-attribute-expected.txt ...orm/mac/fast/forms/placeholder-set-attribute-expected.txt +3 -3
- LayoutTests/platform/mac/fast/forms/placeholder-set-value-expected.checksum ...rm/mac/fast/forms/placeholder-set-value-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/placeholder-set-value-expected.png ...latform/mac/fast/forms/placeholder-set-value-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/placeholder-set-value-expected.txt ...latform/mac/fast/forms/placeholder-set-value-expected.txt +5 -5
- LayoutTests/platform/mac/fast/forms/search-cancel-button-style-sharing-expected.checksum ...orms/search-cancel-button-style-sharing-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/search-cancel-button-style-sharing-expected.png ...ast/forms/search-cancel-button-style-sharing-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt ...ast/forms/search-cancel-button-style-sharing-expected.txt +12 -12
- LayoutTests/platform/mac/fast/forms/search-display-none-cancel-button-expected.checksum ...forms/search-display-none-cancel-button-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/search-display-none-cancel-button-expected.png ...fast/forms/search-display-none-cancel-button-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/search-display-none-cancel-button-expected.txt ...fast/forms/search-display-none-cancel-button-expected.txt +4 -4
- LayoutTests/platform/mac/fast/forms/search-placeholder-value-changed-expected.checksum .../forms/search-placeholder-value-changed-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/search-placeholder-value-changed-expected.png .../fast/forms/search-placeholder-value-changed-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/search-placeholder-value-changed-expected.txt .../fast/forms/search-placeholder-value-changed-expected.txt +5 -5
- LayoutTests/platform/mac/fast/forms/search-rtl-expected.checksum ...ests/platform/mac/fast/forms/search-rtl-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/search-rtl-expected.png LayoutTests/platform/mac/fast/forms/search-rtl-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/search-rtl-expected.txt LayoutTests/platform/mac/fast/forms/search-rtl-expected.txt +31 -31
- LayoutTests/platform/mac/fast/forms/search-styled-expected.checksum ...s/platform/mac/fast/forms/search-styled-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/search-styled-expected.png ...tTests/platform/mac/fast/forms/search-styled-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/search-styled-expected.txt ...tTests/platform/mac/fast/forms/search-styled-expected.txt +5 -5
- LayoutTests/platform/mac/fast/forms/search-transformed-expected.checksum ...tform/mac/fast/forms/search-transformed-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/search-transformed-expected.png ...s/platform/mac/fast/forms/search-transformed-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/search-transformed-expected.txt ...s/platform/mac/fast/forms/search-transformed-expected.txt +5 -5
- LayoutTests/platform/mac/fast/forms/search-vertical-alignment-expected.checksum ...ac/fast/forms/search-vertical-alignment-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/search-vertical-alignment-expected.png ...orm/mac/fast/forms/search-vertical-alignment-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/search-vertical-alignment-expected.txt ...orm/mac/fast/forms/search-vertical-alignment-expected.txt +30 -30
- LayoutTests/platform/mac/fast/forms/search-zoomed-expected.checksum ...s/platform/mac/fast/forms/search-zoomed-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/search-zoomed-expected.png ...tTests/platform/mac/fast/forms/search-zoomed-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/search-zoomed-expected.txt ...tTests/platform/mac/fast/forms/search-zoomed-expected.txt +5 -5
- LayoutTests/platform/mac/fast/forms/searchfield-heights-expected.checksum ...form/mac/fast/forms/searchfield-heights-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/searchfield-heights-expected.png .../platform/mac/fast/forms/searchfield-heights-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/searchfield-heights-expected.txt .../platform/mac/fast/forms/searchfield-heights-expected.txt +19 -19
- LayoutTests/platform/mac/fast/forms/tabbing-input-iframe-expected.checksum ...orm/mac/fast/forms/tabbing-input-iframe-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/tabbing-input-iframe-expected.png ...platform/mac/fast/forms/tabbing-input-iframe-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/tabbing-input-iframe-expected.txt ...platform/mac/fast/forms/tabbing-input-iframe-expected.txt +11 -11
- LayoutTests/platform/mac/fast/forms/text-style-color-expected.checksum ...latform/mac/fast/forms/text-style-color-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/text-style-color-expected.png ...sts/platform/mac/fast/forms/text-style-color-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/text-style-color-expected.txt ...sts/platform/mac/fast/forms/text-style-color-expected.txt +30 -30
- LayoutTests/platform/mac/fast/forms/textAreaLineHeight-expected.txt ...s/platform/mac/fast/forms/textAreaLineHeight-expected.txt +18 -20
- LayoutTests/platform/mac/fast/forms/textarea-align-expected.checksum .../platform/mac/fast/forms/textarea-align-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/textarea-align-expected.png ...Tests/platform/mac/fast/forms/textarea-align-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/textarea-align-expected.txt ...Tests/platform/mac/fast/forms/textarea-align-expected.txt +21 -21
- LayoutTests/platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.checksum ...forms/textarea-placeholder-pseudo-style-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.png ...fast/forms/textarea-placeholder-pseudo-style-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt ...fast/forms/textarea-placeholder-pseudo-style-expected.txt +18 -18
- LayoutTests/platform/mac/fast/forms/textarea-placeholder-set-attribute-expected.checksum ...orms/textarea-placeholder-set-attribute-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/textarea-placeholder-set-attribute-expected.png ...ast/forms/textarea-placeholder-set-attribute-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/textarea-placeholder-set-attribute-expected.txt ...ast/forms/textarea-placeholder-set-attribute-expected.txt +3 -3
- LayoutTests/platform/mac/fast/forms/textarea-placeholder-set-value-expected.checksum ...st/forms/textarea-placeholder-set-value-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/textarea-placeholder-set-value-expected.png ...ac/fast/forms/textarea-placeholder-set-value-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/textarea-placeholder-set-value-expected.txt ...ac/fast/forms/textarea-placeholder-set-value-expected.txt +3 -3
- LayoutTests/platform/mac/fast/forms/textarea-scrollbar-expected.checksum ...tform/mac/fast/forms/textarea-scrollbar-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/textarea-scrollbar-expected.png ...s/platform/mac/fast/forms/textarea-scrollbar-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/textarea-scrollbar-expected.txt ...s/platform/mac/fast/forms/textarea-scrollbar-expected.txt +3 -3
- LayoutTests/platform/mac/fast/forms/textarea-scrolled-type-expected.checksum ...m/mac/fast/forms/textarea-scrolled-type-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/textarea-scrolled-type-expected.png ...atform/mac/fast/forms/textarea-scrolled-type-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/textarea-scrolled-type-expected.txt ...atform/mac/fast/forms/textarea-scrolled-type-expected.txt +6 -6
- LayoutTests/platform/mac/fast/forms/textarea-setinnerhtml-expected.checksum ...rm/mac/fast/forms/textarea-setinnerhtml-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/textarea-setinnerhtml-expected.png ...latform/mac/fast/forms/textarea-setinnerhtml-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/textarea-setinnerhtml-expected.txt ...latform/mac/fast/forms/textarea-setinnerhtml-expected.txt +3 -3
- LayoutTests/platform/mac/fast/forms/textarea-width-expected.checksum .../platform/mac/fast/forms/textarea-width-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/textarea-width-expected.png ...Tests/platform/mac/fast/forms/textarea-width-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/textarea-width-expected.txt ...Tests/platform/mac/fast/forms/textarea-width-expected.txt +7 -7
- LayoutTests/platform/mac/fast/forms/textfield-outline-expected.checksum ...atform/mac/fast/forms/textfield-outline-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/textfield-outline-expected.png ...ts/platform/mac/fast/forms/textfield-outline-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/textfield-outline-expected.txt ...ts/platform/mac/fast/forms/textfield-outline-expected.txt +3 -3
- LayoutTests/platform/mac/fast/forms/textfield-overflow-expected.checksum ...tform/mac/fast/forms/textfield-overflow-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/textfield-overflow-expected.png ...s/platform/mac/fast/forms/textfield-overflow-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/textfield-overflow-expected.txt ...s/platform/mac/fast/forms/textfield-overflow-expected.txt +3 -3
- LayoutTests/platform/mac/fast/forms/visual-hebrew-text-field-expected.checksum ...mac/fast/forms/visual-hebrew-text-field-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/forms/visual-hebrew-text-field-expected.png ...form/mac/fast/forms/visual-hebrew-text-field-expected.png +0 -0
- LayoutTests/platform/mac/fast/forms/visual-hebrew-text-field-expected.txt ...form/mac/fast/forms/visual-hebrew-text-field-expected.txt +3 -3
- LayoutTests/platform/mac/fast/invalid/residual-style-expected.txt ...sts/platform/mac/fast/invalid/residual-style-expected.txt +4 -4
- LayoutTests/platform/mac/fast/lists/dynamic-marker-crash-expected.checksum ...orm/mac/fast/lists/dynamic-marker-crash-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/lists/dynamic-marker-crash-expected.png ...platform/mac/fast/lists/dynamic-marker-crash-expected.png +0 -0
- LayoutTests/platform/mac/fast/lists/dynamic-marker-crash-expected.txt ...platform/mac/fast/lists/dynamic-marker-crash-expected.txt +3 -3
- LayoutTests/platform/mac/fast/overflow/overflow-x-y-expected.checksum ...platform/mac/fast/overflow/overflow-x-y-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/overflow/overflow-x-y-expected.png ...ests/platform/mac/fast/overflow/overflow-x-y-expected.png +0 -0
- LayoutTests/platform/mac/fast/overflow/overflow-x-y-expected.txt ...ests/platform/mac/fast/overflow/overflow-x-y-expected.txt +8 -8
- LayoutTests/platform/mac/fast/parser/entity-comment-in-textarea-expected.checksum .../fast/parser/entity-comment-in-textarea-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/parser/entity-comment-in-textarea-expected.png ...m/mac/fast/parser/entity-comment-in-textarea-expected.png +0 -0
- LayoutTests/platform/mac/fast/parser/entity-comment-in-textarea-expected.txt ...m/mac/fast/parser/entity-comment-in-textarea-expected.txt +5 -5
- LayoutTests/platform/mac/fast/parser/open-comment-in-textarea-expected.checksum ...ac/fast/parser/open-comment-in-textarea-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/parser/open-comment-in-textarea-expected.png ...orm/mac/fast/parser/open-comment-in-textarea-expected.png +0 -0
- LayoutTests/platform/mac/fast/parser/open-comment-in-textarea-expected.txt ...orm/mac/fast/parser/open-comment-in-textarea-expected.txt +10 -10
- LayoutTests/platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.checksum ...estruction-by-invalidateSelection-crash-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png ...rer-destruction-by-invalidateSelection-crash-expected.png +0 -0
- LayoutTests/platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt ...rer-destruction-by-invalidateSelection-crash-expected.txt +3 -3
- LayoutTests/platform/mac/fast/repaint/search-field-cancel-expected.checksum ...rm/mac/fast/repaint/search-field-cancel-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/repaint/search-field-cancel-expected.png ...latform/mac/fast/repaint/search-field-cancel-expected.png +0 -0
- LayoutTests/platform/mac/fast/repaint/search-field-cancel-expected.txt ...latform/mac/fast/repaint/search-field-cancel-expected.txt +5 -5
- LayoutTests/platform/mac/fast/repaint/subtree-root-skipped-expected.checksum ...m/mac/fast/repaint/subtree-root-skipped-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/repaint/subtree-root-skipped-expected.png ...atform/mac/fast/repaint/subtree-root-skipped-expected.png +0 -0
- LayoutTests/platform/mac/fast/repaint/subtree-root-skipped-expected.txt ...atform/mac/fast/repaint/subtree-root-skipped-expected.txt +3 -3
- LayoutTests/platform/mac/fast/replaced/replaced-breaking-expected.checksum ...orm/mac/fast/replaced/replaced-breaking-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/replaced/replaced-breaking-expected.png ...platform/mac/fast/replaced/replaced-breaking-expected.png +0 -0
- LayoutTests/platform/mac/fast/replaced/replaced-breaking-expected.txt ...platform/mac/fast/replaced/replaced-breaking-expected.txt +6 -6
- LayoutTests/platform/mac/fast/replaced/replaced-breaking-mixture-expected.checksum ...fast/replaced/replaced-breaking-mixture-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/replaced/replaced-breaking-mixture-expected.png .../mac/fast/replaced/replaced-breaking-mixture-expected.png +0 -0
- LayoutTests/platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt .../mac/fast/replaced/replaced-breaking-mixture-expected.txt +6 -6
- LayoutTests/platform/mac/fast/replaced/width100percent-searchfield-expected.checksum ...st/replaced/width100percent-searchfield-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/replaced/width100percent-searchfield-expected.png ...ac/fast/replaced/width100percent-searchfield-expected.png +0 -0
- LayoutTests/platform/mac/fast/replaced/width100percent-searchfield-expected.txt ...ac/fast/replaced/width100percent-searchfield-expected.txt +22 -22
- LayoutTests/platform/mac/fast/replaced/width100percent-textarea-expected.checksum .../fast/replaced/width100percent-textarea-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/replaced/width100percent-textarea-expected.png ...m/mac/fast/replaced/width100percent-textarea-expected.png +0 -0
- LayoutTests/platform/mac/fast/replaced/width100percent-textarea-expected.txt ...m/mac/fast/replaced/width100percent-textarea-expected.txt +18 -18
- LayoutTests/platform/mac/fast/replaced/width100percent-textfield-expected.checksum ...fast/replaced/width100percent-textfield-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/replaced/width100percent-textfield-expected.png .../mac/fast/replaced/width100percent-textfield-expected.png +0 -0
- LayoutTests/platform/mac/fast/replaced/width100percent-textfield-expected.txt .../mac/fast/replaced/width100percent-textfield-expected.txt +18 -18
- LayoutTests/platform/mac/fast/table/003-expected.checksum LayoutTests/platform/mac/fast/table/003-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/table/003-expected.png LayoutTests/platform/mac/fast/table/003-expected.png +0 -0
- LayoutTests/platform/mac/fast/table/003-expected.txt LayoutTests/platform/mac/fast/table/003-expected.txt +18 -18
- LayoutTests/platform/mac/fast/table/colspanMinWidth-expected.checksum ...platform/mac/fast/table/colspanMinWidth-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/table/colspanMinWidth-expected.png ...ests/platform/mac/fast/table/colspanMinWidth-expected.png +0 -0
- LayoutTests/platform/mac/fast/table/colspanMinWidth-expected.txt ...ests/platform/mac/fast/table/colspanMinWidth-expected.txt +16 -16
- LayoutTests/platform/mac/fast/table/spanOverlapRepaint-expected.checksum ...tform/mac/fast/table/spanOverlapRepaint-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/table/spanOverlapRepaint-expected.png ...s/platform/mac/fast/table/spanOverlapRepaint-expected.png +0 -0
- LayoutTests/platform/mac/fast/table/spanOverlapRepaint-expected.txt ...s/platform/mac/fast/table/spanOverlapRepaint-expected.txt +15 -15
- LayoutTests/platform/mac/fast/table/text-field-baseline-expected.checksum ...form/mac/fast/table/text-field-baseline-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/table/text-field-baseline-expected.png .../platform/mac/fast/table/text-field-baseline-expected.png +0 -0
- LayoutTests/platform/mac/fast/table/text-field-baseline-expected.txt .../platform/mac/fast/table/text-field-baseline-expected.txt +25 -25
- LayoutTests/platform/mac/fast/text/textIteratorNilRenderer-expected.checksum ...m/mac/fast/text/textIteratorNilRenderer-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/text/textIteratorNilRenderer-expected.png ...atform/mac/fast/text/textIteratorNilRenderer-expected.png +0 -0
- LayoutTests/platform/mac/fast/text/textIteratorNilRenderer-expected.txt ...atform/mac/fast/text/textIteratorNilRenderer-expected.txt +9 -9
- LayoutTests/platform/mac/fast/transforms/transformed-focused-text-input-expected.checksum ...ansforms/transformed-focused-text-input-expected.checksum +1 -1
- LayoutTests/platform/mac/fast/transforms/transformed-focused-text-input-expected.png ...st/transforms/transformed-focused-text-input-expected.png +0 -0
- LayoutTests/platform/mac/fast/transforms/transformed-focused-text-input-expected.txt ...st/transforms/transformed-focused-text-input-expected.txt +3 -3
- LayoutTests/platform/mac/http/tests/navigation/anchor-frames-expected.txt ...form/mac/http/tests/navigation/anchor-frames-expected.txt +15 -17
- LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.checksum .../tests/navigation/javascriptlink-frames-expected.checksum +1 -1
- LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.png .../http/tests/navigation/javascriptlink-frames-expected.png +0 -0
- LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt .../http/tests/navigation/javascriptlink-frames-expected.txt +15 -17
- LayoutTests/platform/mac/svg/custom/inline-svg-in-xhtml-expected.checksum ...form/mac/svg/custom/inline-svg-in-xhtml-expected.checksum +1 -1
- LayoutTests/platform/mac/svg/custom/inline-svg-in-xhtml-expected.png .../platform/mac/svg/custom/inline-svg-in-xhtml-expected.png +0 -0
- LayoutTests/platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt .../platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt +3 -3
- LayoutTests/platform/mac/svg/hixie/mixed/003-expected.checksum ...tTests/platform/mac/svg/hixie/mixed/003-expected.checksum +1 -1
- LayoutTests/platform/mac/svg/hixie/mixed/003-expected.png LayoutTests/platform/mac/svg/hixie/mixed/003-expected.png +0 -0
- LayoutTests/platform/mac/svg/hixie/mixed/003-expected.txt LayoutTests/platform/mac/svg/hixie/mixed/003-expected.txt +3 -3
- LayoutTests/platform/mac/tables/mozilla/bugs/bug1188-expected.checksum ...latform/mac/tables/mozilla/bugs/bug1188-expected.checksum +1 -1
- LayoutTests/platform/mac/tables/mozilla/bugs/bug1188-expected.png ...sts/platform/mac/tables/mozilla/bugs/bug1188-expected.png +0 -0
- LayoutTests/platform/mac/tables/mozilla/bugs/bug1188-expected.txt ...sts/platform/mac/tables/mozilla/bugs/bug1188-expected.txt +12 -12
- LayoutTests/platform/mac/tables/mozilla/bugs/bug12384-expected.checksum ...atform/mac/tables/mozilla/bugs/bug12384-expected.checksum +1 -1
- LayoutTests/platform/mac/tables/mozilla/bugs/bug12384-expected.png ...ts/platform/mac/tables/mozilla/bugs/bug12384-expected.png +0 -0
- LayoutTests/platform/mac/tables/mozilla/bugs/bug12384-expected.txt ...ts/platform/mac/tables/mozilla/bugs/bug12384-expected.txt +19 -19
- LayoutTests/platform/mac/tables/mozilla/bugs/bug18359-expected.checksum ...atform/mac/tables/mozilla/bugs/bug18359-expected.checksum +1 -1
- LayoutTests/platform/mac/tables/mozilla/bugs/bug18359-expected.png ...ts/platform/mac/tables/mozilla/bugs/bug18359-expected.png +0 -0
- LayoutTests/platform/mac/tables/mozilla/bugs/bug18359-expected.txt ...ts/platform/mac/tables/mozilla/bugs/bug18359-expected.txt +11 -11
- LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-2-expected.checksum ...tform/mac/tables/mozilla/bugs/bug2479-2-expected.checksum +1 -1
- LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-2-expected.png ...s/platform/mac/tables/mozilla/bugs/bug2479-2-expected.png +0 -0
- LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt ...s/platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt +35 -35
- LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.checksum ...tform/mac/tables/mozilla/bugs/bug2479-3-expected.checksum +1 -1
- LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.png ...s/platform/mac/tables/mozilla/bugs/bug2479-3-expected.png +0 -0
- LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt ...s/platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt +4 -4
- LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt ...s/platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt +7 -7
- LayoutTests/platform/mac/tables/mozilla/bugs/bug28928-expected.checksum ...atform/mac/tables/mozilla/bugs/bug28928-expected.checksum +1 -1
- LayoutTests/platform/mac/tables/mozilla/bugs/bug28928-expected.png ...ts/platform/mac/tables/mozilla/bugs/bug28928-expected.png +0 -0
- LayoutTests/platform/mac/tables/mozilla/bugs/bug28928-expected.txt ...ts/platform/mac/tables/mozilla/bugs/bug28928-expected.txt +18 -18
- LayoutTests/platform/mac/tables/mozilla/bugs/bug30559-expected.checksum ...atform/mac/tables/mozilla/bugs/bug30559-expected.checksum +1 -1
- LayoutTests/platform/mac/tables/mozilla/bugs/bug30559-expected.png ...ts/platform/mac/tables/mozilla/bugs/bug30559-expected.png +0 -0
- LayoutTests/platform/mac/tables/mozilla/bugs/bug30559-expected.txt ...ts/platform/mac/tables/mozilla/bugs/bug30559-expected.txt +7 -7
- LayoutTests/platform/mac/tables/mozilla/bugs/bug4382-expected.checksum ...latform/mac/tables/mozilla/bugs/bug4382-expected.checksum +1 -1
- LayoutTests/platform/mac/tables/mozilla/bugs/bug4382-expected.png ...sts/platform/mac/tables/mozilla/bugs/bug4382-expected.png +0 -0
- LayoutTests/platform/mac/tables/mozilla/bugs/bug4382-expected.txt ...sts/platform/mac/tables/mozilla/bugs/bug4382-expected.txt +6 -6
- LayoutTests/platform/mac/tables/mozilla/bugs/bug4527-expected.checksum ...latform/mac/tables/mozilla/bugs/bug4527-expected.checksum +1 -1
- LayoutTests/platform/mac/tables/mozilla/bugs/bug4527-expected.png ...sts/platform/mac/tables/mozilla/bugs/bug4527-expected.png +0 -0
- LayoutTests/platform/mac/tables/mozilla/bugs/bug4527-expected.txt ...sts/platform/mac/tables/mozilla/bugs/bug4527-expected.txt +6 -6
- LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-1-expected.checksum ...form/mac/tables/mozilla/bugs/bug46368-1-expected.checksum +1 -1
- LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-1-expected.png .../platform/mac/tables/mozilla/bugs/bug46368-1-expected.png +0 -0
- LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt .../platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt +3 -3
- LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-2-expected.checksum ...form/mac/tables/mozilla/bugs/bug46368-2-expected.checksum +1 -1
- LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-2-expected.png .../platform/mac/tables/mozilla/bugs/bug46368-2-expected.png +0 -0
- LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt .../platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt +3 -3
- LayoutTests/platform/mac/tables/mozilla/bugs/bug51037-expected.checksum ...atform/mac/tables/mozilla/bugs/bug51037-expected.checksum +1 -1
- LayoutTests/platform/mac/tables/mozilla/bugs/bug51037-expected.png ...ts/platform/mac/tables/mozilla/bugs/bug51037-expected.png +0 -0
- LayoutTests/platform/mac/tables/mozilla/bugs/bug51037-expected.txt ...ts/platform/mac/tables/mozilla/bugs/bug51037-expected.txt +6 -6
- LayoutTests/platform/mac/tables/mozilla/bugs/bug55545-expected.checksum ...atform/mac/tables/mozilla/bugs/bug55545-expected.checksum +1 -1
- LayoutTests/platform/mac/tables/mozilla/bugs/bug55545-expected.png ...ts/platform/mac/tables/mozilla/bugs/bug55545-expected.png +0 -0
- LayoutTests/platform/mac/tables/mozilla/bugs/bug55545-expected.txt ...ts/platform/mac/tables/mozilla/bugs/bug55545-expected.txt +11 -11
- LayoutTests/platform/mac/tables/mozilla/bugs/bug59354-expected.checksum ...atform/mac/tables/mozilla/bugs/bug59354-expected.checksum +1 -1
- LayoutTests/platform/mac/tables/mozilla/bugs/bug59354-expected.png ...ts/platform/mac/tables/mozilla/bugs/bug59354-expected.png +0 -0
- LayoutTests/platform/mac/tables/mozilla/bugs/bug59354-expected.txt ...ts/platform/mac/tables/mozilla/bugs/bug59354-expected.txt +19 -19
- LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.checksum ...latform/mac/tables/mozilla/bugs/bug7342-expected.checksum +1 -1
- LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.png ...sts/platform/mac/tables/mozilla/bugs/bug7342-expected.png +0 -0
- LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.txt ...sts/platform/mac/tables/mozilla/bugs/bug7342-expected.txt +8 -8
- LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.checksum ...atform/mac/tables/mozilla/bugs/bug96334-expected.checksum +1 -1
- LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.png ...ts/platform/mac/tables/mozilla/bugs/bug96334-expected.png +0 -0
- LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.txt ...ts/platform/mac/tables/mozilla/bugs/bug96334-expected.txt +7 -7
- LayoutTests/platform/mac/tables/mozilla/bugs/bug99948-expected.checksum ...atform/mac/tables/mozilla/bugs/bug99948-expected.checksum +1 -1
- LayoutTests/platform/mac/tables/mozilla/bugs/bug99948-expected.png ...ts/platform/mac/tables/mozilla/bugs/bug99948-expected.png +0 -0
- LayoutTests/platform/mac/tables/mozilla/bugs/bug99948-expected.txt ...ts/platform/mac/tables/mozilla/bugs/bug99948-expected.txt +8 -8
- LayoutTests/platform/mac/tables/mozilla/dom/tableDom-expected.checksum ...latform/mac/tables/mozilla/dom/tableDom-expected.checksum +1 -1
- LayoutTests/platform/mac/tables/mozilla/dom/tableDom-expected.png ...sts/platform/mac/tables/mozilla/dom/tableDom-expected.png +0 -0
- LayoutTests/platform/mac/tables/mozilla/dom/tableDom-expected.txt ...sts/platform/mac/tables/mozilla/dom/tableDom-expected.txt +26 -26
- LayoutTests/platform/mac/tables/mozilla/other/move_row-expected.checksum ...tform/mac/tables/mozilla/other/move_row-expected.checksum +1 -1
- LayoutTests/platform/mac/tables/mozilla/other/move_row-expected.png ...s/platform/mac/tables/mozilla/other/move_row-expected.png +0 -0
- LayoutTests/platform/mac/tables/mozilla/other/move_row-expected.txt ...s/platform/mac/tables/mozilla/other/move_row-expected.txt +11 -11
- LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt ...les/mozilla_expected_failures/bugs/bug2479-5-expected.txt +7 -7
- LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.checksum ...zilla_expected_failures/bugs/bug92647-1-expected.checksum +1 -1
- LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png ...es/mozilla_expected_failures/bugs/bug92647-1-expected.png +0 -0
- LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt ...es/mozilla_expected_failures/bugs/bug92647-1-expected.txt +19 -19
- LayoutTests/platform/win/editing/deleting/5168598-expected.txt ...tTests/platform/win/editing/deleting/5168598-expected.txt +0 -22
- LayoutTests/platform/win/editing/inserting/5607069-2-expected.txt ...sts/platform/win/editing/inserting/5607069-2-expected.txt +0 -18
- LayoutTests/platform/win/editing/inserting/5607069-3-expected.txt ...sts/platform/win/editing/inserting/5607069-3-expected.txt +0 -24
- LayoutTests/platform/win/editing/inserting/before-after-input-element-expected.txt ...editing/inserting/before-after-input-element-expected.txt +0 -17
- LayoutTests/platform/win/editing/inserting/typing-tab-designmode-forms-expected.txt ...diting/inserting/typing-tab-designmode-forms-expected.txt +0 -21
- LayoutTests/platform/win/editing/pasteboard/4806874-expected.txt ...ests/platform/win/editing/pasteboard/4806874-expected.txt +0 -18
- LayoutTests/platform/win/editing/pasteboard/drop-text-without-selection-expected.txt ...iting/pasteboard/drop-text-without-selection-expected.txt +0 -39
- LayoutTests/platform/win/editing/pasteboard/nested-blocks-with-text-field-expected.txt ...ing/pasteboard/nested-blocks-with-text-field-expected.txt +0 -27
- LayoutTests/platform/win/editing/selection/3690703-2-expected.txt ...sts/platform/win/editing/selection/3690703-2-expected.txt +0 -141
- LayoutTests/platform/win/editing/selection/3690703-expected.txt ...Tests/platform/win/editing/selection/3690703-expected.txt +0 -141
- LayoutTests/platform/win/editing/selection/3690719-expected.txt ...Tests/platform/win/editing/selection/3690719-expected.txt +0 -141
- LayoutTests/platform/win/editing/selection/4895428-3-expected.txt ...sts/platform/win/editing/selection/4895428-3-expected.txt +0 -25
- LayoutTests/platform/win/editing/selection/5136696-expected.txt ...Tests/platform/win/editing/selection/5136696-expected.txt +0 -29
- LayoutTests/platform/win/editing/selection/drag-select-1-expected.txt ...platform/win/editing/selection/drag-select-1-expected.txt +0 -21
- LayoutTests/platform/win/editing/selection/drag-text-delay-expected.txt ...atform/win/editing/selection/drag-text-delay-expected.txt +0 -14
- LayoutTests/platform/win/editing/selection/select-from-textfield-outwards-expected.checksum ...election/select-from-textfield-outwards-expected.checksum +0 -1
- LayoutTests/platform/win/editing/selection/select-from-textfield-outwards-expected.png ...ing/selection/select-from-textfield-outwards-expected.png +0 -0
- LayoutTests/platform/win/editing/selection/select-from-textfield-outwards-expected.txt ...ing/selection/select-from-textfield-outwards-expected.txt +0 -38
- LayoutTests/platform/win/editing/spelling/spellcheck-attribute-expected.txt ...rm/win/editing/spelling/spellcheck-attribute-expected.txt +0 -66
- LayoutTests/platform/win/fast/css/line-height-expected.txt LayoutTests/platform/win/fast/css/line-height-expected.txt +0 -24
- LayoutTests/platform/win/fast/dom/isindex-002-expected.txt LayoutTests/platform/win/fast/dom/isindex-002-expected.txt +0 -24
- LayoutTests/platform/win/fast/dom/tabindex-clamp-expected.txt ...utTests/platform/win/fast/dom/tabindex-clamp-expected.txt +0 -35
- LayoutTests/platform/win/fast/dynamic/008-expected.txt LayoutTests/platform/win/fast/dynamic/008-expected.txt +0 -14
- LayoutTests/platform/win/fast/events/autoscroll-expected.txt LayoutTests/platform/win/fast/events/autoscroll-expected.txt +0 -31
- LayoutTests/platform/win/fast/events/context-no-deselect-expected.txt ...platform/win/fast/events/context-no-deselect-expected.txt +0 -16
- LayoutTests/platform/win/fast/events/label-focus-expected.txt ...utTests/platform/win/fast/events/label-focus-expected.txt +0 -17
- LayoutTests/platform/win/fast/forms/basic-inputs-expected.txt ...utTests/platform/win/fast/forms/basic-inputs-expected.txt +0 -84
- LayoutTests/platform/win/fast/forms/box-shadow-override-expected.txt .../platform/win/fast/forms/box-shadow-override-expected.txt +0 -80
- LayoutTests/platform/win/fast/forms/control-restrict-line-height-expected.txt .../win/fast/forms/control-restrict-line-height-expected.txt +0 -33
- LayoutTests/platform/win/fast/forms/encoding-test-expected.txt ...tTests/platform/win/fast/forms/encoding-test-expected.txt +0 -13
- LayoutTests/platform/win/fast/forms/fieldset-align-expected.txt ...Tests/platform/win/fast/forms/fieldset-align-expected.txt +0 -180
- LayoutTests/platform/win/fast/forms/input-align-expected.txt LayoutTests/platform/win/fast/forms/input-align-expected.txt +0 -47
- LayoutTests/platform/win/fast/forms/input-appearance-bkcolor-expected.txt ...form/win/fast/forms/input-appearance-bkcolor-expected.txt +0 -21
- LayoutTests/platform/win/fast/forms/input-appearance-default-bkcolor-expected.txt .../fast/forms/input-appearance-default-bkcolor-expected.txt +0 -15
- LayoutTests/platform/win/fast/forms/input-appearance-disabled-expected.txt ...orm/win/fast/forms/input-appearance-disabled-expected.txt +0 -15
- LayoutTests/platform/win/fast/forms/input-appearance-focus-expected.txt ...atform/win/fast/forms/input-appearance-focus-expected.txt +0 -35
- LayoutTests/platform/win/fast/forms/input-appearance-height-expected.txt ...tform/win/fast/forms/input-appearance-height-expected.txt +0 -103
- LayoutTests/platform/win/fast/forms/input-appearance-preventDefault-expected.txt ...n/fast/forms/input-appearance-preventDefault-expected.txt +0 -23
- LayoutTests/platform/win/fast/forms/input-appearance-readonly-expected.txt ...orm/win/fast/forms/input-appearance-readonly-expected.txt +0 -17
- LayoutTests/platform/win/fast/forms/input-appearance-selection-expected.txt ...rm/win/fast/forms/input-appearance-selection-expected.txt +0 -82
- LayoutTests/platform/win/fast/forms/input-appearance-visibility-expected.txt ...m/win/fast/forms/input-appearance-visibility-expected.txt +0 -17
- LayoutTests/platform/win/fast/forms/input-appearance-width-expected.txt ...atform/win/fast/forms/input-appearance-width-expected.txt +0 -36
- LayoutTests/platform/win/fast/forms/input-baseline-expected.txt ...Tests/platform/win/fast/forms/input-baseline-expected.txt +0 -21
- LayoutTests/platform/win/fast/forms/input-disabled-color-expected.txt ...platform/win/fast/forms/input-disabled-color-expected.txt +0 -151
- LayoutTests/platform/win/fast/forms/input-double-click-selection-gap-bug-expected.txt ...t/forms/input-double-click-selection-gap-bug-expected.txt +0 -31
- LayoutTests/platform/win/fast/forms/input-paste-undo-expected.txt ...sts/platform/win/fast/forms/input-paste-undo-expected.txt +0 -20
- LayoutTests/platform/win/fast/forms/input-readonly-dimmed-expected.txt ...latform/win/fast/forms/input-readonly-dimmed-expected.txt +0 -15
- LayoutTests/platform/win/fast/forms/input-readonly-empty-expected.txt ...platform/win/fast/forms/input-readonly-empty-expected.txt +0 -11
- LayoutTests/platform/win/fast/forms/input-spaces-expected.txt ...utTests/platform/win/fast/forms/input-spaces-expected.txt +0 -16
- LayoutTests/platform/win/fast/forms/input-table-expected.txt LayoutTests/platform/win/fast/forms/input-table-expected.txt +0 -98
- LayoutTests/platform/win/fast/forms/input-text-click-inside-expected.txt ...tform/win/fast/forms/input-text-click-inside-expected.txt +0 -14
- LayoutTests/platform/win/fast/forms/input-text-click-outside-expected.txt ...form/win/fast/forms/input-text-click-outside-expected.txt +0 -14
- LayoutTests/platform/win/fast/forms/input-text-double-click-expected.txt ...tform/win/fast/forms/input-text-double-click-expected.txt +0 -17
- LayoutTests/platform/win/fast/forms/input-text-drag-down-expected.txt ...platform/win/fast/forms/input-text-drag-down-expected.txt +0 -17
- LayoutTests/platform/win/fast/forms/input-text-option-delete-expected.txt ...form/win/fast/forms/input-text-option-delete-expected.txt +0 -16
- LayoutTests/platform/win/fast/forms/input-text-scroll-left-on-blur-expected.txt ...in/fast/forms/input-text-scroll-left-on-blur-expected.txt +0 -31
- LayoutTests/platform/win/fast/forms/input-text-self-emptying-click-expected.txt ...in/fast/forms/input-text-self-emptying-click-expected.txt +0 -15
- LayoutTests/platform/win/fast/forms/input-text-word-wrap-expected.txt ...platform/win/fast/forms/input-text-word-wrap-expected.txt +0 -20
- LayoutTests/platform/win/fast/forms/input-type-change2-expected.txt ...s/platform/win/fast/forms/input-type-change2-expected.txt +0 -17
- LayoutTests/platform/win/fast/forms/input-type-text-min-width-expected.txt ...orm/win/fast/forms/input-type-text-min-width-expected.txt +0 -17
- LayoutTests/platform/win/fast/forms/input-value-expected.txt LayoutTests/platform/win/fast/forms/input-value-expected.txt +0 -222
- LayoutTests/platform/win/fast/forms/input-width-expected.txt LayoutTests/platform/win/fast/forms/input-width-expected.txt +0 -9
- LayoutTests/platform/win/fast/forms/isindex-placeholder-expected.checksum ...form/win/fast/forms/isindex-placeholder-expected.checksum +0 -1
- LayoutTests/platform/win/fast/forms/isindex-placeholder-expected.png .../platform/win/fast/forms/isindex-placeholder-expected.png +0 -0
- LayoutTests/platform/win/fast/forms/isindex-placeholder-expected.txt .../platform/win/fast/forms/isindex-placeholder-expected.txt +0 -41
- LayoutTests/platform/win/fast/forms/password-placeholder-expected.txt ...platform/win/fast/forms/password-placeholder-expected.txt +0 -11
- LayoutTests/platform/win/fast/forms/password-placeholder-text-security-expected.txt ...ast/forms/password-placeholder-text-security-expected.txt +0 -35
- LayoutTests/platform/win/fast/forms/placeholder-pseudo-style-expected.txt ...form/win/fast/forms/placeholder-pseudo-style-expected.txt +0 -52
- LayoutTests/platform/win/fast/forms/placeholder-set-attribute-expected.txt ...orm/win/fast/forms/placeholder-set-attribute-expected.txt +0 -14
- LayoutTests/platform/win/fast/forms/placeholder-set-value-expected.txt ...latform/win/fast/forms/placeholder-set-value-expected.txt +0 -25
- LayoutTests/platform/win/fast/forms/search-cancel-button-style-sharing-expected.txt ...ast/forms/search-cancel-button-style-sharing-expected.txt +12 -12
- LayoutTests/platform/win/fast/forms/search-display-none-cancel-button-expected.txt ...fast/forms/search-display-none-cancel-button-expected.txt +4 -4
- LayoutTests/platform/win/fast/forms/search-placeholder-value-changed-expected.txt .../fast/forms/search-placeholder-value-changed-expected.txt +5 -5
- LayoutTests/platform/win/fast/forms/search-rtl-expected.txt LayoutTests/platform/win/fast/forms/search-rtl-expected.txt +0 -59
- LayoutTests/platform/win/fast/forms/search-styled-expected.txt ...tTests/platform/win/fast/forms/search-styled-expected.txt +0 -16
- LayoutTests/platform/win/fast/forms/search-transformed-expected.txt ...s/platform/win/fast/forms/search-transformed-expected.txt +0 -31
- LayoutTests/platform/win/fast/forms/search-vertical-alignment-expected.checksum ...in/fast/forms/search-vertical-alignment-expected.checksum +0 -1
- LayoutTests/platform/win/fast/forms/search-vertical-alignment-expected.png ...orm/win/fast/forms/search-vertical-alignment-expected.png +0 -0
- LayoutTests/platform/win/fast/forms/search-vertical-alignment-expected.txt ...orm/win/fast/forms/search-vertical-alignment-expected.txt +0 -63
- LayoutTests/platform/win/fast/forms/tabbing-input-iframe-expected.txt ...platform/win/fast/forms/tabbing-input-iframe-expected.txt +0 -31
- LayoutTests/platform/win/fast/forms/text-control-intrinsic-widths-expected.txt ...win/fast/forms/text-control-intrinsic-widths-expected.txt +0 -387
- LayoutTests/platform/win/fast/forms/text-style-color-expected.txt ...sts/platform/win/fast/forms/text-style-color-expected.txt +0 -89
- LayoutTests/platform/win/fast/forms/textarea-align-expected.txt ...Tests/platform/win/fast/forms/textarea-align-expected.txt +0 -46
- LayoutTests/platform/win/fast/forms/textfield-outline-expected.txt ...ts/platform/win/fast/forms/textfield-outline-expected.txt +0 -17
- LayoutTests/platform/win/fast/forms/textfield-overflow-expected.txt ...s/platform/win/fast/forms/textfield-overflow-expected.txt +0 -11
- LayoutTests/platform/win/fast/forms/visual-hebrew-text-field-expected.txt ...form/win/fast/forms/visual-hebrew-text-field-expected.txt +0 -31
- LayoutTests/platform/win/fast/lists/dynamic-marker-crash-expected.txt ...platform/win/fast/lists/dynamic-marker-crash-expected.txt +0 -19
- LayoutTests/platform/win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt ...rer-destruction-by-invalidateSelection-crash-expected.txt +0 -21
- LayoutTests/platform/win/fast/repaint/search-field-cancel-expected.txt ...latform/win/fast/repaint/search-field-cancel-expected.txt +0 -25
- LayoutTests/platform/win/fast/repaint/subtree-root-skipped-expected.txt ...atform/win/fast/repaint/subtree-root-skipped-expected.txt +0 -22
- LayoutTests/platform/win/fast/replaced/replaced-breaking-mixture-expected.txt .../win/fast/replaced/replaced-breaking-mixture-expected.txt +0 -39
- LayoutTests/platform/win/fast/replaced/width100percent-searchfield-expected.checksum ...st/replaced/width100percent-searchfield-expected.checksum +0 -1
- LayoutTests/platform/win/fast/replaced/width100percent-searchfield-expected.png ...in/fast/replaced/width100percent-searchfield-expected.png +0 -0
- LayoutTests/platform/win/fast/replaced/width100percent-searchfield-expected.txt ...in/fast/replaced/width100percent-searchfield-expected.txt +0 -77
- LayoutTests/platform/win/fast/replaced/width100percent-textarea-expected.txt ...m/win/fast/replaced/width100percent-textarea-expected.txt +0 -71
- LayoutTests/platform/win/fast/replaced/width100percent-textfield-expected.txt .../win/fast/replaced/width100percent-textfield-expected.txt +0 -59
- LayoutTests/platform/win/fast/table/003-expected.txt LayoutTests/platform/win/fast/table/003-expected.txt +0 -81
- LayoutTests/platform/win/fast/table/colspanMinWidth-expected.txt ...ests/platform/win/fast/table/colspanMinWidth-expected.txt +0 -24
- LayoutTests/platform/win/fast/table/spanOverlapRepaint-expected.txt ...s/platform/win/fast/table/spanOverlapRepaint-expected.txt +0 -26
- LayoutTests/platform/win/fast/table/text-field-baseline-expected.txt .../platform/win/fast/table/text-field-baseline-expected.txt +0 -101
- LayoutTests/platform/win/fast/text/textIteratorNilRenderer-expected.txt ...atform/win/fast/text/textIteratorNilRenderer-expected.txt +0 -34
- LayoutTests/platform/win/fast/transforms/transformed-focused-text-input-expected.txt ...st/transforms/transformed-focused-text-input-expected.txt +0 -12
- LayoutTests/platform/win/svg/custom/inline-svg-in-xhtml-expected.txt .../platform/win/svg/custom/inline-svg-in-xhtml-expected.txt +0 -35
- LayoutTests/platform/win/svg/hixie/mixed/003-expected.txt LayoutTests/platform/win/svg/hixie/mixed/003-expected.txt +0 -19
- LayoutTests/platform/win/tables/mozilla/bugs/bug1188-expected.txt ...sts/platform/win/tables/mozilla/bugs/bug1188-expected.txt +0 -141
- LayoutTests/platform/win/tables/mozilla/bugs/bug12384-expected.txt ...ts/platform/win/tables/mozilla/bugs/bug12384-expected.txt +0 -26
- LayoutTests/platform/win/tables/mozilla/bugs/bug18359-expected.txt ...ts/platform/win/tables/mozilla/bugs/bug18359-expected.txt +0 -44
- LayoutTests/platform/win/tables/mozilla/bugs/bug24200-expected.txt ...ts/platform/win/tables/mozilla/bugs/bug24200-expected.txt +0 -63
- LayoutTests/platform/win/tables/mozilla/bugs/bug2479-2-expected.txt ...s/platform/win/tables/mozilla/bugs/bug2479-2-expected.txt +0 -120
- LayoutTests/platform/win/tables/mozilla/bugs/bug2479-3-expected.txt ...s/platform/win/tables/mozilla/bugs/bug2479-3-expected.txt +0 -119
- LayoutTests/platform/win/tables/mozilla/bugs/bug2479-4-expected.txt ...s/platform/win/tables/mozilla/bugs/bug2479-4-expected.txt +0 -243
- LayoutTests/platform/win/tables/mozilla/bugs/bug28928-expected.txt ...ts/platform/win/tables/mozilla/bugs/bug28928-expected.txt +0 -52
- LayoutTests/platform/win/tables/mozilla/bugs/bug4382-expected.txt ...sts/platform/win/tables/mozilla/bugs/bug4382-expected.txt +0 -35
- LayoutTests/platform/win/tables/mozilla/bugs/bug4527-expected.txt ...sts/platform/win/tables/mozilla/bugs/bug4527-expected.txt +0 -49
- LayoutTests/platform/win/tables/mozilla/bugs/bug46368-1-expected.txt .../platform/win/tables/mozilla/bugs/bug46368-1-expected.txt +0 -55
- LayoutTests/platform/win/tables/mozilla/bugs/bug46368-2-expected.txt .../platform/win/tables/mozilla/bugs/bug46368-2-expected.txt +0 -43
- LayoutTests/platform/win/tables/mozilla/bugs/bug51037-expected.txt ...ts/platform/win/tables/mozilla/bugs/bug51037-expected.txt +0 -40
- LayoutTests/platform/win/tables/mozilla/bugs/bug55545-expected.txt ...ts/platform/win/tables/mozilla/bugs/bug55545-expected.txt +0 -20
- LayoutTests/platform/win/tables/mozilla/bugs/bug59354-expected.txt ...ts/platform/win/tables/mozilla/bugs/bug59354-expected.txt +0 -60
- LayoutTests/platform/win/tables/mozilla/bugs/bug7342-expected.txt ...sts/platform/win/tables/mozilla/bugs/bug7342-expected.txt +0 -80
- LayoutTests/platform/win/tables/mozilla/bugs/bug96334-expected.txt ...ts/platform/win/tables/mozilla/bugs/bug96334-expected.txt +0 -45
- LayoutTests/platform/win/tables/mozilla/bugs/bug99948-expected.txt ...ts/platform/win/tables/mozilla/bugs/bug99948-expected.txt +0 -16
- LayoutTests/platform/win/tables/mozilla/other/move_row-expected.txt ...s/platform/win/tables/mozilla/other/move_row-expected.txt +0 -53
- LayoutTests/platform/win/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt ...les/mozilla_expected_failures/bugs/bug2479-5-expected.txt +0 -180
- LayoutTests/platform/win/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt ...es/mozilla_expected_failures/bugs/bug92647-1-expected.txt +0 -32
- LayoutTests/svg/custom/svg-fonts-in-text-controls-expected.txt ...tTests/svg/custom/svg-fonts-in-text-controls-expected.txt +2 -2
- WebCore/ChangeLog WebCore/ChangeLog +41 -1
- WebCore/platform/graphics/mac/SimpleFontDataMac.mm WebCore/platform/graphics/mac/SimpleFontDataMac.mm +43 -26
- WebCore/rendering/RenderTextControl.cpp WebCore/rendering/RenderTextControl.cpp +74 -2
- WebCore/rendering/RenderTextControl.h WebCore/rendering/RenderTextControl.h +4 -0
- WebCore/rendering/RenderTextControlMultiLine.cpp WebCore/rendering/RenderTextControlMultiLine.cpp +11 -0
- WebCore/rendering/RenderTextControlMultiLine.h WebCore/rendering/RenderTextControlMultiLine.h +1 -0
- WebCore/rendering/RenderTextControlSingleLine.cpp WebCore/rendering/RenderTextControlSingleLine.cpp +25 -1
- WebCore/rendering/RenderTextControlSingleLine.h WebCore/rendering/RenderTextControlSingleLine.h +1 -0
- No files found.