Skip to content

Commit f085fb1

Browse files
committed
test harness formatting fixes
1 parent 06e3870 commit f085fb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/test_harness.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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){

0 commit comments

Comments
 (0)