Bug 82431 - Write a test to confirm form elements work in Shadow DOM.
Summary: Write a test to confirm form elements work in Shadow DOM.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Shinya Kawanaka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-28 00:11 PDT by Shinya Kawanaka
Modified: 2012-04-02 05:06 PDT (History)
5 users (show)

See Also:


Attachments
Patch (3.08 KB, patch)
2012-03-29 04:22 PDT, Shinya Kawanaka
dglazkov: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>