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
/
fast
/
css
/
anonymous-block-continuation-outline.html
blob
abadc08cd19462c5815b48cab391601b34ce695d
1
<!DOCTYPE
html
>
2
<!-- The span's outline should be applied to the div -->
3
<span
style
=
"outline: 5px solid red"
>
ABCD
4
<div>
EFGH
</div>
5
</span>