Closed
Bug 997173
Opened 11 years ago
Closed 10 years ago
Imported stylesheets in Shadow DOMs do not always affect
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1003294
People
(Reporter: sunhaitao, Unassigned)
Details
Attachments
(2 files)
Reproduce steps:
0. Set 'dom.webcomponents.enabled' to true.
1. Save 'blue-text.css' and 'blue-text.htm' into a folder.
2. Open 'blue-text.htm'. Two black lines appear. But they should always be blue.
3. Open Inspector in DevTools. Inspect the 'body' element. All lines turn blue now.
4. Refresh the page. All lines turn black again.
5. Refresh several times more. The second line turns blue sometimes, but the first line always be black.
Reporter | ||
Comment 1•11 years ago
|
||
Reporter | ||
Comment 2•11 years ago
|
||
Reporter | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•