Bug 63504
| Summary: | [ShadowContentElement] renderer construction needs more test coverage. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Hajime Morrita <morrita> |
| Component: | DOM | Assignee: | 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: | |||
Hajime Morrita
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>
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Hajime Morrita
The originally planned test is landed as a part of 63977.
Closing.