File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ module Ferrum
104
104
105
105
include_examples 'resize viewport by fullscreen' do
106
106
let ( :path ) { "/ferrum/custom_html_size_100%" }
107
- let ( :viewport_size ) { [ 1280 , 1016 ] }
107
+ let ( :viewport_size ) { [ 1272 , 1008 ] }
108
108
end
109
109
end
110
110
Original file line number Diff line number Diff line change 7
7
height : 100% ;
8
8
}
9
9
10
+ body {
11
+ /*
12
+ deal with the default Chrome margins
13
+ https://source.chromium.org/chromium/chromium/src/+/master:third_party/blink/renderer/core/html/resources/html.css;
14
+ */
15
+ margin : 0 ;
16
+ }
17
+
10
18
.spacer {
11
- width : 1272px ; /* using scrollWidth adds 8px */
12
- height : 1008px ; /* using scrollHeight adds 16px */
19
+ width : 1272px ;
20
+ height : 1008px ;
13
21
}
14
22
</ style >
15
23
</ head >
You can’t perform that action at this time.
0 commit comments