From 308df9e9efef97d9d3c17fc7894f44839e32bdbb Mon Sep 17 00:00:00 2001 From: Lars Bergstrom Date: Fri, 31 Jan 2014 08:06:10 -0600 Subject: [PATCH] Give up and set the initial size to be the same as the default size for reftests --- src/components/main/constellation.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/main/constellation.rs b/src/components/main/constellation.rs index 761abfb6164..1ec2a56e554 100644 --- a/src/components/main/constellation.rs +++ b/src/components/main/constellation.rs @@ -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();