Bug 293066
| Summary: | [WPE] WPE Platform: Dark mode setting does not work | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adrian Perez <aperez> |
| Component: | WPE WebKit | Assignee: | Carlos Garcia Campos <cgarcia> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, cgarcia |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 265636 | ||
Adrian Perez
Steps to reproduce:
% build-webkit --wpe
[...]
% cat > config.ini <<EOF
[wpe-platform]
dark-mode=true
EOF
% run-minibrowser --wpe -- \
--use-wpe-platform-api --config-file=config.ini https://startpage.com
Expected outcome:
The page shown uses their dark CSS styling.
Actual outcome:
Light (“normal”) CSS styling is used.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Pull request: https://github.com/WebKit/WebKit/pull/45483
EWS
Committed 295000@main (696227e4897c): <https://commits.webkit.org/295000@main>
Reviewed commits have been landed. Closing PR #45483 and removing active labels.