Modify ↓
Ticket #10693 (closed enhancement: fixed)
generalize the "test something in an iframe" code in unit tests
| Reported by: | mikesherov | Owned by: | mikesherov |
|---|---|---|---|
| Priority: | low | Milestone: | 1.7.2 |
| Component: | build | Version: | 1.7 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
there are 3 different pieces of code in 3 different unit test modules:
support.js: supportIFrameTest selector.js: testIframe offset.js: testoffset
testIframe and testOffset are almost exact duplicates. supportIFrameTest is close enough. I was about to start writing another one for a ticket I'm trying to fix in event.js, but perhaps it's time to DRY this code and move it into test/data/testinit.js ?
I'd be glad to take a stab at it. 1.8?
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Sounds like a good idea!