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 1860959 [wpt PR 42048] - [webaudio] Convert test to testharness, a=testonly
[gecko.git]
/
gfx
/
tests
/
reftest
/
1474722.html
blob
9920eee23841a78c3815b79f59fcb622daf605f9
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<meta
charset
=
"utf-8"
>
5
<style>
6
.shadowed {
7
box-shadow:
0 0 35
px rgba(
0
,
0
,
0
,
.9
);
8
border:
1
px solid lightgray;
9
margin:
0 2
em;
10
float: left;
11
}
12
</style>
13
</head>
14
<body
style =
"overflow:hidden"
>
15
<div
class
=
"shadowed"
style
=
"height: 100000px"
>
long shadow
</div>
16
</body>
17
</html>