Side navigation
#9912 closed bug (fixed)
Opened July 26, 2011 02:55PM UTC
Closed August 04, 2011 09:11PM UTC
test/unit/offset.js contains two identically named tests
Reported by: | gsnedders | Owned by: | rwaldron |
---|---|---|---|
Priority: | high | Milestone: | None |
Component: | offset | Version: | git |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
testoffset("absolute"/* in iframe */, function($, iframe) {
testoffset("absolute", function( jQuery ) {
This means filter=offset%3A%20absolute, which would ordinarily run a single test, runs two. It also makes for fun for anyone who tries to store each result, identified by test name.