List of usage examples for com.google.gwt.modernizr.client.utils VideoElement create
public static VideoElement create()
From source file:com.google.gwt.modernizr.client.tests.Video.java
License:MIT License
@Override protected boolean runTest() { VideoElement element = VideoElement.create(); return element.getPropertyBoolean("canPlayType"); }