Bug 66467 - BORDER attribute percent with the input image tag not working.
Summary: BORDER attribute percent with the input image tag not working.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-18 07:18 PDT by Mihnea Ovidenie
Modified: 2011-09-05 03:50 PDT (History)
5 users (show)

See Also:


Attachments
Patch (43.58 KB, patch)
2011-08-18 07:40 PDT, Mihnea Ovidenie
webkit.review.bot: commit-queue-
Details | Formatted Diff | Diff
Patch 2 (44.35 KB, patch)
2011-08-19 03:47 PDT, Mihnea Ovidenie
simon.fraser: review+
simon.fraser: commit-queue-
Details | Formatted Diff | Diff
Patch 3 (12.71 KB, patch)
2011-09-01 07:02 PDT, Mihnea Ovidenie
simon.fraser: review+
webkit.review.bot: commit-queue-
Details | Formatted Diff | Diff
Patch 4 (44.87 KB, patch)
2011-09-02 02:03 PDT, Mihnea Ovidenie
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mihnea Ovidenie 2011-08-18 07:18:26 PDT
Take into account border attribute for input element of type image. This is a follow up for 20226 and 65176.
Comment 1 Mihnea Ovidenie 2011-08-18 07:40:04 PDT
Created attachment 104341 [details]
Patch
Comment 2 WebKit Review Bot 2011-08-18 08:26:59 PDT
Comment on attachment 104341 [details]
Patch

Attachment 104341 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/9424635

New failing tests:
fast/dom/HTMLInputElement/input-image-alt-text.html
Comment 3 Mihnea Ovidenie 2011-08-19 03:47:43 PDT
Created attachment 104485 [details]
Patch 2

Mark the test: fast/dom/HTMLInputElement/input-image-alt-text.html as failing in Chromium since its expectations must be regenerated.
Comment 4 Simon Fraser (smfr) 2011-08-22 12:49:27 PDT
Comment on attachment 104485 [details]
Patch 2

View in context: https://bugs.webkit.org/attachment.cgi?id=104485&action=review

> Source/WebCore/ChangeLog:9
> +        An image input element takes border attribute into account.
> +        If percent is specified in the border attribute, that percent is ignored.

This doesn't really tell me what the original problem was, and how you fixed it.
Comment 5 Mihnea Ovidenie 2011-09-01 07:02:23 PDT
Created attachment 105953 [details]
Patch 3

Reworked changelog explanation for the patch.
Comment 6 WebKit Review Bot 2011-09-01 09:07:53 PDT
Comment on attachment 105953 [details]
Patch 3

Rejecting attachment 105953 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2

Last 500 characters of output:
es a/LayoutTests/platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.png and b/LayoutTests/platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.png differ".  Be sure to use the --binary flag when invoking "git diff" with diffs containing binary files. at /mnt/git/webkit-commit-queue/Tools/Scripts/VCSUtils.pm line 668, <ARGV> line 97.

Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--reviewer', u'Simon Fraser', u'--for..." exit_code: 9

Full output: http://queues.webkit.org/results/9580286
Comment 7 Mihnea Ovidenie 2011-09-02 02:03:25 PDT
Created attachment 106106 [details]
Patch 4

Forgot to add the binary image in the prev patch.
Comment 8 WebKit Review Bot 2011-09-02 10:00:48 PDT
Comment on attachment 106106 [details]
Patch 4

Clearing flags on attachment: 106106

Committed r94425: <http://trac.webkit.org/changeset/94425>
Comment 9 WebKit Review Bot 2011-09-02 10:00:54 PDT
All reviewed patches have been landed.  Closing bug.
Comment 10 Zoltan Horvath 2011-09-05 03:50:33 PDT
Qt specific result has been landed in http://trac.webkit.org/changeset/94523.