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
/
paint
/
invalidation
/
spv2
/
box-shadow-inset-repaint-expected.html
blob
26ee8d227521ce914b7e348968624b2775385bf7
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style
type
=
"text/css"
media
=
"screen"
>
5
div#container {
6
padding:
15
px;
7
box-shadow: inset cyan
0
-
60
px
0 0
;
8
}
9
</style>
10
</head>
11
<body>
12
<div
id
=
"container"
style
=
"width:200px;"
>
13
<div
style='width:
100
px; height:
100
px; background-color:green'
></div>
14
</div>
15
</body>
16
</html>