- 02 Dec, 2013 1 commit
-
-
gyuyoung.kim@samsung.com authored
Error messages are changed. So, test results need to be updated. * platform/efl/fast/forms/validation-message-appearance-expected.txt: * platform/efl/fast/forms/validationMessage-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159929 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 21 Apr, 2013 1 commit
-
-
ch.dumez@sisa.samsung.com authored
Rebaseline fast/forms/validation-message-appearance.html and fix expectation for editing/pasteboard/paste-text-004.html. * platform/efl/TestExpectations: * platform/efl/fast/forms/validation-message-appearance-expected.png: Added. * platform/efl/fast/forms/validation-message-appearance-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@148833 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 15 Mar, 2013 1 commit
-
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=110837 Patch by Christian Biesinger <cbiesinger@chromium.org> on 2013-03-15 Reviewed by Ojan Vafai. Source/WebCore: Covered by existing tests. * rendering/RenderTextControlSingleLine.cpp: (WebCore::RenderTextControlSingleLine::layout): After we set our descendants' heights, we need to mark them for layout. (WebCore::RenderTextControlSingleLine::createInnerBlockStyle): Use new-flexbox style setters. * css/html.css: (input::-webkit-textfield-decoration-container): (input[type="search"]::-webkit-search-cancel-button): (input[type="search"]::-webkit-search-decoration): (input[type="search"]::-webkit-search-results-decoration): (input[type="search"]::-webkit-search-results-button): (input::-webkit-inner-spin-button): (input::-webkit-input-speech-button): (textarea): (input[type="file"]): (input[type="color"]::-webkit-color-swatch-wrapper): (input[type="color"]::-webkit-color-swatch): (::-webkit-validation-bubble-message): (::-webkit-validation-bubble-text-block): * css/themeWin.css: (input[type="search"]::-webkit-search-results-decoration): (input[type="search"]::-webkit-search-results-button): Convert -webkit-box to -webkit-flex and adjust related properties. Notably switch to auto margins for centering the speech button as well as the search result and cancel buttons to stay compatible with the previous centering behaviour. This does not produce visible differences but eliminates the render tree dump changes. * html/TextFieldInputType.cpp: (WebCore::TextFieldInputType::createShadowSubtree): * html/shadow/TextControlInnerElements.cpp: (WebCore::TextControlInnerContainer::TextControlInnerContainer): (WebCore): (WebCore::TextControlInnerContainer::create): (WebCore::TextControlInnerContainer::createRenderer): * html/shadow/TextControlInnerElements.h: (TextControlInnerContainer): (WebCore): * rendering/RenderTextControl.cpp: (WebCore::RenderTextControlInnerContainer::RenderTextControlInnerContainer): (WebCore): (WebCore::RenderTextControlInnerContainer::~RenderTextControlInnerContainer): * rendering/RenderTextControl.h: (WebCore): (RenderTextControlInnerContainer): Create a new DOM element & renderer type for the textfield-decoration div (the direct child of the <input> in the shadow dom if we have a special input field). This is necessary because new-flexbox uses a different algorithm for calculating the baseline, which would otherwise cause an <input> and an <input type=search> to not be aligned with each other. The new renderer just calls back to RenderBlock for calculating the baseline. * rendering/RenderTextControlSingleLine.cpp: (WebCore::RenderTextControlSingleLine::layout): Make sure to mark renderers as needing layout when we change their style. This didn't use to be necessary because old-flexbox relayouts children even when they are not marked for needing layout. (WebCore::RenderTextControlSingleLine::createInnerBlockStyle): Use new-flexbox CSS properties. * html/shadow/TextFieldDecorationElement.cpp: (WebCore::TextFieldDecorationElement::decorate): Use new-flexbox CSS properties. LayoutTests: * fast/forms/placeholder-position-expected.txt: * platform/chromium-linux/fast/css/input-search-padding-expected.txt: * platform/chromium-linux/fast/forms/box-shadow-override-expected.txt: * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.txt: * platform/chromium-linux/fast/forms/input-appearance-height-expected.txt: * platform/chromium-linux/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: * platform/chromium-linux/fast/forms/search-styled-expected.txt: * platform/chromium-linux/fast/forms/searchfield-heights-expected.txt: * platform/chromium-linux/fast/forms/validation-message-appearance-expected.txt: * platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.txt: * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.txt: * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.txt: * platform/chromium-mac-lion/fast/forms/search-rtl-expected.txt: * platform/chromium-mac-snowleopard/fast/forms/search-rtl-expected.txt: * platform/chromium-mac-snowleopard/fast/repaint/search-field-cancel-expected.txt: * platform/chromium-mac/fast/css/text-overflow-input-expected.txt: * platform/chromium-mac/fast/forms/box-shadow-override-expected.txt: * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.txt: * platform/chromium-mac/fast/forms/input-appearance-height-expected.txt: * platform/chromium-mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: * platform/chromium-mac/fast/forms/placeholder-pseudo-style-expected.txt: * platform/chromium-mac/fast/forms/search-rtl-expected.txt: * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.txt: * platform/chromium-mac/fast/forms/searchfield-heights-expected.txt: * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt: * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.txt: * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.txt: * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.txt: * platform/chromium-win-xp/fast/forms/search-styled-expected.txt: * platform/chromium-win/fast/css/input-search-padding-expected.txt: * platform/chromium-win/fast/css/text-input-with-webkit-border-radius-expected.txt: * platform/chromium-win/fast/css/text-overflow-input-expected.txt: * platform/chromium-win/fast/forms/box-shadow-override-expected.txt: * platform/chromium-win/fast/forms/control-restrict-line-height-expected.txt: * platform/chromium-win/fast/forms/input-appearance-height-expected.txt: * platform/chromium-win/fast/forms/number/number-appearance-rtl-expected.txt: * platform/chromium-win/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: * platform/chromium-win/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: * platform/chromium-win/fast/forms/placeholder-position-expected.txt: * platform/chromium-win/fast/forms/placeholder-pseudo-style-expected.txt: * platform/chromium-win/fast/forms/search-cancel-button-style-sharing-expected.txt: * platform/chromium-win/fast/forms/search-display-none-cancel-button-expected.txt: * platform/chromium-win/fast/forms/search-rtl-expected.txt: * platform/chromium-win/fast/forms/search-styled-expected.txt: * platform/chromium-win/fast/forms/search-vertical-alignment-expected.txt: * platform/chromium-win/fast/forms/searchfield-heights-expected.txt: * platform/chromium-win/fast/forms/validation-message-appearance-expected.txt: * platform/chromium-win/fast/repaint/search-field-cancel-expected.txt: * platform/chromium-win/fast/replaced/width100percent-searchfield-expected.txt: * platform/chromium-win/fast/speech/input-appearance-numberandspeech-expected.txt: * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.txt: * platform/chromium-win/fast/speech/input-appearance-speechbutton-expected.txt: * platform/chromium-win/fast/speech/speech-bidi-rendering-expected.txt: * platform/chromium/fast/css/input-search-padding-expected.txt: * platform/chromium/fast/css/text-input-with-webkit-border-radius-expected.txt: * platform/chromium/fast/forms/number/number-appearance-rtl-expected.txt: * platform/chromium/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: * platform/chromium/fast/forms/search-cancel-button-style-sharing-expected.txt: * platform/chromium/fast/forms/search-display-none-cancel-button-expected.txt: * platform/chromium/fast/forms/search-rtl-expected.txt: * platform/chromium/fast/forms/search-styled-expected.txt: * platform/chromium/fast/repaint/search-field-cancel-expected.txt: * platform/chromium/fast/replaced/width100percent-searchfield-expected.txt: * platform/chromium/fast/speech/speech-bidi-rendering-expected.txt: * platform/efl/fast/css/input-search-padding-expected.txt: * platform/efl/fast/css/text-input-with-webkit-border-radius-expected.txt: * platform/efl/fast/css/text-overflow-input-expected.txt: * platform/efl/fast/forms/box-shadow-override-expected.txt: * platform/efl/fast/forms/control-restrict-line-height-expected.txt: * platform/efl/fast/forms/input-appearance-height-expected.txt: * platform/efl/fast/forms/number/number-appearance-rtl-expected.txt: * platform/efl/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: * platform/efl/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: * platform/efl/fast/forms/placeholder-position-expected.txt: * platform/efl/fast/forms/placeholder-pseudo-style-expected.txt: * platform/efl/fast/forms/search-cancel-button-style-sharing-expected.txt: * platform/efl/fast/forms/search-display-none-cancel-button-expected.txt: * platform/efl/fast/forms/search-rtl-expected.txt: * platform/efl/fast/forms/search-styled-expected.txt: * platform/efl/fast/forms/search-vertical-alignment-expected.txt: * platform/efl/fast/forms/searchfield-heights-expected.txt: * platform/efl/fast/forms/validation-message-appearance-expected.txt: * platform/efl/fast/repaint/search-field-cancel-expected.txt: * platform/efl/fast/replaced/width100percent-searchfield-expected.txt: * platform/gtk/fast/css/input-search-padding-expected.txt: * platform/gtk/fast/css/text-input-with-webkit-border-radius-expected.txt: * platform/gtk/fast/css/text-overflow-input-expected.txt: * platform/gtk/fast/forms/box-shadow-override-expected.txt: * platform/gtk/fast/forms/control-restrict-line-height-expected.txt: * platform/gtk/fast/forms/input-appearance-height-expected.txt: * platform/gtk/fast/forms/number/number-appearance-rtl-expected.txt: * platform/gtk/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: * platform/gtk/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: * platform/gtk/fast/forms/placeholder-position-expected.txt: * platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt: * platform/gtk/fast/forms/search-cancel-button-style-sharing-expected.txt: * platform/gtk/fast/forms/search-display-none-cancel-button-expected.txt: * platform/gtk/fast/forms/search-rtl-expected.txt: * platform/gtk/fast/forms/search-styled-expected.txt: * platform/gtk/fast/forms/search-vertical-alignment-expected.txt: * platform/gtk/fast/forms/searchfield-heights-expected.txt: * platform/gtk/fast/forms/validation-message-appearance-expected.txt: * platform/gtk/fast/repaint/search-field-cancel-expected.txt: * platform/gtk/fast/replaced/width100percent-searchfield-expected.txt: * platform/gtk/fast/speech/input-appearance-searchandspeech-expected.txt: * platform/mac/fast/css/input-search-padding-expected.txt: * platform/mac/fast/css/text-input-with-webkit-border-radius-expected.txt: * platform/mac/fast/css/text-overflow-input-expected.txt: * platform/mac/fast/forms/box-shadow-override-expected.txt: * platform/mac/fast/forms/control-restrict-line-height-expected.txt: * platform/mac/fast/forms/input-appearance-height-expected.txt: * platform/mac/fast/forms/number/number-appearance-rtl-expected.txt: * platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: * platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: * platform/mac/fast/forms/placeholder-pseudo-style-expected.txt: * platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt: * platform/mac/fast/forms/search-display-none-cancel-button-expected.txt: * platform/mac/fast/forms/search-rtl-expected.txt: * platform/mac/fast/forms/search-styled-expected.txt: * platform/mac/fast/forms/search-vertical-alignment-expected.txt: * platform/mac/fast/forms/searchfield-heights-expected.txt: * platform/mac/fast/forms/validation-message-appearance-expected.txt: * platform/mac/fast/repaint/search-field-cancel-expected.txt: * platform/mac/fast/replaced/width100percent-searchfield-expected.txt: * platform/mac/fast/speech/speech-bidi-rendering-expected.txt: * platform/qt-5.0/fast/forms/placeholder-pseudo-style-expected.txt: * platform/qt/fast/css/input-search-padding-expected.txt: * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.txt: * platform/qt/fast/css/text-overflow-input-expected.txt: * platform/qt/fast/forms/box-shadow-override-expected.txt: * platform/qt/fast/forms/control-restrict-line-height-expected.txt: * platform/qt/fast/forms/number/number-appearance-rtl-expected.txt: * platform/qt/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: * platform/qt/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: * platform/qt/fast/forms/placeholder-position-expected.txt: * platform/qt/fast/forms/placeholder-pseudo-style-expected.txt: * platform/qt/fast/forms/search-cancel-button-style-sharing-expected.txt: * platform/qt/fast/forms/search-display-none-cancel-button-expected.txt: * platform/qt/fast/forms/search-rtl-expected.txt: * platform/qt/fast/forms/search-styled-expected.txt: * platform/qt/fast/forms/search-vertical-alignment-expected.txt: * platform/qt/fast/repaint/search-field-cancel-expected.txt: * platform/qt/fast/replaced/width100percent-searchfield-expected.txt: * platform/qt/fast/speech/input-appearance-searchandspeech-expected.txt: Automated search & replace of RenderDeprecatedFlexibleBox -> RenderFlexibleBox * platform/mac/fast/forms/color/input-appearance-color-expected.txt: * platform/chromium-mac/fast/forms/color/input-appearance-color-expected.txt: * platform/chromium-win/fast/forms/color/input-appearance-color-expected.txt: * platform/chromium-linux/fast/forms/color/input-appearance-color-expected.png: This test shows a minor layout difference (less spacing between paragraphs with an <input type=color>). The underlying reason is alignment/baseline-differences with the new flexbox code, and the new behaviour makes more sense in general (this becomes obvious when putting text or a <input type=text> next to an <input type=color>). * platform/chromium/TestExpectations: Mark input-appearance-color as needing rebaseline on Mac/Win. All non-Chromium ports ignore fast/forms/color because the feature isn't enabled, so their TestExpectations need no update. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@145977 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 09 Jan, 2013 1 commit
-
-
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
-
- 28 Aug, 2012 1 commit
-
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=95195 Unreviewed gardening. Patch by Thiago Marcos P. Santos <thiago.santos@intel.com> on 2012-08-28 * platform/efl/TestExpectations: All CSS Sticky tests after r126774 since we don't support it yet. WebGL inspector also added to the list after r126857 for the same reason. * platform/efl/fast/html/details-nested-2-expected.txt: * platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added. Needs new baselines after r126787. * platform/efl/fast/block/float/float-avoidance-expected.png: * platform/efl/fast/block/float/float-avoidance-expected.txt: * platform/efl/fast/forms/validation-message-appearance-expected.png: * platform/efl/fast/forms/validation-message-appearance-expected.txt: * platform/efl/fast/text/textIteratorNilRenderer-expected.png: * platform/efl/fast/text/textIteratorNilRenderer-expected.txt: * platform/efl/http/tests/navigation/javascriptlink-frames-expected.png: * platform/efl/http/tests/navigation/javascriptlink-frames-expected.txt: Updated baselines after r126750. * platform/efl/fast/dom/HTMLMeterElement/meter-clone-expected.txt: Removed. * platform/efl/fast/dom/HTMLMeterElement/meter-element-crash-expected.txt: Removed. * platform/efl/fast/dom/HTMLMeterElement/meter-element-form-expected.txt: Removed. * platform/efl/fast/dom/HTMLMeterElement/meter-element-markup-expected.txt: Removed. * platform/efl/fast/dom/HTMLMeterElement/meter-element-with-child-crash-expected.txt: Removed. * platform/efl/fast/dom/HTMLMeterElement/meter-percent-size-expected.txt: Removed. * platform/efl/fast/dom/HTMLMeterElement/set-meter-properties-expected.txt: Removed. Removed since they are the same as global expectations. * platform/efl/fast/overflow/paged-x-div-with-column-gap-expected.png: Added. * platform/efl/fast/overflow/paged-x-div-with-column-gap-expected.txt: Added. * platform/efl/fast/overflow/paged-x-with-column-gap-expected.png: Added. * platform/efl/fast/overflow/paged-x-with-column-gap-expected.txt: Added. New baselines after r126840. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@126881 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 23 May, 2012 1 commit
-
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=86366 Patch by Christophe Dumez <christophe.dumez@intel.com> on 2012-05-23 Reviewed by Antonio Gomes. Source/WebKit/efl: Add helper function to DumpRenderTreeSupportEfl to set the validation message timer magnification. * WebCoreSupport/DumpRenderTreeSupportEfl.cpp: (DumpRenderTreeSupportEfl::setValidationMessageTimerMagnification): * WebCoreSupport/DumpRenderTreeSupportEfl.h: Tools: Call Settings::setValidationMessageTimerMagnification(-1) between the tests. * DumpRenderTree/efl/DumpRenderTreeChrome.cpp: (DumpRenderTreeChrome::resetDefaultsToConsistentValues): LayoutTests: Unskip fast/forms/validation-message-appearance.html and add EFL expectation. * platform/efl/Skipped: * platform/efl/fast/forms/validation-message-appearance-expected.png: Added. * platform/efl/fast/forms/validation-message-appearance-expected.txt: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@118140 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 18 May, 2012 1 commit
-
-
philn@webkit.org authored
* platform/gtk/css3/selectors3/html/css3-modsel-23-expected.txt: Added. * platform/gtk/css3/selectors3/html/css3-modsel-24-expected.txt: Added. * platform/gtk/css3/selectors3/html/css3-modsel-68-expected.txt: Added. * platform/gtk/css3/selectors3/html/css3-modsel-69-expected.txt: Added. * platform/gtk/css3/selectors3/xhtml/css3-modsel-23-expected.txt: Added. * platform/gtk/css3/selectors3/xhtml/css3-modsel-24-expected.txt: Added. * platform/gtk/css3/selectors3/xhtml/css3-modsel-68-expected.txt: Added. * platform/gtk/css3/selectors3/xhtml/css3-modsel-69-expected.txt: Added. * platform/gtk/css3/selectors3/xml/css3-modsel-23-expected.txt: Added. * platform/gtk/css3/selectors3/xml/css3-modsel-24-expected.txt: Added. * platform/gtk/css3/selectors3/xml/css3-modsel-68-expected.txt: Added. * platform/gtk/css3/selectors3/xml/css3-modsel-69-expected.txt: Added. * platform/gtk/editing/input/caret-at-the-edge-of-input-expected.txt: * platform/gtk/editing/inserting/before-after-input-element-expected.txt: * platform/gtk/editing/pasteboard/4806874-expected.txt: * platform/gtk/editing/pasteboard/drop-text-without-selection-expected.txt: * platform/gtk/editing/pasteboard/input-field-1-expected.txt: * platform/gtk/editing/selection/3690703-2-expected.txt: * platform/gtk/editing/selection/3690703-expected.txt: * platform/gtk/editing/selection/3690719-expected.txt: * platform/gtk/editing/selection/4895428-3-expected.txt: * platform/gtk/editing/selection/4975120-expected.txt: * platform/gtk/editing/selection/drag-select-1-expected.txt: * platform/gtk/editing/selection/select-across-readonly-input-1-expected.txt: * platform/gtk/editing/selection/select-across-readonly-input-2-expected.txt: * platform/gtk/editing/selection/select-across-readonly-input-3-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/css/input-search-padding-expected.txt: * platform/gtk/fast/css/line-height-expected.txt: * platform/gtk/fast/css/text-input-with-webkit-border-radius-expected.txt: * platform/gtk/fast/css/text-overflow-input-expected.txt: * platform/gtk/fast/dom/isindex-001-expected.txt: * platform/gtk/fast/dom/isindex-002-expected.txt: * platform/gtk/fast/events/autoscroll-expected.txt: * platform/gtk/fast/events/context-no-deselect-expected.txt: * platform/gtk/fast/forms/basic-inputs-expected.txt: * platform/gtk/fast/forms/box-shadow-override-expected.txt: * platform/gtk/fast/forms/control-restrict-line-height-expected.txt: * platform/gtk/fast/forms/encoding-test-expected.txt: * platform/gtk/fast/forms/fieldset-align-expected.txt: * platform/gtk/fast/forms/floating-textfield-relayout-expected.txt: * platform/gtk/fast/forms/form-element-geometry-expected.txt: * platform/gtk/fast/forms/form-hides-table-expected.txt: * platform/gtk/fast/forms/input-align-expected.txt: * platform/gtk/fast/forms/input-appearance-bkcolor-expected.txt: Added. * platform/gtk/fast/forms/input-appearance-default-bkcolor-expected.txt: * platform/gtk/fast/forms/input-appearance-disabled-expected.txt: * platform/gtk/fast/forms/input-appearance-focus-expected.txt: * platform/gtk/fast/forms/input-appearance-height-expected.txt: * platform/gtk/fast/forms/input-appearance-preventDefault-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-appearance-visibility-expected.txt: * platform/gtk/fast/forms/input-appearance-width-expected.txt: * platform/gtk/fast/forms/input-baseline-expected.txt: * platform/gtk/fast/forms/input-disabled-color-expected.txt: * platform/gtk/fast/forms/input-double-click-selection-gap-bug-expected.txt: * platform/gtk/fast/forms/input-field-text-truncated-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-readonly-dimmed-expected.txt: * platform/gtk/fast/forms/input-readonly-empty-expected.txt: * platform/gtk/fast/forms/input-spaces-expected.txt: * platform/gtk/fast/forms/input-table-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/input-text-word-wrap-expected.txt: * platform/gtk/fast/forms/input-type-text-min-width-expected.txt: * platform/gtk/fast/forms/input-value-expected.txt: * platform/gtk/fast/forms/input-width-expected.txt: * platform/gtk/fast/forms/minWidthPercent-expected.txt: * platform/gtk/fast/forms/number/input-appearance-number-rtl-expected.txt: * platform/gtk/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: * platform/gtk/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: * platform/gtk/fast/forms/placeholder-position-expected.txt: * platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt: * platform/gtk/fast/forms/plaintext-mode-2-expected.txt: * platform/gtk/fast/forms/search-cancel-button-style-sharing-expected.txt: * platform/gtk/fast/forms/search-display-none-cancel-button-expected.txt: * platform/gtk/fast/forms/search-rtl-expected.txt: * platform/gtk/fast/forms/search-styled-expected.txt: * platform/gtk/fast/forms/search-vertical-alignment-expected.txt: * platform/gtk/fast/forms/searchfield-heights-expected.txt: * platform/gtk/fast/forms/tabbing-input-iframe-expected.txt: * platform/gtk/fast/forms/text-control-intrinsic-widths-expected.txt: * platform/gtk/fast/forms/text-style-color-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/forms/visual-hebrew-text-field-expected.txt: * platform/gtk/fast/frames/take-focus-from-iframe-expected.txt: * platform/gtk/fast/html/details-no-summary4-expected.txt: * platform/gtk/fast/html/details-open-javascript-expected.txt: * platform/gtk/fast/html/details-open2-expected.txt: * platform/gtk/fast/html/details-open4-expected.txt: * platform/gtk/fast/invalid/residual-style-expected.txt: * platform/gtk/fast/lists/dynamic-marker-crash-expected.txt: * platform/gtk/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: * platform/gtk/fast/repaint/search-field-cancel-expected.txt: * platform/gtk/fast/repaint/subtree-root-skipped-expected.txt: * platform/gtk/fast/replaced/replaced-breaking-expected.txt: * platform/gtk/fast/replaced/replaced-breaking-mixture-expected.txt: * platform/gtk/fast/replaced/width100percent-searchfield-expected.txt: * platform/gtk/fast/replaced/width100percent-textfield-expected.txt: * platform/gtk/fast/table/003-expected.txt: * platform/gtk/fast/table/colspanMinWidth-expected.txt: * platform/gtk/fast/table/form-with-table-style-expected.txt: * platform/gtk/fast/table/spanOverlapRepaint-expected.txt: * platform/gtk/fast/table/text-field-baseline-expected.txt: * platform/gtk/fast/text/textIteratorNilRenderer-expected.txt: * platform/gtk/fast/transforms/transformed-focused-text-input-expected.txt: * platform/gtk/http/tests/navigation/javascriptlink-frames-expected.txt: * platform/gtk/plugins/mouse-click-plugin-clears-selection-expected.txt: * platform/gtk/svg/custom/inline-svg-in-xhtml-expected.txt: * platform/gtk/svg/custom/svg-fonts-in-text-controls-expected.txt: * platform/gtk/svg/hixie/mixed/003-expected.txt: * platform/gtk/tables/mozilla/bugs/bug1188-expected.txt: * platform/gtk/tables/mozilla/bugs/bug12384-expected.txt: * platform/gtk/tables/mozilla/bugs/bug18359-expected.txt: * platform/gtk/tables/mozilla/bugs/bug24200-expected.txt: * platform/gtk/tables/mozilla/bugs/bug2479-2-expected.txt: * platform/gtk/tables/mozilla/bugs/bug2479-3-expected.txt: * platform/gtk/tables/mozilla/bugs/bug2479-4-expected.txt: * platform/gtk/tables/mozilla/bugs/bug28928-expected.txt: * platform/gtk/tables/mozilla/bugs/bug4382-expected.txt: * platform/gtk/tables/mozilla/bugs/bug4527-expected.txt: * platform/gtk/tables/mozilla/bugs/bug46368-1-expected.txt: * platform/gtk/tables/mozilla/bugs/bug46368-2-expected.txt: * platform/gtk/tables/mozilla/bugs/bug51037-expected.txt: * platform/gtk/tables/mozilla/bugs/bug55545-expected.txt: * platform/gtk/tables/mozilla/bugs/bug59354-expected.txt: * platform/gtk/tables/mozilla/bugs/bug7342-expected.txt: * platform/gtk/tables/mozilla/bugs/bug96334-expected.txt: * platform/gtk/tables/mozilla/dom/tableDom-expected.txt: * platform/gtk/tables/mozilla/other/move_row-expected.txt: * platform/gtk/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: * platform/gtk/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: * platform/gtk/tables/mozilla/bugs/bug99948-expected.txt: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@117676 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 02 May, 2012 1 commit
-
-
zandobersek@gmail.com authored
* fast/repaint/table-hover-on-link-expected.txt: * platform/gtk/editing/inserting/before-after-input-element-expected.txt: * platform/gtk/editing/pasteboard/4806874-expected.txt: * platform/gtk/editing/pasteboard/input-field-1-expected.txt: * platform/gtk/editing/selection/3690703-2-expected.txt: * platform/gtk/editing/selection/3690703-expected.txt: * platform/gtk/editing/selection/3690719-expected.txt: * platform/gtk/editing/selection/4895428-3-expected.txt: * platform/gtk/editing/selection/4975120-expected.txt: * platform/gtk/editing/selection/drag-select-1-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/editing/spelling/inline_spelling_markers-expected.txt: * platform/gtk/fast/block/float/032-expected.txt: * platform/gtk/fast/block/float/033-expected.txt: * platform/gtk/fast/block/float/avoidance-rtl-expected.txt: * platform/gtk/fast/block/float/float-not-removed-from-next-sibling3-expected.txt: * platform/gtk/fast/block/float/float-overflow-hidden-containing-block-width-expected.txt: * platform/gtk/fast/block/float/in-margin-expected.txt: * platform/gtk/fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt: * platform/gtk/fast/block/float/shrink-to-avoid-float-complexity-expected.txt: * platform/gtk/fast/block/lineboxcontain/parsing-invalid-expected.txt: * platform/gtk/fast/block/margin-collapse/103-expected.txt: * platform/gtk/fast/clip/008-expected.txt: * platform/gtk/fast/clip/011-expected.txt: * platform/gtk/fast/clip/012-expected.txt: * platform/gtk/fast/clip/017-expected.txt: * platform/gtk/fast/css/input-search-padding-expected.txt: * platform/gtk/fast/css/invalidation-errors-2-expected.txt: * platform/gtk/fast/css/invalidation-errors-expected.txt: * platform/gtk/fast/css/text-overflow-input-expected.txt: * platform/gtk/fast/dom/isindex-001-expected.txt: * platform/gtk/fast/dom/isindex-002-expected.txt: * platform/gtk/fast/dynamic/subtree-boundary-percent-height-expected.txt: * platform/gtk/fast/dynamic/subtree-no-common-root-static-y-expected.txt: * platform/gtk/fast/dynamic/subtree-table-cell-height-expected.txt: * platform/gtk/fast/events/autoscroll-expected.txt: * platform/gtk/fast/events/context-no-deselect-expected.txt: * platform/gtk/fast/forms/box-shadow-override-expected.txt: * platform/gtk/fast/forms/encoding-test-expected.txt: * platform/gtk/fast/forms/fieldset-align-expected.txt: * platform/gtk/fast/forms/input-appearance-bkcolor-expected.txt: * platform/gtk/fast/forms/input-appearance-focus-expected.txt: * platform/gtk/fast/forms/input-appearance-height-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-appearance-width-expected.txt: * platform/gtk/fast/forms/input-baseline-expected.txt: * platform/gtk/fast/forms/input-double-click-selection-gap-bug-expected.txt: * platform/gtk/fast/forms/input-field-text-truncated-expected.txt: * platform/gtk/fast/forms/input-placeholder-visibility-1-expected.txt: * platform/gtk/fast/forms/input-readonly-autoscroll-expected.txt: * platform/gtk/fast/forms/input-readonly-empty-expected.txt: * platform/gtk/fast/forms/input-table-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-scroll-left-on-blur-expected.txt: * platform/gtk/fast/forms/input-text-self-emptying-click-expected.txt: * platform/gtk/fast/forms/input-width-expected.txt: * platform/gtk/fast/forms/placeholder-position-expected.txt: * platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt: * platform/gtk/fast/forms/search-cancel-button-style-sharing-expected.txt: * platform/gtk/fast/forms/search-rtl-expected.txt: * platform/gtk/fast/forms/search-styled-expected.txt: * platform/gtk/fast/forms/searchfield-heights-expected.txt: * platform/gtk/fast/forms/tabbing-input-iframe-expected.txt: * platform/gtk/fast/forms/textfield-focus-ring-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/html/details-no-summary4-expected.txt: * platform/gtk/fast/html/details-open-javascript-expected.txt: * platform/gtk/fast/html/details-open2-expected.txt: * platform/gtk/fast/html/details-open4-expected.txt: * platform/gtk/fast/invalid/residual-style-expected.txt: * platform/gtk/fast/layers/add-layer-with-nested-stacking-expected.txt: * platform/gtk/fast/layers/remove-layer-with-nested-stacking-expected.txt: * platform/gtk/fast/layers/self-painting-outline-expected.txt: * platform/gtk/fast/multicol/layers-split-across-columns-expected.txt: * platform/gtk/fast/overflow/004-expected.txt: * platform/gtk/fast/overflow/clip-rects-fixed-ancestor-expected.txt: * platform/gtk/fast/overflow/overflow-focus-ring-expected.txt: * platform/gtk/fast/repaint/inline-relative-positioned-expected.txt: * platform/gtk/fast/repaint/layer-outline-expected.txt: * platform/gtk/fast/repaint/layer-outline-horizontal-expected.txt: * platform/gtk/fast/repaint/opacity-change-on-overflow-float-expected.txt: * platform/gtk/fast/repaint/overflow-clip-subtree-layout-expected.txt: * platform/gtk/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: * platform/gtk/fast/repaint/repaint-resized-overflow-expected.txt: * platform/gtk/fast/repaint/subtree-layoutstate-transform-expected.txt: * platform/gtk/fast/repaint/subtree-root-clip-2-expected.txt: * platform/gtk/fast/repaint/subtree-root-clip-3-expected.txt: * platform/gtk/fast/repaint/subtree-root-clip-expected.txt: * platform/gtk/fast/repaint/subtree-root-skipped-expected.txt: * platform/gtk/fast/replaced/replaced-breaking-expected.txt: * platform/gtk/fast/replaced/replaced-breaking-mixture-expected.txt: * platform/gtk/fast/table/003-expected.txt: * platform/gtk/fast/table/029-expected.txt: * platform/gtk/fast/table/colspanMinWidth-expected.txt: * platform/gtk/fast/table/overflowHidden-expected.txt: * platform/gtk/fast/table/text-field-baseline-expected.txt: * platform/gtk/fast/text/selection-painted-separately-expected.txt: * platform/gtk/fast/text/selection-rect-rounding-expected.txt: * platform/gtk/fast/text/textIteratorNilRenderer-expected.txt: * platform/gtk/fast/transforms/transformed-focused-text-input-expected.txt: * platform/gtk/http/tests/navigation/javascriptlink-frames-expected.txt: * platform/gtk/plugins/mouse-click-plugin-clears-selection-expected.txt: * platform/gtk/svg/custom/inline-svg-in-xhtml-expected.txt: * platform/gtk/tables/mozilla/bugs/45621-expected.txt: * platform/gtk/tables/mozilla/bugs/bug1188-expected.txt: * platform/gtk/tables/mozilla/bugs/bug12384-expected.txt: * platform/gtk/tables/mozilla/bugs/bug24200-expected.txt: * platform/gtk/tables/mozilla/bugs/bug2479-2-expected.txt: * platform/gtk/tables/mozilla/bugs/bug2479-3-expected.txt: * platform/gtk/tables/mozilla/bugs/bug2479-4-expected.txt: * platform/gtk/tables/mozilla/bugs/bug28928-expected.txt: * platform/gtk/tables/mozilla/bugs/bug4382-expected.txt: * platform/gtk/tables/mozilla/bugs/bug44505-expected.txt: * platform/gtk/tables/mozilla/bugs/bug4527-expected.txt: * platform/gtk/tables/mozilla/bugs/bug55545-expected.txt: * platform/gtk/tables/mozilla/bugs/bug7342-expected.txt: * platform/gtk/tables/mozilla/bugs/bug99948-expected.txt: * platform/gtk/tables/mozilla_expected_failures/bugs/bug106966-expected.txt: * platform/gtk/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: * platform/gtk/tables/mozilla_expected_failures/bugs/bug45621-expected.txt: * platform/gtk/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@115866 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 20 Apr, 2012 1 commit
-
-
http://trac.webkit.org/changeset/114799kov@webkit.org authored
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114836 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 16 Mar, 2012 1 commit
-
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=81237 Patch by Zan Dobersek <zandobersek@gmail.com> on 2012-03-16 Reviewed by Philippe Normand. Source/WebKit/gtk: Call Settings::setInteractiveFormValidationEnabled and Settings::setValidationMessageTimerMagnification with proper values when in testing mode. * webkit/webkitwebview.cpp: (webkit_web_view_init): LayoutTests: Unskip newly-passing tests. * platform/gtk/Skipped: * platform/gtk/fast/forms/validation-message-appearance-expected.txt: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@110959 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-