Bug 77595

Summary: Ensures an element having multiple shadow root is rendered correctly.
Product: WebKit Reporter: Shinya Kawanaka <shinyak>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: dglazkov, dominicc, hayato, morrita, rolandsteiner, shinyak
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 77503    
Bug Blocks: 77499    

Description Shinya Kawanaka 2012-02-01 20:03:16 PST
In Bug 77503, an element becomes able to have multiple shadow root.
Next step is to ensure they are rendered correctly.

We should confirm:
  (1) The youngest shadow root is rendered correctly.
  (2) <content> element is rendered correctly.

Currently we don't have <shadow> element. Supporting <shadow> element will be another step.
Comment 1 Hajime Morrita 2012-05-28 23:55:12 PDT
The description is not clear. We have fuzzers. We've written many tests. 
Let's reopen when we get some clearer idea about this.