WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
93752
Older shadow root rendered in incorrect order when multiple shadow roots containing style tags have been constructed
https://bugs.webkit.org/show_bug.cgi?id=93752
Summary
Older shadow root rendered in incorrect order when multiple shadow roots cont...
Steve Orvell
Reported
2012-08-10 16:32:28 PDT
Created
attachment 157832
[details]
Reduction producing incorrect rendering + the expected rendering A shadow root is composed in incorrect order in the following construction: 1. make an element and insert it into the document. 2. create a shadow root that contains a style element. 3. make another element. 4. on this element create a shadow root that contains a style element. 5. on this element create another shadow root starting with a <shadow> tag. 6. insert the element into the document, The rendering of the 2nd element is incorrect. For this element it's expected that the 1st shadow root's content will be rendered at the start of the 2nd shadow root (due to the location of the <shadow> tag at the beginning of the 2nd shadow root); however, the 1st shadow root is rendered at the end of the 2nd shadow root.
Attachments
Reduction producing incorrect rendering + the expected rendering
(1.25 KB, text/html)
2012-08-10 16:32 PDT
,
Steve Orvell
no flags
Details
Patch
(3.09 KB, patch)
2013-03-17 19:23 PDT
,
Hajime Morrita
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Shinya Kawanaka
Comment 1
2012-10-28 20:37:36 PDT
It seems this is working correctly now?
Hajime Morrita
Comment 2
2012-10-29 04:17:03 PDT
(In reply to
comment #1
)
> It seems this is working correctly now?
Let's add some tests to cover this.
Hajime Morrita
Comment 3
2013-03-17 19:23:50 PDT
Created
attachment 193477
[details]
Patch
WebKit Review Bot
Comment 4
2013-03-18 17:19:47 PDT
Comment on
attachment 193477
[details]
Patch Clearing flags on attachment: 193477 Committed
r146156
: <
http://trac.webkit.org/changeset/146156
>
WebKit Review Bot
Comment 5
2013-03-18 17:19:50 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug