Sign in
webkit
/
WebKit
/
0615530235cc2f038d310d0f39f34b450268e802
/
.
/
LayoutTests
/
inspector
/
styles
/
undo-property-toggle-expected.txt
blob: a3cb7e444a69768ac22aa79a41238b69754c6af6 [
file
] [
log
] [
blame
]
Tests that disabling style is undone properly.
Before disable
font-weight: bold;
After disable
/-- overloaded --/ /-- disabled --/ font-weight: bold;
After undo
font-weight: bold;
After redo
/-- overloaded --/ /-- disabled --/ font-weight: bold;