Skip to content

Nested <div> hang on cefsimple #3252

@magreenblatt

Description

@magreenblatt

Original report by Ikkyu (Bitbucket: Ikkyu, GitHub: Ikkyu).


  1. Step to reproduce
    run cefsimple.exe --url=file://c:/tmp/255div.html
    it just hang
  2. 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.
  3. Repo: cef-project
    Project: cefsimple
    Branch: master
    commit ID: d54f8e8 (CEF version 96.0.16+g89c902b+chromium-96.0.4664.55)
    OS: Windows 11
  4. I also try with commit ID: 70e32b81 (CEF version 91.1.23+g04c8d56+chromium-91.0.4472.164)
    It failed with 263div
  5. 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

No one assigned

    Labels

    bugBug report

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions