repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
inspector
/
elements
/
elements-delete-inline-style-expected.txt
blob
a6b5d4407e8fbf0f89455daa07c815fb6d05dc44
1
Tests that the "style" attribute removal results in the Styles sidebar pane update (not a crash). Bug 51478
2
3
Before style property removal:
4
[expanded]
5
element.style { ()
6
color: red;
7
8
[expanded]
9
div { (user agent stylesheet)
10
display: block;
11
12
After style property removal:
13
[expanded]
14
element.style { ()
15
16
[expanded]
17
div { (user agent stylesheet)
18
display: block;
19
20