File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ onload = function() {
66 body . style . display = 'flex' ;
77
88 var div = document . createElement ( 'div' ) ;
9- div . setAttribute ( 'style' , 'position:fixed;height:20px;width:100% ;background:lightblue' ) ;
9+ div . setAttribute ( 'style' , 'position:fixed;height:20px;left:0;right:0 ;background:lightblue' ) ;
1010 body . appendChild ( div ) ;
1111 harness . header = div ;
1212
1313 var div2 = document . createElement ( 'div' ) ;
14- div2 . setAttribute ( 'style' , 'position:fixed;display:flex;top:20px; bottom:0;width:100% ' ) ;
14+ div2 . setAttribute ( 'style' , 'position:fixed;display:flex;top:20px; bottom:0;left:0;right:0 ' ) ;
1515 body . appendChild ( div2 ) ;
1616 harness . body = div2 ;
1717
@@ -53,7 +53,7 @@ onload = function() {
5353 harness . iframe = document . createElement ( 'iframe' ) ;
5454 harness . iframe . setAttribute ( 'style' , 'width:100%;height:100%;position:absolute;overflow:auto;top:0px;bottom:0px' ) ;
5555 div2 . appendChild ( harness . iframe ) ;
56-
56+
5757 if ( pdf_test_harness . onload ) {
5858 harness . pdf = pdf_test_harness . onload ( harness ) ;
5959 if ( harness . message ) {
You can’t perform that action at this time.
0 commit comments