mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Give up and set the initial size to be the same as the default size for reftests
This commit is contained in:
parent
48e9b8f752
commit
308df9e9ef
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ impl Constellation {
|
|||
pending_frames: ~[],
|
||||
pending_sizes: HashMap::new(),
|
||||
profiler_chan: profiler_chan,
|
||||
window_size: Size2D(500u, 500u),
|
||||
window_size: Size2D(800u, 600u),
|
||||
opts: opts_clone,
|
||||
};
|
||||
constellation.run();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue