-
Notifications
You must be signed in to change notification settings - Fork 548
Closed
Labels
bugBug reportBug report
Description
Original report by Ikkyu (Bitbucket: Ikkyu, GitHub: Ikkyu).
- Step to reproduce
runcefsimple.exe --url=file://c:/tmp/255div.html
it just hang - Expected: to see HELLO WORLD text was rendered.
Actual: The browser windows just show white screen (hang) and I cannot find any exception or interesting log message. - Repo:
cef-project
Project:cefsimple
Branch:master
commit ID:d54f8e8(CEF version 96.0.16+g89c902b+chromium-96.0.4664.55)
OS:Windows 11 - I also try with commit ID:
70e32b81(CEF version 91.1.23+g04c8d56+chromium-91.0.4472.164)
It failed with 263div - Never tested. but all file can open in the production Google Chrome.
Note
The attached html files just contain nested <div> tags with the bottom is <p>HELLO WORLD</p>
commit ID: d54f8e8 (CEF version 96.0.16+g89c902b+chromium-96.0.4664.55)
x86 cefsimple.exe
cefsimple.exe --url=file://c:/tmp/254div.html //pass
cefsimple.exe --url=file://c:/tmp/255div.html //pass
cefsimple.exe --url=file://c:/tmp/262div.html //pass
cefsimple.exe --url=file://c:/tmp/263div.html //pass
cefsimple.exe --url=file://c:/tmp/492div.html //failed
x64 cefsimple.exe
cefsimple.exe --url=file://c:/tmp/254div.html //pass
cefsimple.exe --url=file://c:/tmp/255div.html //failed
commit ID: 70e32b81 (CEF version 91.1.23+g04c8d56+chromium-91.0.4472.164)
x64 cefsimple.exe
cefsimple.exe --url=file://c:/tmp/254div.html //pass
cefsimple.exe --url=file://c:/tmp/255div.html //pass
cefsimple.exe --url=file://c:/tmp/262div.html //pass
cefsimple.exe --url=file://c:/tmp/263div.html //failed
Metadata
Metadata
Assignees
Labels
bugBug reportBug report