Bug 69130

Summary: LayoutTests: Rewrite fast/dom/HTMLInputElement/input-size-attribute.html
Product: WebKit Reporter: Antaryami Pandia <xqb748>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: darin, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch none

Antaryami Pandia
Reported 2011-09-29 23:55:10 PDT
Rewrite fast/dom/HTMLInputElement/input-size-attribute.html with new style. older style:- input.setAttribute("size", "-1"); shouldBe("input.size", "20"); with new style:- shouldBe("input.setAttribute('size', '-1'); input.size", "20");
Attachments
Patch (deleted)
2011-09-29 23:59 PDT, Antaryami Pandia
no flags
Antaryami Pandia
Comment 1 2011-09-29 23:59:55 PDT
Alexey Proskuryakov
Comment 2 2011-09-30 08:56:11 PDT
Comment on attachment 109257 [details] Patch In the future, please put some rationale in bug and/or ChangeLog. It's not always as easy to guess why a rewrite/refactoring is attempted as it is for this patch.
WebKit Review Bot
Comment 3 2011-09-30 09:59:17 PDT
Comment on attachment 109257 [details] Patch Clearing flags on attachment: 109257 Committed r96403: <http://trac.webkit.org/changeset/96403>
WebKit Review Bot
Comment 4 2011-09-30 09:59:21 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.