chromium/third_party/blink/web_tests/editing/deleting/merge-div-with-inline-style-expected.txt

The inline style should be applied when merging div element.
The test passes if "bar" has the green color and 20px font-size.
| "
"
| <div>
|   "foo<#selection-caret>"
|   <span>
|     style="color: green; font-size: 20px;"
|     "bar"
| "
"