Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for an "Acid test" visual HTML page

I'm looking for an HTML page that has an instance of every possible visual element on it: li's with every bullet type, every text formatting option, background-images with various alignments, css drop-shadows, css gradients, etc, etc...

Anyone know of one?

(since someone will ask) The reason I need this is that I'm writing a screenshot app that is attempting to clone the current page into a canvas so I can save it off as a png.

like image 542
Nobody Avatar asked Jul 17 '11 05:07

Nobody


1 Answers

Since nobody is answering this, I'm working on creating my own:

http://html2canvas.clientsite.me/tests/kitchen_sink.html


About the page: If you click anywhere on the page it will re-render everything into a canvas element, so that I can save it off as a .png

For anyone interested:

  • other tests: http://canvasrenderer.clientsite.me/
  • github: https://github.com/cwolves/CanvasRenderer
like image 52
Nobody Avatar answered Sep 21 '22 22:09

Nobody