2013-10-18 18:33:56 +02:00
< html >
< head >
< title > Other Tests< / title >
< / head >
< body bgcolor = "white" >
< h3 > Various other internal and external tests.< / h3 >
< ul >
< li > < a href = "http://mudcu.be/labs/JS1k/BreathingGalaxies.html" > Accelerated 2D Canvas< / a > < / li >
< li > < a href = "http://webkit.org/blog-files/3d-transforms/poster-circle.html" > Accelerated Layers< / a > < / li >
< li > < a href = "http://html5advent2011.digitpaint.nl/3/index.html" > Cursors< / a > < / li >
< li > < a href = "http://tests/dialogs" > Dialogs< / a > < / li >
< li > < a href = "http://html5demos.com/drag" > Drag & Drop< / a > < / li >
2016-01-19 21:09:01 +01:00
< li > < a href = "http://tests/draggable" > Draggable Regions< / a > < / li >
2016-08-24 11:28:52 +02:00
< li > < a href = "http://www.adobe.com/software/flash/about/" > Flash Plugin< / a > - requires "enable-system-flash" flag on Win/Mac and "ppapi-flash-path", "ppapi-flash-version" flags on Linux< / li >
2013-10-18 18:33:56 +02:00
< li > < a href = "http://html5demos.com/geo" > Geolocation< / a > < / li >
< li > < a href = "http://www.html5test.com" > HTML5 Feature Test< / a > < / li >
2016-08-24 11:28:52 +02:00
< li > < a href = "http://html5-demos.appspot.com/static/filesystem/filer.js/demos/index.html" > HTML5 Filesystem< / a > - requires "cache-path" flag< / li >
2013-10-18 18:33:56 +02:00
< li > < a href = "http://www.youtube.com/watch?v=siOHh0uzcuY&html5=True" > HTML5 Video< / a > < / li >
< li > < a href = "http://tests/binding" > JavaScript Binding< / a > < / li >
< li > < a href = "http://tests/performance" > JavaScript Performance Tests< / a > < / li >
< li > < a href = "http://tests/performance2" > JavaScript Performance (2) Tests< / a > < / li >
< li > < a href = "http://tests/window" > JavaScript Window Manipulation< / a > < / li >
< li > < a href = "http://tests/localstorage" > Local Storage< / a > < / li >
2015-07-16 23:40:01 +02:00
< li > < a href = "http://tests/pdf.pdf" > PDF Viewer direct< / a > < / li >
< li > < a href = "http://tests/pdf" > PDF Viewer iframe< / a > < / li >
2015-10-03 01:03:16 +02:00
< li > < a href = "http://tests/preferences" > Preferences< / a > < / li >
2013-10-18 18:33:56 +02:00
< li > < a href = "http://mrdoob.com/lab/javascript/requestanimationframe/" > requestAnimationFrame< / a > < / li >
2015-12-05 03:58:56 +01:00
< li > < a href = "http://tests/response_filter" > Response Filtering< / a > < / li >
2013-10-18 18:33:56 +02:00
< li > < a href = "client://tests/handler.html" > Scheme Handler< / a > < / li >
2014-05-29 19:15:34 +02:00
< li > < a href = "https://www.google.com/intl/en/chrome/demos/speech.html" > Speech Input< / a > - requires "enable-speech-input" flag< / li >
2013-10-18 18:33:56 +02:00
< li > < a href = "http://tests/transparency" > Transparency< / a > < / li >
2015-10-09 17:23:12 +02:00
< li > < a href = "http://webglsamples.org/field/field.html" > WebGL< / a > < / li >
2013-10-18 18:33:56 +02:00
< li > < a href = "http://apprtc.appspot.com/" > WebRTC< / a > - requires "enable-media-stream" flag< / li >
2015-02-14 00:17:08 +01:00
< li > < a href = "http://tests/urlrequest" > CefURLRequest< / a > < / li >
2013-10-18 18:33:56 +02:00
< li > < a href = "http://tests/xmlhttprequest" > XMLHttpRequest< / a > < / li >
2013-10-23 21:30:47 +02:00
< li > < a href = "javascript:window.print();" > Print this page with " javascript:window.print();" < / a > < / li >
2013-10-18 18:33:56 +02:00
< / ul >
< / body >
< / html >