aboutsummaryrefslogtreecommitdiff
path: root/tests/sdl_canvas_size.html
AgeCommit message (Collapse)Author
2013-11-26correct way of scrollinbg to bottomLu Wang
2013-10-23write out html and side js when html output is requested, to improve page ↵Alon Zakai
load times
2013-10-23Implement SDL_SetVideoMode(0,0, ...) to create the canvas in whatever size ↵Jukka Jylänki
the <canvas> was in, and not try to resize the canvas to 0x0 pixels. Derive a new test for that from sdl_ogl.c. Fixes #1059.