File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments