RESOLVED FIXED 69130
LayoutTests: Rewrite fast/dom/HTMLInputElement/input-size-attribute.html
https://bugs.webkit.org/show_bug.cgi?id=69130
Summary LayoutTests: Rewrite fast/dom/HTMLInputElement/input-size-attribute.html
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.