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

Side by Side Diff: LayoutTests/inspector/elements/styles/styles-disable-then-change-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 changing a disabled property enables it as well. 1 Tests that changing a disabled property enables it as well.
2 2
3 Before disable 3 Before disable
4 [expanded] 4 [expanded]
5 element.style { () 5 element.style { ()
6 font-weight: bold; 6 font-weight: bold;
7 7
8
9 After disable 8 After disable
10 [expanded] 9 [expanded]
11 element.style { () 10 element.style { ()
12 /-- overloaded --/ /-- disabled --/ /* font-weight: bold; */ 11 /-- overloaded --/ /-- disabled --/ /* font-weight: bold; */
13 12
14
15 After change 13 After change
16 [expanded] 14 [expanded]
17 element.style { () 15 element.style { ()
18 color: green; 16 color: green;
19 17
20 18
21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698