Bug 63504

Summary: [ShadowContentElement] renderer construction needs more test coverage.
Product: WebKit Reporter: Hajime Morrita <morrita>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dominicc
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 63607, 63798, 63977    
Bug Blocks:    

Description Hajime Morrita 2011-06-27 19:29:21 PDT
With <details>, we can only covers limited combinations of <content> usage.
We need more:

- content variation:

  #text<div>#text
  <div/>
  #text<div/>
  <div/>#text
  #text<span/>#text

  <span/>
  #text<span/>
  <span/>#text

  <span/>#text<div/>
  <div/>#text<span/>
  <div/><span/>
  <span/><div/>

- shadow variation

  <div/><content/><div/>
  <div/><content/><span/>
  <span/><content/><span/>
  <span/><content/><div/>

  <div/><content/><div/>
  <div/><content/><span/>
  <span/><content/><span/>
  <span/><content/><div/>

  <div/>#text<content/>#text<div/>
  <div/>#text<content/>#text<span/>
  <span/>#text<content/>#text<span/>
  <span/>#text<content/>#text<div/>

  <div><content/></div>
  <span><content/></span>
Comment 1 Hajime Morrita 2011-07-06 22:29:04 PDT
The originally planned test is landed as a part of 63977.
Closing.