Index: android_webview/javatests/src/org/chromium/android_webview/test/KeySystemTest.java |
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/KeySystemTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/KeySystemTest.java |
index 3a1475a7553599363ba50a3ac1521804cec6328d..1d3d599fdacb15b9c6e8f5c703182be5da16f555 100644 |
--- a/android_webview/javatests/src/org/chromium/android_webview/test/KeySystemTest.java |
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/KeySystemTest.java |
@@ -61,4 +61,10 @@ public class KeySystemTest extends AwTestBase { |
public void testNotSupportFooKeySystem() throws Throwable { |
assertEquals("\"\"", IsKeySystemSupported("com.foo.keysystem")); |
} |
+ |
+ @Feature({"AndroidWebView"}) |
+ @SmallTest |
+ public void testSupportPlatformKeySystem() throws Throwable { |
+ assertEquals("\"maybe\"", IsKeySystemSupported("com.oem.test-keysystem")); |
+ } |
} |