mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
libservo: Add a WebView::take_screenshot()
API and use it for reftests
Co-authored-by: Delan Azabani <dazabani@igalia.com> Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
92dd54b1ec
commit
ebb12cb298
25 changed files with 481 additions and 414 deletions
|
@ -694,7 +694,6 @@ pub(crate) fn parse_command_line_arguments(args: Vec<String>) -> ArgumentParsing
|
|||
|
||||
let opts = Opts {
|
||||
debug: debug_options,
|
||||
wait_for_stable_image: cmd_args.exit,
|
||||
time_profiling: cmd_args.profile,
|
||||
time_profiler_trace_path: cmd_args
|
||||
.profiler_trace_path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue