Search code examples
htmlcssdemolorem-ipsum

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.


Solution

  • 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: