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