Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / content / public / android / javatests / src / org / chromium / content / browser / ClipboardTest.java
index f0b5546..296b808 100644 (file)
@@ -4,6 +4,7 @@
 
 package org.chromium.content.browser;
 
+import android.annotation.TargetApi;
 import android.content.ClipData;
 import android.content.ClipboardManager;
 import android.content.Context;
@@ -47,6 +48,7 @@ public class ClipboardTest extends ContentShellTestBase {
      * the HTML representation of the fragment to be available.
      */
     @LargeTest
+    @TargetApi(Build.VERSION_CODES.JELLY_BEAN)
     @Feature({"Clipboard","TextInput"})
     @RerunWithUpdatedContainerView
     public void testCopyDocumentFragment() throws Throwable {
@@ -116,4 +118,4 @@ public class ClipboardTest extends ContentShellTestBase {
 
         return false;
     }
-}
\ No newline at end of file
+}