aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/offset/table.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/offset/table.html')
-rw-r--r--test/data/offset/table.html12
1 files changed, 1 insertions, 11 deletions
diff --git a/test/data/offset/table.html b/test/data/offset/table.html
index 83ef6c475..4a6a7a470 100644
--- a/test/data/offset/table.html
+++ b/test/data/offset/table.html
@@ -10,17 +10,7 @@
th, td { border: 1px solid #000; width: 100px; height: 100px; }
#marker { position: absolute; border: 2px solid #000; width: 50px; height: 50px; background: #ccc; }
</style>
- <script src="../../../src/core.js"></script>
- <script src="../../../src/callbacks.js"></script>
- <script src="../../../src/deferred.js"></script>
- <script src="../../../src/support.js"></script>
- <script src="../../../src/sizzle/sizzle.js"></script>
- <script src="../../../src/sizzle-jquery.js"></script>
- <script src="../../../src/traversing.js"></script>
- <script src="../../../src/data.js"></script>
- <script src="../../../src/event.js"></script>
- <script src="../../../src/css.js"></script>
- <script src="../../../src/offset.js"></script>
+ <script src="../include_js.php"></script>
<script type="text/javascript" charset="utf-8">
jQuery(function($) {
$('table, th, td').click(function() {