Skip to content
  • shinyak@chromium.org's avatar
    Source/WebCore: [Shadow DOM]: ShadowRoot has wrong nodeName attribute · 32b67216
    shinyak@chromium.org authored
    https://bugs.webkit.org/show_bug.cgi?id=104995
    
    Reviewed by Dimitri Glazkov.
    
    According to the Shadow DOM spec, ShadowRoot.nodeName should return '#document-fragment' instead of '#shadow-root'.
    We remove ShadowRoot::nodeName.
    
    No new tests, covered by existing tests.
    
    * dom/ShadowRoot.cpp:
    * dom/ShadowRoot.h:
    (ShadowRoot):
    
    LayoutTests: [Shadow DOM]: ShadowRoot wrong nodeName attribute
    https://bugs.webkit.org/show_bug.cgi?id=104995
    
    Reviewed by Dimitri Glazkov.
    
    Converted #shadow-root to #document-fragment in LayoutTests files using sed.
    
    * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
    * editing/deleting/delete-ligature-001-expected.txt:
    * editing/pasteboard/copy-in-password-field-expected.txt:
    * editing/selection/select-all-textarea-expected.txt:
    * fast/dom/shadow/layout-tests-can-access-shadow-expected.txt:
    * fast/dom/shadow/layout-tests-can-access-shadow.html:
    * fast/dom/shadow/shadow-and-list-elements.html:
    * fast/events/5056619-expected.txt:
    * fast/forms/focus-selection-input-expected.txt:
    * fast/forms/focus-selection-textarea-expected.txt:
    * fast/forms/textfield-outline-expected.txt:
    * fast/html/details-add-summary-1-and-click-expected.txt:
    * fast/html/details-add-summary-10-and-click-expected.txt:
    * fast/html/details-add-summary-2-and-click-expected.txt:
    * fast/html/details-add-summary-3-and-click-expected.txt:
    * fast/html/details-add-summary-4-and-click-expected.txt:
    * fast/html/details-add-summary-5-and-click-expected.txt:
    * fast/html/details-add-summary-6-and-click-expected.txt:
    * fast/html/details-add-summary-7-and-click-expected.txt:
    * fast/html/details-add-summary-8-and-click-expected.txt:
    * fast/html/details-add-summary-9-and-click-expected.txt:
    * fast/html/details-remove-summary-1-and-click-expected.txt:
    * fast/html/details-remove-summary-2-and-click-expected.txt:
    * fast/html/details-remove-summary-3-and-click-expected.txt:
    * fast/html/details-remove-summary-4-and-click-expected.txt:
    * fast/html/details-remove-summary-5-and-click-expected.txt:
    * fast/html/details-remove-summary-6-and-click-expected.txt:
    * inspector/elements/shadow-dom-modify-chardata-expected.txt:
    * inspector/elements/shadow-root-expected.txt:
    * inspector/elements/shadow-root.html:
    * inspector/elements/update-shadowdom-expected.txt:
    * platform/chromium-android/fast/events/autoscroll-expected.txt:
    * platform/chromium-android/fast/forms/input-appearance-selection-expected.txt:
    * platform/chromium-android/fast/frames/take-focus-from-iframe-expected.txt:
    * platform/chromium-linux-x86/editing/selection/select-from-textfield-outwards-expected.txt:
    * platform/chromium-linux/editing/selection/select-from-textfield-outwards-expected.txt:
    * platform/chromium-linux/fast/forms/input-text-double-click-expected.txt:
    * platform/chromium-linux/fast/forms/textfield-outline-expected.txt:
    * platform/chromium-linux/fast/forms/validation-message-appearance-expected.txt:
    * platform/chromium-mac-lion/fast/forms/input-readonly-autoscroll-expected.txt:
    * platform/chromium-mac-lion/fast/forms/search-rtl-expected.txt:
    * platform/chromium-mac-snowleopard/fast/forms/input-readonly-autoscroll-expected.txt:
    * platform/chromium-mac-snowleopard/fast/forms/search-rtl-expected.txt:
    * platform/chromium-mac/editing/selection/select-across-readonly-input-1-expected.txt:
    * platform/chromium-mac/editing/selection/select-across-readonly-input-4-expected.txt:
    * platform/chromium-mac/editing/selection/select-across-readonly-input-5-expected.txt:
    * platform/chromium-mac/fast/forms/input-readonly-autoscroll-expected.txt:
    * platform/chromium-mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
    * platform/chromium-mac/fast/forms/search-rtl-expected.txt:
    * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt:
    * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.txt:
    * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.txt:
    * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.txt:
    * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.txt:
    * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.txt:
    * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.txt:
    * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.txt:
    * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.txt:
    * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.txt:
    * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.txt:
    * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.txt:
    * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.txt:
    * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.txt:
    * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.txt:
    * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.txt:
    * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.txt:
    * platform/chromium-win-xp/editing/selection/select-from-textfield-outwards-expected.txt:
    * platform/chromium-win/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
    * platform/chromium-win/editing/input/caret-at-the-edge-of-input-expected.txt:
    * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.txt:
    * platform/chromium-win/editing/inserting/4960120-1-expected.txt:
    * platform/chromium-win/editing/pasteboard/drop-text-without-selection-expected.txt:
    * platform/chromium-win/editing/pasteboard/pasting-tabs-expected.txt:
    * platform/chromium-win/editing/selection/4895428-3-expected.txt:
    * platform/chromium-win/editing/selection/4975120-expected.txt:
    * platform/chromium-win/editing/selection/select-across-readonly-input-1-expected.txt:
    * platform/chromium-win/editing/selection/select-across-readonly-input-4-expected.txt:
    * platform/chromium-win/editing/selection/select-across-readonly-input-5-expected.txt:
    * platform/chromium-win/editing/selection/select-from-textfield-outwards-expected.txt:
    * platform/chromium-win/fast/events/autoscroll-expected.txt:
    * platform/chromium-win/fast/events/context-no-deselect-expected.txt:
    * platform/chromium-win/fast/forms/input-appearance-focus-expected.txt:
    * platform/chromium-win/fast/forms/input-appearance-readonly-expected.txt:
    * platform/chromium-win/fast/forms/input-appearance-selection-expected.txt:
    * platform/chromium-win/fast/forms/input-double-click-selection-gap-bug-expected.txt:
    * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.txt:
    * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.txt:
    * platform/chromium-win/fast/forms/input-readonly-autoscroll-expected.txt:
    * platform/chromium-win/fast/forms/input-text-click-inside-expected.txt:
    * platform/chromium-win/fast/forms/input-text-double-click-expected.txt:
    * platform/chromium-win/fast/forms/input-text-drag-down-expected.txt:
    * platform/chromium-win/fast/forms/input-text-option-delete-expected.txt:
    * platform/chromium-win/fast/forms/input-text-scroll-left-on-blur-expected.txt:
    * platform/chromium-win/fast/forms/input-text-self-emptying-click-expected.txt:
    * platform/chromium-win/fast/forms/number/number-appearance-rtl-expected.txt:
    * platform/chromium-win/fast/forms/plaintext-mode-2-expected.txt:
    * platform/chromium-win/fast/forms/search-rtl-expected.txt:
    * platform/chromium-win/fast/forms/tabbing-input-iframe-expected.txt:
    * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.txt:
    * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.txt:
    * platform/chromium-win/fast/forms/textarea-scrollbar-expected.txt:
    * platform/chromium-win/fast/forms/textarea-scrolled-type-expected.txt:
    * platform/chromium-win/fast/forms/textfield-focus-ring-expected.txt:
    * platform/chromium-win/fast/forms/textfield-outline-expected.txt:
    * platform/chromium-win/fast/forms/textfield-overflow-expected.txt:
    * platform/chromium-win/fast/forms/validation-message-appearance-expected.txt:
    * platform/chromium-win/fast/frames/take-focus-from-iframe-expected.txt:
    * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
    * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
    * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
    * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
    * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
    * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
    * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
    * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
    * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
    * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
    * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
    * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
    * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
    * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
    * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
    * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
    * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
    * platform/chromium-win/fast/transforms/transformed-focused-text-input-expected.txt:
    * platform/chromium-win/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
    * platform/chromium/editing/input/caret-at-the-edge-of-input-expected.txt:
    * platform/chromium/editing/input/reveal-caret-of-multiline-input-expected.txt:
    * platform/chromium/editing/inserting/4960120-1-expected.txt:
    * platform/chromium/editing/pasteboard/drop-text-without-selection-expected.txt:
    * platform/chromium/editing/pasteboard/pasting-tabs-expected.txt:
    * platform/chromium/editing/selection/4895428-3-expected.txt:
    * platform/chromium/editing/selection/4975120-expected.txt:
    * platform/chromium/editing/selection/select-from-textfield-outwards-expected.txt:
    * platform/chromium/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt:
    * platform/chromium/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt:
    * platform/chromium/fast/events/autoscroll-expected.txt:
    * platform/chromium/fast/events/context-no-deselect-expected.txt:
    * platform/chromium/fast/forms/input-appearance-focus-expected.txt:
    * platform/chromium/fast/forms/input-appearance-readonly-expected.txt:
    * platform/chromium/fast/forms/input-appearance-selection-expected.txt:
    * platform/chromium/fast/forms/input-double-click-selection-gap-bug-expected.txt:
    * platform/chromium/fast/forms/input-placeholder-visibility-1-expected.txt:
    * platform/chromium/fast/forms/input-placeholder-visibility-3-expected.txt:
    * platform/chromium/fast/forms/input-readonly-autoscroll-expected.txt:
    * platform/chromium/fast/forms/input-text-click-inside-expected.txt:
    * platform/chromium/fast/forms/input-text-double-click-expected.txt:
    * platform/chromium/fast/forms/input-text-drag-down-expected.txt:
    * platform/chromium/fast/forms/input-text-option-delete-expected.txt:
    * platform/chromium/fast/forms/input-text-self-emptying-click-expected.txt:
    * platform/chromium/fast/forms/number/number-appearance-rtl-expected.txt:
    * platform/chromium/fast/forms/plaintext-mode-2-expected.txt:
    * platform/chromium/fast/forms/search-rtl-expected.txt:
    * platform/chromium/fast/forms/tabbing-input-iframe-expected.txt:
    * platform/chromium/fast/forms/textarea-placeholder-visibility-1-expected.txt:
    * platform/chromium/fast/forms/textarea-placeholder-visibility-2-expected.txt:
    * platform/chromium/fast/forms/textarea-scrollbar-expected.txt:
    * platform/chromium/fast/forms/textarea-scrolled-type-expected.txt:
    * platform/chromium/fast/forms/textfield-focus-ring-expected.txt:
    * platform/chromium/fast/forms/textfield-outline-expected.txt:
    * platform/chromium/fast/forms/textfield-overflow-expected.txt:
    * platform/chromium/fast/frames/take-focus-from-iframe-expected.txt:
    * platform/chromium/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
    * platform/chromium/fast/transforms/transformed-focused-text-input-expected.txt:
    * platform/chromium/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
    * platform/efl/editing/input/caret-at-the-edge-of-input-expected.txt:
    * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.txt:
    * platform/efl/editing/inserting/4960120-1-expected.txt:
    * platform/efl/fast/events/autoscroll-expected.txt:
    * platform/efl/fast/events/context-no-deselect-expected.txt:
    * platform/efl/fast/forms/input-appearance-focus-expected.txt:
    * platform/efl/fast/forms/input-appearance-readonly-expected.txt:
    * platform/efl/fast/forms/input-appearance-selection-expected.txt:
    * platform/efl/fast/forms/input-double-click-selection-gap-bug-expected.txt:
    * platform/efl/fast/forms/input-placeholder-visibility-1-expected.txt:
    * platform/efl/fast/forms/input-placeholder-visibility-3-expected.txt:
    * platform/efl/fast/forms/input-text-click-inside-expected.txt:
    * platform/efl/fast/forms/input-text-double-click-expected.txt:
    * platform/efl/fast/forms/input-text-option-delete-expected.txt:
    * platform/efl/fast/forms/input-text-self-emptying-click-expected.txt:
    * platform/efl/fast/forms/number/number-appearance-rtl-expected.txt:
    * platform/efl/fast/forms/tabbing-input-iframe-expected.txt:
    * platform/efl/fast/forms/textarea-placeholder-visibility-1-expected.txt:
    * platform/efl/fast/forms/textarea-placeholder-visibility-2-expected.txt:
    * platform/efl/fast/forms/textarea-scrollbar-expected.txt:
    * platform/efl/fast/forms/textarea-scrolled-type-expected.txt:
    * platform/efl/fast/forms/textfield-focus-ring-expected.txt:
    * platform/efl/fast/forms/textfield-outline-expected.txt:
    * platform/efl/fast/forms/validation-message-appearance-expected.txt:
    * platform/efl/fast/frames/take-focus-from-iframe-expected.txt:
    * platform/efl/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
    * platform/efl/fast/text/textIteratorNilRenderer-expected.txt:
    * platform/efl/fast/transforms/transformed-focused-text-input-expected.txt:
    * platform/gtk/editing/input/caret-at-the-edge-of-input-expected.txt:
    * platform/gtk/editing/input/reveal-caret-of-multiline-input-expected.txt:
    * platform/gtk/editing/inserting/4960120-1-expected.txt:
    * platform/gtk/editing/pasteboard/drop-text-without-selection-expected.txt:
    * platform/gtk/editing/pasteboard/pasting-tabs-expected.txt:
    * platform/gtk/editing/selection/4895428-3-expected.txt:
    * platform/gtk/editing/selection/4975120-expected.txt:
    * platform/gtk/editing/selection/select-across-readonly-input-1-expected.txt:
    * platform/gtk/editing/selection/select-across-readonly-input-4-expected.txt:
    * platform/gtk/editing/selection/select-across-readonly-input-5-expected.txt:
    * platform/gtk/editing/selection/select-from-textfield-outwards-expected.txt:
    * platform/gtk/fast/events/autoscroll-expected.txt:
    * platform/gtk/fast/events/context-no-deselect-expected.txt:
    * platform/gtk/fast/forms/input-appearance-focus-expected.txt:
    * platform/gtk/fast/forms/input-appearance-readonly-expected.txt:
    * platform/gtk/fast/forms/input-appearance-selection-expected.txt:
    * platform/gtk/fast/forms/input-double-click-selection-gap-bug-expected.txt:
    * platform/gtk/fast/forms/input-placeholder-visibility-1-expected.txt:
    * platform/gtk/fast/forms/input-placeholder-visibility-3-expected.txt:
    * platform/gtk/fast/forms/input-readonly-autoscroll-expected.txt:
    * platform/gtk/fast/forms/input-text-click-inside-expected.txt:
    * platform/gtk/fast/forms/input-text-click-outside-expected.txt:
    * platform/gtk/fast/forms/input-text-double-click-expected.txt:
    * platform/gtk/fast/forms/input-text-drag-down-expected.txt:
    * platform/gtk/fast/forms/input-text-option-delete-expected.txt:
    * platform/gtk/fast/forms/input-text-scroll-left-on-blur-expected.txt:
    * platform/gtk/fast/forms/input-text-self-emptying-click-expected.txt:
    * platform/gtk/fast/forms/number/number-appearance-rtl-expected.txt:
    * platform/gtk/fast/forms/plaintext-mode-2-expected.txt:
    * platform/gtk/fast/forms/search-rtl-expected.txt:
    * platform/gtk/fast/forms/tabbing-input-iframe-expected.txt:
    * platform/gtk/fast/forms/textarea-placeholder-visibility-1-expected.txt:
    * platform/gtk/fast/forms/textarea-placeholder-visibility-2-expected.txt:
    * platform/gtk/fast/forms/textarea-scrollbar-expected.txt:
    * platform/gtk/fast/forms/textarea-scrolled-type-expected.txt:
    * platform/gtk/fast/forms/textfield-focus-ring-expected.txt:
    * platform/gtk/fast/forms/textfield-outline-expected.txt:
    * platform/gtk/fast/forms/textfield-overflow-expected.txt:
    * platform/gtk/fast/forms/validation-message-appearance-expected.txt:
    * platform/gtk/fast/frames/take-focus-from-iframe-expected.txt:
    * platform/gtk/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
    * platform/gtk/fast/text/textIteratorNilRenderer-expected.txt:
    * platform/gtk/fast/transforms/transformed-focused-text-input-expected.txt:
    * platform/mac-wk2/editing/selection/select-across-readonly-input-4-expected.txt:
    * platform/mac-wk2/editing/selection/select-across-readonly-input-5-expected.txt:
    * platform/mac-wk2/fast/forms/plaintext-mode-2-expected.txt:
    * platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt:
    * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt:
    * platform/mac/editing/inserting/4960120-1-expected.txt:
    * platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt:
    * platform/mac/editing/pasteboard/pasting-tabs-expected.txt:
    * platform/mac/editing/selection/4895428-3-expected.txt:
    * platform/mac/editing/selection/4975120-expected.txt:
    * platform/mac/editing/selection/select-across-readonly-input-1-expected.txt:
    * platform/mac/editing/selection/select-across-readonly-input-4-expected.txt:
    * platform/mac/editing/selection/select-across-readonly-input-5-expected.txt:
    * platform/mac/editing/selection/select-from-textfield-outwards-expected.txt:
    * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt:
    * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt:
    * platform/mac/fast/events/autoscroll-expected.txt:
    * platform/mac/fast/events/context-no-deselect-expected.txt:
    * platform/mac/fast/forms/input-appearance-focus-expected.txt:
    * platform/mac/fast/forms/input-appearance-readonly-expected.txt:
    * platform/mac/fast/forms/input-appearance-selection-expected.txt:
    * platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
    * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt:
    * platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt:
    * platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt:
    * platform/mac/fast/forms/input-readonly-autoscroll-expected.txt:
    * platform/mac/fast/forms/input-text-click-inside-expected.txt:
    * platform/mac/fast/forms/input-text-double-click-expected.txt:
    * platform/mac/fast/forms/input-text-drag-down-expected.txt:
    * platform/mac/fast/forms/input-text-option-delete-expected.txt:
    * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
    * platform/mac/fast/forms/input-text-self-emptying-click-expected.txt:
    * platform/mac/fast/forms/number/number-appearance-rtl-expected.txt:
    * platform/mac/fast/forms/plaintext-mode-2-expected.txt:
    * platform/mac/fast/forms/search-rtl-expected.txt:
    * platform/mac/fast/forms/tabbing-input-iframe-expected.txt:
    * platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt:
    * platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt:
    * platform/mac/fast/forms/textarea-scrollbar-expected.txt:
    * platform/mac/fast/forms/textarea-scrolled-type-expected.txt:
    * platform/mac/fast/forms/textfield-focus-ring-expected.txt:
    * platform/mac/fast/forms/textfield-outline-expected.txt:
    * platform/mac/fast/forms/textfield-overflow-expected.txt:
    * platform/mac/fast/forms/validation-message-appearance-expected.txt:
    * platform/mac/fast/frames/take-focus-from-iframe-expected.txt:
    * platform/mac/fast/html/details-add-summary-1-and-click-expected.txt:
    * platform/mac/fast/html/details-add-summary-10-and-click-expected.txt:
    * platform/mac/fast/html/details-add-summary-2-and-click-expected.txt:
    * platform/mac/fast/html/details-add-summary-3-and-click-expected.txt:
    * platform/mac/fast/html/details-add-summary-4-and-click-expected.txt:
    * platform/mac/fast/html/details-add-summary-5-and-click-expected.txt:
    * platform/mac/fast/html/details-add-summary-6-and-click-expected.txt:
    * platform/mac/fast/html/details-add-summary-7-and-click-expected.txt:
    * platform/mac/fast/html/details-add-summary-8-and-click-expected.txt:
    * platform/mac/fast/html/details-add-summary-9-and-click-expected.txt:
    * platform/mac/fast/html/details-remove-summary-1-and-click-expected.txt:
    * platform/mac/fast/html/details-remove-summary-2-and-click-expected.txt:
    * platform/mac/fast/html/details-remove-summary-3-and-click-expected.txt:
    * platform/mac/fast/html/details-remove-summary-4-and-click-expected.txt:
    * platform/mac/fast/html/details-remove-summary-5-and-click-expected.txt:
    * platform/mac/fast/html/details-remove-summary-6-and-click-expected.txt:
    * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
    * platform/mac/fast/transforms/transformed-focused-text-input-expected.txt:
    * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
    * platform/qt/editing/input/caret-at-the-edge-of-input-expected.txt:
    * platform/qt/editing/input/reveal-caret-of-multiline-input-expected.txt:
    * platform/qt/editing/inserting/4960120-1-expected.txt:
    * platform/qt/editing/pasteboard/pasting-tabs-expected.txt:
    * platform/qt/editing/selection/4895428-3-expected.txt:
    * platform/qt/editing/selection/4975120-expected.txt:
    * platform/qt/editing/selection/select-across-readonly-input-1-expected.txt:
    * platform/qt/editing/selection/select-across-readonly-input-4-expected.txt:
    * platform/qt/editing/selection/select-across-readonly-input-5-expected.txt:
    * platform/qt/fast/events/context-no-deselect-expected.txt:
    * platform/qt/fast/forms/input-appearance-focus-expected.txt:
    * platform/qt/fast/forms/input-appearance-readonly-expected.txt:
    * platform/qt/fast/forms/input-appearance-selection-expected.txt:
    * platform/qt/fast/forms/input-double-click-selection-gap-bug-expected.txt:
    * platform/qt/fast/forms/input-placeholder-visibility-1-expected.txt:
    * platform/qt/fast/forms/input-placeholder-visibility-3-expected.txt:
    * platform/qt/fast/forms/input-text-click-inside-expected.txt:
    * platform/qt/fast/forms/input-text-click-outside-expected.txt:
    * platform/qt/fast/forms/input-text-double-click-expected.txt:
    * platform/qt/fast/forms/input-text-option-delete-expected.txt:
    * platform/qt/fast/forms/input-text-scroll-left-on-blur-expected.txt:
    * platform/qt/fast/forms/input-text-self-emptying-click-expected.txt:
    * platform/qt/fast/forms/number/number-appearance-rtl-expected.txt:
    * platform/qt/fast/forms/plaintext-mode-2-expected.txt:
    * platform/qt/fast/forms/search-rtl-expected.txt:
    * platform/qt/fast/forms/tabbing-input-iframe-expected.txt:
    * platform/qt/fast/forms/textarea-placeholder-visibility-1-expected.txt:
    * platform/qt/fast/forms/textarea-placeholder-visibility-2-expected.txt:
    * platform/qt/fast/forms/textarea-scrollbar-expected.txt:
    * platform/qt/fast/forms/textarea-scrolled-type-expected.txt:
    * platform/qt/fast/forms/textfield-focus-ring-expected.txt:
    * platform/qt/fast/forms/textfield-outline-expected.txt:
    * platform/qt/fast/forms/textfield-overflow-expected.txt:
    * platform/qt/fast/frames/take-focus-from-iframe-expected.txt:
    * platform/qt/fast/html/details-add-summary-1-and-click-expected.txt:
    * platform/qt/fast/html/details-add-summary-10-and-click-expected.txt:
    * platform/qt/fast/html/details-add-summary-2-and-click-expected.txt:
    * platform/qt/fast/html/details-add-summary-3-and-click-expected.txt:
    * platform/qt/fast/html/details-add-summary-4-and-click-expected.txt:
    * platform/qt/fast/html/details-add-summary-5-and-click-expected.txt:
    * platform/qt/fast/html/details-add-summary-6-and-click-expected.txt:
    * platform/qt/fast/html/details-add-summary-7-and-click-expected.txt:
    * platform/qt/fast/html/details-add-summary-8-and-click-expected.txt:
    * platform/qt/fast/html/details-add-summary-9-and-click-expected.txt:
    * platform/qt/fast/html/details-remove-summary-1-and-click-expected.txt:
    * platform/qt/fast/html/details-remove-summary-2-and-click-expected.txt:
    * platform/qt/fast/html/details-remove-summary-3-and-click-expected.txt:
    * platform/qt/fast/html/details-remove-summary-4-and-click-expected.txt:
    * platform/qt/fast/html/details-remove-summary-5-and-click-expected.txt:
    * platform/qt/fast/html/details-remove-summary-6-and-click-expected.txt:
    * platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
    * platform/qt/fast/transforms/transformed-focused-text-input-expected.txt:
    * platform/win-wk2/fast/forms/textfield-overflow-expected.txt:
    * platform/win/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
    * platform/win/editing/input/reveal-caret-of-multiline-input-expected.txt:
    * platform/win/editing/selection/select-from-textfield-outwards-expected.txt:
    * platform/win/fast/forms/input-text-drag-down-expected.txt:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@139198 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    32b67216