mirror of
https://github.com/servo/servo.git
synced 2025-08-08 15:05:35 +01:00
Fixes the table_percentage_width_a.html reftest with incremental reflow turned on.
This commit is contained in:
parent
852378209b
commit
81bd3cbd9d
11 changed files with 48 additions and 70 deletions
|
@ -59,7 +59,7 @@ pub extern "C" fn cef_run_message_loop() {
|
|||
memory_profiler_period: None,
|
||||
enable_experimental: false,
|
||||
layout_threads: 1,
|
||||
incremental_layout: false,
|
||||
nonincremental_layout: false,
|
||||
//layout_threads: cmp::max(rt::default_sched_threads() * 3 / 4, 1),
|
||||
exit_after_load: false,
|
||||
output_file: None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue