mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 20:42:21 +00:00
UI: Set headless-browser width and height
This commit is contained in:
parent
1e54003cb1
commit
ce56bc29e2
Notes:
github-actions[bot]
2024-11-13 21:53:34 +00:00
Author: https://github.com/shlyakpavel
Commit: ce56bc29e2
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2323
Reviewed-by: https://github.com/AtkinsSJ
3 changed files with 5 additions and 2 deletions
|
@ -66,6 +66,8 @@ public:
|
|||
bool rebaseline { false };
|
||||
bool verbose { false };
|
||||
int per_test_timeout_in_seconds { 30 };
|
||||
int width { 800 };
|
||||
int height { 600 };
|
||||
|
||||
private:
|
||||
RefPtr<Requests::RequestClient> m_request_client;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue