Sign in
webkit
/
WebKit
/
fdb0433fcdb3eb8ab32f014920674462138bb5c0
/
.
/
LayoutTests
/
editing
/
undo
/
replace-by-span-then-remove-expected.txt
blob: 16bc24e71660dca8ea1ddd2b8959ff7195cb0703 [
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