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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
borders
/
border-radius-with-box-shadow-01.html
blob
e42bf32d5fdbea9c30aeaa710ce524ebdacdb793
1
<!doctype
html
>
2
<html>
3
<head>
4
<style>
5
#target {
6
width:
400
px;
7
height:
90
px;
8
box-shadow:
0 0 25
px -
5
px #
777777
;
9
border-radius:
0 0 95
px
95
px;
10
}
11
</style>
12
</head>
13
<body>
14
<!-- [bug 111256] Box-shadow displayed improperly with border-radius. -->
15
<div
id
=
"target"
></div>
16
</body>
17
</html>