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 >
2019-07-12 22:44:43 +02:00
< li > < a href = "https://jigsaw.w3.org/HTTP/Basic/" > Authentication (Basic)< / a > - credentials returned via GetAuthCredentials< / li >
< li > < a href = "https://jigsaw.w3.org/HTTP/Digest/" > Authentication (Digest)< / a > - credentials returned via GetAuthCredentials< / li >
2013-10-18 18:33:56 +02:00
< li > < a href = "http://html5advent2011.digitpaint.nl/3/index.html" > Cursors< / a > < / li >
2017-11-09 20:00:47 +01:00
< li > < a href = "dialogs" > Dialogs< / a > < / li >
2013-10-18 18:33:56 +02:00
< li > < a href = "http://html5demos.com/drag" > Drag & Drop< / a > < / li >
2017-11-09 20:00:47 +01:00
< li > < a href = "draggable" > Draggable Regions< / a > < / li >
2021-08-09 23:18:43 +02:00
< li > DRM (Clearkey, Widevine) < a href = "https://shaka-player-demo.appspot.com/support.html" > Codecs support< / a > , < a href = "https://shaka-player-demo.appspot.com/demo/" > Video player demo< / a > < / li >
2013-10-18 18:33:56 +02:00
< 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 >
2022-07-04 11:49:15 +02:00
< li > < a href = "ipc_performance" > IPC Performance Tests< / a > < / li >
2017-11-09 20:00:47 +01:00
< li > < a href = "binding" > JavaScript Binding< / a > < / li >
< li > < a href = "performance" > JavaScript Performance Tests< / a > < / li >
< li > < a href = "performance2" > JavaScript Performance (2) Tests< / a > < / li >
< li > < a href = "window" > JavaScript Window Manipulation< / a > < / li >
< li > < a href = "localstorage" > Local Storage< / a > < / li >
2020-03-19 16:34:15 +01:00
< li > < a href = "media_router" > Media Router (Cast/DIAL)< / a > < / li >
2017-11-09 20:00:47 +01:00
< li > < a href = "pdf.pdf" > PDF Viewer direct< / a > < / li >
< li > < a href = "pdf" > PDF Viewer iframe< / a > < / li >
< li > < a href = "preferences" > Preferences< / a > < / li >
2013-10-18 18:33:56 +02:00
< li > < a href = "http://mrdoob.com/lab/javascript/requestanimationframe/" > requestAnimationFrame< / a > < / li >
2017-11-09 20:00:47 +01:00
< li > < a href = "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 >
2017-11-09 20:00:47 +01:00
< li > < a href = "server" > HTTP/WebSocket Server< / a > < / li >
< li > < a href = "websocket" > WebSocket Client< / 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 >
2017-11-09 20:00:47 +01:00
< li > < a href = "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 >
2017-11-09 20:00:47 +01:00
< li > < a href = "urlrequest" > CefURLRequest< / a > < / li >
< li > < a href = "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 >
2019-07-12 22:44:43 +02:00
< li > < a href = "https://patrickhlauke.github.io/touch" > Touch Feature Tests< / a > - requires "touch-events=enabled" flag (and CAPS LOCK on Mac for Trackpad simulation)< / li >
2013-10-18 18:33:56 +02:00
< / ul >
< / body >
< / html >