Sign in
webkit
/
WebKit
/
d158dceef24649669aba9fdeae8c00646ba7bdc2
/
.
/
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