repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
editing
/
deleting
/
merge-div-from-span-with-style-expected.txt
blob
f926d90633141333086ecaa2e8c2155a8a439f89
1
The span style should be preserved when merging div element.
2
The test passes if "bar" contatins the yellow background and it's underlined.
3
| "
4
"
5
| <div>
6
| "foo<#selection-caret>"
7
| <span>
8
| style="text-decoration-line: underline; background-color: yellow;"
9
| "bar"