Skip to content

Commit fd27f81

Browse files
committed
bugreport/contributing - Add --use-alloy-style to cefclient tests
1 parent bafde73 commit fd27f81

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ body:
124124
2. Extract tar.bz2 file
125125
3. Execute cefclient.exe using the **command line args below**:
126126
127-
For WPF/OffScreen `cefclient.exe --multi-threaded-message-loop --no-sandbox --off-screen-rendering-enabled --enable-gpu`
128-
For WinForms `cefclient.exe --multi-threaded-message-loop --no-sandbox`
127+
For WPF/OffScreen `cefclient.exe --multi-threaded-message-loop --no-sandbox --off-screen-rendering-enabled --enable-gpu --use-alloy-style`
128+
For WinForms `cefclient.exe --multi-threaded-message-loop --no-sandbox --use-alloy-style`
129129
- type: dropdown
130130
id: cefclient-testing
131131
attributes:

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ It maybe helpful to run the `cefclient` application and compare output with `Cef
2323
- Extract and run cefclient.exe
2424
- If you are using WPF/OffScreen run
2525
```
26-
cefclient.exe --multi-threaded-message-loop --no-sandbox --off-screen-rendering-enabled --enable-gpu
26+
cefclient.exe --multi-threaded-message-loop --no-sandbox --off-screen-rendering-enabled --enable-gpu --use-alloy-style
2727
```
2828
- If you are using WinForms run
2929
```
30-
cefclient.exe --multi-threaded-message-loop --no-sandbox
30+
cefclient.exe --multi-threaded-message-loop --no-sandbox --use-alloy-style
3131
```
3232
- **MAKE SURE TO TEST WITH THE COMMAND LINE ARGS LISTED ABOVE**
3333
- If you can reproduce the problem with `cefclient` then you'll need to report the bug on https://github.com/chromiumembedded/cef there is no point opening an issue here. (Make sure you search before opening an issue)

0 commit comments

Comments
 (0)