Samples for Web Platform Features Enabled by Chrome 50

Features available in Chrome for Android and enabled by default in desktop Chrome

  1. Access relative and absolute orientation sensors from Chrome for Android for Virtual and Augmented Reality: https://timvolodine.github.io/deviceorientation-test/ http://jsbin.com/device-inertial-sensor-diagnostics
  2. DOMTokenList validation:
  3. FormData methods for inspection and modification: https://googlechrome.github.io/samples/formdata-methods/index.html
  4. HTMLCanvasElement toBlob: https://w3c-test.org/html/semantics/embedded-content/the-canvas-element/toBlob.jpeg.html https://w3c-test.org/html/semantics/embedded-content/the-canvas-element/toBlob.png.html
  5. HTMLMediaElement.play() returns a promise: https://googlechrome.github.io/samples/play-return-promise/index.html
  6. ImageBitmap: https://honry.github.io/demo/tests/canvas-createImageBitmap-webgl.html
  7. Media Source Extensions - SourceBuffer.mode attribute and 'sequence' AppendMode support:
  8. Notification action icons: https://tests.peter.sh/notification-generator/#actions=3
  9. Notification custom timestamps: https://tests.peter.sh/notification-generator/#timestamp=2
  10. Notification notificationclose event:
  11. Notification renotify preference flag: https://tests.peter.sh/notification-generator/#tag=1;;renotify=true
  12. Preload:
  13. Presentation API: implement PresentationConnection.on{connect,close,terminate} and deprecate onstatechange: https://honry.github.io/demo/tests/presentation.html
  14. Push API: Payloads: https://github.com/googlechrome/push-encryption-node
  15. RegExp @@match, @@search, @@replace, @@split (ES6):
  16. Sequential focus navigation starting point:
  17. Web Animations JavaScript API [level 1 interop part 1]:
  18. WebAudio: Biquad filters run at a-rate:
  19. X25519 for TLS:

Features enabled by default in desktop Chrome

  1. CSS column-fill property: https://honry.github.io/demo/tests/column-fill-manual.html

Features available in Chrome for Android

  1. Accept-encoding: br on HTTPS connection: