Skip to content

Commit 0624de6

Browse files
committed
Making an attempt to fix
testShouldNotBeAbleToDoAnythingTheFrameIsDeletedFromUnderUs, it fails because a button is hidden behind the border of a non-scrollable iframe
1 parent 9816dfb commit 0624de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/web/deletingFrame.htm

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<div id='myDiv'>
2020
<iframe src="formPage.html" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" allowtransparency="true"
21-
frameborder="1" height="900" scrolling="no" width="500" id="iframe1"></iframe>
21+
frameborder="1" height="900" scrolling="yes" width="500" id="iframe1"></iframe>
2222

2323
</div>
2424
<div id='myDiv2'>

0 commit comments

Comments
 (0)