Bug 82431

Summary: Write a test to confirm form elements work in Shadow DOM.
Product: WebKit Reporter: Shinya Kawanaka <shinyak>
Component: DOMAssignee: Shinya Kawanaka <shinyak>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, dominicc, hayato, morrita, rolandsteiner
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch dglazkov: review+

Description Shinya Kawanaka 2012-03-28 00:11:35 PDT
Form elements in Shadow DOM should work as described in the spec.

The spec is here.
https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#html-forms
Comment 1 Shinya Kawanaka 2012-03-29 04:22:54 PDT
Created attachment 134544 [details]
Patch
Comment 2 Dimitri Glazkov (Google) 2012-03-29 09:12:38 PDT
Comment on attachment 134544 [details]
Patch

ok.
Comment 3 Shinya Kawanaka 2012-04-02 05:06:26 PDT
Committed r112860: <http://trac.webkit.org/changeset/112860>