File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments