first commit
This commit is contained in:
3
iframe-resizer-master_old/spec/javascripts/fixtures/iframe.html
Executable file
3
iframe-resizer-master_old/spec/javascripts/fixtures/iframe.html
Executable file
@ -0,0 +1,3 @@
|
||||
|
||||
|
||||
<iframe src="/base/spec/resources/blank.html" width="100%" scrolling="no"></iframe>
|
6
iframe-resizer-master_old/spec/javascripts/fixtures/iframe600.html
Executable file
6
iframe-resizer-master_old/spec/javascripts/fixtures/iframe600.html
Executable file
@ -0,0 +1,6 @@
|
||||
|
||||
|
||||
<div id="iframe-fixture" style="width:600px;">
|
||||
<iframe src="/base/spec/resources/frame.content.html" width="100%" scrolling="no"></iframe>
|
||||
</div>
|
||||
<a name="anchorParentTest"></a>
|
7
iframe-resizer-master_old/spec/javascripts/fixtures/iframe600WithId.html
Executable file
7
iframe-resizer-master_old/spec/javascripts/fixtures/iframe600WithId.html
Executable file
@ -0,0 +1,7 @@
|
||||
|
||||
|
||||
|
||||
<div id="iframe-fixture" style="width:600px;">
|
||||
<iframe id="doubleTest" src="/base/spec/resources/frame.content.html" width="100%" scrolling="no"></iframe>
|
||||
</div>
|
||||
<a name="anchorParentTest"></a>
|
@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
<div id="iframe-fixture" style="width:600px;">
|
||||
<iframe id="frame1" src="/base/spec/resources/frame.content.html" width="100%" scrolling="no"></iframe>
|
||||
</div>
|
||||
<div id="iframe-fixture" style="width:600px;">
|
||||
<iframe id="frame2" src="/base/spec/resources/frame.content.html" width="100%" scrolling="no"></iframe>
|
||||
</div>
|
Reference in New Issue
Block a user