Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
2009-11-11 Kent Tamura <tkent@chromium.org>
Reviewed by Darin Adler. Print the file text of a file upload control in DumpRenderTree for ease of tests. https://bugs.webkit.org/show_bug.cgi?id=31195 * platform/mac-leopard/fast/forms/file-input-disabled-expected.txt: * platform/mac/fast/forms/box-shadow-override-expected.txt: * platform/mac/fast/forms/file-input-direction-expected.txt: * platform/mac/fast/forms/file-input-disabled-expected.txt: * platform/mac/fast/forms/form-element-geometry-expected.txt: * platform/mac/fast/forms/hidden-input-file-expected.txt: * platform/mac/fast/forms/input-appearance-height-expected.txt: * platform/mac/fast/forms/input-value-expected.txt: * platform/win/fast/forms/box-shadow-override-expected.txt: * platform/win/fast/forms/file-input-disabled-expected.txt: * platform/win/fast/forms/input-appearance-height-expected.txt: * platform/win/fast/forms/input-value-expected.txt: 2009-11-11 Kent Tamura <tkent@chromium.org> Reviewed by Darin Adler. Print the file text of a file upload control in DumpRenderTree for ease of tests. https://bugs.webkit.org/show_bug.cgi?id=31195 * rendering/RenderFileUploadControl.cpp: (WebCore::RenderFileUploadControl::paintObject): (WebCore::RenderFileUploadControl::fileTextValue): * rendering/RenderFileUploadControl.h: (WebCore::RenderFileUploadControl::isFileUploadControl): (WebCore::toRenderFileUploadControl): * rendering/RenderObject.h: (WebCore::RenderObject::isFileUploadControl): * rendering/RenderTreeAsText.cpp: (WebCore::operator<<): Canonical link: https://commits.webkit.org/42280@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@50851 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
79 additions
and 28 deletions.
- +20 −0 LayoutTests/ChangeLog
- +1 −1 LayoutTests/platform/mac-leopard/fast/forms/file-input-disabled-expected.txt
- +1 −1 LayoutTests/platform/mac/fast/forms/box-shadow-override-expected.txt
- +12 −12 LayoutTests/platform/mac/fast/forms/file-input-direction-expected.txt
- +1 −1 LayoutTests/platform/mac/fast/forms/file-input-disabled-expected.txt
- +2 −2 LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.txt
- +1 −1 LayoutTests/platform/mac/fast/forms/hidden-input-file-expected.txt
- +1 −1 LayoutTests/platform/mac/fast/forms/input-appearance-height-expected.txt
- +1 −1 LayoutTests/platform/mac/fast/forms/input-value-expected.txt
- +1 −1 LayoutTests/platform/win/fast/forms/box-shadow-override-expected.txt
- +1 −1 LayoutTests/platform/win/fast/forms/file-input-disabled-expected.txt
- +1 −1 LayoutTests/platform/win/fast/forms/input-appearance-height-expected.txt
- +1 −1 LayoutTests/platform/win/fast/forms/input-value-expected.txt
- +18 −0 WebCore/ChangeLog
- +2 −2 WebCore/rendering/RenderFileUploadControl.cpp
- +10 −2 WebCore/rendering/RenderFileUploadControl.h
- +1 −0 WebCore/rendering/RenderObject.h
- +4 −0 WebCore/rendering/RenderTreeAsText.cpp
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters