Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / styles / styles-disable-then-enable-expected.txt
1 Tests that disabling style property works.
2
3 Before disable
4 font-weight: bold;
5 After disable
6 /-- overloaded --/ /-- disabled --/ /* font-weight: bold; */
7 After enable
8 font-weight: bold;
9