Fixed
Status Update
Comments
yk...@chromium.org <yk...@chromium.org> #2
[Empty comment from Monorail migration]
yk...@chromium.org <yk...@chromium.org> #3
The bug only shows when the styles are in a <style> tag within the shadow root. Another example: http://jsbin.com/UKOG/3/edit
<div>
SR
<style>
.red {
color: red;
}
</style>
<div class="red" style="font-weight:bold">hi!</div>
</div>
In that example font-weight: bold shows up in the inspector, but not color: red.
<div>
SR
<style>
.red {
color: red;
}
</style>
<div class="red" style="font-weight:bold">hi!</div>
</div>
In that example font-weight: bold shows up in the inspector, but not color: red.
lo...@chromium.org <lo...@chromium.org> #4
[Empty comment from Monorail migration]
pf...@chromium.org <pf...@chromium.org> #5
[Empty comment from Monorail migration]
[Deleted User] <[Deleted User]> #6
Upping priority per toolkit bug scrub
pf...@chromium.org <pf...@chromium.org> #7
[Empty comment from Monorail migration]
lu...@chromium.org <lu...@chromium.org> #8
[Empty comment from Monorail migration]
bu...@chromium.org <bu...@chromium.org> #9
The following revision refers to this bug:
http://src.chromium.org/viewvc/blink?view=rev&rev=160328
------------------------------------------------------------------------
r160328 | lushnikov@chromium.org | 2013-10-23T10:44:23.134477Z
Changed paths:
Ahttp://src.chromium.org/viewvc/blink/trunk/LayoutTests/http/tests/inspector-enabled/shadow-dom-rules.html?r1=160328&r2=160327&pathrev=160328
Mhttp://src.chromium.org/viewvc/blink/trunk/Source/core/inspector/InspectorCSSAgent.cpp?r1=160328&r2=160327&pathrev=160328
Ahttp://src.chromium.org/viewvc/blink/trunk/LayoutTests/inspector/styles/shadow-dom-rules-expected.txt?r1=160328&r2=160327&pathrev=160328
Mhttp://src.chromium.org/viewvc/blink/trunk/Source/core/css/InspectorCSSOMWrappers.cpp?r1=160328&r2=160327&pathrev=160328
Ahttp://src.chromium.org/viewvc/blink/trunk/LayoutTests/http/tests/inspector-enabled/shadow-dom-rules-expected.txt?r1=160328&r2=160327&pathrev=160328
Ahttp://src.chromium.org/viewvc/blink/trunk/LayoutTests/inspector/styles/shadow-dom-rules.html?r1=160328&r2=160327&pathrev=160328
DevTools: show styles for shadow dom elements
This patch fixes a bug which prevented devTools from showing styles
for shadow dom elements.
BUG=279390
Review URL:https://codereview.chromium.org/23629018
------------------------------------------------------------------------
------------------------------------------------------------------------
r160328 | lushnikov@chromium.org | 2013-10-23T10:44:23.134477Z
Changed paths:
A
M
A
M
A
A
DevTools: show styles for shadow dom elements
This patch fixes a bug which prevented devTools from showing styles
for shadow dom elements.
BUG=279390
Review URL:
------------------------------------------------------------------------
pa...@chromium.org <pa...@chromium.org> #10
[Empty comment from Monorail migration]
lu...@chromium.org <lu...@chromium.org> #11
[Empty comment from Monorail migration]
is...@google.com <is...@google.com> #13
This issue was migrated from crbug.com/chromium/279390?no_tracker_redirect=1
[Multiple monorail components: Platform>DevTools, Platform>DevTools>Authoring]
[Monorail mergedwith:crbug.com/chromium/303959 ]
[Monorail components added to Component Tags custom field.]
[Multiple monorail components: Platform>DevTools, Platform>DevTools>Authoring]
[Monorail mergedwith:
[Monorail components added to Component Tags custom field.]
Description
Version: 31.0.1611.0 (Official Build 219463) canary
OS: Mac OS X
What steps will reproduce the problem?
Example:http://jsbin.com/UKOG/2/edit
What is the expected output? What do you see instead?
Expect to see style information for the shadow DOM child element in the inspector. (color: red in the example) I don't see anything useful.
Please use labels and text to provide additional information.