repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1874684 - Part 37: Fix unified compilation. r=allstarschh
[gecko.git]
/
layout
/
reftests
/
box-shadow
/
boxshadow-inset-neg-spread2-ref.html
blob
b6b1a3dfc2af3435e63f54380883adac36a52611
1
<html>
2
<head>
3
<style>
4
.test {
5
background-color: #fec;
6
display: inline-block;
7
width:
5
em;
8
height:
5
em;
9
}
10
</style>
11
</head>
12
13
<body>
14
<div
class
=
"test"
></div>
15
</body>
16
</html>