-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the hiding strategy of the test_iframe.
This commit contains three changes: * First, the test_iframe is taken out of span with `display: none`, so that it is initially visible * That iframe is hidden via absolute positioning now and negative `top` and `left` values * Also inttroduced is a configurable delay for when the test_iframe actally considers a test page being done loading and signaling the test-suite that it can continue with running the tests.
- Loading branch information
1 parent
74f9e40
commit c87074c
Showing
3 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters