Bug 63504 - [ShadowContentElement] renderer construction needs more test coverage.
Summary: [ShadowContentElement] renderer construction needs more test coverage.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 63607 63798 63977
Blocks:
  Show dependency treegraph
 
Reported: 2011-06-27 19:29 PDT by Hajime Morrita
Modified: 2011-07-06 22:29 PDT (History)
1 user (show)

See Also:


Attachments

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