RESOLVED FIXED 63504
[ShadowContentElement] renderer construction needs more test coverage.
https://bugs.webkit.org/show_bug.cgi?id=63504
Summary [ShadowContentElement] renderer construction needs more test coverage.
Hajime Morrita
Reported 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>
Attachments
Hajime Morrita
Comment 1 2011-07-06 22:29:04 PDT
The originally planned test is landed as a part of 63977. Closing.
Note You need to log in before you can comment on or make changes to this bug.