emscripten-core / emscripten-core/emscripten

Improve browser test shell

Open
#24,236 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
27.6k
Forks
3.6k
Avg merge
1d 1h
Merged PRs (30d)
105

Description

With small browser windows the spinner, progress bar, and status text shift around causing the canvas below them to be at a different location from when the test starts. Ideally these things wouldn't cause the layout shift around. This can be observed in `browser.test_sdl_mouse` when using a small window.

Some options:

1) Use a test only shell.html that has the minimal amount elements.
2) Change shell.html to have a fixed size top bar that doesn't affect the content below.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.