Skip to content

Commit 7b985c4

Browse files
committed
Oops, that test file for bug #8316 was needed - was also missing an include and was causing errors.
1 parent 5ee4eef commit 7b985c4

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

test/data/offset/bug_8316.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3+
<html>
4+
<head>
5+
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
6+
<title>bug_8316</title>
7+
<style type="text/css" media="screen">
8+
#elem {
9+
background-color: #000;
10+
height: 100px;
11+
width: 100px;
12+
position: fixed;
13+
}
14+
</style>
15+
<script src="../../../src/core.js"></script>
16+
<script src="../../../src/deferred.js"></script>
17+
<script src="../../../src/support.js"></script>
18+
<script src="../../../src/sizzle/sizzle.js"></script>
19+
<script src="../../../src/sizzle-jquery.js"></script>
20+
<script src="../../../src/traversing.js"></script>
21+
<script src="../../../src/data.js"></script>
22+
<script src="../../../src/event.js"></script>
23+
<script src="../../../src/css.js"></script>
24+
<script src="../../../src/offset.js"></script>
25+
</head>
26+
<body>
27+
<p> Some foo text </p>
28+
<div id="elem"></div>
29+
</body>
30+
</html>

0 commit comments

Comments
 (0)