Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(442)

Side by Side Diff: LayoutTests/inspector/elements/elements-delete-inline-style-expected.txt

Issue 1002293002: DevTools: [SSP] refactor internal representations of sections (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: address comments Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Tests that the "style" attribute removal results in the Styles sidebar pane upda te (not a crash). Bug 51478 1 Tests that the "style" attribute removal results in the Styles sidebar pane upda te (not a crash). Bug 51478
2 2
3 Before style property removal: 3 Before style property removal:
4 [expanded] 4 [expanded]
5 element.style { () 5 element.style { ()
6 color: red; 6 color: red;
7 7
8 [expanded] 8 [expanded]
9 div { (user agent stylesheet) 9 div { (user agent stylesheet)
10 display: block; 10 display: block;
11 11
12
13 After style property removal: 12 After style property removal:
14 [expanded] 13 [expanded]
15 element.style { () 14 element.style { ()
16 15
17 [expanded] 16 [expanded]
18 div { (user agent stylesheet) 17 div { (user agent stylesheet)
19 display: block; 18 display: block;
20 19
21 20
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698