Skip to content

Commit e98f161

Browse files
author
Chasen Le Hara
committed
Chnage the frame height
1 parent abd9e64 commit e98f161

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/scroll.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ QUnit.test('Scroll down and refresh the page', function(assert) {
2222
var offset = 100;
2323

2424
// Set the size so the page takes up some space
25-
F.frame.height = 400;
25+
F.frame.height = 200;
2626
F.frame.width = "100%";
2727

2828
// Scroll down 100px
@@ -51,7 +51,7 @@ QUnit.test('Refresh after going to a specific section', function(assert) {
5151
F.open('../doc/guides/html.html', function() {
5252

5353
// Set the size so the page takes up some space
54-
F.frame.height = 400;
54+
F.frame.height = 200;
5555
F.frame.width = "100%";
5656

5757
// Click a TOC link to go to a specific section
@@ -84,7 +84,7 @@ QUnit.test("Refresh after going to a specific section and scrolling", function(a
8484
var offset = 100;
8585

8686
// Set the size so the page takes up some space
87-
F.frame.height = 400;
87+
F.frame.height = 200;
8888
F.frame.width = "100%";
8989

9090
// Click a TOC link to go to a specific section

0 commit comments

Comments
 (0)