chromium/third_party/blink/web_tests/editing/undo/replace-by-span-then-remove-expected.txt

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