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