Bug 61985 - Verify cloning <details> and <summary> works
Summary: Verify cloning <details> and <summary> works
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Hajime Morrita
URL:
Keywords:
Depends on:
Blocks: 61983
  Show dependency treegraph
 
Reported: 2011-06-02 19:56 PDT by Dominic Cooney
Modified: 2011-06-07 01:33 PDT (History)
1 user (show)

See Also:


Attachments
Patch (2.58 KB, patch)
2011-06-06 23:30 PDT, Hajime Morrita
tkent: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dominic Cooney 2011-06-02 19:56:30 PDT
Cloning <details> and <summary> is suspected of being broken by the same cause as bug 61909.
Comment 1 Hajime Morrita 2011-06-06 23:30:44 PDT
Created attachment 96213 [details]
Patch
Comment 2 Kent Tamura 2011-06-07 00:07:19 PDT
Comment on attachment 96213 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=96213&action=review

> LayoutTests/fast/html/details-clone.html:16
> +    if (!window.layoutTestController)
> +        return;

If one opens this HTML with a browser, he/she won't see nothing.  Please show something.
Comment 3 Hajime Morrita 2011-06-07 01:27:54 PDT
Kent-san, thank you for reviewing this!

> If one opens this HTML with a browser, he/she won't see nothing.  Please show something.
Oops. I'll add a description before landing.
Comment 4 Hajime Morrita 2011-06-07 01:33:42 PDT
Committed r88225: <http://trac.webkit.org/changeset/88225>