Upstream version 7.36.153.0
[platform/framework/web/crosswalk.git] / src / xwalk / test / android / util / runtime_client / src / org / xwalk / test / util / RuntimeClientApiTestBase.java
index 607ac69..5340d3b 100644 (file)
@@ -328,6 +328,13 @@ public class RuntimeClientApiTestBase<T extends Activity> {
         String title = mTestUtil.loadAssetFileAndWaitForTitle("messaging_mini.html");
         mTestCase.assertEquals("Pass", title);
     }
+
+    // For internal extension implementation of NativeFileSystem.
+    public void testNativeFileSystem() throws Throwable {
+        String title = mTestUtil.loadAssetFileAndWaitForTitle("native_file_system.html");
+        mTestCase.assertEquals("Pass", title);
+    }
+
     // For onPause, onResume.
     public void testPauseAndResume() throws Throwable {
         String title = "";