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
/
table-border-radius-with-box-shadow-expected.html
blob
9237195deafd09446f4715cc07756eed4e37cd5d
1
<!doctype
html
>
2
<html>
3
<head>
4
<style>
5
div {
6
width:
198
px;
7
height:
98
px;
8
}
9
.round {
10
border-radius:
10
px;
11
}
12
.shadow {
13
box-shadow:
0 10
px
2
px rgba(
0
,
0
,
0
,
0.5
);
14
}
15
.border {
16
border:
1
px solid blue;
17
}
18
</style>
19
</head>
20
<body>
21
<div
class
=
"shadow border round"
>
22
</div>
23
</body>
24
</html>