blob: f4feac6f6dd7ab0f35ecbe454890fac7fd46ae9e [file] [log] [blame]
Tests that the "style" attribute removal results in the Styles sidebar pane update (not a crash). Bug 51478
Before style property removal:
[expanded]
element.style { ()
color: red;
[expanded]
div { (user agent stylesheet)
display: block;
After style property removal:
[expanded]
element.style { ()
[expanded]
div { (user agent stylesheet)
display: block;