emscripten-core / emscripten-core/emscripten
Improve browser test shell
Open
- 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
Assessment
This issue has not been assessed yet.