[Webkit-unassigned] [Bug 69130] New: LayoutTests: Rewrite fast/dom/HTMLInputElement/input-size-attribute.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 29 23:55:10 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=69130

           Summary: LayoutTests: Rewrite
                    fast/dom/HTMLInputElement/input-size-attribute.html
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: xqb748 at motorola.com


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");

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list