Sign in
webkit
/
WebKit
/
7333a2bba7fcecc824947308b98ffbeb1302bfe2
/
.
/
LayoutTests
/
editing
/
undo
/
replace-by-span-then-remove-expected.txt
blob: bcc4a0c181f083dde284331f55b4fae99d3526eb [
file
] [
log
] [
blame
]
initial:<b style="font-style: italic; ">world</b>
after removing bold:<span style="font-style: italic; ">world</span>
after removing italic:world
after undo:<b style="font-style: italic; ">world</b>
after redo:world
PASS