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
/
shapes
/
shape-outside-floats
/
shape-outside-line-spans-box-corners-expected.html
blob
191a9b746de2e8c217031d86fec54a209bb52aec
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
#container {
6
font:
100
px/
1
Ahem, sans-serif;
7
width:
200
px;
8
height:
200
px;
9
color: green;
10
}
11
12
#left-border-box {
13
float: left;
14
border-radius:
50
px;
15
width:
100
px;
16
height:
100
px;
17
background-color: blue;
18
background-clip: border-box;
19
}
20
</style>
21
</head>
22
<body>
23
<div
id
=
"container"
>
24
<div
id
=
"left-border-box"
></div>
25
X
26
</div>
27
</body>
28
</html>